Responsive Web Design (RWD) vs Adaptive Web Design (AWD)

We’ve heard the terms Fluid, Adaptive, and Responsive used interchangeably when describing a theme’s ability to resize according to browser specs or device (mobile or not) size. Are they really different from one another or are they referring to the same characteristics found in themes described as such?

What is Responsive Web Design (RWD)? Responsive Layout?

Let’s take a closer look.

Responsive web design (often abbreviated to RWD) is an approach to web design in which a site is crafted to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones) – Wikipedia

Responsive design is the methodology behind making a website respond to whatever platform you are viewing it on regardless of resolution and orientation. It may change how certain elements display but it will not remove elements or change the core functionality of their behaviours. Responsive design uses a fluid grid and it is usually possible entirely through HTML and CSS, without the need for DOM (Document Object Model) manipulation. – Matthew Freeman

According to Ethan Marcotte, The 3 Elements of Responsive Web Design are:

A flexible, grid-based layout – A layout based on proportions rather than absolutes; uses a flexible grid, which in turn ensures that a website can scale to a browser’s full width.

Flexible images and media – Layouts based on percentages resize gracefully according to the size of the browser window rendering them. However, it is problematic to ensure that the content within a site resizes.
Images and media should scale with the flexible grid; images that work in a flexible context, whether fluid themselves or perhaps controlled through overflow mechanisms. CSS addresses this problem with its max-width property

Media queries – Content based breakpoints; optimize the design for different viewing contexts and spot-fix bugs that occur at different resolution ranges. CSS3’s media queries directly address these usability problems by allowing browsers to serve different styles for different viewing contexts. CSS3 greatly expands support for media queries, adding the ability to target media features such as screen and device width and orientation.

These 3 elements of Responsive Web Design find their way into 3 different types of Responsive (RWD) Layouts:

The Basic Fluid Lay­out
Con­tent con­tin­u­ally flows or adjusts in a word-wrap fash­ion as screen width is increased or reduced. There are no “dis­tinct” dif­fer­ences in con­tent pre­sen­ta­tion. Fluid layouts are dynamic and user sensitive – adapting to the available real estate on the user interface and providing increased content accessibility.

The Adap­tive Lay­out
There are pre­de­fined sizes were dif­fer­ent lay­outs are trig­gered. These are called breakpoints. Typ­i­cally there are three or four break­points to accom­mo­date desk­top, tablet and mobile screen sizes.

The Respon­sive Lay­out
This is a hybrid of Basic Fluid Lay­out and Adap­tive Lay­out. There are pre­de­fined break points, how­ever in between these breakpoints con­tent will flow to expand or con­tract.

According to his article for the Adobe Blog, Carl Sandquist states that:

“Cur­rently, most RWD web sites use Respon­sive Lay­out since it offers a best-of-both-world expe­ri­ence. Con­tent snaps into the appro­pri­ate approx­i­mate posi­tion for a device type (e.g. Tablet) and then fine-tuned adjust­ments are made for the exact screen size on a par­tic­u­lar device.”

What is Adaptive Design (AWD)? Adaptive Layout?

“Adaptive design is the manipulation of layouts to best perform on certain screen resolutions inclusive of elemental removal or behaviour changing techniques. Adaptive design usually requires Javascript to efficiently manipulate the DOM. Javascript can be avoided if you plan on having duplicate on-page elements and then show or hide them based on screen sizes, this might be appropriate for smaller elements but not whole columns or navigation elements.” – Matthew Freeman

“This technique adapts what is displayed depending on the capabilities of the device being used, as well as the screen size. It centres on the context of the user, so even when the same content is used, it is adapted (with some or even all of the design elements changing), depending on whether the user is using a mouse and keyboard or touch screen. AWD also uses different layouts for tablets and mobiles with certain. ‘Responsive’ elements built in to reduce the number of different templates required. AWD can be taken to further extremes with content being completely repackaged and reworded, while images and video are either reworked or completely removed.” – Danny Bluestone

According to Aaron Gustafson, author of Adaptive Web Design, Crafting Rich Experiences with Progressive Enhancement:

“Progressive enhancement isn’t about browsers. It’s about crafting experiences that serve your users by giving them access to content without technological restrictions. Progressive enhancement doesn’t require that you provide the same experience in different browsers, nor does it preclude you from using the latest and greatest technologies; it simply asks that you honor your content (and your users) by applying technologies in an intelligent way, layer-upon-layer, to craft an amazing experience.

He encourages designers to: Think of the user, not the browser.”

Which one is better?

A better understanding of the differences between Responsive Web Design and Adaptive Web Design is a starting point to deciding which solution will work well for you, or your clients, if you are a WordPress professional. Knowing what solutions are available and having the ability to distinguish and implement whichever design approach best meets the specifications of the end user is an important element. Of course, nothing is carved in stone. Future designs may be a combination or a hybrid of both – employing the best features of each one. The goal is to ensure that the user experience at the point of searching and eventually finding your website is the best experience they get at that particular moment – fully hoping that it will be the first of many more visits and not their last.


Responsive WordPress Themes 2013: Trends

For decades web design has always been centered around the desktop. We’ve always created our themes with the assumption of a user sitting in front of a desktop with high speed internet connection and using the most powerful web browsers available. The advent of mobile platforms have forced us to rethink this paradigm and we have had remarkable progress in creating themes that work on both desktop and mobile platforms. A few years ago, it was predicted that mobile devices will overtake desktops as the dominant Internet access device. With this continued trend to towards mobile computing, are we really prepared to respond to this technology inflection point?

The necessity for asking this question comes with the realization that a lot of design practitioners still follow a graceful degradation doctrine of design. We develop a top of the line theme version designed for the most powerful infrastructure users may have and allow the theme’s functionalities to disable when weaker systems are encountered. We have done this effectively with the use of fluid grids, flexible images/elements and media queries. However, if iOS and Android devices become the new mainstream, shouldn’t our themes be designed primarily for these devices and allowed to progressively enhance when more generous systems are encountered?

The point we are putting forth is this: 2013 will likely be the year mobile devices take over. The challenge for us is to create our themes for this new environment. The next question: “Among mobile devices what should our base platform be?” Based on the latest mobile internet trend numbers, tablets, particularly the iPad, are now coming to the forefront. Smart phones are still on the early stages of growth with a lot of mobile subscribers anticipated to convert in the next couple of years. The growth of the mobile internet is driven by emerging markets led by China, India, Indonesia, Philippines and Nigeria. As such, upcoming themes should be optimized with iPad sized tablets in mind, comprehending how the site will load in light of 3G infrastructure still being mainstreamed in global markets. These designs should be light on cache on these memory limited devices. Features for high performance desktop systems should not in anyway be downloaded to mobile devices but should remain in the cloud to be activated only when the appropriate device is detected.

So what comes next? What do we look forward to beyond 2013? We still have about 5B mobile phone users anticipated to convert to smartphones. By then, our designs will have to be for the small screen. For now, our general trend is “miniaturization” of the desktop. Quite appropriate for a world that is becoming smaller and smaller everyday.


Elegant Themes Shortcodes: Now Responsive!

With the advent of mobile platforms, WordPress themes have to adapt to the demands of this steadily growing user base. It can really be quite frustrating to read articles from any major newspaper’s website on iPhone or Android and get all the content mish mashed. Theme developers and web designers need to move more and more toward this emerging trend towards responsive themes.

It is a welcome development that Elegant Themes recently released its responsive shortcodes. While Elegant Themes has been churning out responsive themes for quite a while, the shortcodes were left out. It took 10 responsive themes before mobile friendly shortcodes were released. Great news, indeed!

So how do these new shortcodes, improve mobile browsing experience? Elegant Themes’ blog cites two examples of their improvement strategy. Tabs have always been an issue when websites typically viewed on a 960px wide screen to a 320px width. No matter what you do, having 10 tabs will alway come out cramped. Solution: Tabs turn into a slider when switching to mobile mode. It just makes sense to have sliders rather than have unreadable tab labels. Another example cited was the case of columns. As the content width gets narrower, text in columns become a bunch of flying letters. Solution: the new shortcodes convert columns into boxes when switching to mobile screens. Brilliant isn’t it? Regarding the new shortcodes, Elegant Themes has declared them to be fluid width giving them the capacity to shrink and expand according to screen size.

Web design and the emerging technology innovation and trends are accelerating even faster. More and more mobile users prefer to access the web through their devices and WordPress Themes providers need to step up their game. For loyal subscribers of Elegant Themes, these concrete steps towards updating and upgrading all Elegant Themes products is always welcome and appreciated.

Congratulations to Elegant Themes for taking WordPress theme development one step further and fully embracing the future of WordPress.

See Elegant Themes’ Responsive Shortcodes

An Easy Way To Find Free WordPress Themes

Did you every go through hundreds of google page results in the search for a fitting WordPress theme and got frustrated that there is no place where you can find hundreds of themes at one glimpse and just find what you’re looking for without wasting time?

intro-spl

We’ve come across a site that is exactly filling this niche and makes it easy to filter and browse through themes and download them with one click.

Themes Town is a project that basically is providing you with an overview of hundreds of free WordPress themes you can demo and if you like them download all on one single site. If you want to narrow your results down you can use the multi select filter to find exactly what you need. If you only want to find responsive themes no problem! Simply filter by “Responsive” or if you would like to know which ones are the most popular themes you can see a list of how many times a certain theme got downloaded.

Download 177 WordPress Themes For Free Now!


WordPress-Friendly Ghost Themes

Ghost started out as a Kickstarter project by John Nolan with the goal of creating

… a blogging platform with all the open source benefits of WordPress, but simpler in every way, and just focused on publishing. Ghost is unique in its philosophy of focusing entirely on publishing. Everything about the administrative system is designed around making writing simple and pleasurable. Everything about the theme system has been created to facilitate personal blog, magazine, and news themes.

The biggest difference between Ghost and other platforms from a technological point of view is that it’s built entirely in JavaScript. A modern technology stack means that Ghost can push the boundaries of what’s possible with the web. You can install and run a blog on a 16MB USB stick, a Raspberry Pi, or a high powered Virtual Private Server.

Although this new ecosystem is fairly new compared to WordPress and may not appeal to everyone’s liking, there have been several beautiful and interesting themes that have been released with a WordPress version counterpart. Here are a few of these Ghost-inspired WordPress themes that you can check out.

CASPER

Casper WP theme, is essentially a port of the gorgeous default theme from the Ghost blogging platform built using Underscores as a base. It is a clean, minimalist, and lightweight theme that’s designed to highlight content without the unnecessary frills. Author, Lacy Morrow, gives a short demonstration of the theme’s features with a blog post that was written in Markdown (the language used by Ghost)and uses the Jetpack Markdown plugin for parsing. Other WordPress features are also integrated into the theme.

RAIN

RAIN is one of the best selling Ghost themes on ThemeForest and also has a responsive WordPress theme counterpart. This minimalist WordPress “Ghost” theme has a background that is 100% dynamic where you can imply upload your own photo and it also includes audio files in the package free of charge. This theme is designed primarily for writers.

ASTRO

Astro is a content focused responsive theme, originally a Ghost designed theme, built for the WordPress platform. Designed from the bottom up to be high performance, user friendly, and accessible on all devices. Astro adapts to the users viewport, so it looks great on smartphones, tablets, TVs, and even the latest 4K monitors. Astro includes two different post styles. The standard style is designed for update posts and short articles. The featured style includes full title images, suited towards larger articles, tutorials and other documentation.


Top Themes Featured on Theme Forest

Every week, Themeforest features promising WordPress themes that are worth noticing. Here are some of the latest themes that have been featured on Themeforest you need to see. Check these out.

Forgiven – A Powerful WordPress Theme for Churches

Forgiven Premium WordPress Theme is a powerful parallax enabled church theme that includes major features such as: Visual Composer plugin, Slider Revolution, Envira Gallery, the unique and exclusive Blur Slider, support for Church Theme Content, WooCommerce support, Page customizer, Gravity Forms and Contact Form 7 support, Sermon functionality, The Events Calendar and the Events Calendar Pro plugin integration and support, and so much more.

FlatAds – Classified AdsWordPress Theme

FlatAds Classified Ads WordPress Theme is a super flexible and fully responsive Premium Directory/Listing WordPress themebuilt with HTML5 and CSS3. FlatAds is compatible with WooCommerce 2.1, bbPress, and MailChimp for WP plugin. Other key features include custom fields for categories and subcategories, interactive Google maps Geolocation support, integrated PayPal payments support, and WPML (multilingual) support.

Faculty – Responsive Academic WordPress Theme

Faculty Responsive Academic WordPress Theme is a magazine or personal blog styled page that can be used to build personal or professional websites specifically for academic people. This simple and yet well structured responsive theme is especially designed as an online cv of professors and PHD students. Key features include publications management, option to present research, teaching and blog pages, and provision for downloadable CVs for interested visitors.

KLEO – Next level Premium WordPress Theme

KLEO – Next level Premium WordPress Theme is an extremely flexible, fully customizable BuddyPress and bbPress compatible WordPress multipurpose theme to help you create a community, a corporate portfolio, or a membership website. This membership ready theme allows you to create membership levels and restrict content based on member access quite easily. key features include: WPML and Translation Ready, WooCommerce Ready, Google Maps integration, Contact Form 7 compatible, among others.

Time Travel – Timeline WordPress Theme

Time Travel – Timeline WordPress Theme is an ultra modern next generation premium theme developed with cutting edge technology and design. The built-in voice control makes it both revolutionary and at the same time super intuitive to use. You can set up your own language to be used in the voice commands control, so it is as easy as possible for your visitors. The design of the site is a 3D time travel path, ideal for displaying chronology data, posts flow by date, history info or just any type of timeline content in a modern and futuristic way.

It is ideal as a blog, a portfolio site, a corporate site aiming to display the history of company or brand, an artist’s portfolio to display albums / films / books in a chronological way, an agency website to showreel projects and team by date, etc.

Hooray – Premium WordPress Blog Theme

Hooray Premium WordPress Blog Theme is one of the most colorful and user friendly personal blog themes. Key features include: easy to use powerful Admin Panel, full Arabic RTL support, social counter integration, translation and multi language ready, page templates, review and rating system, unlimited colors and sidebars, and so much more.

Moustachey: A Blog theme with extra gusto

Moustachey Premium WordPress Theme is a fun, quirky WordPress blog theme playing on the moustache design. Key features include: Author support, social share enabled, typekit web fonts integration, adobe edge web fonts integration, Google analytics support, Google API v3 integration, configurable donate/message block at the top of the page, localization support, and so much more.


Best WordPress Themes 2021

UPDATED April 12, 2021: 2021 is sure to be another great year for WordPress Theme development. Like the millions and millions of people using WordPress, we eagerly await the Themes and Plugins to be released this year, and you can …


What Features Do Most Commercial WordPress Themes Have in Common?

WordPress users enjoy many benefits not necessarily available in other content management systems. The plethora of high quality WordPress themes that users can choose from is more than enough to dress up any website. Whatever type of website you plan to put up, most likely, there is a WordPress theme for it. Here are some of the most common features present in some of the most popular WordPress themes in the market today.

A Great Slider

An effective theme must help create a steady following for your site. It must be able to captivate casual visitors and convert theme into followers that eventually become clients and customers. A slideshow is a great tool that can deliver quick, dramatic visual impact combining the use of images with taglines, spiels, or memes to hook visitor interest. This billboard-like effect gives casual visitors something to spark their curiosity and encourage them to examine and explore your site further. The short attention span this generation has, a slider is an indispensable feature for any website. Popular plugins like Slider Revolution, Layer Slider, Nivo Slider, and Flexslider make the job a whole lot easier.

Parallax and Animation

Once you’ve gotten the attention of visitors, the challenge shifts towards keeping their interest. Perhaps you’ve attended lectures were you came in with excitement about what you could learn only to be disappointed by a boring, uncharismatic instructor whose droning voice put you to sleep. This is analogous to going through great content in boring or even hard to read content. This actually narrows your followers to those who are actually already sold to your content. If your goal is to convert more people to your product or service, the presentation of your content has to facilitate easy reading and assimilation of information. Corporate presentations are often more effective when stats are represented as animated charts and bullets. These actually help executives focus on the items that need to be considered. Having animated bullets and content sections also give focus on items you want your visitors to remember.

Flexible Layout with Drag and Drop Capability

Presenting your content is important in developing your following. While animation helps your audience focus on key points of your content, a sound content structure is still required for visitors to make sense of your site as a whole. Being able to piece together key points into a cohesive body of knowledge will drive home a stronger message to your visitors that will keep them coming for more. To do this, your content has to be organized in such a way that visitors go through important sections in a natural, stress free manner. The natural flow of content will vary according to your audience. Recognizing this, themes that have been designed and devised to respond to the needs of various audiences will bring a higher conversion in terms of subscribers and followers. A lot of themes now include drag and drop page builder features allowing you to assemble your own pages from scratch. Some themes come with ready made layouts for almost any type of site which can be tweaked to meet specific audience needs. Most, if not all, of these themes have powerful options panels and shortcode generators for maximum customization flexibility.

Mobile Friendly

Mobile is a platform that cannot be ignored. Mobile gadgets are part of today’s lifestyle because of the convenience it provides its users. As such, theme designers and developers are forced to confront the peculiarities one encounters when using a mobile device. A theme has to be responsive. This means it has to be able to adjust to give the best possible display regardless of what device you use to browse your site. Theme pages need to have the capability to reorder and resize according to tablet and smartphone displays without sacrificing the beauty of the theme on desktop. In addition to this, special navigation menus for mobile devices must be able to facilitate the interface differences on these devices from desktop. Usually, the Bootstrap framework is a theme author’s go to option to ensure optimal performance on mobile platforms.

Good SEO

No matter how great your site is in terms of content or aesthetics, it must be found by your target audience. Great themes are coded in such away that is friendly to search engines to help land your site on the first few pages of search results. This is accomplished in a number of ways: meta and links, XML sitemaps, RSS Optimization, and Breadcrumb among others. There are numerous options to ensure your site is covered by good SEO measures. Clean code, SEO optimized images and videos, and installing reliable and tested SEO plugins like SEO by Yoast, etc. are some of the many SEO practices you can integrate on your site.


A Word from the Founder – Matt Mullenweg

Here are some of the interesting points that came up in a recent extended interview J.J. Colao of Forbes.com did with WordPress Founder and CEO Matt Mullenweg. Talking points were shared on WordPress releases, market share, funding, revenue sources, mobile, and other interesting insights about the future of WordPress and Automattic.

  • On Web Presence: WordPress now powers 22% of the Web, including Forbes.com
  • Mullenweg became CEO of Automattic in January 2014 after being chairman for 8 years.
  • On WordPress releases: The next WordPress release isn’t expected this year but Mullenweg hopes maybe in a year or two.
  • Automattic is basically a big experiment hoping to create something that’s fully open source to the core, that becomes a big Internet-scale business.
  • Revenue composition is 80% from WordPress.com subscriptions, 10% each from WordAds and VIP
  • People who are hosted on Amazon or GoDaddy or those places also have a set of products for them under Jetpack.
  • On Mobile: A new interface that works fluently whether you’re on the desktop, a tablet or notebook is currently being built targeting half or a plurality of active users by the end of the year.
  • On the future of Automattic and WordPress: 10 years from now, Mullenweg wants it to be an organization that has thousands of people – to build, in a completely distributed, open source fashion, a 10 or 20 thousand-person company.
  • On Mullenweg’s management style and hiring policies: “Don’t worry about whether your team hired someone that put you over budget for the year. Something like that has nothing to do with creating great products.”
  • On Touch Technology: “We’re not going to launch anything anymore ever again, that’s not responsive. I want to be more of a mobile company but as we do that I don’t want to lose the things that make us the engine of the independent Web.”

Mullenweg’s aggressive and visionary approach to delivering a product that is open, diverse, and which can be widely adopted by tens or thousands or millions of users is not an easy task. But then again, to quote his own words, “I didn’t sign up for easy.” Here’s to an exciting WordPress future for the world wide web.

Check out the complete transcript of the interview on Forbes.com