<?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>Magento Custom Development and Design New York &#124; RED LIGHT BLINKING</title>
	<atom:link href="http://www.redlightblinking.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redlightblinking.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 16:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Eyefly (a new site by BlueFly)</title>
		<link>http://www.redlightblinking.com/portfolio/eyefly-a-new-site-by-bluefly</link>
		<comments>http://www.redlightblinking.com/portfolio/eyefly-a-new-site-by-bluefly#comments</comments>
		<pubDate>Fri, 13 Jan 2012 03:30:07 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=444</guid>
		<description><![CDATA[Eyefly came to us for ongoing maintenance and enhancements to continue to grow their new brand and conversion rates!]]></description>
			<content:encoded><![CDATA[<p>Eyefly came to us for ongoing maintenance and enhancements to continue to grow their new brand and conversion rates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/portfolio/eyefly-a-new-site-by-bluefly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Debugging &#8211; how to debug template paths, logging and display errors</title>
		<link>http://www.redlightblinking.com/blog/magento-developers/magento-debugging-how-to-debug-template-paths-logging-and-display-errors</link>
		<comments>http://www.redlightblinking.com/blog/magento-developers/magento-debugging-how-to-debug-template-paths-logging-and-display-errors#comments</comments>
		<pubDate>Tue, 03 Jan 2012 16:28:31 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Developer Tutorials]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=437</guid>
		<description><![CDATA[Developing in Magento without these debugging tips can be challenging! Here is how you can debug magento: Turn on Template Path Hints Turn on error/system logging Turn on SQL logging Display PHP errors Turn on Template Path Hints Would you like to see the path of the file that is producing the HTML for each [...]]]></description>
			<content:encoded><![CDATA[<p>Developing in Magento without these debugging tips can be challenging! Here is how you can debug magento:</p>
<p>    Turn on Template Path Hints<br />
    Turn on error/system logging<br />
    Turn on SQL logging<br />
    Display PHP errors</p>
<p><strong>Turn on Template Path Hints</strong></p>
<p>Would you like to see the path of the file that is producing the HTML for each block on the page?</p>
<p>1. Log into the admin</p>
<p>2. Goto -> System ->Configuration, and on the bottom of the list select &#8220;Developer&#8221;</p>
<p>3. click on Debug &#8211; you will only see &#8220;Profiler&#8221;. Here is the trick &#8211; you have to switch the &#8220;Current Configuration Scope:&#8221; [in the upper left] to a website instead of default. Select &#8220;Main Website&#8221;.</p>
<p>4. Now you will see the selection for Template Path Hints &#8211; check yes. This will display the path of the template for each block of the page so you can find stuff! You can also choose to &#8220;Add Block Names to Hints&#8221; to see the corresponding model class for the block.</p>
<p><a href="http://www.redlightblinking.com/wp-content/uploads/2012/01/magentotemplatetip_thumb-300x142.jpg"><img src="http://www.redlightblinking.com/wp-content/uploads/2012/01/magentotemplatetip_thumb-300x142.jpg" alt="" title="magentotemplatetip_thumb-300x142" width="300" height="142" class="aligncenter size-full wp-image-438" /></a></p>
<p><strong>Turn on error/system logging</strong></p>
<p>1. In the admin  Goto -> System ->Configuration, and on the bottom of the list select &#8220;Developer&#8221;</p>
<p>2. Select the Log Settings tab and put Enabled = Yes</p>
<p>3. *to avoid any permissions issues, create folder/file</p>
<p>/var/log/system.log</p>
<p><strong>Turn on SQL logging</strong></p>
<p>To enable SQL Debugging find the file</p>
<p>/lib/Varien/Db/Adapter/Pdo/Mysql.php</p>
<p>change line 45<br />
protected $_debug = false;</p>
<p>to<br />
protected $_debug = true;</p>
<p>It will then generate the file var/debug/sql.txt.</p>
<p>*If you have any issues create this file manually first&#8230;</p>
<p><strong>Display PHP errors</strong></p>
<p>Frustrated you can&#8217;t see your PHP errors? This is how you turn them on &#8211; for development use only, don&#8217;t do this on a production site!</p>
<p>In Index.php change</p>
<p>Mage::setIsDeveloperMode(true);</p>
<p>ini_set(&#8216;display_errors&#8217;, 1);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/magento-developers/magento-debugging-how-to-debug-template-paths-logging-and-display-errors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plundor: person, place or thing?</title>
		<link>http://www.redlightblinking.com/blog/magento-tutorials/plundor-person-place-or-thing</link>
		<comments>http://www.redlightblinking.com/blog/magento-tutorials/plundor-person-place-or-thing#comments</comments>
		<pubDate>Mon, 02 Jan 2012 17:51:05 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=429</guid>
		<description><![CDATA[Plundor.com is a website that sales Magento Extension Bundles to the public. The current bundle contains 6 commercial Magento extensions that separately will cost you a total of $1.272,50. Bundled together by Plundor with a huge discount of 86%, this bundle is now available for a very limited time for only $178.50! Shop now, the [...]]]></description>
			<content:encoded><![CDATA[<p>Plundor.com is a website that sales Magento Extension Bundles to the public. The current bundle contains 6 commercial Magento extensions that separately will cost you a total of $1.272,50. Bundled together by Plundor with a huge discount of 86%, this bundle is now available for a very limited time for only $178.50! <strong><a href="http://www.plundor.com/">Shop now</a>, the bundle sale ends January 6th.<br />
</strong><br />
<a href="http://www.plundor.com/"><img src="http://www.redlightblinking.com/wp-content/uploads/2012/01/plundor-160x600.png" alt="" title="plundor-160x600" width="160" height="600" class="alignleft size-full wp-image-432" /></a><br />
The Bundle:<br />
Automatic Sale Category &#8211; Meabee &#8211; £ 49.99 ($ 77.50)<br />
Want to provide your users with a nice overview of all items in your shop that are on sale? Use this extention to do so, complete with product filtering and layered navigation.</p>
<p>Better Store Search &#8211; Sweettooth &#8211; $ 249.-<br />
Manually Specify Weightings and use complete word processing to get more accurate (automated and controlled) search results so your users find what they need.</p>
<p>CheckItOut &#8211; Ecomdev &#8211; $ 349.-<br />
Get your vistors through that checkout process as quickly as possible! Use this extension to create a short one-step-checkout process with a lot of configuration options.</p>
<p>Knowledge Base &#8211; Aheadworks &#8211; $ 199.-<br />
Don’t have a FAQ section or need to upgrade it? This section takes care of regular user questions getting information to the customer more quickly and having less customer requests by e-mail. Also a great way to build valuable content for your SEO rankings.</p>
<p>Red Mobile Theme &#8211; RedLightBlinking $ 299.-<br />
How many customers visit your website with their mobile device? Don’t lose sales on those customers and get them their own special theme adapted for mobile devices. Easily customizable with your own logos and colors.</p>
<p>Task Manager &#8211; Nimerce &#8211; $ 99.-<br />
Do you have multiple employees work in the Magento backend? Get them one central place to create and manage tasks and streamline your shop management flow.<br />
Start today:<br />
Amped about these 6 apps and the huge 86% discount? The official sale starts today and will be available for limited time only!</p>
<p><a href="http://www.plundor.com/">http://www.plundor.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/magento-tutorials/plundor-person-place-or-thing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Development Specialist</title>
		<link>http://www.redlightblinking.com/careers/business-development-specialist</link>
		<comments>http://www.redlightblinking.com/careers/business-development-specialist#comments</comments>
		<pubDate>Fri, 09 Dec 2011 16:05:27 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Careers]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=424</guid>
		<description><![CDATA[We are seeking a business development specialist to work with us on growing our business and getting new sales. Looking for someone with a knowledge of Magento and eCommerce. *Generate Leads and Sales for New Projects *Establishing Relationships with previous/current clients *Establishing Affiliate relationships and Partnerships Generous Commission!! Exciting opportunity to work in a growing [...]]]></description>
			<content:encoded><![CDATA[<p>We are seeking a business development specialist to work with us on growing our business and getting new sales.</p>
<p>Looking for someone with a knowledge of Magento and eCommerce. </p>
<p>*Generate Leads and Sales for New Projects</p>
<p>*Establishing Relationships with previous/current clients</p>
<p>*Establishing Affiliate relationships and Partnerships</p>
<p>Generous Commission!!</p>
<p>Exciting opportunity to work in a growing field with a small company. Flexible hours, telecommuting ok!<br />
Prefer someone who is in the NYC area and can attend meetings in our Soho location. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/careers/business-development-specialist/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freelance Designer / User Experience Expert</title>
		<link>http://www.redlightblinking.com/careers/freelance-designer-user-experience-expert</link>
		<comments>http://www.redlightblinking.com/careers/freelance-designer-user-experience-expert#comments</comments>
		<pubDate>Fri, 09 Dec 2011 15:59:20 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Careers]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=426</guid>
		<description><![CDATA[Looking for a part time freelance Designer / User Experience Expert to work with us designing cutting edge websites and mobile web applications. Requirements *Must have a Portfolio *Experience designing Websites, Logos *Knowledge of eCommerce Do&#8217;s and Dont&#8217;s *Familiarity with web technologies [HTML5, CSS3, Javascript, etc...] Ideal for a partnership with and existing freelancer to [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a part time freelance Designer / User Experience Expert to work with us designing cutting edge websites and mobile web applications.</p>
<p>Requirements<br />
*Must have a Portfolio<br />
*Experience designing Websites, Logos<br />
*Knowledge of eCommerce Do&#8217;s and Dont&#8217;s<br />
*Familiarity with web technologies [HTML5, CSS3, Javascript, etc...]</p>
<p>Ideal for a partnership with and existing freelancer to gain experience with Magento and Mobile and work on fun, cutting edge projects.</p>
<p>Looking for someone who can attend meetings / work onsite at our Manhattan location at WeWork Soho featuring unique interior design and finishes. MUST LIVE IN NYC Area. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/careers/freelance-designer-user-experience-expert/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re Hiring a Magento Developer!</title>
		<link>http://www.redlightblinking.com/blog/were-hiring-a-magento-developer</link>
		<comments>http://www.redlightblinking.com/blog/were-hiring-a-magento-developer#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:54:12 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Careers]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=416</guid>
		<description><![CDATA[Work on projects breaking new ground with Magento. HTML5/CSS3, Mobile, Custom Modules, Backend Integrations, and more Exciting opportunity for growth and to work on cutting edge projects for top clients. Requirements: PHP, MySQL, Linux *Magento Experience &#8211; Creating Custom Themes and Modules *Experience creating Magento Extensions a plus *HTML/CSS/Javascript/JQuery *JQuery Mobile a plus *SOAP, XML [...]]]></description>
			<content:encoded><![CDATA[<p>Work on projects breaking new ground with Magento. HTML5/CSS3, Mobile, Custom Modules, Backend Integrations, and more</p>
<p>Exciting opportunity for growth and to work on cutting edge projects for top clients.</p>
<p>Requirements:<br />
PHP, MySQL, Linux<br />
*Magento Experience &#8211; Creating Custom Themes and Modules<br />
*Experience creating Magento Extensions a plus<br />
*HTML/CSS/Javascript/JQuery<br />
*JQuery Mobile a plus<br />
*SOAP, XML</p>
<p>This is a full time freelance position in Manhattan at our Soho location.<br />
Some telecommuting is ok. Flexible hours. </p>
<p>If you are tired of working at a dead end job in a big corporation<br />
and looking for a great opportunity to work on fun projects in a flexible environment this is the job for you!</p>
<p>Send your resume, urls to magento projects and salary requirements to info(@)redlightblinking.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/were-hiring-a-magento-developer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#innovate2011 Announcements: XCommerce, Magento, Facebook Open Graph 2.0, Milo, eBay Integrations</title>
		<link>http://www.redlightblinking.com/blog/magento-tutorials/innovate-2011-announcments-xcommercemagento-facebook-open-graph-2-0-milo-ebay-integrations</link>
		<comments>http://www.redlightblinking.com/blog/magento-tutorials/innovate-2011-announcments-xcommercemagento-facebook-open-graph-2-0-milo-ebay-integrations#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:53:53 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[innovate2011]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[magentoconnect]]></category>
		<category><![CDATA[milo]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[xcommerce]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=391</guid>
		<description><![CDATA[At Innovate 2011 there were some big announcements, and lots of tweets (which are now lost in twitterverse). Here&#8217;s a condensed list with links to the released products: X.Commerce Fabric Released X.commerce is a message bus that sends and receives messages from capabilities registered with the platform. Download it today and starting integrating with the [...]]]></description>
			<content:encoded><![CDATA[<p>At Innovate 2011 there were some big announcements, and lots of tweets (which are now lost in twitterverse). Here&#8217;s a condensed list with links to the released products:</p>
<h3>X.Commerce Fabric Released</h3>
<p>X.commerce is a message bus that sends and receives messages from capabilities registered with the platform. Download it today and starting integrating with the fabric:<br />
<a href="https://www.x.com/developers/x.commerce/products/x.commerce-developer-package">www.x.com</a></p>
<h3>Paypal Access</h3>
<p>You can login with Facebook, Twitter, why not Paypal? Just released is their identity solution:<br />
<a href="https://www.x.com/developers/x.commerce/products/paypal-access">https://www.x.com/developers/x.commerce/products/paypal-access</a></p>
<h3>Milo Opens up it&#8217;s API</h3>
<p>Go local with Milo. I personally can&#8217;t believe I haven&#8217;t been using this on my mobile phone &#8211; my new favorite app!<br />
<a href="http://milo.com/api-docs/">http://milo.com/api-docs/</a></p>
<h3> RedLaser shares their SDK</h3>
<p>Download today to start scanning barcodes from your app<br />
<a href="https://www.x.com/developers/ebay/products/redlaser">https://www.x.com/developers/ebay/products/redlaser</a></p>
<h3>Facebook Open Graph 2.0</h3>
<p>Kaite Mitic and Matthew Mengerink both announced integrations with Facebook Open Graph 2.0. We saw a little bit of if at dev camp, too and it just released as a Magento Core Extension:</p>
<p><a href="http://www.magentocommerce.com/magento-connect/Magento+Core/extension/8041/social_facebook">http://www.magentocommerce.com/magento-connect/Magento+Core/extension/8041/social_facebook</a></p>
<h3>New Channels for Ebay and Milo in Magento</h3>
<p>tbd, there is no information released on this</p>
<h3>New Adobe/Omniture analytics dashboard for Magento</h3>
<p>tbd, there is no information released on this</p>
<h3>Magento 2.0</h3>
<p>There is a lot of anticipation for Magento 2, which will be released in Q3 2012. One of the most anticipated new features: unit testing! It will be a refactoring, not a rewrite and you can participate in it here:<br />
<a href="https://wiki.magento.com/display/MAGE2DOC/Magento+Documentation">https://wiki.magento.com/</a></p>
<p><a href="http://mage2.magentocommerce.com/svn/public/">MAGE 2 SVN</a></p>
<h3>Magento App Store Released</h3>
<p>A new version of<a href="http://www.magentoconnect.com"> www.magentoconnect.com</a> was released &#8211; the app store of ecommerce!</p>
<h3>Magento Go gets Extensions</h3>
<p>Extensions will now be available for Magento Go, Developers can submit their extensions for all platforms. There will also be &#8216;Trusted Extensions&#8217; that will be qualified by Magento (all Go extensions have be Trusted Extensions)</p>
<h3>Magento is offering Free Developer Training</h3>
<p>Training just got introduced in the beginning of the year and the 5 day course costs $3,850! Well now you can get it streamed to your computer for free!<br />
<a href="http://www.magentocommerce.com/services/on-demand">http://www.magentocommerce.com/services/on-demand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/magento-tutorials/innovate-2011-announcments-xcommercemagento-facebook-open-graph-2-0-milo-ebay-integrations/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento and Mobile Commerce</title>
		<link>http://www.redlightblinking.com/blog/magento-tutorials/magento-mobile-commerce</link>
		<comments>http://www.redlightblinking.com/blog/magento-tutorials/magento-mobile-commerce#comments</comments>
		<pubDate>Wed, 05 Oct 2011 14:53:09 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=357</guid>
		<description><![CDATA[Mobile Commerce is exploding. All you need to do is hear a few statistics to know what if you have an online store, you have to have a mobile optimized website, also. Mobile commerce sales to reach $10B next year/$31B by 2016 http://www.forrester.com/rb/Research/mobile_commerce_forecast_2011_to_2016/q/id/58616/t/2 Mobile commerce sales more than double this year http://www.internetretailer.com/2010/12/17/us-mobile-commerce-sales-hit-34-billion-year 50 Billion Connected [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile Commerce is exploding. All you need to do is hear a few statistics to know what if you have an online store, you have to have a mobile optimized website, also.</p>
<blockquote><p><strong>Mobile commerce sales to reach $10B next year/$31B by 2016</strong><br />
<small>http://www.forrester.com/rb/Research/mobile_commerce_forecast_2011_to_2016/q/id/58616/t/2</small></p>
<p><strong>Mobile commerce sales more than double this year</strong><br />
<small>http://www.internetretailer.com/2010/12/17/us-mobile-commerce-sales-hit-34-billion-year</small></p>
<p><strong>50 Billion Connected Devices (beyond just smartphones) by 2020</strong><br />
<small>http://gigaom.com/mobile/four-mega-trends-shaping-the-future-of-commerce/</small></p>
<p><strong>73% of mobile-powered shoppers prefer looking to their phones for basic assistance than talking to a store clerk.</strong><br />
<small>https://www.x.com/developers/community/blogs/baldgeek/innovation-mobile-commerce-transforming-shopping-experience</small></p>
<p><strong>Most mobile users preferred to use mobile browsers accessing virtually all mobile contents, especially on e-commerce/online shopping, news, and product reviews categories.</strong><br />
<small>http://www.emarketer.com/Article.aspx</small></p>
<p><strong>Google Says Mobile Optimized Sites Will Factor Into Landing Page Quality And Perform Better In AdWords</strong><br />
<small>http://techcrunch.com/2011/09/21/goolge-says-mobile-optimized-sites-will-factor-into-landing-page-quality-and-perform-better-in-adwords/</small>
</p></blockquote>
<p>Luckily, it is easy to get a Magento Mobile optimized store. You can easily install a Mobile Theme with Magento Connect and set up an exception to have mobile users see the Mobile theme instead of your  main website theme [see our <a href="http://www.redlightblinking.com/blog/magento-tutorials/how-to-redirect-mobile-users-to-your-magento-mobile-theme">tutorial</a> on this]. You could also setup multiple sites and put the mobile theme on a subdomain [tutorial coming soon]. The theme will use your current product catalog and the orders in the admin will be seamless. If it is that easy, why don&#8217;t you have a mobile theme for your Magento Store?</p>
<p>Get the <a href="http://www.redlightblinking.com/store/mobile-themes/magento-mobile-theme.html">RED Mobile Theme for Magento</a> today and break into mobile commerce!</p>
<p>But, doesn&#8217;t Magento Come with an iPhone theme? Yes it does, but our theme uses new technologies like HTML5 and jQuery Mobile that bring the richness of an iPhone app to a website and it is optimized for all major cell phone platforms including: iPhone, Android, Blackberry, Palm and Windows Mobile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/magento-tutorials/magento-mobile-commerce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standard website dimensions and browser statistics</title>
		<link>http://www.redlightblinking.com/blog/standard-website-dimensions-and-browser-statistics</link>
		<comments>http://www.redlightblinking.com/blog/standard-website-dimensions-and-browser-statistics#comments</comments>
		<pubDate>Thu, 29 Sep 2011 21:48:23 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.redlightblinking.com/?p=332</guid>
		<description><![CDATA[What Browsers should I code my site for? As of August 2011 the % of users using the following browsers was: Firefox: 40.6% Internet Explorer: 26.3% (down from 48.6% in 2008 when I originally wrote this blog) Chrome: 30.3% (UP from 3% in 2008) Safari: 3.8% Opera: 2.3% from w3schools What display size should I [...]]]></description>
			<content:encoded><![CDATA[<h3>What Browsers should I code my site for?</h3>
<p>As of August 2011 the % of users using the following browsers was:</p>
<p>Firefox: 40.6%<br />
Internet Explorer:   26.3%  (down from 48.6% in 2008 when I originally wrote this blog)<br />
Chrome:   30.3%  (UP from 3% in 2008)<br />
Safari:   3.8%<br />
Opera:  2.3%<br />
<a href="http://www.w3schools.com/browsers/browsers_stats.asp"><em>from w3schools</em></a></p>
<p><a href="http://www.rackspacecloud.com/2978-0-1-39.html" target="_blank"><img border="0" src="http://affiliates.rackspacecloud.com/banners/combined_cs_468x60-1.gif" width="468" height="60" alt=""></a></p>
<h3>What display size should I code my site for?</h3>
<p>The standard use to be 1024 x 768 and up, however only 14% of users are using 1024&#215;768 or lower.<br />
Now, as of 2011, the majority of users are using 1280&#215;800 and up.</p>
<p>As of January 2011 the statistics by display are:</p>
<p>640×480: 0%<br />
800×600: 0%<br />
1024×768: 14%  (down from 48% in 2008 when I originally wrote this article)<br />
Higher: 85%<br />
<em><a href="http://www.w3schools.com/browsers/browsers_display.asp">from w3schools</a></em></p>
<div style="float:left; width:200px">
<script type="text/javascript">
  var zfBaseURL=(("https:"==document.location.protocol)
                 ? "https://affiliates.magentogo.com/mjs/17/6698"
                 : "http://affiliates.magentogo.com/mjs/17/6698");
  document.write(unescape("%3Cscript src=" + zfBaseURL
  + " type=\"text/javascript\"%3E%3C/script%3E"));
</script><br />
<noscript><a href="http://affiliates.magentogo.com/l/17/6698" title=""><img src="http://affiliates.magentogo.com/m/17" alt="" title="" style="border: none"   /></a></noscript>
</div>
<div style="float:left; margin-left:30px; width:330px">
<h3>What is the optimal web page size?</h3>
<p>The optimal dimensions for a web site have been:</p>
<p>Width: 968px<br />
Height: 578px</p>
<p>*This is the fold and the height only needs to be used for items that need to be above the fold or if you do not want a vertical scroll. What is the fold? This is how far the user will see before having to scroll (based on 1024×768 display).</p>
<p>As of 2011, only 14% of users are using  1024&#215;768, so if you are OK with this population losing some viewing area, you can go higher and design for 1280&#215;800.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/standard-website-dimensions-and-browser-statistics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Web App vs Native App for Ecommerce</title>
		<link>http://www.redlightblinking.com/blog/magento-tutorials/what-is-a-mobile-web-app</link>
		<comments>http://www.redlightblinking.com/blog/magento-tutorials/what-is-a-mobile-web-app#comments</comments>
		<pubDate>Thu, 29 Sep 2011 15:20:29 +0000</pubDate>
		<dc:creator>kimberely</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://redlightblinking.com/wordpress/?p=330</guid>
		<description><![CDATA[73% of users prefer to use a mobile browser over a mobile app for shopping. *from www.emarketer.com For ecommerce sites, you don&#8217;t necessarily need a native app, but you should have a mobile optimized website. Why not have a &#8216;Mobile Web App&#8217;? What is a Mobile Web App? A mobile web app is a website [...]]]></description>
			<content:encoded><![CDATA[<p>73% of users prefer to use a mobile browser over a mobile app for shopping.<br />
*from <a href="http://www.forbes.com/sites/fredcavazza/2011/09/27/mobile-web-app-vs-native-app-its-complicated/">www.emarketer.com </a></p>
<p>For ecommerce sites, you don&#8217;t necessarily need a native app, but you should have a mobile optimized website.<br />
Why not have a &#8216;Mobile Web App&#8217;?</p>
<p><strong>What is a Mobile Web App?</strong></p>
<p>A mobile web app is a website optimized for all major phone platforms using HTML5 and  Javascript libraries that can bring the richness and touch screen features of native apps to your mobile website.  The HTML5 family of technologies allow for refined typography, animation, streaming video, offline storage, and the list goes on. Probably the most high profile web app to date is the Youtube mobile site, which delivers a comparable experience to the native apps they have built. The best part, is there is nothing to intall, you just go to the website&#8217;s url from your mobile browser.</p>
<p>Native Apps require website owners to develop multiple apps for each platform &#8211; iOS, Android &#8211; and soon, iOS 5, and this does not even cover Windows Phone 7, Blackberry and Symbian. Finding developers is even harder, so most companies like <a href="http://37signals.com/svn/posts/2761-launch-basecamp-mobile">Basecamp</a>, are deciding to stick with what they now and build mobile web apps instead of native apps.<br />
<a href="http://www.redlightblinking.com/wp-content/uploads/2011/09/552-bc-mobile-spread.jpg"><img src="http://www.redlightblinking.com/wp-content/uploads/2011/09/552-bc-mobile-spread.jpg" alt="" title="552-bc-mobile-spread" width="530" height="350" class="alignleft size-full wp-image-372" /></a></p>
<p>Conclusion: if you have a website or online store you need a <a href="http://www.redlightblinking.com/store/mobile-themes/magento-mobile-theme.html">mobile web app</a>!</p>
<p>Need more information? Read this article from <a href="http://www.forbes.com/sites/fredcavazza/2011/09/27/mobile-web-app-vs-native-app-its-complicated/">Forbes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redlightblinking.com/blog/magento-tutorials/what-is-a-mobile-web-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

