<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bluenotes EntertainmentBluenotes Entertainment</title>
	<atom:link href="http://www.bluenotesentertainment.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluenotesentertainment.com</link>
	<description>Website Design by Kerry Kline</description>
	<lastBuildDate>Sat, 18 May 2013 07:27:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Full Size Background Slideshow</title>
		<link>http://www.bluenotesentertainment.com/blog/full-size-background-slideshow/</link>
		<comments>http://www.bluenotesentertainment.com/blog/full-size-background-slideshow/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 01:00:16 +0000</pubDate>
		<dc:creator>Kerry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[image slider iweb]]></category>
		<category><![CDATA[iweb]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery iweb]]></category>

		<guid isPermaLink="false">http://www.bluenotesentertainment.com/?p=3783</guid>
		<description><![CDATA[<p>So as you can see from the above info box, I was asked to do a image background slideshow tutorial for iWeb. After looking online at a few examples, I came across one jquery slideshow called &#8220;Backstretch&#8221; which was developed by Scott Robbin. There are many of them out there, but for my iWeb audience, I [...]</p><p>The post <a href="http://www.bluenotesentertainment.com/blog/full-size-background-slideshow/">Full Size Background Slideshow</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></description>
				<content:encoded><![CDATA[<div class="info-box info-box-blue info-box-has-icon"><p><i class="icon icon-asterisk"></i>This is a requested tutorial from one of our readers incorporating the a background Image slider into iWeb. If you would like to see other tutorials please <a title="Contact" href="http://www.bluenotesentertainment.com/contact/">let us know</a>!</p>
</div>
<p>So as you can see from the above info box, I was asked to do a <em><strong>image background slideshow tutorial</strong></em> for iWeb. After looking online at a few examples, I came across one jquery slideshow called &#8220;<a href="http://srobbin.com/jquery-plugins/backstretch/" target="_blank">Backstretch</a>&#8221; which was developed by <a href="http://srobbin.com/">Scott Robbin</a>. There are many of them out there, but for my iWeb audience, I chose this one for its simplicity. Of course you can use this in a non iWeb website as well. What this does is display a rotating set of images at full size within your page background.</p>
<p style="text-align: center;"><a href="/siteelements/iweb-demos/backstretch/backstretch.zip" title="Download Source" class="btn btn-default btn-large" target="_blank"><i class="icon-star"></i> Download Source</a> <a href="/siteelements/iweb-demos/backstretch/" title="View Demo" class="btn btn-default btn-large" target="_blank"><i class="icon-icon-external-link"></i> View Demo</a></p>
<div class="divider divider-shadow"></div>
<div class="info-box info-box-green"><p>iWeb Note: This tutorial requires you to edit your published iweb page to add the JS scripts within the <code>&lt;body&gt;</code> section of your html page. You can either use a text editor application, Coda, iWeb SEO Tools or any other program to help you. Also keep in mind that if you &#8220;re-publish&#8221; your page you will need to add this code back in again.</p>
</div>
<p><span class="dropcap">1.</span><!-- .dropcap (end) --> Download the provided source files above and upload the entire folder  to your server. The source files I have provided are a slimmed down version of what is provided from the original developer. This version only includes 3 demo images, the jquery.backstretch.js and optional hosted jquery.js file (The code below uses the Google hosted jquery file).</p>
<div class="clear"></div>
<p><span class="dropcap">2.</span><!-- .dropcap (end) --> Find the published iweb html page you wish to add Backstretch to and open the file in your favorite HTML editor. You can also use iWeb SEO Tools from Rage Software to include these scripts before the closing <strong>&lt;/body&gt;</strong> tag.</p>
<div class="clear"></div>
<p><span class="dropcap">3.</span><!-- .dropcap (end) --> Copy and paste the following code within the <code>&lt;body&gt;</code> section of your page. For best results, you should place at the end prior to the closing of the body tag.</p><pre class="crayon-plain-tag">&lt;!-- jQuery Library - Hosted via Google --&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"&gt;&lt;/script&gt;

&lt;!-- Backstretch JS --&gt;
&lt;script src="http://www.your_website.com/backstretch/js/jquery.backstretch.js"&gt;&lt;/script&gt;
&lt;script&gt;
    $.backstretch([
      "http://www.your_website.com/backstretch/images/pot-holder.jpg",
      "http://www.your_website.com/backstretch/images/coffee.jpg",
      "http://www.your_website.com/backstretch/images/dome.jpg"
    ], {
    	fade: 750,	//Speed of Fade
    	duration: 4000 	// The length of Time the image is display
    });
&lt;/script&gt;</pre><p><div class="info-box info-box-yellow"><p>You will need to alter the code above by changing the domain to match yours.</p>
</div></p>
<div class="clear"></div>
<p><span class="dropcap">4.</span><!-- .dropcap (end) --> Save your edited page and load it in your favorite web browser, if you added the above code to the correct area of your html, and used the correct URL&#8217;s for the images and jquery.backstretch.js file, then it should load correctly. Remember the jquery library file we&#8217;re pulling from Google. So no need to alter that URL.</p>
<h3> Notes</h3>
<ol>
<li><span style="line-height: 13px;">This slideshow only uses 1 transition, fade. The speed of the fade is controlled with the number in the js above.</span></li>
<li>When you&#8217;re adding your images to the array in the js script, make sure each image is followed by a comma, the LAST one does not.</li>
</ol>
<p>Hope you enjoyed this quick tutorial. Have a question or need some help, feel free leave a comment.</p>
<p>The post <a href="http://www.bluenotesentertainment.com/blog/full-size-background-slideshow/">Full Size Background Slideshow</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluenotesentertainment.com/blog/full-size-background-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple &#8211; A Minimal Responsive HTML Template</title>
		<link>http://www.bluenotesentertainment.com/blog/simple-a-minimal-responsive-html-template/</link>
		<comments>http://www.bluenotesentertainment.com/blog/simple-a-minimal-responsive-html-template/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 00:51:33 +0000</pubDate>
		<dc:creator>Kerry</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.bluenotesentertainment.com/?p=3770</guid>
		<description><![CDATA[<p>We&#8217;re excited to release new new HTML template called Simple.  Simple uses our customized HTML framework to deliver a professional design, responsive layouts, feature packed elements and standard layout options such as sidebars, full width pages, blog pages and more. Along with packing our full featured framework, Simple takes us back to just being &#8220;simple&#8221; [...]</p><p>The post <a href="http://www.bluenotesentertainment.com/blog/simple-a-minimal-responsive-html-template/">Simple &#8211; A Minimal Responsive HTML Template</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re excited to release new new HTML template called <a title="Simple – Minimal HTML Responsive Template" href="http://www.bluenotesentertainment.com/products/simple-minimal-html-responsive-template/">Simple</a>.  Simple uses our customized HTML framework to deliver a professional design, responsive layouts, feature packed elements and standard layout options such as sidebars, full width pages, blog pages and more.</p>
<p>Along with packing our full featured framework, Simple takes us back to just being &#8220;simple&#8221; The design is based to either give developers an easy start to creating something amazing or just targeted at those wishing to write and treat it as a blog. Simple takes that view and allows the viewer to focus on the words rather than the bells and whistles.</p>
<p style="text-align: center;"><a href="http://demo.bluenotesentertainment.com/?theme=simple" title="View the Demo" class="btn btn-info btn-large" target="_blank"><i class="icon-magic"></i> View the Demo</a> <a href="/products/simple-minimal-html-responsive-template/" title="View the Details and Purchase" class="btn btn-default btn-large" target="_self"><i class="icon-star"></i> View the Details and Purchase</a></p>
<p style="text-align: center;">Simple is also part of our <a title="Theme Bundle – Sweetness, Babia, Suma, Centium Prime &amp; Natista" href="http://www.bluenotesentertainment.com/products/theme-bundle/">Theme Bundle Pack!</a> Download all of our current HTML themes for one low price.</p>
<h2 style="text-align: center;"></h2>
<p>The post <a href="http://www.bluenotesentertainment.com/blog/simple-a-minimal-responsive-html-template/">Simple &#8211; A Minimal Responsive HTML Template</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluenotesentertainment.com/blog/simple-a-minimal-responsive-html-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrow Smile Dental</title>
		<link>http://www.bluenotesentertainment.com/portfolio/websites/arrow-smile-dental/</link>
		<comments>http://www.bluenotesentertainment.com/portfolio/websites/arrow-smile-dental/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 17:10:35 +0000</pubDate>
		<dc:creator>Kerry</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.bluenotesentertainment.com/?p=3708</guid>
		<description><![CDATA[<p>Arrow Smile Dental is a dental practice in Covina. It is also the business of my partner. Dr. Rosales established Arrow Smile Dental back in 2007 and has seen over 3000 patients. He incorporates the latest in dental technology and services including his latest achievement of using the CEREC Milling Unit.</p><p>The post <a href="http://www.bluenotesentertainment.com/portfolio/websites/arrow-smile-dental/">Arrow Smile Dental</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Arrow Smile Dental is a dental practice in Covina. It is also the business of my partner. Dr. Rosales established Arrow Smile Dental back in 2007 and has seen over 3000 patients. He incorporates the latest in dental technology and services including his latest achievement of using the CEREC Milling Unit.</p>
<div class="column grid_8"></p>
<p><img class="alignleft size-medium wp-image-3709 pretty" alt="Arrow Smile Dental Website Design" src="http://www.bluenotesentertainment.com/wp-content/uploads/2013/03/arrowsmiledental-website-design.jpg" /></p>
<p></div><!-- .column (end) -->
<div class="column grid_4 last"><br />
<a href="http://www.arrowsmiledental.com/" title="Visit their website!" class="btn btn-default" target="_blank">Visit their website!</a></p>
<h3>Features:</h3>
<p></p>
<ul class="tb-icon-list">
<li><i class="icon-ok" style="color:green;"></i> CSS</li>
<li><i class="icon-ok" style="color:green;"></i> HTML</li>
<li><i class="icon-ok" style="color:green;"></i> JQuery</li>
<li><i class="icon-ok" style="color:green;"></i> Photo Galleries</li>
<li><i class="icon-ok" style="color:green;"></i> WordPress (CMS)</li>
<li><i class="icon-ok" style="color:green;"></i> Blog</li>
<li><i class="icon-ok" style="color:green;"></i> Contact Forms</li>
<li><i class="icon-ok" style="color:green;"></i> Simplistic Design</li>
<li><i class="icon-ok" style="color:green;"></i> Mobile / Responsive Design</li>
<li><i class="icon-ok" style="color:green;"></i> Bi-lingual translation (English and Spanish)</li>
<li><i class="icon-ok" style="color:green;"></i> Online Marketing</li>
</ul>
<p></p>
<p></div><!-- .column (end) -->
<div class="clear"></div>
<p>The post <a href="http://www.bluenotesentertainment.com/portfolio/websites/arrow-smile-dental/">Arrow Smile Dental</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluenotesentertainment.com/portfolio/websites/arrow-smile-dental/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Natista &#8211; Responsive Business HTML Template</title>
		<link>http://www.bluenotesentertainment.com/blog/natista-responsive-business-html-template/</link>
		<comments>http://www.bluenotesentertainment.com/blog/natista-responsive-business-html-template/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 21:41:25 +0000</pubDate>
		<dc:creator>Kerry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[html template]]></category>
		<category><![CDATA[responsive template]]></category>

		<guid isPermaLink="false">http://www.bluenotesentertainment.com/?p=3692</guid>
		<description><![CDATA[<p>We&#8217;re excited to release new new HTML template called Natista.  Natista uses our customized HTML framework to deliver a professional design, responsive layouts, feature packed elements and standard layout options such as sidebars, full width pages, blog pages and more.   Natista is also part of our Theme Bundle Pack! Download all of our themes [...]</p><p>The post <a href="http://www.bluenotesentertainment.com/blog/natista-responsive-business-html-template/">Natista &#8211; Responsive Business HTML Template</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re excited to release new new HTML template called <a title="Natista Creative HTML Template" href="http://www.bluenotesentertainment.com/products/natista-creative-html-template/">Natista</a>.  Natista uses our customized HTML framework to deliver a professional design, responsive layouts, feature packed elements and standard layout options such as sidebars, full width pages, blog pages and more.</p>
<p style="text-align: center;"><a href="http://demo.bluenotesentertainment.com/?theme=natista" title="View the Demo" class="btn btn-info btn-large" target="_blank"><i class="icon-magic"></i> View the Demo</a> <a href="/products/natista-creative-html-template/" title="View the Details and Purchase" class="btn btn-default btn-large" target="_self"><i class="icon-star"></i> View the Details and Purchase</a></p>
<p style="text-align: center;">Natista is also part of our <a title="Theme Bundle – Sweetness, Babia, Suma, Centium Prime &amp; Natista" href="http://www.bluenotesentertainment.com/products/theme-bundle/">Theme Bundle Pack!</a> Download all of our themes for one low price.</p>
<h2 style="text-align: center;"></h2>
<p>The post <a href="http://www.bluenotesentertainment.com/blog/natista-responsive-business-html-template/">Natista &#8211; Responsive Business HTML Template</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluenotesentertainment.com/blog/natista-responsive-business-html-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s the Big Deal About Responsive Design?</title>
		<link>http://www.bluenotesentertainment.com/blog/whats-the-big-deal-about-responsive-design/</link>
		<comments>http://www.bluenotesentertainment.com/blog/whats-the-big-deal-about-responsive-design/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 21:17:18 +0000</pubDate>
		<dc:creator>Kerry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mobile first]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[why responsive]]></category>

		<guid isPermaLink="false">http://www.bluenotesentertainment.com/?p=3579</guid>
		<description><![CDATA[<p>Lets take a look at where we&#8217;ve come from in regards to mobility&#8230; For the last few years, the web design world has gone through some drastic changes. One of which is known as responsive design. It&#8217;s the idea that when a website is designed, the developer should build the site to fulfill the scope [...]</p><p>The post <a href="http://www.bluenotesentertainment.com/blog/whats-the-big-deal-about-responsive-design/">What’s the Big Deal About Responsive Design?</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Lets take a look at where we&#8217;ve come from in regards to mobility&#8230;</p>
<p>For the last few years, the web design world has gone through some drastic changes. One of which is known as <em><strong>responsive</strong></em> design. It&#8217;s the idea that when a website is designed, the developer should build the site to fulfill the scope of multiple screen resolutions such as the iPhone, iPad, and all of those in between. About 4-5 years ago, developers would approach this as a second thought. The idea was new and the iPhone just came out with a web browser that actually displayed the web like its desktop counter part. Therefore, why think about it? The iPhone displayed the page in its entirely. No loss, just requires to use of pinch to zoom to read it.</p>
<p>Before then, those with mobile Internet devices such as blackberry and windows mobile, would strip out most of the site design, almost taking us back to the 90&#8242;s. Apple&#8217;s mobile Safari was a game changer. It used the same driving engine from WebKit and processed the exact same website in your hands that you would have seen on your desktop computer. However with this great technology, users quickly found that reading on a small device was becoming trivial. Sure you could pinch to zoom and scroll around, but it wasn&#8217;t the same. Sometimes you would need to zoom, pan the screen left, move to the right, then pan back left to read the next line. Trivial.</p>
<p>The great minds then decided to create dedicated mobile versions of their website. This version would serve all the mobile devices on a separate domain, usually m.domain.com or mobile.domain.com. These worked well for what it was but soon after they too started to become a problem. Sometimes the mobile version would be incomplete, missing individual pages, or missing content. In addition, the developers had to manage two or more completely different sites, the main and the mobile. This cost time and resources, not too mention confusion as one article may not be on both sites.</p>
<h2>Here comes Responsive&#8230;</h2>
<p>Then we came to the view of being <em><strong>responsive</strong></em>. The idea was to make the the same exact website, with everything displayed, respond to a different browser size automatically. This became the perfect answer (so far). Serve the same webpage to all browsers including mobile and tablet devices, then just rearrange the content to fit the screen size. The developer would only need to make a single update and the change is served to everyone.</p>
<p>The way responsive is delivered is by altering the design CSS with media queries. These styles target specific browser sizes. For example if you use in your CSS:</p><pre class="crayon-plain-tag">@media only screen and (max-width: 480px) {
     body { font-size: 0.8em; }
}</pre><p>Then all browser windows with a width meeting or smaller than 480px&#8217;s across will show the body font size at 0.8em instead of the typical 1em, or base font size, that might be used for the desktop version. This gave way to allowing developers to easily target and deliver custom styles based on the device&#8217;s screen size, regardless of what the device brand was.</p>
<p>By planning your website project for mobile devices at the beginning, the developer or designer would be able to adjust early on and format their content to meet all of the mobile possibilities including the desktop. Knowing and planning to use responsive styles to build your design, the developer or designer would be incorporating max-widths, percentages, EM&#8217;s, in addition the @media queries to build the site. Plan now and save time for the future.</p>
<h2>Example Scenario:</h2>
<p>Let&#8217;s take the following example. It&#8217;s from <a title="Natista Creative HTML Template" href="http://www.bluenotesentertainment.com/products/natista-creative-html-template/">Natista</a>, one of our HTML templates that we sell in our <a title="Amazing and Beautiful Responsive Website Templates" href="http://www.bluenotesentertainment.com/shop/">online store</a>. It&#8217;s responsive and was built with the idea of working on all devices regardless of size. Let&#8217;s take a look at one of the design elements, the main menu. We knew that we wanted a menu that would respond to all views and still look and act like a menu.</p>
<p style="text-align: center;"><a title="Mobile VS Desktop - Mobile First Approach" href="http://www.bluenotesentertainment.com/wp-content/uploads/2013/02/mobilevsdesktop.jpg" rel="themeblvd_lightbox"><img class="aligncenter  wp-image-3584 pretty" title="Mobile VS Desktop - Mobile First Approach" alt="Mobile VS Desktop - Mobile First Approach" src="/wp-content/uploads/2013/02/mobilevsdesktop.jpg" width="600" height="300" /></a></p>
<p>We designed our menu to look the same, visually, even though it responds differently. We also clearly labeled our mobile menu to let the viewer know that this is a menu and you can click/touch it.</p>
<p>Another aspect of the above example, is the image slider (the cat that makes you go aww). The slider is from the well known Flexslider jquery plugin and automatically responds to the browser window size. In fact, the entire design of  Natista does exactly this. All images use a max-width:100% css property and site layout uses a fluid grid system of percentages. Planning with these ideas will allow the entire site to flow to any viewer and any device.</p>
<h2>Is 2013 the year of Responsive Design?</h2>
<p>Given the rapid adoption of tablets and smartphones in the consumer market place and the fact that users seem to prefer reading their news, blogs, and favorite sites on the mobile web, I think it&#8217;s inevitable that 2013 will be the year that responsive design takes off. In fact look at all of the HTML and WordPress marketplaces, most if not all, of the templates for sale are responsive. Owners want it, developers want to build it,  viewers want to use it!</p>
<h2>Some Stats&#8230;</h2>
<p>1) 1.08 of the world&#8217;s 4 billion mobile phones are smartphones. 3.05 billion are SMS enabled. (Source: <a title="Microsoft Tag" href="http://tag.microsoft.com/community/blog/t/the_growth_of_mobile_marketing_and_tagging.aspx" target="_blank">Microsoft Tag</a>)</p>
<p>2) Mobile internet usage is projected to overtake desktop internet usage by 2014. (Source: <a title="Microsoft Tag" href="http://tag.microsoft.com/community/blog/t/the_growth_of_mobile_marketing_and_tagging.aspx" target="_blank">Microsoft Tag</a>)</p>
<p>3) Apple and Android represent more than 75% of the smartphone market. (Source: <a title="comScore" href="http://www.comscore.com/Press_Events/Presentations_Whitepapers/2012/2012_US_Digital_Future_in_Focus" target="_blank">comScore</a>)</p>
<p>4) 74% of consumers will wait 5 seconds for a web page to load on their mobile device before abandoning the site. (Source: <a title="Gomez" href="http://www.gomez.com/wp-content/downloads/19986_WhatMobileUsersWant_Wp.pdf" target="_blank">Gomez</a>)</p>
<p>5) 46% of consumers are unlikely to return to a mobile site if it didn&#8217;t work properly during their last visit. (Source: <a title="Gomez" href="http://www.gomez.com/wp-content/downloads/19986_WhatMobileUsersWant_Wp.pdf" target="_blank">Gomez</a>)</p>
<p>6) 7.96% of all web traffic in the U.S. is mobile traffic. That number skyrockets to 14.85% in Africa, and 17.84% in Asia &#8212; up 192.5% since 2010. (Source: <a title="Pingdom" href="http://royal.pingdom.com/2012/05/08/mobile-web-traffic-asia-tripled/" target="_blank">Pingdom</a>)</p>
<p>7) 24% of US tablet owners use their tablets to shop 2-3 times per month; 20% use them to shop more than once per week; and 12% use them to shop every day! (Source: <a title="eMarketer" href="http://www.emarketer.com/Article.aspx?id=1008792&amp;R=1008792" target="_blank">eMarketer</a>)<em id="__mceDel"><br />
</em></p>
<p>8) Over 1/3 of Facebook&#8217;s users access Facebook Mobile; 50% of Twitter&#8217;s users use Twitter Mobile. (Source: <a title="Microsoft Tag" href="http://tag.microsoft.com/community/blog/t/the_growth_of_mobile_marketing_and_tagging.aspx" target="_blank">Microsoft Tag</a>)</p>
<h2>Browser Compatibility</h2>
<p>By now, all of the latest major browsers support Media Queries, CSS3 and HTML5. However, IE8 and older will need a little help from the <a href="https://code.google.com/p/html5shim/" target="_blank">html5shim</a> or another equivalent plugin/script. So take the plunge, build quality responsive websites.</p>
<p>The post <a href="http://www.bluenotesentertainment.com/blog/whats-the-big-deal-about-responsive-design/">What’s the Big Deal About Responsive Design?</a> appeared first on <a href="http://www.bluenotesentertainment.com">Bluenotes Entertainment</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluenotesentertainment.com/blog/whats-the-big-deal-about-responsive-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
