WHAT S THE CONTEXT? !!!! Responsive Web Design in Real Estate CHAD CURRY, MANAGING DIRECTOR, CENTER FOR REALTOR TECHNOLOGY

Size: px
Start display at page:

Download "WHAT S THE CONTEXT? !!!! Responsive Web Design in Real Estate CHAD CURRY, MANAGING DIRECTOR, CENTER FOR REALTOR TECHNOLOGY"

Transcription

1 WHAT S THE CONTEXT? Responsive Web Design in Real Estate CHAD CURRY, MANAGING DIRECTOR, CENTER FOR REALTOR TECHNOLOGY GREG STINTON, LEAD WEB SOFTWARE DEVELOPER, CENTER FOR REALTOR TECHNOLOGY JOSEPH SULLIVAN, USER EXPERIENCE DESIGNER, CENTER FOR REALTOR TECHNOLOGY 430 N. MICHIGAN AVENUE CHICAGO, IL CRT.BLOGS.REALTOR.ORG

2 AUDIENCE REALTORS interested in improving how their Web sites look and perform on tablets and devices, or considering developing a mobile native app Associations seeking to keep their members informed of the latest Web and mobile technologies, and looking to improve their own web presence Designers new to Responsive Web Design for real estate ABSTRACT The purpose of this white paper is to educate REALTORS on the utility of Responsive Web Design for real estate websites. It is also intended to help REALTORS communicate their needs more effectively to a web developer. The paper will also present a case study for a site built by 1 CRT called REpurposedApps, which was built with Responsive Web Design principles. Finally, it will provide resources that use to evaluate the landscape of what is available to them in the arena of Responsive Web Design. overview Web traffic today is changing. We are seeing an increase in the amount of users who are using their mobile devices to browse the web. From StatCounter ( Comparison in the United States..., ), we find that mobile traffic in the US has grown from 1.9% in December 2009 to nearly 21% in December (See Figure 1 below) According to the 2013 Member Profile produced by NAR s Research Department, 86% of REALTORS use a smartphone with internet capabilities on a daily basis. (Lautz and Doyle, 2013, p.16) Tablet use is also skyrocketing as a part of this trend. A recent Pew Research survey indicated that the number of Americans who own a tablet has risen from 3% in 2010 to 42% as of January (E-Reading Rises as Device Ownership Jumps, 2014, p.2) Having a web presence today means that you need to consider your mobile presence. Does this mean you need to have an app? Absolutely not. What is proposed here is that when you consider your website, 1 Page 1 of 14

3 think about a technique called Responsive Web Design. REALTORS need to consider who their audiences are and what it means to present content that is not optimized for mobile. From NAR s 2013 Profile of Home Buyers and Sellers report, 89% of all buyers used a website as an information source. Mobile or tablet website or application use came in at 45%. Breaking it down demographically, 58% of year old homebuyers were using a mobile site or app for information,as did 57% of year olds. (Lautz et al., 2013, p.47) These two age groups are relying more frequently on their mobile devices for information and REALTORS should work to meet them at this intersection. Responsive Web Design will help with this. As we move into the future, it is more likely that the first impression members give to a prospective clients will come from their website. If clients are driving around a neighborhood and notice a property with a member's name and website on it, they will most likely look up that member on their phone or tablet first. This first exposure to the agent s website will help define the experience they expect to have with the agent. If your web presence is one that's hard to navigate and doesn't consider what matters to them first, they will feel like they weren't considered. When they come to your site, they should be able to do a few things very easily from a desktop or mobile device: Determine how to contact you See what other properties you have listed Search properties All of these things can be accomplished using Responsive Web Design techniques. The elements of responsive web design Using web standard technologies to build a website today is one way to future proof your website. Responsive Web Design is built with these technologies. These standards are HTML, CSS and javascript. We will quickly outline the three technologies and talk about why they matter. HTML, CSS & Javascript: The holy Trinity of WEb Development It s important to understand these concepts so you can better understand what a developer or designer is talking about when building a site. To better highlight the functionality of each of these technologies, we will think of them as parts of a house. These corollaries will help illustrate the importance and necessity of each component in the context of Responsive Web Design. HTML stands for HyperText Markup Language and is the basic language of the web. Think of HTML as the frame of the house. It's what holds your site up and allows you to add your text, headlines, images, input field, etc. The latest versions of HTML have begun to provide more functionality for CSS and javascript to work with, but they ve also replaced some of the functionality as well. CSS stands for Cascading Style Sheets. Think of CSS as all the elements you are concerned about during a staging. How does the wall color appear? Is it visually pleasing? Are the window treatments effective and attractive? Where should the couch be in relation to the fireplace? CSS gives you control over the color, size and type of text, color of your backgrounds and the placement of the content boxes. Javascript would be equivalent to things like the automatic garage door opener, home security system and any other automated element. It controls the interactive elements of your site. The wonderful thing about these three technologies is that no one owns them. They are all freely available to anyone. As such, building your site with these technologies will future proof your site against the obsolescence of a proprietary plug-in technology. Page 2 of 14

4 what responsive web design is not There is a lot of confusion about what Responsive Web Design is and what it isn t. Here is a list of what it is not: It is not a chat client: The word 'responsive' is loaded and causes people to believe that it has to do with action they have to take. The truth is the word responsive in Responsive Web Design refers to how your site looks and performs on different devices. It is not a way to be notified when someone views your website: CRT has had questions along these lines in the past. Thankfully this is not Responsive Web Design. Receiving constant alerts each time someone hits your site would only add to the onslaught of communications you already receive. It is not an app built for a specific device: Responsive Web Design doesn t care what device you have. Its main goal is to get what is important to your target audience. what responsive web design is Responsive Web Design as a concept was first proposed by a designer/developer named Ethan Marcotte in May of It was influenced by another designer/developer named Luke Wroblewski who wrote about how moving forward, designs for web applications should be done with consideration for mobile devices. Luke called it Mobile First. 2 Wroblewski cited the rising number of mobile devices and use of these devices as core drivers for his pitch. He also touted the necessity for prioritizing web content. What matters most to the person accessing a website? From his post in 2009: when a team designs mobile first, the end result is an experience focused on the key tasks users want to accomplish without the extraneous detours and general interface debris that litter today's desktop-accessed Web sites. That's good user experience and good for business. (Wroblewski, 2009) This post was extremely prescient at the time and is still extremely relevant. As mobile use grows, it only becomes more important. Using Wroblewski s Mobile First call-to- action as a base, Marcotte demonstrated the concepts of Responsive Web Design in an article on web 3 design and development on A List Apart. (Marcotte, 2010) Marcotte created a demo site to show how his concepts would work. In short, Responsive Web Design comprises three things: Fluid grids Flexible images Media queries Fluid grids & flexible images These two items will be covered together because they have similar principles. Both items refer to the fact that, as a container narrows, the item within that container resizes to fit appropriately. The basic idea here is that all the parts of a website are contained in boxes. In a traditionallybuilt website, these boxes have fixed dimensions that stay the same no matter what device is being used. In Responsive Design, the idea is that these boxes will resize to work for specific orientations. MEDIA queries Media queries are new to HTML as of the latest version (what was referred to as HTML5, but Page 3 of 14

5 now just HTML). As a member, the important factor will be knowing that a website will work on all devices at different orientations. At a high level, media queries essentially ask a question of your device. An important question is What width would you like to view this website in? A browser answers this question simply by passing its dimensions to the site, and the site then gives the browser the appropriate code. A beautiful proof of concept can be found at Matt 4 Kersley s site. Matt has built a way to view multiple versions of the same site at different widths. The link above is set to open repurposedapps.com in different device orientation windows. When scrolling to the right of the page, all versions of repurposedapps.com will be visible. This tool is valuable to see how a site looks on different devices, such as a smartphone or tablet. Considerations Prioritization of content When building a site with Responsive Web Design principles you must consider the presentation of your content from left to right as an indicator of importance. In the natural flow of Responsive Web Design, content will flow from left to right to indicate importance in the mobile layout. Think of your site as a call to action on mobile. What is it you want the end user to do? If you want them to call you, make sure your phone number is located near the top. If you want them to sign up for a newsletter, make sure an capture field is present. The bottom line is making sure you are designing a site that propels users to take action. images The largest issue that Responsive Web Design faces is how to handle images when presented on a mobile display. At the heart of the matter is that when a mobile device downloads the image from a site, it is pulling down the desktop-sized version of the image. Because of this, developers have been working on a solution to this problem. There are many libraries that can help with this challenge and these mostly use javascript. Chris Coyier, a web developer who runs the popular website CSS-Tricks and is widely regarded as an expert in this field, has a write-up that will help members and their developers consider the issue 5 and what solution may work best for them. Along with another developer named Christopher Schmitt, Coyier put together a Google 6 spreadsheet containing many responsive image options for consideration. Using these tools, members can work with a developer to determine which option works best for them. should realtors have an app? Members often ask about the necessity of building an app for their business. Some common app-related questions are as follows: Should I build an app? What platform should I build for? ios or Android? What version of Android should I build for? Having an app is often not necessary for today s REALTOR. However, if an app is something you want to create, it is important to consider how to best market it to people. The common mobile user is not going to peruse an app store for real estate agents in their area. Building an app leads to a larger cost for maintenance and should-you-use/ Al0lI17fOl9DdDgxTFVoRzFpV3VCdHk2NTBmdVI2OXc#gid=0 Page 4 of 14

6 reliance on a developer with a specific set of skills and language. It is also important to consider which platform the app is being built for; ios and Android are the two main platforms, but that s no guarantee that Windows Mobile won t take off or another platform could come to the fore. As an example, if a member decided to build an Android app, they would have a lot to consider. According to OpenSignal, a mobile data coverage tracking company, there are currently about 11,868 different Android devices on the market. ( Android Fragmentation Report July 2013, 2013) The other challenge is that there are many different flavors of Android as well. So, rather than worrying about whether an app will work on certain devices, a more effective approach is to create one website that is responsive and will work across all platforms on all devices. Finally, when considering an app, you must think about cost: not only the initial cost of building the app, but also the costs of maintaining and enhancing an app. As bugs arise in the app, you would need to engage a developer or company to assist. Or, as systems update, new features become available and this adds to cost. If you've only built for one platform, you need to add cost to build for another. These costs can get into five figures pretty quickly. As mentioned, with Responsive Web Design, you're much closer to the idea of 'write once, run everywhere'. Plus the costs are nominal when compared to having one or two apps built. CASE STUDY & EXAMPLES REALTORS are on mobile phones and tablets a lot. CRT recognizes this and wants to offer an experience that works for whatever device members use. REALTORS need to consider the audience for their site. Earlier in this paper we stated that, for a lot of clients, a website is the first impression a client has of a member. If a client is accessing a member s site on a mobile phone and it s not responsive, that might be the end of the conversation for them. Following the principles of Responsive Web Design will demonstrate consideration for the client s experience and keep the conversation moving forward. The Center for REALTOR Technology is not alone in this call for members to build a responsive web presence. One example of this shift comes from a piece from September 2011 by 7 Joel Burslem of 1000Watt Consulting. In the post, Joel highlights the need for REALTORS to consider Responsive Design. Citing the rise of mobile use and the relative parity in functionality of native apps, he writes: We re bullish on the mobile web for many reasons. App stores are cacophonous, while the browser remains ubiquitous. And new frameworks allow us to approximate the rich interactions we love in native apps. (Burslem, 2011) The call for responsive sites in real estate continues. In January 2014, Dan Gaertner, VP at 8 Homes.com, penned a piece on RISMedia about the need for more real estate agents to move to sites optimized for mobile: consider that more than half of millennials, a group considered to be the new face of the housing market, use mobile search on a daily basis. This is a customer segment you don t want to lose and must appeal to. A website that is responsively designed should do the trick. (Gaertner, 2014) In August 2011, CRT was charged with rethinking the technology that was behind 9 realtor.org. We did a lot of research and review 7 of-real-estate-online/ 8 responsive-design-websites/ 9 Page 5 of 14

7 of what information and materials were available. At that time, there were not many organizations that were using these principles. In April 2012, a revamped version of realtor.org launched using Responsive Web Design principles. The largest factor for moving in this direction was that we anticipated the increase of mobile use on our sites in the very near future. We were right. In 2010, 3% of visitors to realtor.org were using mobile devices. As of today, we are seeing around 20% of our visitors using mobile devices. As CRT continues to work on sites at NAR, we will employ these principles on all web properties. Our most recent responsive project, REpurposedApps was completed in REPURPOSED APPS REpurposedApps is a website created for REALTOR members and real estate industry professionals. The site exists as a community marketplace for REALTOR members to discover mobile applications frequently used by their fellow members. All apps featured on the site have been submitted by members. Those apps have been submitted along with descriptions of how they can be used in the practice of real estate. At its core, REpurposedApps deals with mobility for real estate practitioners. The REpurposedApps slogan is Your mobile real estate community. It is for this reason that we at the Center for REALTOR Technology decided that the responsive design of the site needed to be useful for members on any device they might use in their office or out in the field. Since its launch in spring 2013, 33.7% of site visitors are using either a tablet or smartphone. This mobile user base is extremely significant and will likely increase in the future. There are a variety of mobile devices available to REALTOR members and their screen sizes vary greatly. The responsive design of REpurposedApps changes in layout if the user is viewing the site on a smartphone; desktop and tablet users have a nearly identical experience. The site content is able to be presented in its entirety for desktop users and users of most tablets. Since smaller tablets cannot easily display all of the content, the display of the content changes in some significant ways to fit the smaller screen size. For smartphone and small tablet users, the apps themselves are presented first because that content is most important to our users. This was because REpurposedApps was designed with mobile first. All of the site functionality is available to users, but the presentation changes from desktop to tablet to smartphone. Specifically, when a user is on a smartphone, we present our navigation and site links offcanvas (the navigation and site links are available on a secondary pane that slides in and out of view at the user s request). Additionally, we hide the search bar until a user interacts with it. We employ a common mobile graphic - rows - to represent that an action can be taken by the user. Custom javascript and CSS are employed to accomplish the off-canvas navigation and search bar. Another unique element of the mobile first approach is the graphics that are used on REpurposedApps. We employ web fonts for many of the common graphical elements. The menu, search, login, ios and Android icons are all delivered via graphical web fonts. We use these for a variety of reasons, but primarily to avoid loading extra images and resources for mobile users. Even properly-sized images on a mobile website can cause major performance issues. Considering the member s experience and their priorities drove the development of this site, as it should yours. RESOURCES REAL ESTATE READY WORDPRESS THEMES Wordpress is a very popular Content Management System (CMS) often used by Page 6 of 14

8 REALTORS. Because of this, we will provide some examples of Responsive Web Design real estate themes that are already out there and available for REALTORS. These themes are not recommendations from CRT but examples of what you can use. Typically, these themes cost anywhere from $45 to $100+ per theme. This does not include installation. This is something a designer or developer would need to do. You can find images of these themes in the Appendix to this paper. Html frameworks There are several frameworks that are a good starting point for anyone who does not have a Wordpress site, but needs a responsive theme. These solutions are called frameworks because they will take some work from a developer to integrate to make them site ready. foundation by zurb The Foundation Framework 10 is a good starter framework that has some helpful plugins and templates. They have a template 11 called Realty built as a starter for real estate. bootstrap The Bootstrap Framework 12 was created by Twitter. Like Foundation, it has several template services that will help a developer speed up development time. HTML boilerplate HTML5 Boilerplate 13 was one of the initial frameworks to incorporate Responsive Web Design principles. It s very popular and has great documentation. Many major technology companies have sites that are built with this framework. summary Easily connecting with clients is essential to gaining their business. Making sure information is easily accessible for the end user will help build and maintain a robust client base. Page 7 of 14

9 appendix OPEN FLOOR PLAN What s the Context? Responsive Web Design in Real Estate Open Floor Plan is a theme created by Agent Evolution. It costs $49.95 and requires the popular Genesis Framework (an additional $59.95). DESKTOP VERSION: TABLET VERSION: MOBILE VERSION: Page 8 of 14

10 appendix realhomes What s the Context? Responsive Web Design in Real Estate Real Homes is another theme sold on Theme Forest for $55. This theme has support for IDX plugins, a property details management and map integration with markers. DESKTOP VERSION: TABLET VERSION: Page 9 of 14 MOBILE VERSION:

11 appendix estatement What s the Context? Responsive Web Design in Real Estate Sold on Theme Forest, Estatement costs $55 and has a lot of customization options. Colors, layouts and propery detail layouts are simply customized from the administration end. DESKTOP VERSION: TABLET VERSION: Page 10 of 14 MOBILE VERSION:

12 homeland appendix What s the Context? Responsive Web Design in Real Estate Homeland is sold through a service called Theme Forest for $45 dollars. The developers have included a number of plugins to make it easier to get started, including an IDX plugin, a mortgage calculator and 4 different property page layouts. DESKTOP VERSION: TABLET VERSION: MOBILE VERSION: Page 11 of 14

13 bibliography Android Fragmentation Report July 2013 [WWW Document], URL reports/fragmentation-2013/ Burslem, J., Responsive web design is the future of real estate online [WWW Document]. 1000watt. URL Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, [WWW Document], Cisco. URL ns705/ns827/white_paper_c html Comparison in the United States on Dec 2009 [WWW Document], StatCounter. URL gs.statcounter.com/#desktop+mobile-comparison-us-monthly bar Comparison in the United States on Dec 2010 [WWW Document], StatCounter. URL gs.statcounter.com/#desktop+mobile-comparison-us-monthly bar Comparison in the United States on Dec 2011 [WWW Document], StatCounter. URL Comparison in the United States on Dec 2012 [WWW Document], StatCounter. URL gs.statcounter.com/#desktop+mobile-comparison-us-monthly bar Comparison in the United States on Dec 2013 [WWW Document], StatCounter. URL gs.statcounter.com/#desktop+mobile-comparison-us-monthly bar Coyier, C., Which responsive images solution should you use? [WWW Document]. URL css-tricks.com/which-responsive-images-solution-should-you-use/ Coyier, C., Schmitt, C., Responsive Images Chart [WWW Document]. URL docs.google.com/spreadsheet/ccc? key=0al0li17fol9dddgxtfvorzfpv3vcdhk2ntbmdvi2oxc#gid=0 Digital House Hunt [WWW Document], realtor.org. URL digital-house-hunt E-Reading Rises as Device Ownership Jumps, Pew Research Center. Estatement Wordpress Theme [WWW Document], n.d. URL Gaertner, D., 2014.» Adapting to Consumer Trends with Responsive Design Websites [WWW Document]. URL Page 12 of 14

14 Gordon, M.E., Mon, P. on, 01, A., 2013, n.d. Size Matters for Connected Devices. Phablets Don t. [WWW Document]. URL Phablets-Don-t Grigsby, J., Defining Responsiveness [WWW Document]. Cloud Four Blog. URL blog.cloudfour.com/defining-responsiveness/ Homeland WordPress Theme [WWW Document], n.d. URL Kadlec, T., Implementing responsive design: building sites for an anywhere, everywhere web. New Riders, Berkeley, CA. Kersley, M., n.d. Responsi [WWW Document]. URL repurposedapps.com Lautz, J., Doyle, T., Member Profile. NAR Research Department. Lautz, J., Doyle, T., Dunn, M., Profile of Home Buyers and Sellers. NAR Research Department. Marcotte, E., Responsive Web Design [WWW Document]. A List Apart. URL alistapart.com/article/responsive-web-design Marcotte, E., Responsive Web Design. A Book Apart. Mon, S.K. on, 13, J., 2014, n.d. Mobile Use Grows 115% in 2013, Propelled by Messaging Apps [WWW Document]. URL Messaging-Apps Open Floor Plan Wordpress Theme - [WWW Document], n.d. Agent Evolution Themes. URL themes.agentevolution.com/shop/open-floor-plan/ Ponchot, J., Responsive & Adaptive Web Design [WWW Document]. Lullabot. URL Real Homes Wordpress Theme [WWW Document], URL Responsive web design, Wikipedia, the free encyclopedia. Study Digital House Hunt [WWW Document], n.d. Scribd. URL /Study-Digital-House-Hunt What Do Home Buyers Value Most When Looking for a Home Online? [WWW Document], n.d. realtor.org. URL Page 13 of 14

15 WP Pro Real Estate 6 Wordpress Theme [WWW Document], n.d. WP Pro Real Estate 6. URL wp.contempographicdesign.com/wp_real_estate_6/ Wroblewski, L., 2011a. Mobile First. A Book Apart. Wroblewski, L., 2011b. Multi-Device Web Design: An Evolution [WWW Document]. URL Wroblewski, L., Mobile First [WWW Document]. URL Wroblewski, L., 2013b. Multi-Device Web Design Presentation. Wroblewski, L., 2013a. One Design to Rule Them All Presentation. You Need Responsive Design [WWW Document], n.d. Realtor Magazine. URL realtormag.realtor.org/daily-news/2014/01/27/you-need-responsive-design Young, J., The 8 biggest responsive web design problems (and how to avoid them) [WWW Document]. URL Page 14 of 14

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

Planning a Responsive Website

Planning a Responsive Website Planning a Responsive Website Planning a website is important for both web designers and website owners. Planning your website before you start building it can save you time, keep your site code more accurate

More information

Creating a High Performance Website

Creating a High Performance Website Creating a High Performance Website Your website will be the core of your digital marketing program, so it s critical to take the time to do it right. By starting with your brand, designing strong information

More information

RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES

RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES FORESEE RESPONSIVE DESIGN REPORT Author: Bruce Shields, Usability, ForeSee 2012 ForeSee FORESEE RESPONSIVE DESIGN REPORT 2 Just

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

A GUIDE TO MOBILE EMAIL

A GUIDE TO MOBILE EMAIL A GUIDE TO MOBILE EMAIL UNDERSTANDING THE WHAT, HOW & WHY TABLE OF CONTENTS EMAILS OPENED ON MOBILE? 1 Email open market share 2011-2013 WHAT DOES THIS MEAN? 2 FIRST THINGS FIRST 2 From and Subject Lines

More information

Responsive Web Design. birds of feather

Responsive Web Design. birds of feather Responsive Web Design birds of feather Approaches to Mobile Development 1. No Mobile Approach 2. Native Mobile Applications 3. Mobile Websites 4. Responsive (universal) design No Mobile Approach Website

More information

SPELL Tabs Evaluation Version

SPELL Tabs Evaluation Version SPELL Tabs Evaluation Version Inline Navigation for SharePoint Pages SPELL Tabs v 0.9.2 Evaluation Version May 2013 Author: Christophe HUMBERT User Managed Solutions LLC Table of Contents About the SPELL

More information

Why New Business Development Needs Responsive Web Site Design

Why New Business Development Needs Responsive Web Site Design Why New Business Development Needs Responsive Web Site Design Not so long ago, people looking for information about a company or business would turn on their computer and start a search. Today, that same

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

Responsive Versus Adaptive Web Design

Responsive Versus Adaptive Web Design White Paper Responsive Versus Adaptive Web Design A development approach comparison Authors Sriram Ramanathan, Chief Technology Officer Matthew Trevathan, Director of Product Platform Development Amit

More information

Responsive Web Design in Application Express

Responsive Web Design in Application Express Insert Information Protection Policy Classification from Slide 13 1 Responsive Web Design in Application Express using HTML5 and CSS3 Shakeeb Rahman @shakeeb Principal Member of Technical Staff Oracle

More information

Product description version 1.0 16-12-2013

Product description version 1.0 16-12-2013 Product description version 1.0 16-12-2013 Table of content 1. Introduction 2. Target customer 2.1. Validated needs of customer 2.2. Top USPs 3. Core Features 3.1. Feature description 4. System requirements

More information

understanding media metrics MOBILE METRICS for Journalists THIRD IN A SERIES

understanding media metrics MOBILE METRICS for Journalists THIRD IN A SERIES understanding media metrics MOBILE METRICS for Journalists THIRD IN A SERIES Contents p 1 p 3 p 3 Introduction Basic questions about mobile web metrics Getting started: p 3 How do we find the data for

More information

1. Layout and Navigation

1. Layout and Navigation Success online whether measured in visits, ad revenue or ecommerce transactions requires compelling content and intuitive design. It all starts with the fundamentals: the key building blocks to create

More information

Individual Property Websites

Individual Property Websites 2010 White Paper: Individual Property Websites Properties Online, LLC has compiled important statistical information for the real estate community. Statistical sources include the 2009 Profile of Home

More information

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP)

HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP) HOW TO BUILD AND CUSTOMIZE YOUR FACEBOOK FAN PAGE (ON THE CHEAP) Let s connect on Facebook http://facebook.com/smmcamp Page 1 How to Build and Customize Your Facebook Fan Page In this tutorial I m going

More information

c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e

c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e Ryan Huber School of Medicine Web Development c r a f t i n g a t a b l e t e x p e

More information

Mobile Strategy and Design

Mobile Strategy and Design Mobile Strategy and Design A Guide for Publishers December 5, 2011 www.xtenit.com US: 01.877.XTENIT.1 International: 01.212.646.9070 Overview This paper outlines mobile strategies and deployment guidelines

More information

Benefits of Responsive Web Design

Benefits of Responsive Web Design Responsive Introduction Presented By RESPONSIVE WEB DESIGN WHAT IS RESPONSIVE WEB DESIGN? Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience

More information

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved.

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved. Develop IBM i Mobile and Desktop Applications with a Single Code Base About the Presenters Greg Patterson Technical Sales Engineer BCD and Quadrant Software - A Division of Fresche Maximize Your Investment

More information

Designing for the Web

Designing for the Web Designing for the Web Design Issues Technical Issues Some Web Design Issues Breadth vs. Depth Navigation vs. Content Seller vs. Buyer (i.e., Designer vs. User) Colors and Images Several images in this

More information

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to What are Docs & Drive? Docs Use Google Docs, Sheets and Slides for document editing anywhere, anytime. Google Docs is an online word processor that lets you create and format text documents and collaborate

More information

1. About the Denver LAMP meetup group. 2. The purpose of Denver LAMP meetups. 3. Volunteers needed for several positions

1. About the Denver LAMP meetup group. 2. The purpose of Denver LAMP meetups. 3. Volunteers needed for several positions 1. About the Denver LAMP meetup group 1.Host a presentation every 1-3 months 2.Cover 1-3 related topics per meeting 3.Goal is to provide high quality education and networking, for free 2. The purpose of

More information

Client Quick Start Guide. A User Guide for New ihomefinder Partners

Client Quick Start Guide. A User Guide for New ihomefinder Partners Client Quick Start Guide A User Guide for New ihomefinder Partners Introduction Congratulations on your decision to integrate ihomefinder tools into your Website. Customers increasingly turn to the Internet

More information

Understanding Responsive Web Design. A detailed look at the current state of mobile commerce site development options. Written By: Igor Nesmyanovich

Understanding Responsive Web Design. A detailed look at the current state of mobile commerce site development options. Written By: Igor Nesmyanovich Understanding Responsive Web Design A detailed look at the current state of mobile commerce site development options Written By: Igor Nesmyanovich Most people make the mistake of thinking design veneer

More information

Additional information >>> HERE <<<

Additional information >>> HERE <<< Additional information >>> HERE http://dbvir.com/valuepaid/pdx/817t175/

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information

TheImportance ofa MOBILEFRIENDLY WEBSITE

TheImportance ofa MOBILEFRIENDLY WEBSITE TheImportance ofa MOBILEFRIENDLY WEBSITE Copyright Notice The Importance of a Mobile Friendly Website NOTICE: You DO NOT Have the Right to Reprint or Resell this Report! You Also May NOT Give Away, Sell,

More information

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices www..com 2 Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Executive Summary There

More information

Your No-Nonsense Guide to Facebook Ads

Your No-Nonsense Guide to Facebook Ads Your No-Nonsense Guide to Facebook Ads If you are in business, Facebook can play an important role in your marketing your business. It helps you connect and build relationships through updated posts. In

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Going Mobile-does your website work on mobile devices?

Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? It is unlikely to have escaped your attention that people are now accessing the web from a

More information

My name is Ellis Benus. I have been doing Web Development and Design for over 10 years.

My name is Ellis Benus. I have been doing Web Development and Design for over 10 years. Introduction My name is Ellis Benus. I have been doing Web Development and Design for over 10 years. Specializing in Small to Medium sized business web design and marketing has been very rewarding. I m

More information

THE MOST COMPLETE, ADVANCED, EASIEST TO USE MARKETING SYSTEM FOR THE REAL ESTATE INDUSTRY

THE MOST COMPLETE, ADVANCED, EASIEST TO USE MARKETING SYSTEM FOR THE REAL ESTATE INDUSTRY THE MOST COMPLETE, ADVANCED, EASIEST TO USE MARKETING SYSTEM FOR THE REAL ESTATE INDUSTRY THE SITUATION 95% of home buyers start searching for their new home online before ever calling a Realtor. Sellers

More information

PROPOSAL. + Branding + Web Design + Development. November 18, 2014 Prepared by: Maya Elious Prepared for: Client Name

PROPOSAL. + Branding + Web Design + Development. November 18, 2014 Prepared by: Maya Elious Prepared for: Client Name PROPOSAL + Branding + Web Design + Development November 18, 2014 Prepared by: Maya Elious Prepared for: Client Name Project Overview Why You re Here You are a coaching and development company for startups

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

GET YOUR BUSINESS ONLINE FOR NON-TECHIES. Domains, websites, email, SEO basics and analytics with Rob Riley

GET YOUR BUSINESS ONLINE FOR NON-TECHIES. Domains, websites, email, SEO basics and analytics with Rob Riley GET YOUR BUSINESS ONLINE FOR NON-TECHIES Domains, websites, email, SEO basics and analytics with Rob Riley OBJECTIVES Domain registration, DNS and hosting basics. Web and Email hosting setup, packages

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

Generate Android App

Generate Android App Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Introduction Thank you so much for your purchase! We're excited to present you with the most magical popup solution for WordPress! If you have any questions, please email us at

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Checklist of Best Practices in Website

Checklist of Best Practices in Website Checklist of Best Practices in Website An educational guide for anyone responsible for website performance and search engine optimization. Specialists in Direct & Digital Marketing Checklist of Best Practices

More information

Empowering the mobile initiatives for the largest brands in Real Estate.

Empowering the mobile initiatives for the largest brands in Real Estate. Empowering the mobile initiatives for the largest brands in Real Estate. Mobile Meets Marketing. Market Your Properties on any mobile phone or wireless carrier. Mobilize your traditional marketing. Virtual

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

Logging in to Google Chrome

Logging in to Google Chrome Logging in to Google Chrome By logging in to Google Chrome, you will be able to quickly access any saved applications, bookmarks, and resources from any location. Please remember...if you are using a lab

More information

Your events are about to get smarter

Your events are about to get smarter Your events are about to get smarter CrowdCompass mobile event apps leverage smart content to make your event more relevant, more social, and more personalized than ever before. It s simple content is

More information

How To Convert A Lead In Sugarcrm

How To Convert A Lead In Sugarcrm Attract. Convert. Retain. Lead Management in SugarCRM Written by: Josh Sweeney and Matthew Poer www.atcoresystems.com Atcore Systems, LLC 2010 All rights reserved. No part of this publication may be reproduced

More information

Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points

Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points When the Internet first started to become popular and widespread, webpage design was a relatively

More information

Responsive web design Are we ready for the new age?

Responsive web design Are we ready for the new age? Responsive web design Are we ready for the new age? Nataša Subić, The Higher Education Technical School of Professional Studies in Novi Sad, Serbia, subic@vtsns.edu.rs Tanja Krunić, The Higher Education

More information

Request for Proposal (RFP) Toolkit

Request for Proposal (RFP) Toolkit Request for Proposal (RFP) Toolkit A Message from the CEO Hi, this is Ryan Flannagan, founder and CEO of Nuanced Media. Thanks for downloading the RFP Toolkit. My team and I are excited that you ve decided

More information

Top Practices To Boost Your Law Firm Leads

Top Practices To Boost Your Law Firm Leads Top Practices To Boost Your Law Firm Leads Boost Your Leads It doesn t matter the legal field you specialize in personal injury, bankruptcy, real estate, family law you probably don t have the time to

More information

Mobile Device Design Tips For Email Marketing

Mobile Device Design Tips For Email Marketing WHITEPAPER Top 10 Mobile Device Design Tips for Email In case you haven t noticed, mobile devices are literally everywhere. We re texting more than ever, shopping online, downloading apps, playing games,

More information

Responsive Design How to get started

Responsive Design How to get started Responsive Design How to get started Website traffic from mobile devices has grown significantly year over year prompting marketers to include responsive website design into their digital marketing strategy.

More information

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

10 Secrets to Building a Killer Email List. How-to Guide

10 Secrets to Building a Killer Email List. How-to Guide 10 Secrets to Building a Killer Email List How-to Guide Introduction Building an email list for your company is important not only for marketing; building a healthy, targeted, robust email list is how

More information

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,

More information

Designing for Mobility

Designing for Mobility Designing for Mobility Top 10 Design Tips for a Mobile HMI with FactoryTalk ViewPoint Sharon Billi-Duran Control & Visualization Business Lianne Chu Commercial Engineering Contents Foreword 3 Tip 1: Think

More information

Mobile Website Design - 5 Things You Need To Know! by Robert Fagnant

Mobile Website Design - 5 Things You Need To Know! by Robert Fagnant Mobile Website Design - 5 Things You Need To Know! by Robert Fagnant Disclaimers / Legal Information All rights reserved. No part of this book may be reproduced, stored in a retrieval system or transmitted

More information

1. Target Keyword: Digital publishing Page Title: Extend your Mobile Reach with ASO for Apps

1. Target Keyword: Digital publishing Page Title: Extend your Mobile Reach with ASO for Apps 1. Target Keyword: Digital publishing Page Title: Extend your Mobile Reach with ASO for Apps There are hundreds of millions of active mobile app users currently. Together they've downloaded over 50 billion

More information

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings INDUSTRY INSIGHT GUIDE Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings Inside How to boost direct bookings Why you need a mobile-friendly site Pros & cons of mobile websites Pros

More information

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

Website and Marketing Best Practices Guide*

Website and Marketing Best Practices Guide* and Best Practices Guide* * Please note: The Best Practices outlined in this guide are subject to change. Please refer to the links provided throughout this guide for the latest information in regards

More information

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130 UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS Silva Introduction to Silva Document No. IS-130 Contents What is Silva?... 1 Requesting a website / Web page(s) in Silva 1 Building the site and making

More information

Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 2016 R1 Mobile Guide Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users

More information

5 Tips For Setting Measurable. Social Media Goals. 5 Tips for Measurable social media goals

5 Tips For Setting Measurable. Social Media Goals. 5 Tips for Measurable social media goals 5 Tips For Setting Measurable Social Media Goals 1 introduction Five practical tips for setting measurable social media goals Social media participation has become a must for businesses today. A survey

More information

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps.

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps. The Beginners Guide Table of Contents 03 04 05 06 34 35 What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps See Live Examples Need More Help? What is ProSite?

More information

About Kobo Desktop... 4. Downloading and installing Kobo Desktop... 5. Installing Kobo Desktop for Windows... 5 Installing Kobo Desktop for Mac...

About Kobo Desktop... 4. Downloading and installing Kobo Desktop... 5. Installing Kobo Desktop for Windows... 5 Installing Kobo Desktop for Mac... Kobo Touch User Guide TABLE OF CONTENTS About Kobo Desktop... 4 Downloading and installing Kobo Desktop... 5 Installing Kobo Desktop for Windows... 5 Installing Kobo Desktop for Mac... 6 Buying ebooks

More information

Building Responsive Websites with the Bootstrap 3 Framework

Building Responsive Websites with the Bootstrap 3 Framework Building Responsive Websites with the Bootstrap 3 Framework Michael Slater and Charity Grace Kirk michael@webvanta.com 888.670.6793 1 Today s Presenters Michael Slater President and Cofounder of Webvanta

More information

Written by: Doug Schust, WSI Digital Marketing Expert

Written by: Doug Schust, WSI Digital Marketing Expert Written by: Doug Schust, WSI Digital Marketing Expert Responsive web design is generating a lot of buzz in the digital marketing space these days, even among the guru web designers. So what s all the excitement

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

About Blue Sky Sessions

About Blue Sky Sessions Web Technologies Agenda About Blue Sky Sessions What We Do Web Development Application Development Search Engine Marketing Social Media Strategy Trends in Web Questions? About Blue Sky Sessions What We

More information

OET Cloud Services Getting Started Guide

OET Cloud Services Getting Started Guide OET Cloud Services Getting Started Guide Introduction OET Cloud Services uses Google Drive to let you store and access OET files anywhere -- on the web, and access them on your PC, or on any device connected

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN WHITE PAPER December 2012 RESPONSIVE WEB DESIGN A QUICK INTRODUCTION Responsive Web Design is generating a lot of buzz among web designers. What s all the fuss about? facing Responsive Design and total

More information

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER WEB, HYBRID, NATIVE EXPLAINED June 2013 CRAIG ISAKSON MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER 701.235.5525 888.sundog fax: 701.235.8941 2000 44th St. S Floor 6 Fargo, ND 58103 www.sundoginteractive.com

More information

MAKING YOUR SITE MOBILE-FRIENDLY INCLUDES STEPS FOR GOOGLE MOBILE SEARCH COMPLIANCE

MAKING YOUR SITE MOBILE-FRIENDLY INCLUDES STEPS FOR GOOGLE MOBILE SEARCH COMPLIANCE MAKING YOUR SITE MOBILE-FRIENDLY INCLUDES STEPS FOR GOOGLE MOBILE SEARCH COMPLIANCE Thank you - I m very happy I went with WPtouch Pro! My site is finally mobile friendly in a professional way! Eric Tinker

More information

Grow Your Business with Email and Social Media

Grow Your Business with Email and Social Media Grow Your Business with Email and Social Media Simple Marketing Strategies for Small Businesses and Nonprofits Constant Contact 2015 Welcome Rebecca Esparza, MBA Authorized Local Expert, Constant Contact

More information

Creating a Course Web Site

Creating a Course Web Site What you will do: Use Web Templates Use Shared Borders for navigation Apply Themes Use the Categories control Add threaded discussions Add a hit counter View web site statistics As an educator or administrator

More information

Google Apps to Office 365 for business

Google Apps to Office 365 for business Google Apps to Office 365 for business Make the switch Office 365 for business looks different from Google Apps, so when you sign in, you ll get this view to get you started. You can choose your start

More information

Making it Big in a Slow Market White Paper Fall 2007

Making it Big in a Slow Market White Paper Fall 2007 REAL ESTATE INTERNET MARKETING Making it Big in a Slow Market White Paper Fall 2007 2030 Franklin Street, Suite 500 Oakland, CA 94612 866 645 7702 www.ihouseweb.com Copyright 2007 Personal Letter from

More information

Web Publishers Group. Tuesday 13 March 2012

Web Publishers Group. Tuesday 13 March 2012 Web Publishers Group Tuesday 13 March 2012 Responsive Web Design Mobilising the Internet Scott O Brien Technical Web Coordinator ANU Marketing Office 3 Responsive web design Designing a website in a manner

More information

Are you ready for the mobile Web?

Are you ready for the mobile Web? BUSINESS SOLUTIONS GUIDE: MOBILE INTERNET www.coremedia.com Are you ready for the mobile Web? A Guide for Media Companies The days of the static, desktop Web page are gone for good. The mobile Web is swiftly

More information

Google Docs, Sheets, and Slides: Share and collaborate

Google Docs, Sheets, and Slides: Share and collaborate Google Docs, Sheets, and Slides: Share and collaborate Once you've created your document, you can share it with others. Collaborators can then edit the same document at the same time you'll always have

More information

Mobile Website Design 5 Things You Need To Know! by Gabrielle Melisende

Mobile Website Design 5 Things You Need To Know! by Gabrielle Melisende Mobile Website Design 5 Things You Need To Know! by Gabrielle Melisende Disclaimers / Legal Information All rights reserved. No part of this book may be reproduced, stored in a retrieval system or transmitted

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

TABLE OF CONTENTS. Why Email Marketing? Growing Your Subscribers. Email Content Ideas. Email Best Practices. Conclusion

TABLE OF CONTENTS. Why Email Marketing? Growing Your Subscribers. Email Content Ideas. Email Best Practices. Conclusion Growing Your Business with Email Marketing TABLE OF CONTENTS Why Email Marketing? Growing Your Subscribers Email Content Ideas Email Best Practices Conclusion 1 6 10 15 18 WHY EMAIL MARKETING? Email marketing

More information

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 A unique responsive stack that dynamically populates and updates a content area within the stack using a warehoused external XML flat text file

More information

INTRODUCTION. Mobile has changed. the game. Today s Web: High Demands, Higher Rewards. Chapter 1

INTRODUCTION. Mobile has changed. the game. Today s Web: High Demands, Higher Rewards. Chapter 1 Chapter 1 INTRODUCTION With more and more consumers specifically searching for local businesses on their mobile devices, it is imperative that small businesses invest in a mobile presence. -David Brown,

More information

A Step- by- Step Guide for Building a Website for Your Business

A Step- by- Step Guide for Building a Website for Your Business 1 A Step- by- Step Guide for Building a Website for Your Business 2 Ge#ng Started With Your Website A well-built website is the foundation of your business And as we ve mentioned before, there s no better

More information

5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS

5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS TIP SHEET 5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS Social media participation has become a must for businesses today. A survey by CMO in February 2012 revealed that marketers expect to spend almost

More information

Five Key Principles of Conversion-Focused Website Design

Five Key Principles of Conversion-Focused Website Design Five Key Principles of Conversion-Focused Website Design 2015 G5, MF0313 Introduction Did you know that 97 percent of consumers use search engines to research products and resources? 1 Now more than ever,

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

The best sales presentation software for business

The best sales presentation software for business Everything you need to know about Presentia when researching presentation products Overview of the product Are you looking to improve your company s sales presentations and get away from boring PowerPoint?

More information

How we design & build websites. Menu 2 Menu 3 Menu 4 Menu 5. Home Menu 1. Item 1 Item 2 Item 3 Item 4. bob. design & marketing

How we design & build websites. Menu 2 Menu 3 Menu 4 Menu 5. Home Menu 1. Item 1 Item 2 Item 3 Item 4. bob. design & marketing How we design & build websites Home Menu 1 Item 1 Item 2 Item 3 Item 4 Menu 2 Menu 3 Menu 4 Menu 5 Item 1 Item 2 Item 3 Home Menu 1 Item 1 Item 2 Item 3 Item 4 Menu 2 Menu 3 Menu 4 Menu 5 Item 1 Item 2

More information

WHICH PLATFORM For My Website

WHICH PLATFORM For My Website WHICH PLATFORM For My Website CONTENTS INTRODUCTION 1. 3. 4. 5 9. 10. 11. 13. 14. Introduction Your domain name Why choose a CMS platform? Choose the right Content Management System Add features Do you

More information

Joostrap RWD Bootstrap Template

Joostrap RWD Bootstrap Template Joostrap RWD Bootstrap Template Step by Step Guide to Installing & Set-up Updated 17 th November 2012 Prepared by Philip Locke What is Joostrap?...3 JooStrap & The Basics...3 The Past & How Templating

More information