<?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>Programming Blog &#187; screen resolutions</title>
	<atom:link href="http://www.neurosoftware.ro/programming-blog/tag/screen-resolutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurosoftware.ro/programming-blog</link>
	<description>Web development , php , ajax , symfony, framework, zend</description>
	<lastBuildDate>Thu, 18 Aug 2011 08:11:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Beginner’s Guide to Responsive Web Design</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/beginner%e2%80%99s-guide-to-responsive-web-design/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/beginner%e2%80%99s-guide-to-responsive-web-design/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 13:17:38 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[desktop browser]]></category>
		<category><![CDATA[hot topic]]></category>
		<category><![CDATA[paradigm shift]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[responsive designs]]></category>
		<category><![CDATA[responsive web]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[seminal article]]></category>
		<category><![CDATA[web design community]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/beginner%e2%80%99s-guide-to-responsive-web-design/</guid>
		<description><![CDATA[Whether you&#8217;re a beginner or a seasoned web professional, creating responsive designs can be confusing at first, mostly because of the radical change in thinking that&#8217;s required. As time goes on, responsive web design is drifting away from the pool of passing fads and rapidly entering the realm of standard practice. In fact, the magnitude [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;re a beginner or a seasoned web professional, creating responsive designs can be confusing at first, mostly because of the radical change in thinking that&#8217;s required. As time goes on, responsive web design is drifting away from the pool of passing fads and rapidly entering the realm of standard practice. In fact, the magnitude of this paradigm shift feels as fundamental as the transition from table based layouts to CSS. Simply put, this is a very different way of designing websites and it represents the future.</p>
<p>Over the past year, responsive design has become quite the hot topic in the web design community. If all the buzz has you feeling like Rip Van Winkle waking up in the 21st century, this summary will help you catch up with the times.</p>
<p><span></span></p>
<h3>What is responsive design?</h3>
<p>Let&#8217;s just get right into it: Believe it or not, the Think Vitamin blog that you&#8217;re reading this article on is actually a responsive design! To see it in action, open this article on a desktop browser and slowly make the browser thinner and wider. You should see the layout magically adjust itself to more comfortably fit the new width of the browser, even if you make the page as skinny as the resolution of a mobile phone. Here are some screenshots of what the design looks like at various screen resolutions:</p>
<p><img src="http://i.imgur.com/Y98Nc.jpg" alt="The first stage of Think Vitamin's responsive design."></p>
<p><img src="http://i.imgur.com/IG3ox.jpg" alt="The second stage of Think Vitamin's responsive design."></p>
<p><img src="http://i.imgur.com/hRDhv.jpg" alt="The third and fourth stages of Think Vitamin's responsive design."></p>
<p>It&#8217;s hard to talk about responsive design without mentioning its creator, Ethan Marcotte. If you haven&#8217;t read his <a href="http://www.alistapart.com/articles/responsive-web-design/">seminal article about responsive web design</a>, I highly recommend you check it out (seriously, this is required reading). In the article, Ethan discusses all the key ideas that form responsive web design; and that&#8217;s really what responsive design is, technically. It&#8217;s not a single piece of technology, but rather, a set of techniques and ideas that form a whole. This is one of the main sources of confusion, and in a moment we&#8217;ll break things down and take a look at each part.</p>
<p>So, what is responsive design exactly? Actually, a better question to ask might be, what problem does responsive web design solve? Well, as you may have noticed, computers aren&#8217;t the only piece of hardware with a web browser anymore. I might get myself in trouble by saying this, but the iPhone was one of the first mobile devices to feature a really great web browser, and it really put the spotlight on upgrading the experience of the mobile web. Many other devices followed suit and, seemingly overnight, the face of the mobile web had changed.</p>
<p>The changing landscape of web browsers meant that users expectations also changed; people expected to be able to browse the web on their phones just as easily as they browse the web on a desktop computer. So, in response to this (if you&#8217;ll excuse the pun) the web design community started creating mobile versions of their websites. In hindsight, this wasn&#8217;t really the way forward, but at the time it seemed like a reasonable idea. Every website would have their normal &#8216;desktop&#8217; version of their site, and as a bonus, a &#8216;mobile&#8217; version.</p>
<p>Technology never stops marching forward, so not long after the phone hardware market had been revolutionized, other form factors surged in popularity. In addition to phones and personal computers, devices like touchscreen tablets and small notebook computers (netbooks, if you prefer the term) started appearing everywhere.</p>
<p>It&#8217;s not just small screens, either. Large, high-resolution displays are starting to become much more common than they used to be, and it would be a waste for web designers to not take advantage of this.</p>
<p>In summary, the spectrum of screen sizes and resolutions is widening every day, and creating a different version of a website that targets each individual device is not a practical way forward. This is the problem that responsive web design addresses head on.</p>
<p>Previously, I mentioned that responsive web design is not a single piece of technology, but rather, a collection of techniques and ideas. Now that we have a better idea of the problem space we&#8217;re addressing, let&#8217;s take a look at each part of the solution.</p>
<h3>Fluid Grids</h3>
<p>The first key idea behind responsive design is the usage of what&#8217;s known as a fluid grid. In recent memory, creating a &#8216;liquid layout&#8217; that expands with the page hasn&#8217;t been quite as popular as creating fixed width layouts; page designs that are a fixed number of pixels across, and then centered on the page. However, when one considers the huge number of screen resolutions present in today&#8217;s market, the benefit of liquid layouts is too great to ignore.</p>
<p>Fluid grids go a few steps beyond the traditional liquid layout. Instead of designing a layout based on rigid pixels or arbitrary percentage values, a fluid grid is more carefully designed in terms of proportions. This way, when a layout is squeezed onto a tiny mobile device or stretched across a huge screen, all of the elements in the layout will resize their widths in relation to one another.</p>
<p>In order to calculate the proportions for each page element, you must divide the target element by its context. Currently, the best way to do this is to first create a high fidelity mockup in a pixel based imaged editor, like Photoshop. With your high fidelity mockup in hand, you can measure a page element and divide it by the full width of the page. For example, if your layout is a typical size like 960 pixels across, then this would be your &#8220;container&#8221; value. Then, let&#8217;s say that our target element is some arbitrary value, like 300 pixels wide. If we multiply the result by 100, we get the percentage value of 31.25% which we can apply to the target element. Here&#8217;s the math:</p>
<p><img src="http://i.imgur.com/zFzyg.png" alt="300 / 960 = 0.3125 or 31.25%"></p>
<p>If your values don&#8217;t work out so neatly, and you get some floating point value with many numbers after the decimal, don&#8217;t round the value! We humans may enjoy nice neat numbers and making our code look pretty, but your computer (and the final look of your design) will benefit from the seemingly excessive mathematical precision.</p>
<p>Fluid grids are a very important part of creating a responsive design, but they can only take us so far. When the width of the browser becomes too narrow, the design can start to severely break down. For example, a complex three-column layout isn&#8217;t going to work very well on a small mobile phone. Fortunately, responsive design has taken care of this problem by using media queries.</p>
<h3>Media Queries</h3>
<p>The second part of responsive design is CSS3 media queries, which currently enjoy decent support across many modern browsers. If you&#8217;re not familiar with CSS3 media queries, they basically allow you to gather data about the site visitor and use it to conditionally apply CSS styles. For our purposes, we&#8217;re primarily interested in the min-width media feature, which allows us to apply specific CSS styles if the browser window drops below a particular width that we can specify. If we wanted to apply some styling to mobile phones, our media query might look something like the following.</p>
<div>
<div>
<pre><span>@media screen and (min-width: 480px) {</span>
&nbsp;
  .<span>content</span> <span>&#123;</span>
    <span>float</span><span>:</span> <span>left</span><span>;</span>
  <span>&#125;</span>
&nbsp;
  <span>.social_icons</span> <span>&#123;</span>
    <span>display</span><span>:</span> <span>none</span>
  <span>&#125;</span>
&nbsp;
  // and so on...
&nbsp;
<span>&#125;</span></pre>
</div>
</div>
<p>Using a series of media queries like this, we can work our way up towards larger resolutions. The set of pixel widths I recommend targeting are as follows:</p>
<ul>
<li>320px</li>
<li>480px</li>
<li>600px</li>
<li>768px</li>
<li>900px</li>
<li>1200px</li>
</ul>
<p>Again, these are just recommended, and should serve as a starting point. In an ideal world, you would adjust your layout to perfectly match every device width, but often times you have to pick and choose where you spend your efforts. From a more practical perspective, the resolutions that a design targets will be based on the resolutions of the people using that design, time and budget constraints, highly contextual situations, and so on. In summary, when deciding what resolutions to target, you should use your judgement. Targeting more resolutions is going to take more time, and assuming you&#8217;re not an immortal being with unlimited time, that effort should be spent carefully.</p>
<p>Again, to see a responsive design in action, simply open this article up on a desktop browser and slowly resize the browser to make it thinner. You should see all the page elements adjusting themselves automagically to fit the new width, going all the way down to the size of a mobile browser.</p>
<h3>Resources</h3>
<p>Responsive web design is about a year old now, and there are plenty of resources that can help you learn more about it. On our high-quality video training service <a href="http://membership.thinkvitamin.com/?cid=182">Think Vitamin Membership</a> we have many videos that go in depth on the topic. Here are some links:</p>
<ul>
<li><a href="http://membership.thinkvitamin.com/library/responsive-web-design?cid=182">Responsive Web Design Video Course on Think Vitamin Membership</a></li>
<li><a href="http://membership.thinkvitamin.com/library/responsive-web-design/mockups-for-responsive-design/introduction?cid=182">Video: Introduction to Responsive Web Design</a></li>
<li><a href="http://www.alistapart.com/articles/responsive-web-design/">Ethan Marcotte&#8217;s article on Responsive Web Design</a></li>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/">The W3C specification for CSS3 Media Queries</a></li>
<li><a href="http://www.smashingmagazine.com/2011/07/22/responsive-web-design-techniques-tools-and-design-strategies/">A great roundup of responsive design techniques via Smashing Magazine</a></li>
</ul>
<p>Hopefully this article helped, but if you&#8217;re still feeling confused about responsive design, don&#8217;t be afraid to leave a question or comment. If you&#8217;re already utilizing responsive web design in your site or web application, share the link here so we can see!</p>
<div>
</div>
<p><img src="http://feeds.feedburner.com/~r/vitaminmasterfeed/~4/r9jWY6rCxD0" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/vitaminmasterfeed">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/beginner%e2%80%99s-guide-to-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Responsive Web Design by Ethan Marcotte</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/review-responsive-web-design-by-ethan-marcotte/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/review-responsive-web-design-by-ethan-marcotte/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 12:05:25 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[design stage]]></category>
		<category><![CDATA[desktop platforms]]></category>
		<category><![CDATA[flexible images]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[paragraphs]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[responsive web]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[tone of voice]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/review-responsive-web-design-by-ethan-marcotte/</guid>
		<description><![CDATA[It&#8217;ll come as no surprise to those who have been following the releases of this practical series by A Book Apart, that this is a really great little book. And by &#8216;little&#8217; I mean exactly that. (It only took about 3 hours from start to finish, and I&#8217;m definitely not the world&#8217;s fastest reader!). But [...]]]></description>
			<content:encoded><![CDATA[<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.whatcreative.co.uk%2Fblog%2Freviews%2Freview-responsive-web-design-by-ethan-marcotte%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.whatcreative.co.uk%2Fblog%2Freviews%2Freview-responsive-web-design-by-ethan-marcotte%2F&amp;source=whatcreative&amp;style=normal&amp;service=bit.ly&amp;service_api=R_a2e8604ba91a89f2e8efed0198b76fb0&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;ll come as no surprise to those who have been following the releases of this practical series by A Book Apart, that this is a really great little book. And by &#8216;little&#8217; I mean exactly that. (It only took about 3 hours from start to finish, and I&#8217;m definitely not the world&#8217;s fastest reader!). But that&#8217;s by no means a reflection on the quality of the content.</p>
<p>Responsive Web Design is a very concise and to-the-point book on how to apply front end development techniques in order to make a single website adapt to be more easily viewed at multiple screen resolutions, and on multiple mobile and desktop platforms.</p>
<p><img class="alignnone size-full wp-image-1379" src="http://www.whatcreative.co.uk/blog/wp-content/uploads/2011/07/book.jpg" alt="Responsive Web Design by Ethan Marcotte" width="600" height="250" /></p>
<p><span></span>The book covers every step of the process, from the considerations that need to be made at the design stage, to progressively enhancing the functionality and content of the pages depending on the device that it&#8217;s viewed on. The chapters cover Flexible Grids, Flexible Images, and Media Queries; all the components needed to make your designs responsive.</p>
<p>It goes into (almost) the perfect amount of detail at every stage. It doesn&#8217;t get too bogged down in code, but shows just enough to explain the point, and Ethan writes with a tone of voice that&#8217;s engaging and light hearted &#8211; a definite contrast to some of the books I&#8217;ve read. And it makes a difference. I don&#8217;t have much time for reading, and to be honest I quickly get bored with books, no matter how useful they may be. Most of the time I&#8217;ll start a book and by about half way though I&#8217;ve already started skipping paragraphs and sections to get to the bits that I actually need to know, but this time I read every word. It was easy to stop and pick up where you left off, but due to it&#8217;s pocket-sized nature, you could easily finish it in one sitting if you really wanted to.</p>
<p>My only complaint, and in my opinion the only two places that the book lacked a little extra detail were in the Media Queries chapter, and in the Javascript section at the end.</p>
<p>In all fairness, the Media Queries were explained very well, and for something that can be a little confusing to get your head around they were made quite clear. I just feel that Ethan could have covered the benefits and uses of stringing queries together in a little more depth. It is mentioned, but almost brushed passed. All he says is this:</p>
<blockquote><p>&#8220;What&#8217;s <em>really</em> exciting is that we can chain multiple queries together with the &#8216;and&#8217; keyword:</p>
<p><code>@media screen and (min-device-width: 480px) and (orientation: landscape) {...}</code></p>
<p>This allows us to test multiple features in a single query, creating more complex tests for the devices viewing our designs.&#8221;</p>
</blockquote>
<p>It would only have taken a paragraph or two more to go into a little extra depth and describe a couple of scenarios where this would be very useful, and for a book which makes a point of explaining every decision and giving an example of how it could be applied in &#8216;real life&#8217;, I was surprised how quickly the chapter moved on &#8211; especially considering he referred to it as <em>really</em> exciting.</p>
<p><img class="alignnone size-full wp-image-1385" src="http://www.whatcreative.co.uk/blog/wp-content/uploads/2011/07/media-queries.jpg" alt="Media Queries" width="600" height="250" /></p>
<p>My point on Javascript is also a little picky. There is a section right at the end which covers the image slider, or &#8216;carousel&#8217;, that Ethan implements on his example website, which works using jQuery. Now, this isn&#8217;t a book on jQuery, so it&#8217;s fine to go into minimal detail on this, but where I think the section lacks is on disabling certain functions based on the device you&#8217;re using.</p>
<p>Anyone who cares about user experience will know that jQuery animations can sometimes take a lot of processing power and are likely to run a bit slow on most tablet and mobile platforms. You also can&#8217;t take advantage of :hover animations as there really isn&#8217;t such a thing when using a touch screen (see our post on <a href="http://www.whatcreative.co.uk/blog/tips/designing-for-touch-screen/">Designing for Touch Screens</a>). The chapter talks about adding the following code to only load functions if the screen is above a certain size:</p>
<p><code>if (screen.width &gt; 480 {<br />
$(document.ready(function() {...};<br />
}</code></p>
<p>&#8230;Which is great. However it would have been really nice if there was just a little more detail on targeting specific devices, rather than simply enabling it over a certain screen size. The reason I say this is because I&#8217;m not sure that targeting the screen resolution (alone) is the best solution to progressive enhancement. If you want to disable things on tablet devices then that means targeting a much bigger resolution than 480px, and then you start entering the realms of desktop computers and browsers that you most definitely do want to run the jQuery.  I think this solution combined with specifically targeting the most popular tablets / mobiles could be the best option, and it would have been a useful final note in the chapter if it had been included.</p>
<p>All in all though I couldn&#8217;t recommend this book enough. It&#8217;s very intelligently written and is perfectly concise and very interesting. For anyone who is new to Responsive Web Design it will open your mind to exciting new possibilities, and for anyone who is already familiar with this method of web development it will almost certainly build on the knowledge you have, and introduce you to a better, more informed way of approaching your responsive projects.</p>
<p>As a finalt note, I&#8217;m glad that Ethan makes a point of explaining that this technique should not be used on every project. There have been a few arguments spark over the responsive &#8216;fad&#8217; as some like to think of it, condoning those who support it on the basis that, like many of the latest advancements in web technology, it can be and will be abused. Despite Ethan&#8217;s book shouting about how great responsive websites are, he stands up to the fact that you should always consider other options and do what&#8217;s best for the client and their users.</p>
<p>For anyone who has already read this book &#8211; What do you think?</p>
<p><img src="http://feeds.feedburner.com/~r/whatcreative/~4/CKzz8ZZaL3g" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/whatcreative">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/review-responsive-web-design-by-ethan-marcotte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8+ Tips to Beef Up GMail</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail-2/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail-2/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 14:35:44 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[details link]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[newest addition]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[theme preview]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail-2/</guid>
		<description><![CDATA[I remember when I started using GMail. It was a warm day in April 2004. I couldn’t believe I got an invite, and all because I was using Blogger for my blog at the time. I knew when I first opened it up in my browser that this would be a web app I’d use [...]]]></description>
			<content:encoded><![CDATA[<p>I remember when I started using GMail. It was a warm day in April 2004. I couldn’t believe I got an invite, and  all because I was using Blogger for my blog at the time. I knew when I first opened it up in my browser that this would be a web app I’d use for a long time. Over the years it has grow, in my opinion, only stronger and  I still use it to this day, every day. I have also accumulated over the 7 years of use, a list of tips to make your GMail experience even better- more productive, easier, and even cleaner. Here are some of my favorites.</p>
<p><span></span></p>
<h2>New Theme: Preview</h2>
<p>I want to open with GMail’s newest addition: the Preview theme. This is a theme that mimic’s Google+ and Google Calendar’s redesign, and I’ve got to say it’s super clean.</p>
<div><img class="size-large wp-image-20528" src="http://web.appstorm.net/wp-content/uploads/2011/07/threadlist-large-620x395.png" alt="" width="620" height="395" />
<p>Preview (From the GMail Blog)</p>
</div>
<p>You can see that the spacing is much better, the buttons are a little bigger and better defined, and each subject line is given more screen real estate. Overall, I think it’s a <em>big </em>improvement over old design. To get the new design, in GMail go to Settings-&gt;Themes and enable “Preview”.</p>
<p>There is also “Preview Dense,” which removes some extra padding as it was designed for lower screen resolutions.</p>
<h2>The People Widget</h2>
<p>GMail’s People widget (enabled by default I believe) is a slick little way to get a quick overview of the contact info for whomever’s email you’re viewing.</p>
<div><img class="size-full wp-image-20529" src="http://web.appstorm.net/wp-content/uploads/2011/07/people.png" alt="" width="400" height="571" />
<p>People widget (From the GMail Blog)</p>
</div>
<p>As you can see from the screenshot, you’ve got the person’s name &amp; email address, avatar, and 4 buttons: Google Chat, Email, Phone, and options, where you can edit the contact, view recent mail, and more. Underneath that there is a “Show details” link that will reveal your most recent conversations with that person.</p>
<p>If you have the extension that puts Google Chat on the right side, you will not see this widget.</p>
<h2><a href="http://rapportive.com/">Rapportive</a></h2>
<p>Do you like the People widget, but want a little more bang for your buck? If you’re a Chrome, Firefox, Safari, or Mailplane, you’re in luck! The <a href="http://rapportive.com/">Rapportive</a> add-on for these apps adds a right sidebar much like the People widget to each conversation in GMail, but there is a lot more information.</p>
<div><img class="size-full wp-image-20530" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.28.36-PM.png" alt="" width="242" height="554" />
<p>Rapportive</p>
</div>
<p>Rapportive will also display contact information (phone, email, Google Chat) and recent conversations. However, it adds in a few features, namely: Facebook, LinkedIn, Twitter, and some other social networks. Then there is my favorite feature, which is the inline notes feature; it allows you to add and display notes from within the Rapportive sidebar.</p>
<h2><a href="http://www.boomeranggmail.com/">Boomerang</a></h2>
<p><a href="http://www.boomeranggmail.com/">Boomerang</a> is a plugin I feel I could probably do an entire review on. This awesome little app allows you to manage your inbox by scheduling emails you send or want returned to your inbox at a later date.</p>
<div><img class="size-full wp-image-20531" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.03-PM.png" alt="" width="329" height="466" />
<p>Boomerang</p>
</div>
<p>As someone who’s very meticulous about his inbox, I can truly attest to just how useful this plugin is. It’s first major feature is the ability to archive emails and have them returned to your inbox at a later date. I generally like to keep emails in my inbox until I attend to them, but sometimes I know I won’t be able to for a few days. This is perfect for me.</p>
<p>The second feature is for scheduling emails to send at a specific time. You write up the email or response, save it, and schedule it by pressing the “Send Later” button. This is good if, for example, you like to send your follow up emails at  the same time every week. Write the email while you’re thinking about it, and schedule it to be sent.</p>
<p>I’m sure you could think up some other reasons to respond to an email but not send it until later as well <img src="http://web.appstorm.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<h2>One Inbox for All of Your Email Addresses</h2>
<p>(Sidebar: I was going to name this section, &#8220;One Inbox to Rule Them All.&#8221;)</p>
<p>I have <em>a ton</em> of email addresses. One for each of my important domains, a personal one, one for the university I teach at, and a few more I don’t use. Thanks to GMail, I don’t have to run all over the Internet to check my many mailboxes.</p>
<p>There are two things you can do to make GMail your one-stop shop for all of your email:</p>
<p>First, forward all of your email to one address (you do this from each individual address inbox). Similarly, you can use GMail to check the other inboxes that support POP3. You do that by going to Settings-&gt;Accounts and Import and pressing the “Add POP3 email Account” button.</p>
<div><img class="size-full wp-image-20532" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.48-PM.png" alt="" width="616" height="77" />
<p>Add POP3 Email</p>
</div>
<p>Next, make it so you can send email as your other addresses in GMail. To do that, follow these steps:</p>
<ol>
<li>Under Accounts and Import, find and press the “Send mail from another address” button</li>
<li>Put in the email address you want to send from</li>
<li>Select if you want to use the SMTP settings for that domain (I usually don’t, though it&#8217;s recommended for professional domains).</li>
<li>Get and input the verification code</li>
</ol>
<p>If you’ve already set up forwarding, you won’t have to leave your GMail inbox to get the verification code!</p>
<p>Once you set up a new email address to send from, you can make it the default one for your GMail account. You can also choose to automatically reply using whatever email address that email was sent to.</p>
<div><img class="size-large wp-image-20533" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.56-PM-620x171.png" alt="" width="620" height="171" />
<p>The &quot;Send mail as&quot; Area</p>
</div>
<h2>Use the “+” Sign to Create Multiple Addresses</h2>
<p>Ever want to sign up for a new service but were hesitant to use your primary address? GMail offers an interesting feature so that you don’t have to worry about that. Just add a + sign and any word after your username, but before the @ and it’s like you have a whole other email address (ex: joec+newsite@gmail.com). Then, set up a filter with that address in the “To” field and filter it however you’d like.</p>
<p>An example is how I use this for newsletter subscriptions. So they aren&#8217;t cluttering up my inbox, I sign up for newsletters with jcasabona+subscriptions@gmail.com. I have a filter set up so that anything that goes to that address skips my inbox and goes to a label called “Subscriptions.” Then I can read all the newsletters when I have some time!</p>
<h2>Forgot Attachment and Undo Send</h2>
<p>We’ve all done it, and we&#8217;ve all felt stupid after:  prematurely sending an email and forgetting an attachment are two things that happen all the time. Luckily, the fine people at Google know this and have created two lab features to help us prevent these little email faux pas.</p>
<p>The first is Forgot Attachment. I actually just read that this lab feature graduated into a regular GMail features, so you shouldn’t have to do anything to enable it. GMail will scan your email for forms of the word ‘attachment’ and then check to see that you have actually attached something. If you didn’t, a little alert box will pop-up asking you if you forgot to attach something. This has saved me countless follow-up emails.</p>
<div><img class="size-full wp-image-20535" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.30.44-PM.png" alt="" width="431" height="179" />
<p>Forgot Attachement</p>
</div>
<p>The second is a lab feature called Undo Send. You can enable it by going to Settings-&gt;Labs. This feature will give you a window of 5, 10, 20, or 30 seconds to undo sending an email (configurable in Settings-&gt;General once the feature is enabled). I cannot tell you how many times I’ve used this feature, either because I caught some spelling/grammar error at the last second, or I decide sending the email might be a bad idea.</p>
<div><img class="size-full wp-image-20536" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.31.09-PM.png" alt="" width="473" height="42" />
<p>Undo Send</p>
</div>
<h2>Default Reply to All and Send &amp; Archive</h2>
<p>These two lab features are designed to remove a couple of clicks from your overall inbox experience. The are Default Reply to All and Send &amp; Archive.</p>
<p>As you probably know, if you want to Reply to everyone in an email, you need to specifically click “Reply to All.” Default Reply to All makes it so when you press the “Reply” button, you are automatically replaying to everyone in the ‘To’ and ‘CC’ fields. If you don’t want to Reply to All, simply press the “Reply” button again.</p>
<p>The “Send &amp; Archive” button is one I absolutely love. It used to be the case that I’d reply to an email, let it send, then press the archive button to get it out of my inbox. With the Send &amp; Archive feature, the email is sent and then the conversation is automatically archived. Words cannot describe how much I love this.</p>
<p>Both of these features can be enabled through Settings-&gt;Lab.</p>
<h2>Bonus: Add any Gadget by URL</h2>
<p>This lab feature will allow you to add any Google Gadget right into GMail. All you need to do is grab the URL from the developer. I’ve added Google Calendar and Remember the Milk, but the possibilities are endless.</p>
<h2>Conclusion</h2>
<p>Obviously there are scores of other additions to GMail you can make between GMail Labs, Google Gadgets, and browser extensions. There are also a ton of little hacks like the + sign one you can do if you can find the right blog post! My suggestion would be to mess around with GMail and check out the <a href="http://web.appstorm.net//mail.google.com/support/?ctx=gmail”">Help Section</a> for more tips and tricks. If you have one I didn’t mention here, let us know about it in the comments!</p>
<div>
</div>
<p><img src="http://feeds.feedburner.com/~r/webappstorm/~4/I0kat31AInE" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/webappstorm">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8+ Tips to Beef Up GMail</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 14:35:07 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[details link]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[newest addition]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[theme preview]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail/</guid>
		<description><![CDATA[I remember when I started using GMail. It was a warm day in April 2004. I couldn’t believe I got an invite, and all because I was using Blogger for my blog at the time. I knew when I first opened it up in my browser that this would be a web app I’d use [...]]]></description>
			<content:encoded><![CDATA[<p>I remember when I started using GMail. It was a warm day in April 2004. I couldn’t believe I got an invite, and  all because I was using Blogger for my blog at the time. I knew when I first opened it up in my browser that this would be a web app I’d use for a long time. Over the years it has grow, in my opinion, only stronger and  I still use it to this day, every day. I have also accumulated over the 7 years of use, a list of tips to make your GMail experience even better- more productive, easier, and even cleaner. Here are some of my favorites.</p>
<p><span></span></p>
<h2>New Theme: Preview</h2>
<p>I want to open with GMail’s newest addition: the Preview theme. This is a theme that mimic’s Google+ and Google Calendar’s redesign, and I’ve got to say it’s super clean.</p>
<div><img class="size-large wp-image-20528" src="http://web.appstorm.net/wp-content/uploads/2011/07/threadlist-large-620x395.png" alt="" width="620" height="395" />
<p>Preview (From the GMail Blog)</p>
</div>
<p>You can see that the spacing is much better, the buttons are a little bigger and better defined, and each subject line is given more screen real estate. Overall, I think it’s a <em>big </em>improvement over old design. To get the new design, in GMail go to Settings-&gt;Themes and enable “Preview”.</p>
<p>There is also “Preview Dense,” which removes some extra padding as it was designed for lower screen resolutions.</p>
<h2>The People Widget</h2>
<p>GMail’s People widget (enabled by default I believe) is a slick little way to get a quick overview of the contact info for whomever’s email you’re viewing.</p>
<div><img class="size-full wp-image-20529" src="http://web.appstorm.net/wp-content/uploads/2011/07/people.png" alt="" width="400" height="571" />
<p>People widget (From the GMail Blog)</p>
</div>
<p>As you can see from the screenshot, you’ve got the person’s name &amp; email address, avatar, and 4 buttons: Google Chat, Email, Phone, and options, where you can edit the contact, view recent mail, and more. Underneath that there is a “Show details” link that will reveal your most recent conversations with that person.</p>
<p>If you have the extension that puts Google Chat on the right side, you will not see this widget.</p>
<h2><a href="http://rapportive.com/">Rapportive</a></h2>
<p>Do you like the People widget, but want a little more bang for your buck? If you’re a Chrome, Firefox, Safari, or Mailplane, you’re in luck! The <a href="http://rapportive.com/">Rapportive</a> add-on for these apps adds a right sidebar much like the People widget to each conversation in GMail, but there is a lot more information.</p>
<div><img class="size-full wp-image-20530" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.28.36-PM.png" alt="" width="242" height="554" />
<p>Rapportive</p>
</div>
<p>Rapportive will also display contact information (phone, email, Google Chat) and recent conversations. However, it adds in a few features, namely: Facebook, LinkedIn, Twitter, and some other social networks. Then there is my favorite feature, which is the inline notes feature; it allows you to add and display notes from within the Rapportive sidebar.</p>
<h2><a href="http://www.boomeranggmail.com/">Boomerang</a></h2>
<p><a href="http://www.boomeranggmail.com/">Boomerang</a> is a plugin I feel I could probably do an entire review on. This awesome little app allows you to manage your inbox by scheduling emails you send or want returned to your inbox at a later date.</p>
<div><img class="size-full wp-image-20531" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.03-PM.png" alt="" width="329" height="466" />
<p>Boomerang</p>
</div>
<p>As someone who’s very meticulous about his inbox, I can truly attest to just how useful this plugin is. It’s first major feature is the ability to archive emails and have them returned to your inbox at a later date. I generally like to keep emails in my inbox until I attend to them, but sometimes I know I won’t be able to for a few days. This is perfect for me.</p>
<p>The second feature is for scheduling emails to send at a specific time. You write up the email or response, save it, and schedule it by pressing the “Send Later” button. This is good if, for example, you like to send your follow up emails at  the same time every week. Write the email while you’re thinking about it, and schedule it to be sent.</p>
<p>I’m sure you could think up some other reasons to respond to an email but not send it until later as well <img src="http://web.appstorm.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<h2>One Inbox for All of Your Email Addresses</h2>
<p>(Sidebar: I was going to name this section, &#8220;One Inbox to Rule Them All.&#8221;)</p>
<p>I have <em>a ton</em> of email addresses. One for each of my important domains, a personal one, one for the university I teach at, and a few more I don’t use. Thanks to GMail, I don’t have to run all over the Internet to check my many mailboxes.</p>
<p>There are two things you can do to make GMail your one-stop shop for all of your email:</p>
<p>First, forward all of your email to one address (you do this from each individual address inbox). Similarly, you can use GMail to check the other inboxes that support POP3. You do that by going to Settings-&gt;Accounts and Import and pressing the “Add POP3 email Account” button.</p>
<div><img class="size-full wp-image-20532" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.48-PM.png" alt="" width="616" height="77" />
<p>Add POP3 Email</p>
</div>
<p>Next, make it so you can send email as your other addresses in GMail. To do that, follow these steps:</p>
<ol>
<li>Under Accounts and Import, find and press the “Send mail from another address” button</li>
<li>Put in the email address you want to send from</li>
<li>Select if you want to use the SMTP settings for that domain (I usually don’t, though it&#8217;s recommended for professional domains).</li>
<li>Get and input the verification code</li>
</ol>
<p>If you’ve already set up forwarding, you won’t have to leave your GMail inbox to get the verification code!</p>
<p>Once you set up a new email address to send from, you can make it the default one for your GMail account. You can also choose to automatically reply using whatever email address that email was sent to.</p>
<div><img class="size-large wp-image-20533" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.29.56-PM-620x171.png" alt="" width="620" height="171" />
<p>The &quot;Send mail as&quot; Area</p>
</div>
<h2>Use the “+” Sign to Create Multiple Addresses</h2>
<p>Ever want to sign up for a new service but were hesitant to use your primary address? GMail offers an interesting feature so that you don’t have to worry about that. Just add a + sign and any word after your username, but before the @ and it’s like you have a whole other email address (ex: joec+newsite@gmail.com). Then, set up a filter with that address in the “To” field and filter it however you’d like.</p>
<p>An example is how I use this for newsletter subscriptions. So they aren&#8217;t cluttering up my inbox, I sign up for newsletters with jcasabona+subscriptions@gmail.com. I have a filter set up so that anything that goes to that address skips my inbox and goes to a label called “Subscriptions.” Then I can read all the newsletters when I have some time!</p>
<h2>Forgot Attachment and Undo Send</h2>
<p>We’ve all done it, and we&#8217;ve all felt stupid after:  prematurely sending an email and forgetting an attachment are two things that happen all the time. Luckily, the fine people at Google know this and have created two lab features to help us prevent these little email faux pas.</p>
<p>The first is Forgot Attachment. I actually just read that this lab feature graduated into a regular GMail features, so you shouldn’t have to do anything to enable it. GMail will scan your email for forms of the word ‘attachment’ and then check to see that you have actually attached something. If you didn’t, a little alert box will pop-up asking you if you forgot to attach something. This has saved me countless follow-up emails.</p>
<div><img class="size-full wp-image-20535" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.30.44-PM.png" alt="" width="431" height="179" />
<p>Forgot Attachement</p>
</div>
<p>The second is a lab feature called Undo Send. You can enable it by going to Settings-&gt;Labs. This feature will give you a window of 5, 10, 20, or 30 seconds to undo sending an email (configurable in Settings-&gt;General once the feature is enabled). I cannot tell you how many times I’ve used this feature, either because I caught some spelling/grammar error at the last second, or I decide sending the email might be a bad idea.</p>
<div><img class="size-full wp-image-20536" src="http://web.appstorm.net/wp-content/uploads/2011/07/Screen-shot-2011-07-01-at-4.31.09-PM.png" alt="" width="473" height="42" />
<p>Undo Send</p>
</div>
<h2>Default Reply to All and Send &amp; Archive</h2>
<p>These two lab features are designed to remove a couple of clicks from your overall inbox experience. The are Default Reply to All and Send &amp; Archive.</p>
<p>As you probably know, if you want to Reply to everyone in an email, you need to specifically click “Reply to All.” Default Reply to All makes it so when you press the “Reply” button, you are automatically replaying to everyone in the ‘To’ and ‘CC’ fields. If you don’t want to Reply to All, simply press the “Reply” button again.</p>
<p>The “Send &amp; Archive” button is one I absolutely love. It used to be the case that I’d reply to an email, let it send, then press the archive button to get it out of my inbox. With the Send &amp; Archive feature, the email is sent and then the conversation is automatically archived. Words cannot describe how much I love this.</p>
<p>Both of these features can be enabled through Settings-&gt;Lab.</p>
<h2>Bonus: Add any Gadget by URL</h2>
<p>This lab feature will allow you to add any Google Gadget right into GMail. All you need to do is grab the URL from the developer. I’ve added Google Calendar and Remember the Milk, but the possibilities are endless.</p>
<h2>Conclusion</h2>
<p>Obviously there are scores of other additions to GMail you can make between GMail Labs, Google Gadgets, and browser extensions. There are also a ton of little hacks like the + sign one you can do if you can find the right blog post! My suggestion would be to mess around with GMail and check out the <a href="http://web.appstorm.net//mail.google.com/support/?ctx=gmail”">Help Section</a> for more tips and tricks. If you have one I didn’t mention here, let us know about it in the comments!</p>
<div>
</div>
<p><img src="http://feeds.feedburner.com/~r/webappstorm/~4/I0kat31AInE" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/webappstorm">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/8-tips-to-beef-up-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Web Design or Separate Mobile Site? Eh. It Depends.</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-or-separate-mobile-site-eh-it-depends/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-or-separate-mobile-site-eh-it-depends/#comments</comments>
		<pubDate>Thu, 19 May 2011 23:10:08 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[josh clark]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[optimized content]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[responsive web]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[short answer]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-or-separate-mobile-site-eh-it-depends/</guid>
		<description><![CDATA[Responsive Web Design or Separate Mobile Site? Eh. It Depends.: Josh Clark, author of Tapworthy: Designing Great iPhone Apps, summarizes and opines on many of the debates circulating the community right now regarding responsive design and mobile-optimized content. It’s a good read. It’s been 4 years since I wrote my own thoughts on the topic, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalmoxie.com/blog/mobile-web-responsive-design.shtml">Responsive Web Design or Separate Mobile Site? Eh. It Depends.</a>:
<p>Josh Clark, author of <em><a href="http://www.amazon.com/gp/product/1449381650/ref=as_li_ss_tl?ie=UTF8&amp;tag=authenticbore-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=1449381650">Tapworthy: Designing Great iPhone Apps</a></em>, summarizes and opines on many of the debates circulating the community right now regarding responsive design and mobile-optimized content. It’s a good read.</p>
<p>It’s been 4 years since I wrote <a href="http://www.amazon.com/gp/product/0615185916/ref=as_li_ss_tl?ie=UTF8&amp;tag=authenticbore-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=0615185916">my own thoughts</a> on the topic, and occasionally I’m asked if I plan to write a second edition. Short answer: If I were miraculously to find the time for such a project, I would force myself to write a new title rather than update the existing one. With the plethora of touchscreen devices unveiled in the last 4 years — and the incredible range of screen resolutions — I don’t believe “mobile web” is the right label for the discussion anymore. I’m <a href="http://twitter.com/#!/cameronmoll/status/58603158997450752">still searching</a> for the right label.</p>
<p><a href="http://cameronmoll.com/index.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-or-separate-mobile-site-eh-it-depends/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Weekly Design News – Resources, Tutorials and Freebies (N.84)</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84-2/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84-2/#comments</comments>
		<pubDate>Sun, 08 May 2011 00:20:38 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[apprise]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fresh design]]></category>
		<category><![CDATA[portfolio website]]></category>
		<category><![CDATA[quality patterns]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[search functionality]]></category>
		<category><![CDATA[subtle patterns]]></category>
		<category><![CDATA[web typography]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84-2/</guid>
		<description><![CDATA[This is our weekly column were we share our favorites design related articles, resources and resources all from the previous week. If you would like to be kept up to date with loads of fresh design news and resources, you can follow us on Twitter, on Facebook, on Stumbleupon or by subscribing to our RSS [...]]]></description>
			<content:encoded><![CDATA[<p>This is our weekly column were we share our favorites design related articles, resources and resources all from the previous week.</p>
<p>If you would like to be kept up to date with loads of fresh design news and resources, you can follow us on <a href="http://twitter.com/speckyboy">Twitter</a>, on <a href="http://www.facebook.com/pages/Speckyboy-Design-Magazine/140568253177">Facebook</a>, on <a href="http://www.stumbleupon.com/stumbler/apaspeck/">Stumbleupon</a> or by subscribing to our <a href="http://speckyboy.com/feed">RSS feed</a>.<span></span></p>
<h2><a href="http://themble.com/bones/">Bones &#8211; A WordPress Development Theme Themble</a></h2>
<p><a href="http://themble.com/bones/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/34f02_qnews_01.jpg" alt="Bones - A WordPress Development Theme Themble" /></a><br /> <a href="http://themble.com/bones/">Bones &#8211; A WordPress Development Theme Themble &rarr;</a></p>
<h2><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions">Pixel Proliferation: A Toolset For Managing Screen Resolutions</a></h2>
<p><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c589f_qnews_02.jpg" alt="Pixel Proliferation: A Toolset For Managing Screen Resolutions" /></a><br /> <a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions">Pixel Proliferation &rarr;</a></p>
<h2><a href="http://www.red-root.com/sandbox/holmes/">holmes.css &#8211; CSS Markup Detective</a></h2>
<p><a href="http://www.red-root.com/sandbox/holmes/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b4ac8_qnews_03.jpg" alt="holmes.css - CSS Markup Detective" /></a><br /> <a href="http://www.red-root.com/sandbox/holmes/">holmes.css &#8211; CSS Markup Detective &rarr;</a></p>
<h2><a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button">CSS3 Facebook Buttons</a></h2>
<p><a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/49f8c_qnews_04.jpg" alt="CSS3 Facebook Buttons" /></a><br /> <a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button">CSS3 Facebook Buttons &rarr;</a></p>
<h2><a href="http://www.red-team-design.com/css3-tooltips">CSS3 Tooltips</a></h2>
<p><a href="http://www.red-team-design.com/css3-tooltips"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/022b4_qnews_05.jpg" alt="CSS3 Tooltips" /></a><br /> <a href="http://www.red-team-design.com/css3-tooltips">CSS3 Tooltips &rarr;</a></p>
<h2><a href="http://ffffallback.com/">FFFFALLBACK &#8211; A simple tool for bulletproof web typography</a></h2>
<p><a href="http://ffffallback.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ea027_qnews_06.jpg" alt="FFFFALLBACK - A simple tool for bulletproof web typography" /></a><br /> <a href="http://ffffallback.com/">FFFFALLBACK &rarr;</a></p>
<h2><a href="http://winstonwolf.pl/css,europe.html">Europe, CSS &amp; jQuery Clickable Map</a></h2>
<p><a href="http://winstonwolf.pl/css,europe.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7cb91_qnews_07.jpg" alt="Europe, CSS &amp; jQuery Clickable Map" /></a><br /> <a href="http://winstonwolf.pl/css,europe.html">Europe, CSS &amp; jQuery Clickable Map &rarr;</a></p>
<h2><a href="http://thrivingkings.com/apprise/">Apprise &#8211; The attractive Alert Alternative for jQuery</a></h2>
<p><a href="http://thrivingkings.com/apprise/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d05df_qnews_08.jpg" alt="Apprise - The attractive Alert Alternative for jQuery" /></a><br /> <a href="http://thrivingkings.com/apprise/">Apprise &#8211; The attractive Alert Alternative for jQuery &rarr;</a></p>
<h2><a href="http://benpickles.github.com/peity/">Peity &#8211; Progressive &lt;canvas&gt; Pie Charts</a></h2>
<p><a href="http://benpickles.github.com/peity/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/09ee4_qnews_09.jpg" alt="Peity - Progressive &lt;canvas&gt; Pie Charts" /></a><br /> <a href="http://benpickles.github.com/peity/">Peity &#8211; Progressive &lt;canvas&gt; Pie Charts &rarr;</a></p>
<h2><a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256">Widescreen Display PSD</a></h2>
<p><a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7ea95_qnews_10.jpg" alt="Widescreen Display PSD" /></a><br /> <a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256">Widescreen Display PSD &rarr;</a></p>
<h2><a href="http://www.yolink.com/yolink/index.jsp">yolink &#8211; Enhanced Search Functionality to your Sites or Blogs</a></h2>
<p><a href="http://www.yolink.com/yolink/index.jsp"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/59354_qnews_11.jpg" alt="yolink - Enhanced Search Functionality to your Sites or Blogs" /></a><br /> <a href="http://www.yolink.com/yolink/index.jsp">yolink &rarr;</a></p>
<h2><a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/">7 Things Not to do When Launching a New Blog</a></h2>
<p><a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/be4b2_qnews_12.jpg" alt="7 Things Not to do When Launching a New Blog" /></a><br /> <a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/">7 Things Not to do When Launching a New Blog &rarr;</a></p>
<h2><a href="http://subtlepatterns.com/">Subtle Patterns &#8211; High quality patterns for your next web project</a></h2>
<p><a href="http://subtlepatterns.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0e877_qnews_13.jpg" alt="Subtle Patterns - High quality patterns for your next web project" /></a><br /> <a href="http://subtlepatterns.com/">Subtle Patterns &rarr;</a></p>
<h2><a href="http://dev.fontself.com/">Fontself &#8211; Colorful Handmade Messages with a Wide Range of Bitmap Fonts</a></h2>
<p><a href="http://dev.fontself.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/718ce_qnews_14.jpg" alt="Fontself - Colorful Handmade Messages with a Wide Range of Bitmap Fonts" /></a><br /> <a href="http://dev.fontself.com/">Fontself &rarr;</a></p>
<h2><a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/">Fox Font (Free)</a></h2>
<p><a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ec376_qnews_15.jpg" alt="Fox Font (Free)" /></a><br /> <a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/">Fox Font &rarr;</a></p>
<h2><a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/">Learn To Create A Camera Lens In Photoshop</a></h2>
<p><a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/173b1_qnews_16.jpg" alt="Learn To Create A Camera Lens In Photoshop" /></a><br /> <a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/">Learn To Create A Camera Lens In Photoshop &rarr;</a></p>
<h2><a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65">Clean Social Icons</a></h2>
<p><a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/eaaef_qnews_17.jpg" alt="Clean Social Icons" /></a><br /> <a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65">Clean Social Icons &rarr;</a></p>
<h2><a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/">Free Retro Vintage WordPress theme</a></h2>
<p><a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e2f12_qnews_18.jpg" alt="Free Retro Vintage WordPress theme" /></a><br /> <a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/">Free Retro Vintage WordPress theme &rarr;</a></p>
<h2><a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/">Manies Skily – Free Template for Gallery and Portfolio Website</a></h2>
<p><a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e1b1b_qnews_19.jpg" alt="Manies Skily – Free Template for Gallery and Portfolio Website" /></a><br /> <a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/">Manies Skily &rarr;</a></p>
<h2><a href="http://www.designkindle.com/2011/04/12/basal-icons/">Basal Icons &#8211; 50 Web Developer Themed Icons</a></h2>
<p><a href="http://www.designkindle.com/2011/04/12/basal-icons/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4edf6_qnews_20.jpg" alt="Basal Icons - 50 Web Developer Themed Icons" /></a><br /> <a href="http://www.designkindle.com/2011/04/12/basal-icons/">Basal Icons &rarr;</a></p>
<h2><a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/">FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template</a></h2>
<p><a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/09baa_qnews_21.jpg" alt="FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template" /></a><br /> <a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/">FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template &rarr;</a></p>
<h2>Previous Weekly Design News&#8230;</h2>
<p><a href="http://speckyboy.com/category/twitter-news/"><strong>Design News Roundup Archives &rarr;</strong></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/2DF_OR4AFx0GbQrbh4HJY3FtLFc/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bdfe8_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/2DF_OR4AFx0GbQrbh4HJY3FtLFc/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0b5f2_di" border="0"></img></a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/330b6_vSniHWLjgU8" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/speckboy-design-magazine">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Weekly Design News – Resources, Tutorials and Freebies (N.84)</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84/#comments</comments>
		<pubDate>Wed, 04 May 2011 08:17:24 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[apprise]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fresh design]]></category>
		<category><![CDATA[portfolio website]]></category>
		<category><![CDATA[quality patterns]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[search functionality]]></category>
		<category><![CDATA[subtle patterns]]></category>
		<category><![CDATA[web typography]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84/</guid>
		<description><![CDATA[Advertise here with BSA This is our weekly column were we share our favorites design related articles, resources and resources all from the previous week. If you would like to be kept up to date with loads of fresh design news and resources, you can follow us on Twitter, on Facebook, on Stumbleupon or by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1259958&amp;k=53ef29bf69caaf7b9711bf01cd3ee13b&amp;a=13001&amp;c=725248620" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1ecd2_img.php?z=1259958&amp;k=53ef29bf69caaf7b9711bf01cd3ee13b&amp;a=13001&amp;c=725248620" border="0" alt="" /></a>
<p><a href="http://buysellads.com/buy/sitedetails/pubkey/53ef29bf69caaf7b9711bf01cd3ee13b/zone/1259958" target="_blank">Advertise here with BSA</a></p>
<p>
<p>This is our weekly column were we share our favorites design related articles, resources and resources all from the previous week.</p>
<p>If you would like to be kept up to date with loads of fresh design news and resources, you can follow us on <a href="http://twitter.com/speckyboy">Twitter</a>, on <a href="http://www.facebook.com/pages/Speckyboy-Design-Magazine/140568253177">Facebook</a>, on <a href="http://www.stumbleupon.com/stumbler/apaspeck/">Stumbleupon</a> or by subscribing to our <a href="http://speckyboy.com/feed">RSS feed</a>.<span></span></p>
<h2><a href="http://themble.com/bones/">Bones &#8211; A WordPress Development Theme Themble</a></h2>
<p><a href="http://themble.com/bones/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7aeae_qnews_01.jpg" alt="Bones - A WordPress Development Theme Themble" /></a><br /> <a href="http://themble.com/bones/">Bones &#8211; A WordPress Development Theme Themble &rarr;</a></p>
<h2><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions">Pixel Proliferation: A Toolset For Managing Screen Resolutions</a></h2>
<p><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b9345_qnews_02.jpg" alt="Pixel Proliferation: A Toolset For Managing Screen Resolutions" /></a><br /> <a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions">Pixel Proliferation &rarr;</a></p>
<h2><a href="http://www.red-root.com/sandbox/holmes/">holmes.css &#8211; CSS Markup Detective</a></h2>
<p><a href="http://www.red-root.com/sandbox/holmes/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0964a_qnews_03.jpg" alt="holmes.css - CSS Markup Detective" /></a><br /> <a href="http://www.red-root.com/sandbox/holmes/">holmes.css &#8211; CSS Markup Detective &rarr;</a></p>
<h2><a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button">CSS3 Facebook Buttons</a></h2>
<p><a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3b6e7_qnews_04.jpg" alt="CSS3 Facebook Buttons" /></a><br /> <a href="http://nicolasgallagher.com/lab/css3-facebook-buttons/#button">CSS3 Facebook Buttons &rarr;</a></p>
<h2><a href="http://www.red-team-design.com/css3-tooltips">CSS3 Tooltips</a></h2>
<p><a href="http://www.red-team-design.com/css3-tooltips"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/521ea_qnews_05.jpg" alt="CSS3 Tooltips" /></a><br /> <a href="http://www.red-team-design.com/css3-tooltips">CSS3 Tooltips &rarr;</a></p>
<h2><a href="http://ffffallback.com/">FFFFALLBACK &#8211; A simple tool for bulletproof web typography</a></h2>
<p><a href="http://ffffallback.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/8a6d0_qnews_06.jpg" alt="FFFFALLBACK - A simple tool for bulletproof web typography" /></a><br /> <a href="http://ffffallback.com/">FFFFALLBACK &rarr;</a></p>
<h2><a href="http://winstonwolf.pl/css,europe.html">Europe, CSS &amp; jQuery Clickable Map</a></h2>
<p><a href="http://winstonwolf.pl/css,europe.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e7c37_qnews_07.jpg" alt="Europe, CSS &amp; jQuery Clickable Map" /></a><br /> <a href="http://winstonwolf.pl/css,europe.html">Europe, CSS &amp; jQuery Clickable Map &rarr;</a></p>
<h2><a href="http://thrivingkings.com/apprise/">Apprise &#8211; The attractive Alert Alternative for jQuery</a></h2>
<p><a href="http://thrivingkings.com/apprise/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1c2af_qnews_08.jpg" alt="Apprise - The attractive Alert Alternative for jQuery" /></a><br /> <a href="http://thrivingkings.com/apprise/">Apprise &#8211; The attractive Alert Alternative for jQuery &rarr;</a></p>
<h2><a href="http://benpickles.github.com/peity/">Peity &#8211; Progressive &lt;canvas&gt; Pie Charts</a></h2>
<p><a href="http://benpickles.github.com/peity/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/8a00a_qnews_09.jpg" alt="Peity - Progressive &lt;canvas&gt; Pie Charts" /></a><br /> <a href="http://benpickles.github.com/peity/">Peity &#8211; Progressive &lt;canvas&gt; Pie Charts &rarr;</a></p>
<h2><a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256">Widescreen Display PSD</a></h2>
<p><a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/004e2_qnews_10.jpg" alt="Widescreen Display PSD" /></a><br /> <a href="http://coswyn.deviantart.com/art/Widescreen-Display-PSD-206308256">Widescreen Display PSD &rarr;</a></p>
<h2><a href="http://www.yolink.com/yolink/index.jsp">yolink &#8211; Enhanced Search Functionality to your Sites or Blogs</a></h2>
<p><a href="http://www.yolink.com/yolink/index.jsp"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5145c_qnews_11.jpg" alt="yolink - Enhanced Search Functionality to your Sites or Blogs" /></a><br /> <a href="http://www.yolink.com/yolink/index.jsp">yolink &rarr;</a></p>
<h2><a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/">7 Things Not to do When Launching a New Blog</a></h2>
<p><a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ddc88_qnews_12.jpg" alt="7 Things Not to do When Launching a New Blog" /></a><br /> <a href="http://blogvibe.com/2011/04/7-things-not-to-do-when-launching-a-new-blog/">7 Things Not to do When Launching a New Blog &rarr;</a></p>
<h2><a href="http://subtlepatterns.com/">Subtle Patterns &#8211; High quality patterns for your next web project</a></h2>
<p><a href="http://subtlepatterns.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3c09a_qnews_13.jpg" alt="Subtle Patterns - High quality patterns for your next web project" /></a><br /> <a href="http://subtlepatterns.com/">Subtle Patterns &rarr;</a></p>
<h2><a href="http://dev.fontself.com/">Fontself &#8211; Colorful Handmade Messages with a Wide Range of Bitmap Fonts</a></h2>
<p><a href="http://dev.fontself.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/04e3e_qnews_14.jpg" alt="Fontself - Colorful Handmade Messages with a Wide Range of Bitmap Fonts" /></a><br /> <a href="http://dev.fontself.com/">Fontself &rarr;</a></p>
<h2><a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/">Fox Font (Free)</a></h2>
<p><a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0146c_qnews_15.jpg" alt="Fox Font (Free)" /></a><br /> <a href="http://pvisual.co.cc/blog/2011/04/27/fox-font-done-and-ready-to-use/">Fox Font &rarr;</a></p>
<h2><a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/">Learn To Create A Camera Lens In Photoshop</a></h2>
<p><a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cb568_qnews_16.jpg" alt="Learn To Create A Camera Lens In Photoshop" /></a><br /> <a href="http://www.photoshop-plus.co.uk/2011/04/26/learn-to-create-a-camera-lens-in-photoshop/">Learn To Create A Camera Lens In Photoshop &rarr;</a></p>
<h2><a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65">Clean Social Icons</a></h2>
<p><a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9a8e_qnews_17.jpg" alt="Clean Social Icons" /></a><br /> <a href="http://folksnetdesktop.com/freebies/item/clean-social-icons.html?category_id=65">Clean Social Icons &rarr;</a></p>
<h2><a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/">Free Retro Vintage WordPress theme</a></h2>
<p><a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e5408_qnews_18.jpg" alt="Free Retro Vintage WordPress theme" /></a><br /> <a href="http://www.wordpressthemeshock.com/free-retro-vintage-wordpress-theme/">Free Retro Vintage WordPress theme &rarr;</a></p>
<h2><a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/">Manies Skily – Free Template for Gallery and Portfolio Website</a></h2>
<p><a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/74532_qnews_19.jpg" alt="Manies Skily – Free Template for Gallery and Portfolio Website" /></a><br /> <a href="http://www.artfans.info/manies-skily-free-template-for-gallery-portfolio-website/">Manies Skily &rarr;</a></p>
<h2><a href="http://www.designkindle.com/2011/04/12/basal-icons/">Basal Icons &#8211; 50 Web Developer Themed Icons</a></h2>
<p><a href="http://www.designkindle.com/2011/04/12/basal-icons/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e0197_qnews_20.jpg" alt="Basal Icons - 50 Web Developer Themed Icons" /></a><br /> <a href="http://www.designkindle.com/2011/04/12/basal-icons/">Basal Icons &rarr;</a></p>
<h2><a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/">FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template</a></h2>
<p><a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/36883_qnews_21.jpg" alt="FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template" /></a><br /> <a href="http://mogdesign.eu/blog/free-follow-me-on-twitter-shirt-with-qr-code-photoshop-template/">FREE “Follow me on Twitter” Shirt with QR Code Photoshop Template &rarr;</a></p>
<h2>Previous Weekly Design News&#8230;</h2>
<p><a href="http://speckyboy.com/category/twitter-news/"><strong>Design News Roundup Archives &rarr;</strong></a></p>
<p><a href="http://rss.buysellads.com/click.php?z=1259961&amp;k=53ef29bf69caaf7b9711bf01cd3ee13b&amp;a=13001&amp;c=641661507" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/22651_img.php?z=1259961&amp;k=53ef29bf69caaf7b9711bf01cd3ee13b&amp;a=13001&amp;c=641661507" border="0" alt="" /></a>
<p><a href="http://buysellads.com/buy/sitedetails/pubkey/53ef29bf69caaf7b9711bf01cd3ee13b/zone/1259961" target="_blank">Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/t9kpEk_DVsAL9kW8mpSZrchZcrc/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/22651_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/t9kpEk_DVsAL9kW8mpSZrchZcrc/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c38e1_di" border="0"></img></a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bede2_xD5YlVUJPP8" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/speckboy-design-magazine">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/weekly-design-news-%e2%80%93-resources-tutorials-and-freebies-n-84/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Toolset For Managing Screen Resolutions</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/a-toolset-for-managing-screen-resolutions/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/a-toolset-for-managing-screen-resolutions/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 12:02:34 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[arduous task]]></category>
		<category><![CDATA[comping]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[design presentations]]></category>
		<category><![CDATA[expanding universe]]></category>
		<category><![CDATA[free photoshop tutorials]]></category>
		<category><![CDATA[quality design]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[user interface design]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/a-toolset-for-managing-screen-resolutions/</guid>
		<description><![CDATA[With the increasing demand for unique mid-screen devices, it is becoming an even more arduous task to keep all of the device resolutions and screen sizes straight. So Punchcut has packaged up their Toolset For Managing Screen Resolutions, that help them stay current and they are offering it for download. It contains a collection of [...]]]></description>
			<content:encoded><![CDATA[<p>With the increasing demand for unique mid-screen devices, it is becoming an even more arduous task to keep all of the device resolutions and screen sizes straight. So Punchcut has packaged up their <a title="Toolset for Managing Screen Resolutions" href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions" target="_blank">Toolset For Managing Screen Resolutions</a>, that help them stay current and they are offering it for download.</p>
<p>It contains a collection of Photoshop CS5 marquee-tool presets for common screen resolutions. These cover both fixed-screen resolution sizes and ratios for less common resolutions that fall within standard ratios. It also contains a collection of layered Photoshop CS5 PSDs each providing common devices for comping and design presentations.</p>
<p><a title="Toolset for Managing Screen Resolutions" href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions" target="_blank"><img class="size-full wp-image-4443 aligncenter" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/015fe_screen-resolutions.jpg" alt="screen-resolutions" width="480" height="280" /></a></p>
<blockquote><p>Requirements: -<br /> Demo: <a title="demo" rel="nofollow" href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions" target="_blank">http://punchcut.com/perspectives/expanding-universe-toolset&#8230;</a><br /> License:  License Free</p>
</blockquote>
<div>
<h3>Related Posts</h3>
<ul>
<li>
<h3><a href="http://www.webappers.com/2007/11/26/ui-patterns-user-interface-design-patterns-library/" rel="bookmark" title="UI-Patterns – User Interface Design Patterns Library">UI-Patterns &#8211; User Interface Design Patterns Library</a></h3>
<p><a href="http://www.webappers.com/2007/11/26/ui-patterns-user-interface-design-patterns-library/" rel="bookmark" title="UI-Patterns – User Interface Design Patterns Library"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7bc27_ui-patterns.png" /></a></p>
</li>
<li>
<h3><a href="http://www.webappers.com/2009/07/28/10-useful-quality-design-resources-on-graphicriver/" rel="bookmark" title="10 Useful &amp; Quality Design Resources on GraphicRiver">10 Useful &#038; Quality Design Resources on GraphicRiver</a></h3>
<p><a href="http://www.webappers.com/2009/07/28/10-useful-quality-design-resources-on-graphicriver/" rel="bookmark" title="10 Useful &amp; Quality Design Resources on GraphicRiver"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7bc27_design1.jpg" /></a></p>
</li>
<li>
<h3><a href="http://www.webappers.com/2008/04/03/collect-best-free-photoshop-tutorials-in-one-place/" rel="bookmark" title="Collect Best Free Photoshop Tutorials in One Place">Collect Best Free Photoshop Tutorials in One Place</a></h3>
<p><a href="http://www.webappers.com/2008/04/03/collect-best-free-photoshop-tutorials-in-one-place/" rel="bookmark" title="Collect Best Free Photoshop Tutorials in One Place"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/de651_photoshop-lady.png" /></a></p>
</li>
<li>
<h3><a href="http://www.webappers.com/2007/06/17/kawksmont-different-kinds-of-brushes/" rel="bookmark" title="Kawksmont Different Kinds of Brushes">Kawksmont Different Kinds of Brushes</a></h3>
<p><a href="http://www.webappers.com/2007/06/17/kawksmont-different-kinds-of-brushes/" rel="bookmark" title="Kawksmont Different Kinds of Brushes"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/de651_hawksmont2.gif" /></a></p>
</li>
<li>
<h3><a href="http://www.webappers.com/2008/08/29/smashing-magazine-on-stage-free-vector-psd-icon-set/" rel="bookmark" title="Smashing Magazine – On Stage Free Vector PSD Icon Set">Smashing Magazine &#8211; On Stage Free Vector PSD Icon Set</a></h3>
<p><a href="http://www.webappers.com/2008/08/29/smashing-magazine-on-stage-free-vector-psd-icon-set/" rel="bookmark" title="Smashing Magazine – On Stage Free Vector PSD Icon Set"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/48a88_vector-icons.png" /></a></p>
</li>
</ul>
</div>
<h3>Sponsors</h3>
<p><a href="http://www.whatfontis.com/">Using What Font is you can identify the font you are looking for!</a></p>
<p><a href="http://www.avactis.com/?utm_source=rss">Aactis Shopping Cart: easy, fast and reliable. Check for special offers.</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bdff1_hhEeqVpsm74" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/Webappers">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/a-toolset-for-managing-screen-resolutions/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Pixel Proliferation: A Toolset For Managing Screen Resolutions</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/pixel-proliferation-a-toolset-for-managing-screen-resolutions/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/pixel-proliferation-a-toolset-for-managing-screen-resolutions/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 15:55:11 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[cheap ssl certificates]]></category>
		<category><![CDATA[comping]]></category>
		<category><![CDATA[design presentations]]></category>
		<category><![CDATA[dynamic drag]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[realistic context]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[user interface design]]></category>
		<category><![CDATA[xoom]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/pixel-proliferation-a-toolset-for-managing-screen-resolutions/</guid>
		<description><![CDATA[PunchCut, a user interface design company, is sharing a set of resources named Pixel Proliferation which present visual concepts and facilitate the conversations that get the design moving. It includes: a collection of Photoshop&#174; CS5 marquee-tool presets for common screen resolutions. These cover both fixed-screen resolution sizes and ratios for less common resolutions that fall [...]]]></description>
			<content:encoded><![CDATA[<p>PunchCut, a user interface design company, is sharing a set of resources named <a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions" target="_blank"><strong>Pixel Proliferation</strong></a> which present visual concepts and facilitate the conversations that get the design moving.</p>
<h3>It includes:</h3>
<ul>
<li><strong>a collection of Photoshop&reg; CS5 marquee-tool presets for common screen resolutions</strong>. These cover both fixed-screen resolution sizes and ratios for less common resolutions that fall within standard ratios.</li>
<li><strong>a set of layered Photoshop CS5 PSDs each providing common devices</strong> (iPhone4, Google Nexus, Motorola XOOM and more.) for comping and design presentations. These devices cover the standard ratios and device types (televisions, tablets, smartphones). The screen sizes are to scale to help put designs in accurate and realistic context.</li>
<li>a reference chart for resolutions and device landscape.</li>
</ul>
<p><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions" target="_blank"><img alt="Pixel Proliferation" height="292" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/dd2a1_pixel-proliferation.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.admintemplates.com" target="_blank">Professional XHTML Admin Template ($15 Discount With The Code: WRD.)</a><br />
<a href="http://www.xhtmchop.com" target="_blank">Psd to Xhtml</a><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a></p>
<p><a href="http://rss.buysellads.com/click.php?z=ed230295611f656daf3115e6d682ca7d&amp;k=1259982&amp;a=2204&amp;c=9956" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/44193_img.php?z=ed230295611f656daf3115e6d682ca7d&amp;k=1259982&amp;a=2204&amp;c=9956" border="0" alt="" /></a>
<p><a href="http://buysellads.com/buy/sitedetails/pubkey/1259982/zone/ed230295611f656daf3115e6d682ca7d" target="_blank">Advertise here with BSA</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7e447__NnXPR11N9s" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/webresourcesdepot">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/pixel-proliferation-a-toolset-for-managing-screen-resolutions/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Animated fullscreen background image slideshow</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/animated-fullscreen-background-image-slideshow/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/animated-fullscreen-background-image-slideshow/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 06:15:07 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[background images]]></category>
		<category><![CDATA[climate crisis]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[image preloading]]></category>
		<category><![CDATA[keyboard navigation]]></category>
		<category><![CDATA[numeric keys]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/animated-fullscreen-background-image-slideshow/</guid>
		<description><![CDATA[Do you remember the Advanced jQuery background image slideshow I posted last year? Because of that tutorial, reader Evens sent me an e-mail, asking how the effect on the website from Climate Crisis could be recreated. It seemed liked an intersting thing to do, so I took the time to try to create the same [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remember the <a href="http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html" title="Advanced jQuery background image slideshow">Advanced jQuery background image slideshow</a> I posted last year? Because of that tutorial, reader <em>Evens</em> sent me an e-mail, asking how the effect on <a href="http://climatecrisis.net/" title="Climate Crisis">the website from Climate Crisis</a> could be recreated. It seemed liked an intersting thing to do, so I took the time to try to create the same effect.</p>
<p>With the help of some small HTML, nifty CSS and loads of <a href="http://jquery.com/" title="jQuery">jQuery</a>, we&#8217;re able to create an <strong>animated fullscreen background image slideshow</strong>. Read the rest of this article to learn how it&#8217;s built.</p>
<div>
	<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d9b2a_fullscreen_image_slider.png" alt="Animated fullscreen background image slideshow using jQuery" />
</div>
<p>You can easily change the script by changing some variables. It also features image preloading and keyboard navigation (try pressing the numeric keys). The background images have a width of 2000px, just to cover most of the <a href="http://www.w3counter.com/globalstats.php" title="Global Web Stats">currently used screen resolutions</a>. Check out the demo what we&#8217;re going to create!</p>
<div><a href="http://demo.marcofolio.net/fullscreen_image_slider/" title="Demo Animated fullscreen background image slideshow"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d9b2a_demo.png" alt="Demo Animated fullscreen background image slideshow" /></a>&nbsp;&nbsp;<br />
<a href="http://www.marcofolio.net/downloads/webdesign/animated_fullscreen_background_image_slideshow/download.html" title="Download Animated fullscreen background image slideshow"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/11c7e_download.png" alt="Download Animated fullscreen background image slideshow" /></a></div>
<p>The script uses the <a href="http://api.jquery.com/category/plugins/templates/" title="jQuery Templates">Templates</a> and <a href="http://gsgd.co.uk/sandbox/jquery/easing/" title="jQuery Easing">Easing</a> jQuery plugins. Tested and working on Firefox, Safari and Chrome. I&#8217;ve added a reference video below to show how the page should look like. As always, <a href="http://www.marcofolio.net/tips/making_comments_in_your_source_code.html" title="Making comments in your source code">comments are left on the source code</a> to explain what it does.</p>
<p><a href="http://www.marcofolio.net/webdesign/animated_fullscreen_background_image_slideshow.html">Read more&#8230;</a></p>
<div>
</div>
<p><a href="http://feeds2.feedburner.com/marcofolio">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/animated-fullscreen-background-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Web Design: What It Is and How To Use It</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-what-it-is-and-how-to-use-it/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-what-it-is-and-how-to-use-it/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 22:16:08 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[emergent discipline]]></category>
		<category><![CDATA[introductory article]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[new resolutions]]></category>
		<category><![CDATA[physical spaces]]></category>
		<category><![CDATA[responsive architecture]]></category>
		<category><![CDATA[responsive web]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-what-it-is-and-how-to-use-it/</guid>
		<description><![CDATA[&#160;&#160; Almost every new client these days wants a mobile version of their website. It’s practically essential after all: one design for the BlackBerry, another for the iPhone, the iPad, netbook, Kindle &#8212; and all screen resolutions must be compatible, too. In the next five years, we’ll likely need to design for a number of [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div> <img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/22b8d_advertisement.gif" alt="Advertisement in Responsive Web Design: What It Is and How To Use It" border="0" /><br /> <a href="http://auslieferung.commindo-media-ressourcen.de/www/delivery/ck.php?zoneid=34" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fa75f_avw.php?zoneid=34" border="0" alt=" in Responsive Web Design: What It Is and How To Use It" /></a>&nbsp;<a href="http://auslieferung.commindo-media-ressourcen.de/www/delivery/ck.php?zoneid=35" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/96331_avw.php?zoneid=35" border="0" alt=" in Responsive Web Design: What It Is and How To Use It" /></a>&nbsp;<a href="http://auslieferung.commindo-media-ressourcen.de/www/delivery/ck.php?zoneid=36" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/96331_avw.php?zoneid=36" border="0" alt=" in Responsive Web Design: What It Is and How To Use It" /></a></div>
</td>
</tr>
</table>
<p>Almost every new client these days wants a mobile version of their website. It’s practically essential after all: one design for the BlackBerry, another for the iPhone, the iPad, netbook, Kindle &mdash; and all screen resolutions must be compatible, too. In the next five years, we’ll likely need to design for a number of additional inventions. When will the madness stop? It won’t, of course.</p>
<p>In the field of Web design and development, we’re quickly getting to the point of being unable to keep up with the endless new resolutions and devices. For many websites, creating a website version for each resolution and new device would be impossible, or at least impractical. Should we just suffer the consequences of losing visitors from one device, for the benefit of gaining visitors from another? Or is there another option?</p>
<p><strong>Responsive Web design</strong> is the approach that suggests that design and development should respond to the user&#8217;s behavior and environment based on screen size, platform and orientation. The practice consists of a mix of flexible grids and layouts, images and an intelligent use of CSS media queries. As the user switches from their laptop to iPad, the website should automatically switch to accommodate for resolution, image size and scripting abilities. In other words, the website should have the technology to automatically <em>respond</em> to the user’s preferences. This would eliminate the need for a different design and development phase for each new gadget on the market.</p>
<h3>The Concept Of Responsive Web Design</h3>
<p><a href="http://ethanmarcotte.com/">Ethan Marcotte</a> wrote an introductory article about the approach, “<a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive Web Design</a>,” for A List Apart. It stems from the notion of responsive architectural design, whereby a room or space automatically adjusts to the number and flow of people within it:</p>
<blockquote><p>&#8220;Recently, an emergent discipline called “responsive architecture” has begun asking how physical spaces can respond to the presence of people passing through them. Through a combination of embedded robotics and tensile materials, architects are experimenting with art installations and wall structures that bend, flex, and expand as crowds approach them. Motion sensors can be paired with climate control systems to adjust a room’s temperature and ambient lighting as it fills with people. Companies have already produced “smart glass technology” that can automatically become opaque when a room’s occupants reach a certain density threshold, giving them an additional layer of privacy.&#8221;</p>
</blockquote>
<p>Transplant this discipline onto Web design, and we have a similar yet whole new idea. Why should we create a custom Web design for each group of users; after all, architects don’t design a building for each group size and type that passes through it? Like responsive architecture, Web design should automatically adjust. It shouldn’t require countless custom-made solutions for each new category of users.</p>
<p>Obviously, we can’t use motion sensors and robotics to accomplish this the way a building would. Responsive Web design requires a more abstract way of thinking. However, some ideas are already being practiced: fluid layouts, media queries and scripts that can reformat Web pages and mark-up effortlessly (or <em>automatically</em>).</p>
<p>But responsive Web design is <strong>not only about adjustable screen resolutions and automatically resizable images</strong>, but rather about a whole new way of thinking about design. Let&#8217;s talk about all of these features, plus additional ideas in the making.<br />
<h3>Adjusting Screen Resolution</h3>
<p>With more devices come varying screen resolutions, definitions and orientations. New devices with new screen sizes are being developed every day, and each of these devices may be able to handle variations in size, functionality and even color. Some are in landscape, others in portrait, still others even completely square. As we know from the rising popularity of the iPhone, iPad and advanced smartphones, many new devices are able to switch from portrait to landscape at the user’s whim. How is one to design for these situations?</p>
<p><img class="alignnone size-full wp-image-75668" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2c8b9_portrait-landscape.jpg" alt="Portrait-landscape in Responsive Web Design: What It Is and How To Use It" width="550" height="300" /></p>
<p>In addition to designing for both landscape and portrait (and enabling those orientations to possibly switch in an instant upon page load), we must consider the hundreds of different screen sizes. Yes, it is possible to group them into major categories, design for each of them, and make each design as flexible as necessary. But that can be overwhelming, and who knows what the usage figures will be in five years? Besides, <a href="http://www.456bereastreet.com/archive/200704/poll_results_504_of_respondents_maximise_windows/">many users do not maximize their browsers</a>, which itself leaves far too much room for variety among screen sizes.</p>
<p>Morten Hjerde and a few of his colleagues <a href="http://sender11.typepad.com/sender11/2008/04/mobile-screen-s.html">identified statistics on about 400 devices</a> sold between 2005 and 2008. Below are some of the most common:</p>
<p><a href="http://sender11.typepad.com/sender11/2008/04/mobile-screen-s.html"><img class="alignnone size-full wp-image-75669" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2c8b9_sizes.jpg" alt="Sizes in Responsive Web Design: What It Is and How To Use It" width="550" height="300" /></a></p>
<p>Since then even <a href="http://www.quirksmode.org/mobile/mobilemarket.html">more devices have come out</a>. It’s obvious that we can’t keep creating custom solutions for each one. So, how do we deal with the situation?</p>
<h4>Part of the Solution: Flexible Everything</h4>
<p>A few years ago, when flexible layouts were almost a “luxury” for websites, the only things that were flexible in a design were the layout columns (structural elements) and the text. Images could easily break layouts, and even flexible structural elements broke a layout’s form when pushed enough. Flexible designs weren’t really that flexible; they could give or take a few hundred pixels, but they often couldn’t adjust from a large computer screen to a netbook.</p>
<p>Now we can make things more flexible. Images can be automatically adjusted, and we have workarounds so that layouts never break (although they may become squished and illegible in the process). While it’s not a complete fix, the solution gives us far more options. It’s perfect for devices that switch from portrait orientation to landscape in an instant or for when users switch from a large computer screen to an iPad.</p>
<p>In Ethan Marcotte’s article, he created a sample Web design that features this better flexible layout:</p>
<p><a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html"><img class="alignnone size-full wp-image-75670" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fcf1d_moreflexible.jpg" alt="Moreflexible in Responsive Web Design: What It Is and How To Use It" width="550" height="321" /></a></p>
<p>The entire design is a lovely mix of <a href="http://www.alistapart.com/articles/fluidgrids/">fluid grids</a>, <a href="http://unstoppablerobotninja.com/entry/fluid-images">fluid images</a> and smart mark-up where needed. Creating fluid grids is fairly common practice, and there are a number of techniques for creating fluid images:</p>
<ul>
<li><a href="http://zomigi.com/blog/hiding-and-revealing-portions-of-images/">Hiding and Revealing Portions of Images</a></li>
<li><a href="http://zomigi.com/blog/creating-sliding-composite-images/">Creating Sliding Composite Images</a></li>
<li><a href="http://zomigi.com/blog/foreground-images-that-scale-with-the-layout/">Foreground Images That Scale With the Layout</a></li>
</ul>
<p>For more information on creating fluid websites, be sure to look at the book &#8220;Flexible Web Design: Creating Liquid and Elastic Layouts with CSS&#8221; by Zoe Mickley Gillenwater, and download the sample chapter “<a href="http://www.flexiblewebbook.com/bonus.html">Creating Flexible Images</a>.” In addition, Zoe provides the following extensive list of tutorials, resources, inspiration and best practices on creating flexible grids and layouts: “<a href="http://zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">Essential Resources for Creating Liquid and Elastic Layouts</a>.”</p>
<p>While from a technical perspective this is all easily possible, it’s not just about plugging these features in and being done. Look at the logo in this design, for example:</p>
<p><a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html"><img class="alignnone size-full wp-image-75671" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fcf1d_croppinglogo.jpg" alt="Croppinglogo in Responsive Web Design: What It Is and How To Use It" width="550" height="321" /></a></p>
<p>If resized too small, the image would appear to be of low quality, but keeping the name of the website visible and not cropping it off was important. So, the image is divided into two: one (of the illustration) set as a background, to be cropped and to maintain its size, and the other (of the name) resized proportionally.</p>
<pre>
&lt;h1 id="logo"&gt;&lt;a href="#"&gt;&lt;img src="site/logo.png" alt="The Baker Street Inquirer" /&gt;&lt;/a&gt;&lt;/h1&gt;
</pre>
<p>Above, the <code>h1</code> element holds the illustration as a background, and the image is aligned according to the container’s background (the heading).</p>
<p>This is just one example of the kind of thinking that makes responsive Web design truly effective. But even with smart fixes like this, a layout can become too narrow or short to look right. In the logo example above (although it works), the ideal situation would be to not crop half of the illustration or to keep the logo from being so small that it becomes illegible and “floats” up.<br />
<h3>Flexible Images</h3>
<p>One major problem that needs to be solved with responsive Web design is working with images. There are a number of techniques to resize images proportionately, and many are easily done. The most popular option, noted in Ethan Marcotte’s article on <a href="http://unstoppablerobotninja.com/entry/fluid-images/">fluid images</a> but first experimented with by <a href="http://clagnut.com/sandbox/imagetest3/">Richard Rutter</a>, is to use CSS’s <code>max-width</code> for an easy fix.</p>
<pre>
img { max-width: 100%; }
</pre>
<p>As long as no other width-based image styles override this rule, every image will load in its original size, unless the viewing area becomes narrower than the image’s original width. The <strong>maximum width</strong> of the image is set to 100% of the screen or browser width, so when that 100% becomes narrower, so does the image. Essentially, as Jason Grigsby <a href="http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/">noted</a>,  &#8220;The idea behind fluid images is that you deliver images at the maximum size they will be used at. You don’t declare the height and width in your code, but instead let the browser resize the images as needed while using CSS to guide their relative size&#8221;. It’s a great and simple technique to resize images beautifully.</p>
<p>Note that <code>max-width</code> is <strong>not supported in IE</strong>, but a good use of <code>width: 100%</code> would solve the problem neatly in an IE-specific style sheet. One more issue is that when an image is resized too small in some older browsers in Windows, the rendering isn’t as clear as it ought to be. There is a JavaScript to fix this issue, though, found in <a href="http://unstoppablerobotninja.com/entry/fluid-images/">Ethan Marcotte’s article</a>.</p>
<p>While the above is a great quick fix and good start to responsive images, image resolution and download times should be the primary considerations. While resizing an image for mobile devices can be very simple, if the original image size is meant for large devices, it could significantly slow download times and take up space unnecessarily.</p>
<h4>Filament Group’s Responsive Images</h4>
<p>This technique, presented by the Filament Group, takes this issue into consideration and not only resizes images proportionately, but shrinks image resolution on smaller devices, so very large images don’t waste space unnecessarily on small screens. Check out <a href="http://filamentgroup.com/examples/responsive-images/">the demo page here.</a></p>
<p><a href="http://filamentgroup.com/lab/responsive_images_experimenting_with_context_aware_image_sizing/"><img class="alignnone size-full wp-image-83318" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fcf1d_filamentgroup.jpg" alt="Filamentgroup in Responsive Web Design: What It Is and How To Use It" width="550" height="300" /></a></p>
<p>This technique requires a few files, all of which are available on <a href="https://github.com/filamentgroup/Responsive-Images">Github</a>. First, a JavaScript file (<em>rwd-images.js</em>), the <em>.htaccess</em> file and an image file (<em>rwd.gif</em>). Then, we can use just a bit of HTML to reference both the larger and smaller resolution images: first, the small image, with an <em>.r</em> prefix to clarify that it should be responsive, and then a reference to the bigger image using <code>data-fullsrc</code>.</p>
<pre>
&lt;img src="smallRes.jpg" data-fullsrc="largeRes.jpg"&gt;
</pre>
<p>The <code>data-fullsrc</code> is a custom HTML5 attribute, defined in the files linked to above. For any screen that is wider than 480 pixels, the larger-resolution image (<em>largeRes.jpg</em>) will load; smaller screens wouldn’t need to load the bigger image, and so the smaller image (<em>smallRes.jpg</em>) will load.</p>
<p>The JavaScript file inserts a base element that allows the page to separate responsive images from others and redirects them as necessary. When the page loads, all files are rewritten to their original forms, and only the large or small images are loaded as necessary. With other techniques, all higher-resolution images would have had to be downloaded, even if the larger versions would never be used. Particularly for websites with a lot of images, this technique can be a great saver of bandwidth and loading time.</p>
<p>This technique is fully supported in modern browsers, such as <strong>IE8+, Safari, Chrome and Opera, as well as mobile devices that use these same browsers</strong> (iPad, iPhone, etc.). Older browsers and Firefox degrade nicely and still resize as one would expect of a responsive image, except that both resolutions are downloaded together, so the end benefit of saving space with this technique is void.</p>
<h4>Stop iPhone Simulator Image Resizing</h4>
<p>One nice thing about the iPhone and iPod Touch is that Web designs automatically rescale to fit the tiny screen. A full-sized design, unless specified otherwise, would just shrink proportionally for the tiny browser, with no need for scrolling or a mobile version. Then, the user could easily zoom in and out as necessary.</p>
<p>There was, however, one issue this simulator created. When responsive Web design took off, many noticed that images were still changing proportionally with the page even if they were specifically made for (or could otherwise fit) the tiny screen. This in turn scaled down text and other elements.</p>
<p><a href="http://thinkvitamin.com/design/responsive-design-image-gotcha/"><img class="alignnone size-full wp-image-83319" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5bc13_iphonescale.jpg" alt="Iphonescale in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a><br /> <em>(Image: <a href="http://thinkvitamin.com/design/responsive-design-image-gotcha/">Think Vitamin</a> | Website referenced: <a href="http://8faces.com/">8 Faces</a>)</em></p>
<p>Because this works only with Apple’s simulator, we can use an Apple-specific meta tag to fix the problem, placing it <em>below</em> the website’s <code>&lt;head&gt;</code> section. Thanks to <a href="http://thinkvitamin.com/design/responsive-design-image-gotcha/">Think Vitamin’s article on image resizing</a>, we have the meta tag below:</p>
<pre>
&lt;meta name="viewport" content="width=device-width; initial-scale=1.0"&gt;
</pre>
<p>Setting the <code>initial-scale</code> to <code>1</code> overrides the default to resize images proportionally, while leaving them as is if their width is the same as the device’s width (in either portrait or lanscape mode). Apple’s documentation has a lot more information on the <a href="http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safarihtmlref/Articles/MetaTags.html">viewport meta tag</a>.<br />
<h3>Custom Layout Structure</h3>
<p>For extreme size changes, we may want to change the layout altogether, either through a separate style sheet or, more efficiently, through a CSS media query. This does not have to be troublesome; most of the styles can remain the same, while specific style sheets can inherit these styles and move elements around with floats, widths, heights and so on.</p>
<p>For example, we could have one main style sheet (which would also be the default) that would define all of the main structural elements, such as <code>#wrapper</code>, <code>#content</code>, <code>#sidebar</code>, <code>#nav</code>, along with colors, backgrounds and typography. Default flexible widths and floats could also be defined.</p>
<p>If a style sheet made the layout too narrow, short, wide or tall, we could then detect that and switch to a new style sheet. This new child style sheet would adopt everything from the default style sheet and then just redefine the layout’s structure.</p>
<p>Here is the <strong><em>style.css</em> (default) content:</strong></p>
<pre>
/* Default styles that will carry to the child style sheet */

html,body{
   background...
   font...
   color...
}

h1,h2,h3{}
p, blockquote, pre, code, ol, ul{}

/* Structural elements */
#wrapper{
	width: 80%;
	margin: 0 auto;

	background: #fff;
	padding: 20px;
}

#content{
	width: 54%;
	float: left;
	margin-right: 3%;
}

#sidebar-left{
	width: 20%;
	float: left;
	margin-right: 3%;
}

#sidebar-right{
	width: 20%;
	float: left;
}
</pre>
<p>Here is the <strong><em>mobile.css</em> (child)</strong> content:</p>
<pre>
#wrapper{
	width: 90%;
}

#content{
	width: 100%;
}

#sidebar-left{
	width: 100%;
	clear: both;

	/* Additional styling for our new layout */
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#sidebar-right{
	width: 100%;
	clear: both;

	/* Additional styling for our new layout */
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
</pre>
<p><img class="alignnone size-full wp-image-75841" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5bc13_movingcontent.jpg" alt="Movingcontent in Responsive Web Design: What It Is and How To Use It" width="550" height="600" /></p>
<h4>Media Queries</h4>
<p>CSS3 supports all of the same media types as CSS 2.1, such as <code>screen</code>, <code>print</code> and <code>handheld</code>, but has added dozens of new media features, including <code>max-width</code>, <code>device-width</code>, <code>orientation</code> and <code>color</code>. New devices made after the release of CSS3 (such as the iPad and Android devices) will definitely support media features. So, calling a media query using CSS3 features to target these devices would work just fine, and it will be ignored if accessed by an older computer browser that does not support CSS3.</p>
<p>In Ethan Marcotte’s article, we see an example of a media query in action:</p>
<pre>
&lt;link rel="stylesheet" type="text/css"
	media="screen and (max-device-width: 480px)"
	href="shetland.css" /&gt;
</pre>
<p>This media query is fairly self-explanatory: if the browser displays this page on a screen (rather than print, etc.), and if the width of the screen (not necessarily the viewport) is 480 pixels or less, then load <em>shetland.css</em>.</p>
<p>New CSS3 features also include <code>orientation</code> (portrait vs. landscape), <code>device-width</code>, <code>min-device-width</code> and more. Look at “<a href="http://www.quirksmode.org/blog/archives/2010/04/the_orientation.html">The Orientation Media Query</a>” for more information on setting and restricting widths based on these media query features.</p>
<p>One can create multiple style sheets, as well as basic layout alterations defined to fit ranges of widths &mdash; even for landscape vs. portrait orientations. Be sure to look at the section of Ethan Marcotte’s article entitled “<a href="http://www.alistapart.com/articles/responsive-web-design/">Meet the media query</a>” for more examples and a more thorough explanation.</p>
<p>Multiple media queries can also be dropped right into a single style sheet, which is the most efficient option when used:</p>
<pre>
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
</pre>
<p>The code above is from a free template for multiple media queries between popular devices by Andy Clark. See the differences between this approach and including different style sheet files in the mark-up as shown in the post “<a href="http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries">Hardboiled CSS3 Media Queries</a>.”</p>
<h4>CSS3 Media Queries</h4>
<p>Above are a few examples of how media queries, both from CSS 2.1 and CSS3 could work. Let’s now look at some specific how-to’s for using CSS3 media queries to create responsive Web designs. Many of these uses are relevant today, and all will definitely be usable in the near future.</p>
<p>The <strong>min-width and max-width</strong> properties do exactly what they suggest. The <code>min-width</code> property sets a minimum browser or screen width that a certain set of styles (or separate style sheet) would apply to. If anything is below this limit, the style sheet link or styles will be ignored. The <code>max-width</code> property does just the opposite. Anything above the maximum browser or screen width specified would not apply to the respective media query.</p>
<p>Note in the examples below that we’re using the syntax for media queries that could be used all in one style sheet. As mentioned above, the most efficient way to use media queries is to place them all in one CSS style sheet, with the rest of the styles for the website. This way, multiple requests don’t have to be made for multiple style sheets.</p>
<pre>
@media screen and (min-width: 600px) {
     .hereIsMyClass {
          width: 30%;
          float: right;
     }
}
</pre>
<p>The class specified in the media query above (<code>hereIsMyClass</code>) will work only if the browser or screen width is above 600 pixels. In other words, this media query will run only if the <strong>minimum width is 600 pixels</strong> (therefore, 600 pixels or wider).</p>
<pre>
@media screen and (max-width: 600px) {
     .aClassforSmallScreens {
          clear: both;
		  font-size: 1.3em;
     }
}
</pre>
<p>Now, with the use of <code>max-width</code>, this media query will apply only to browser or screen widths with a maximum width of 600 pixels or narrower.</p>
<p>While the above <code>min-width</code> and <code>max-width</code> can apply to either screen size or browser width, sometimes we’d like a media query that is relevant to device width specifically. This means that even if a browser or other viewing area is minimized to something smaller, the media query would still apply to the size of the actual device. The <strong>min-device-width and max-device-width</strong> media query properties are great for targeting certain devices with set dimensions, without applying the same styles to other screen sizes in a browser that mimics the device’s size.</p>
<pre>
@media screen and (max-device-width: 480px) {
     .classForiPhoneDisplay {
          font-size: 1.2em;
     }
}
</pre>
<pre>
@media screen and (min-device-width: 768px) {
     .minimumiPadWidth {
          clear: both;
		  margin-bottom: 2px solid #ccc;
     }
}
</pre>
<p>There are also other tricks with media queries to target specific devices. Thomas Maier has written two short snippets and explanations for targeting the iPhone and iPad only:</p>
<ul>
<li><a href="http://thomasmaier.me/2010/06/css-for-iphone-4-retina-display/">CSS for iPhone 4 (Retina display)</a></li>
<li><a href="http://thomasmaier.me/2010/03/howto-css-for-the-ipad/">How To: CSS for the iPad</a></li>
</ul>
<p>For the iPad specifically, there is also a media query property called <strong>orientation</strong>. The value can be either landscape (horizontal orientation) or portrait (vertical orientation).</p>
<pre>
@media screen and (orientation: landscape) {
     .iPadLandscape {
          width: 30%;
		  float: right;
     }
}
</pre>
<pre>
@media screen and (orientation: portrait) {
     .iPadPortrait {
          clear: both;
     }
}
</pre>
<p>Unfortunately, this property works only on the iPad. When <a href="http://www.thecssninja.com/css/iphone-orientation-css">determining the orientation for the iPhone</a> and other devices, the use of <code>max-device-width</code> and <code>min-device-width</code> should do the trick.</p>
<p>There are also many media queries that <strong>make sense when combined</strong>. For example, the <code>min-width</code> and <code>max-width</code> media queries are combined all the time to set a style specific to a certain range.</p>
<pre>
@media screen and (min-width: 800px) and (max-width: 1200px) {
     .classForaMediumScreen {
          background: #cc0000;
          width: 30%;
          float: right;
     }
}</pre>
<p>The above code in this media query applies only to screen and browser widths between 800 and 1200 pixels. A good use of this technique is to show certain content or entire sidebars in a layout depending on how much horizontal space is available.</p>
<p>Some designers would also prefer to <strong>link to a separate style sheet</strong> for certain media queries, which is perfectly fine if the organizational benefits outweigh the efficiency lost. For devices that do not switch orientation or for screens whose browser width cannot be changed manually, using a separate style sheet should be fine.</p>
<p>You might want, for example, to place media queries all in one style sheet (as above) for devices like the iPad. Because such a device can switch from portrait to landscape in an instant, if these two media queries were placed in separate style sheets, the website would have to call each style sheet file every time the user switched orientations. Placing a media query for both the horizontal and vertical orientations of the iPad in the same style sheet file would be far more efficient.</p>
<p>Another example is a flexible design meant for a standard computer screen with a resizable browser. If the browser can be manually resized, placing all variable media queries in one style sheet would be best.</p>
<p>Nevertheless, organization can be key, and a designer may wish to define media queries in a standard HTML link tag:</p>
<pre>
&lt;link rel="stylesheet" media="screen and (max-width: 600px)" href="small.css" /&gt;
&lt;link rel="stylesheet" media="screen and (min-width: 600px)" href="large.css" /&gt;
&lt;link rel="stylesheet" media="print" href="print.css" /&gt;
</pre>
<h4>JavaScript</h4>
<p>Another method that can be used is JavaScript, especially as a back-up to devices that don’t support all of the CSS3 media query options. Fortunately, there is already a pre-made JavaScript library that makes older browsers (IE 5+, Firefox 1+, Safari 2) support CSS3 media queries. If you’re already using these queries, just grab a copy of the library, and include it in the mark-up: <a href="http://code.google.com/p/css3-mediaqueries-js/"><em>css3-mediaqueries.js</em></a>.</p>
<p>In addition, below is a sample jQuery snippet that detects browser width and changes the style sheet accordingly &mdash; if one prefers a more hands-on approach:</p>
<pre>
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"&gt;&lt;/script&gt;

&lt;script type="text/javascript"&gt;
	$(document).ready(function(){
		$(window).bind("resize", resizeWindow);
		function resizeWindow(e){
			var newWindowWidth = $(window).width();

			// If width width is below 600px, switch to the mobile stylesheet
			if(newWindowWidth &lt; 600){ 				$("link[rel=stylesheet]").attr({href : "mobile.css"});	 			} 			// Else if width is above 600px, switch to the large stylesheet 			else if(newWindowWidth &gt; 600){
				$("link[rel=stylesheet]").attr({href : "style.css"});
			}
		}
	});
&lt;/script&gt;
</pre>
<p>There are many solutions for pairing up JavaScript with CSS media queries. Remember that media queries are not an absolute answer, but rather are fantastic options for responsive Web design when it comes to pure CSS-based solutions. With the addition of JavaScript, we can accomodate far more variations. For detailed information on using JavaScript to mimic or work with media queries, look at “<a href="http://www.quirksmode.org/blog/archives/2010/08/combining_media.html">Combining Media Queries and JavaScript</a>.”<br />
<h3>Showing or Hiding Content</h3>
<p>It is possible to shrink things proportionally and rearrange elements as necessary to make everything fit (reasonably well) as a screen gets smaller. It’s great that that’s possible, but making every piece of content from a large screen available on a smaller screen or mobile device isn’t always the best answer. We have best practices for mobile environments: simpler navigation, more focused content, lists or rows instead of multiple columns.</p>
<p><a href="http://digg.com"></a><a href="http://digg.com"><img class="alignnone size-full wp-image-75839" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5bc13_diggmobile.jpg" alt="Diggmobile in Responsive Web Design: What It Is and How To Use It" width="550" height="425" /></a></p>
<p>Responsive Web design shouldn’t be just about how to create a flexible layout on a wide range of platforms and screen sizes. It should also be about the user being able to pick and choose content. Fortunately, CSS has been allowing us to show and hide content with ease for years!</p>
<pre>
display: none;
</pre>
<p>Either declare <code>display: none</code> for the HTML block element that needs to be hidden in a specific style sheet or detect the browser width and do it through JavaScript. In addition to hiding content on smaller screens, we can also hide content in our default style sheet (for bigger screens) that should be available only in mobile versions or on smaller devices. For example, as we hide major pieces of content, we could replace them with navigation to that content, or with a different navigation structure altogether.</p>
<p>Note that we haven’t used <code>visibility: hidden</code> here; this just hides the content (although it is still there), whereas the <code>display</code> property gets rid of it altogether. For smaller devices, there is no need to keep the mark-up on the page &mdash; it just takes up resources and might even cause unnecessary scrolling or break the layout.</p>
<p><img class="alignnone size-full wp-image-75843" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2276d_showinghidingcontent.jpg" alt="Showinghidingcontent in Responsive Web Design: What It Is and How To Use It" width="550" height="600" /></p>
<p>Here is <strong>our mark-up</strong>:</p>
<pre>
&lt;p class="sidebar-nav"&gt;&lt;a href="#"&gt;Left Sidebar Content&lt;/a&gt; | &lt;a href="#"&gt;Right Sidebar Content&lt;/a&gt;&lt;/p&gt;

&lt;div id="content"&gt;
	&lt;h2&gt;Main Content&lt;/h2&gt;
&lt;/div&gt;

&lt;div id="sidebar-left"&gt;
	&lt;h2&gt;A Left Sidebar&lt;/h2&gt;

&lt;/div&gt;

&lt;div id="sidebar-right"&gt;
	&lt;h2&gt;A Right Sidebar&lt;/h2&gt;
&lt;/div&gt;
</pre>
<p>In our default style sheet below, we have hidden the links to the sidebar content. Because our screen is large enough, we can display this content on page load.</p>
<p>Here is the <strong><em>style.css</em> (default)</strong> content:</p>
<pre>
#content{
	width: 54%;
	float: left;
	margin-right: 3%;
}

#sidebar-left{
	width: 20%;
	float: left;
	margin-right: 3%;
}

#sidebar-right{
	width: 20%;
	float: left;
}
.sidebar-nav{display: none;}
</pre>
<p>Now, we hide the two sidebars (below) and show the links to these pieces of content. As an alternative, the links could call to JavaScript to just cancel out the <code>display: none</code> when clicked, and the sidebars could be realigned in the CSS to float below the content (or in another reasonable way).</p>
<p>Here is the <strong><em>mobile.css</em> (simpler)</strong> content:</p>
<pre>
#content{
	width: 100%;
}

#sidebar-left{
	display: none;
}

#sidebar-right{
	display: none;
}
.sidebar-nav{display: inline;}
</pre>
<p>With the ability to easily show and hide content, rearrange layout elements and automatically resize images, form elements and more, a design can be transformed to fit a huge variety of screen sizes and device types. As the screen gets smaller, rearrange elements to fit mobile guidelines; for example, use a script or alternate style sheet to increase white space or to replace image navigation sources on mobile devices for better usability (icons would be more beneficial on smaller screens).</p>
<p>Below are a couple of relevant resources:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/01/13/mobile-web-design-trends-2009/">Mobile Web Design Trends For 2009</a></li>
<li><a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/mobile-guidelines.shtml">7 Usability Guidelines for Websites on Mobile Devices</a></li>
</ul>
<h4>Touchscreens vs. Cursors</h4>
<p>Touchscreens are becoming increasingly popular. Assuming that smaller devices are more likely to be given touchscreen functionality is easy, but don’t be so quick. Right now touchscreens are mainly on smaller devices, but many laptops and desktops on the market also have touchscreen capability. For example, the <a href="http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=series_detail&amp;category=notebooks&amp;series_name=tm2t_series&amp;aoid=51320&amp;keyword=hp+touchsmart+tm2&amp;tafcjnef=fy10&amp;DS_KWID=p117477087">HP Touchsmart tm2t</a> is a basic touchscreen laptop with traditional keyboard and mouse that can transform into a tablet.</p>
<p><a href="http://www.flickr.com/photos/rrrrred/5134202846/sizes/z/in/photostream/"></a><a href="http://www.flickr.com/photos/rrrrred/5134202846/"><img class="alignnone size-full wp-image-75844" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2276d_touchscreen.jpg" alt="Touchscreen in Responsive Web Design: What It Is and How To Use It" width="550" height="368" /></a></p>
<p>Touchscreens obviously come with different design guidelines than purely cursor-based interaction, and the two have different capabilities as well. Fortunately, making a design work for both doesn’t take a lot of effort. Touchscreens have no capability to display CSS hovers because there is no cursor; once the user touches the screen, they click. So, don’t rely on CSS hovers for link definition; they should be considered an additional feature only for cursor-based devices.</p>
<p>Look at the article “<a href="http://www.whatcreative.co.uk/blog/tips/designing-for-touch-screen/">Designing for Touchscreen</a>” for more ideas. Many of the design suggestions in it are best for touchscreens, but they would not necessarily impair cursor-based usability either. For example, sub-navigation on the right side of the page would be more user-friendly for touchscreen users, because most people are right-handed; they would therefore not bump or brush the navigation accidentally when holding the device in their left hand. This would make no difference to cursor users, so we might as well follow the touchscreen design guideline in this instance. Many more guidelines of this kind can be drawn from touchscreen-based usability.<br />
<h3>A Showcase Of Responsive Web Design</h3>
<p>Below we have a few examples of responsive Web design in practice today. For many of these websites, there is more variation in structure and style than is shown in the pairs of screenshots provided. Many have several solutions for a variety of browsers, and some even adjust elements dynamically in size without the need for specific browser dimensions. Visit each of these, and adjust your browser size or change devices to see them in action.</p>
<p><a href="http://artequalswork.com/">Art Equals Work</a><br /> Art Equals Work is a simple yet great example of responsive Web design. The first screenshot below is the view from a standard computer screen dimension. The website is flexible with browser widths by traditional standars, but once the browser gets too narrow or is otherwise switched to a device with a smaller screen, then the layout switches to a more readable and user-friendly format. The sidebar disappears, navigation goes to the top, and text is enlarged for easy and simple vertical reading.</p>
<p><a href="http://artequalswork.com/"><img class="alignnone size-full wp-image-81496" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/44d98_artequalswork1.jpg" alt="Artequalswork1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://artequalswork.com/"><img class="alignnone size-full wp-image-81497" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/44d98_artequalswork2.jpg" alt="Artequalswork2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://thinkvitamin.com/">Think Vitamin</a><br /> With Think Vitamin, we see a similar approach. When on a smaller screen or browser, the sidebar and top bar are removed, the navigation simplifies and moves directly above the content, as does the logo. The logo keeps its general look yet is modified for a more vertical orientation, with the tagline below the main icon. The white space around the content on larger screens is also more spacious and interesting, whereas it is simplified for practical purposes on smaller screens.</p>
<p><a href="http://thinkvitamin.com/"><img class="alignnone size-full wp-image-81501" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/44d98_thinkvitamin1.jpg" alt="Thinkvitamin1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://thinkvitamin.com/"><img class="alignnone size-full wp-image-81502" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d0989_thinkvitamin2.jpg" alt="Thinkvitamin2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://8faces.com/">8 Faces</a><br /> 8 Faces’ website design is flexible, right down to a standard netbook or tablet device, and expands in content quantity and layout width when viewed on wider screens or expanded browsers. When viewed on narrower screens, the featured issue on the right is cut out, and the content below is shortened and rearranged in layout, leaving only the essential information.</p>
<p><a href="http://8faces.com"><img class="alignnone size-full wp-image-81504" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d0989_8faces1.jpg" alt="8faces1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://8faces.com/"><img class="alignnone size-full wp-image-81505" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/399cc_8faces2.jpg" alt="8faces2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://hicksdesign.co.uk/">Hicksdesign</a><br /> The Hicksdesign website has three columns when viewed on a conventional computer screen with a maximized browser. When minimized in width, the design takes on a new layout: the third column to the right is rearranged above the second, and the logo moves next to the introductory text. Thus, no content needs to be removed for the smaller size. For even narrower screens and browser widths, the side content is removed completely and a simplified version is moved up top. Finally, the font size changes with the screen and browser width; as the browser gets narrower, the font size throughout gets smaller and remains proportional.</p>
<p><a href="http://hicksdesign.co.uk/"><img class="alignnone size-full wp-image-82236" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/399cc_hicksdesign1.jpg" alt="Hicksdesign1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://hicksdesign.co.uk/"><img class="alignnone size-full wp-image-81508" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/399cc_hicksdesign2.jpg" alt="Hicksdesign2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://www.informationarchitects.jp/en/">Information Architects</a><br /> Here is a great example of a flexible image. The image in this design automatically resizes after certain “break” points, but in between those width changes, only the side margins and excess white space are altered. On smaller screens and minimized browsers, the navigation simplifies and the columns of navigation at the top fall off. At the design’s smallest version, the navigation simplifies to just a drop-down menu, perfect for saving space without sacrificing critical navigation links.</p>
<p><a href="http://www.informationarchitects.jp/en/"><img class="alignnone size-full wp-image-82241" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/56f31_informationarchitects1.jpg" alt="Informationarchitects1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://www.informationarchitects.jp/en/"><img class="alignnone size-full wp-image-82242" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/56f31_informationarchitects2.jpg" alt="Informationarchitects2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://garretkeizer.com/">Garret Keizer</a><br /> The website for Garret Keizer is fully flexible in wider browsers and on larger screens: the photo, logo and other images resize proportionally, as do the headings and block areas for text. At a few points, some pieces of text change in font size and get smaller as the screen or browser gets narrower. After a certain break point, the layout transforms into what we see in the second screenshot below, with a simple logo, introductory text and a simple vertical structure for the remaining content.</p>
<p><a href="http://garretkeizer.com/"><img class="alignnone size-full wp-image-82243" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/56f31_garretkeizer1.jpg" alt="Garretkeizer1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://garretkeizer.com/"><img class="alignnone size-full wp-image-82244" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6785e_garretkeizer2.jpg" alt="Garretkeizer2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://colly.com/">Simon Collison</a><br /> With four relatively content-heavy columns, it’s easy to see how the content here could easily be squished when viewed on smaller devices. Because of the easy organized columns, though, we can also collapse them quite simply when needed, and we can stack them vertically when the space doesn’t allow for a reasonable horizontal span. When the browser is minimized or the user is on a smaller device, the columns first collapse into two and then into one. Likewise, the horizontal lines for break points also change in width, without changing the size or style of each line’s title text.</p>
<p><a href="http://colly.com/"><img class="alignnone size-full wp-image-82248" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/69e9c_colly1.jpg" alt="Colly1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://colly.com/"><img class="alignnone size-full wp-image-82249" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/69e9c_colly2.jpg" alt="Colly2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://css-tricks.com/">CSS Tricks</a><br /> On the CSS Tricks website, like many other collapsible Web designs, the sidebars with excess content are the first to fall off when the screen or browser gets too narrow. On this particular website, the middle column or first sidebar to the left was the first to disappear; and the sidebar with the ads and website extras did the same when the browser got even narrower. Eventually, the design leaves the posts, uses less white space around the navigation and logo and moves the search bar to below the navigation. The remaining layout and design is as flexible as can be because of its simplicity.</p>
<p><a href="http://css-tricks.com/"><img class="alignnone size-full wp-image-82252" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/69e9c_csstricks1.jpg" alt="Csstricks1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://css-tricks.com/"><img class="alignnone size-full wp-image-82253" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/86a7e_csstricks2.jpg" alt="Csstricks2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://teegallery.com/">Tee Gallery</a><br /> As one can see, the main navigation here is the simple layout of t-shirt designs, spanning both vertically and horizontally across the screen. As the browser or screen gets smaller, the columns collapse and move below. This happens at each break point when the layout is stressed, but in between the break points, the images just change proportionally in size. This maintains balance in the design, while ensuring that any images (which are essential to the website) don’t get so small that they become unusable.</p>
<p><a href="http://teegallery.com/"><img class="alignnone size-full wp-image-82254" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/86a7e_teegallery1.jpg" alt="Teegallery1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://teegallery.com/"><img class="alignnone size-full wp-image-82255" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/990a5_teegallery2.jpg" alt="Teegallery2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://citycrawlers.eu/berlin/">City Crawlers: Berlin</a><br /> When varied between larger screen sizes and browser widths, this design remains flexible. It also remains flexible after a few layout pieces collapse into a more vertical orientation for small screens and narrow browsers. At first, the introductory image, logo and navigation image links resize proportionally to accommodate variations in screen and browser widths, as do the blocks of content below. The bottom columns of content eventually collapse and rearrange above or below other pieces, until (at the narrowest point) they are all stacked vertically. In the layout for the smallest screen and narrowest browser, the slideshow is left out altogether, the navigation is moved below the logo and other images are also removed.</p>
<p><a href="http://citycrawlers.eu/berlin/"><img class="alignnone size-full wp-image-82256" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/990a5_berlin1.jpg" alt="Berlin1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://citycrawlers.eu/berlin/"><img class="alignnone size-full wp-image-82257" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/990a5_berlin2.jpg" alt="Berlin2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://www.tenbytwenty.com/">Ten by Twenty</a><br /> Ten by Twenty is another design that does not resort to changing layout structure at all after certain break points, but rather simplifies responsive Web design by making everything fully flexible and automatically resizing, no matter what the screen or browser width. After a while, the design does stress a bit and could benefit from some rearrangement of content. But overall, the image resizing and flexible content spaces allow for a fairly simple solution that accommodates a wide range of screen sizes.</p>
<p><a href="http://www.tenbytwenty.com/"><img class="alignnone size-full wp-image-82258" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/09b05_tenbytwenty1.jpg" alt="Tenbytwenty1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://www.tenbytwenty.com/"><img class="alignnone size-full wp-image-82259" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/09b05_tenbytwenty2.jpg" alt="Tenbytwenty2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://hardboiledwebdesign.com/samples/">Hardboiled Web Design</a><br /> On wide screens and browsers, all of the content on this simply designed website is well organized into columns, sidebar and simple navigation up top. It’s a fairly standard and efficient layout. On smaller screens, the sidebar is the first to drop off, and its content is moved below the book previews and essential information. Being limited in space, this design preserves its important hierarchy. Whereas on a wider screen we’d look left to right, on a narrower screen we’d tend to look from top to bottom. Content on the right is moved below content that would appear on the left on a wider screen. Eventually, when the horizontal space is fully limited, the navigation is simplified and stacked vertically, and some repeated or inessential elements are removed.</p>
<p><a href="http://hardboiledwebdesign.com/samples/"><img class="alignnone size-full wp-image-82260" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c872a_hardboiled1.jpg" alt="Hardboiled1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://hardboiledwebdesign.com/samples/"><img class="alignnone size-full wp-image-82261" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c872a_hardboiled2.jpg" alt="Hardboiled2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://teixido.co/">Teixido</a><br /> This design features a complex layout that looks inspired by a print style. When viewed on a standard wide computer screen, more portfolio pieces are featured and spanned horizontally across the page. As one moves down the page, more graphics and imagery span the space. On a smaller screen, the portfolio piece is cut down to one, and then eventually left out altogether for very small screens and narrow browsers. The visualizations below collapse into fewer columns and more rows, and again, some drop off entirely for very small screens. This design shows a creative and intelligent way to make a not-so-common layout work responsively.</p>
<p><a href="http://teixido.co/"><img class="alignnone size-full wp-image-82262" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d8f08_teixido1.jpg" alt="Teixido1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://teixido.co/"><img class="alignnone size-full wp-image-82264" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bc38b_teixido2.jpg" alt="Teixido2 in Responsive Web Design: What It Is and How To Use It" width="550" height="500" /></a></p>
<p><a href="http://stephencaver.com/">Stephen Caver</a><br /> This design has three main stages at which the design and layout collapse into a more user-friendly form, depending on how wide the screen or browser is. The main image (featuring type) is scaled proportionally via a flexible image method. Each “layout structure” is fully flexible until it reaches a breaking point, at which point the layout switches to something more usable with less horizontal space. The bottom four columns eventually collapse into two, the logo moves above the navigation, and the columns of navigation below are moved on top or below each other. At the design’s narrowest stage, the navigation is super-simplified, and some inessential content is cut out altogether.</p>
<p><a href="http://stephencaver.com/"><img class="alignnone size-full wp-image-82266" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/27eb1_stephancaver1.jpg" alt="Stephancaver1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://stephencaver.com/"><img class="alignnone size-full wp-image-82267" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/27eb1_stephancaver2.jpg" alt="Stephancaver2 in Responsive Web Design: What It Is and How To Use It" width="550" height="500" /></a></p>
<p><a href="http://unstoppablerobotninja.com/">Unstoppable Robot Ninja</a><br /> This layout does not change at all; no content is dropped or rearranged; and the text size does not change either. Instead, this design keeps its original form, no matter what the change in horizontal and vertical space. Instead, it automatically resizes the header image and the images for the navigation. The white space, margins and padding are also flexible, giving more room as the design expands and shrinks.</p>
<p><a href="http://unstoppablerobotninja.com/"><img class="alignnone size-full wp-image-82268" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cf6d4_unstoppablerobotninja1.jpg" alt="Unstoppablerobotninja1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://unstoppablerobotninja.com/"><img class="alignnone size-full wp-image-82269" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cf6d4_unstoppablerobotninja2.jpg" alt="Unstoppablerobotninja2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://bureau.tsailly.net/">Bureau</a><br /> This is perhaps the simplest example of a responsive Web design in this showcase, but also one of the most versatile. The only piece in the layout that changes with the browser width is the blog post’s date, which moves above the post’s title or to the side, depending on how much horizontal space is available. Beyond this, the only thing that changes is the width of the content area and the margin space on the left and right. Everything is centered, so a sense of balance is maintained whatever the screen or browser width. Because of this design’s simplicity, switching between browser and screen widths is quick and easy.</p>
<p><a href="http://bureau.tsailly.net/"><img class="alignnone size-full wp-image-82270" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/48e17_bureu1.jpg" alt="Bureu1 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://bureau.tsailly.net/"><img class="alignnone size-full wp-image-82271" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/48e17_bureu2.jpg" alt="Bureu2 in Responsive Web Design: What It Is and How To Use It" width="550" height="400" /></a></p>
<p><a href="http://csswizardry.com">CSS Wizardry</a><br /> Harry Roberts shows that responsive design can also have quite humble uses. If the user has a large viewport, the website displays three columns with a navigation menu floating on the left. For users with a viewport between 481px and 800px, a narrow version is displayed: the navigation jumps to the top of the site leaving the area for the content column and the sidebar. Finally, the iPhone view displays the sidebar under the content area. Harry also wrote a detailed article about the CSS styles he added to the stylesheet in his article &#8220;<a href="http://csswizardry.com/2010/12/media-queries-handier-than-you-think/">Media queries, handier than you think</a>&#8220;. A nice example of how a couple of simple CSS adjustments can improve the website&#8217;s appearance across various devices.</p>
<p><a href="http://csswizardry.com"><img class="alignnone size-full wp-image-82522" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/48e17_css-wizardry.jpg" alt="Css-wizardry in Responsive Web Design: What It Is and How To Use It" width="550" height="376" /></a></p>
<p><a href="http://csswizardry.com"><img class="alignnone size-full wp-image-82523" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/07c09_css-wizardry2.jpg" alt="Css-wizardry2 in Responsive Web Design: What It Is and How To Use It" width="550" height="367" /></a>
<p><a href="http://www.bryanjamesdesign.co.uk/">Bryan James</a><br /> This last design by Bryan James shows that responsive Web design need not apply only to static HTML and CSS websites. Done in Flash, this one features a full-sized background image and is flexible up to a certain width and height. As a result of the design style, on screens that are too small, the background image gets mostly hidden and the content can become illegible and squished. Instead of just letting it be, though, a message pops up informing the user that the screen is too small to adequately view the website. It then prompts the user to switch to a bigger screen. One can discuss if the design solution is good or bad in terms of usability, but the example shows that Flash websites can respond to user&#8217;s viewport, too.</p>
<p><a href="http://www.bryanjamesdesign.co.uk/"><img class="alignnone size-full wp-image-82522" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/07c09_bryanjames1.jpg" alt="Bryanjames1 in Responsive Web Design: What It Is and How To Use It" width="550" height="253" /></a></p>
<p><a href="http://www.bryanjamesdesign.co.uk/"><img class="alignnone size-full wp-image-82523" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/07c09_bryanjames2.jpg" alt="Bryanjames2 in Responsive Web Design: What It Is and How To Use It" width="550" height="329" /></a><br />
<h3>Conclusion</h3>
<p>We are indeed entering a new age of Web design and development. Far too many options are available now, and there will be far too many in the future to continue adjusting and creating custom solutions for each screen size, device and advancement in technology. We should rather start a new era today: creating websites that are future-ready right now. Understanding how to make a design responsive to the user doesn’t require too much learning, and it can definitely be a lot less stressful and more productive than learning how to design and code properly for every single device available.</p>
<p>Responsive Web design and the techniques discussed above are <strong>not the final answer to the ever-changing mobile world.</strong> Responsive Web design is a mere concept that when implemented correctly can <em>improve</em> the user experience, but not completely solve it for every user, device and platform. We will need to constantly work with new devices, resolutions and technologies to continually improve the user experience as technology evolves in the coming years.</p>
<p>Besides saving us from frustration, responsive Web design is also best for the user. Every custom solution makes for a better user experience. With responsive Web design, we can create custom solutions for a wider range of users, on a wider range of devices. A website can be tailored as well for someone on an old laptop or device as it can for the vast majority of people on the trendiest gadgets around, and likewise as much for the few users who own the most advanced gadgets now and in the years to come. Responsive Web design creates a great custom experience for everyone. As Web designers, we all strive for that every day on every project anyway, right?<br />
<h3>Further Resources</h3>
<ul>
<li><a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive Web Design</a>, A List Apart</li>
<li><a href="http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/">CSS Media Query for Mobile is Fool’s Gold</a>, Cloud Four</li>
<li><a href="http://designreviver.com/articles/designing-for-a-responsive-web-with-heuristic-methods/">Designing for a Responsive Web with Heuristic Methods</a>, Design Reviver</li>
<li><a href="http://5by5.tv/bigwebshow/9">The Big Web Show #9: Responsive Web Design</a>, 5by5 Studios</li>
<li><a href="http://www.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/">How to Use CSS3 Media Queries to Create a Mobile Version of Your Website</a>, Smashing Magazine</li>
<li><a href="http://protofluid.com/">Application: Rapid Prototyping of Adaptive CSS and Responsive Design</a>, ProtoFluid</li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/0321643380/hivelogic-20">Handcrafted CSS: More Bulletproof Web Design</a>, Dan Cederholm (printed book)</li>
<li><a href="http://www.flexiblewebbook.com/">Flexible Web Book</a>, Zoe Mickley Gillenwater (printed book)</li>
</ul>
<p><em>(al) (vf)</em></p>
<hr />
<p>© Kayla Knight for <a href="http://www.smashingmagazine.com">Smashing Magazine</a>, 2011. | <a href="http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Permalink</a> | <a href="http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#comments">Post a comment</a> | <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/&amp;title=Responsive Web Design: What It Is and How To Use It">Add to del.icio.us</a> | <a title="Bookmark in Digg" href="http://digg.com/submit?phase=2&amp;url=http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Digg this</a> | <a title="Stumble on StumbleUpon" href="http://www.stumbleupon.com/submit?url=http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Stumble on StumbleUpon!</a> | <a title="Tweet us!" href="http://twitter.com/home?status=@tweetmeme%20@smashingmag%20Reading%20'Responsive Web Design: What It Is and How To Use It' http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Tweet it!</a> | <a title="Bookmark in Reddit" href="http://reddit.com/submit?url=http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Submit to Reddit</a> | <a href="http://forum.smashingmagazine.com/">Forum Smashing Magazine</a><br /> Post tags: <a href="http://www.smashingmagazine.com/tag/css/" rel="tag">CSS</a>, <a href="http://www.smashingmagazine.com/tag/elastic-layout/" rel="tag">elastic layout</a>, <a href="http://www.smashingmagazine.com/tag/flexible-layout/" rel="tag">flexible layout</a>, <a href="http://www.smashingmagazine.com/tag/fluid-layout/" rel="tag">fluid layout</a>, <a href="http://www.smashingmagazine.com/tag/mobile-design/" rel="tag">mobile design</a>, <a href="http://www.smashingmagazine.com/tag/responsive-web-design/" rel="tag">responsive web design</a> </p>
<p><a href="http://rss1.smashingmagazine.com/feed/">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/responsive-web-design-what-it-is-and-how-to-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Untapped Potential of Responsive Web Design</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/the-untapped-potential-of-responsive-web-design/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/the-untapped-potential-of-responsive-web-design/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 10:44:33 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[core functionality]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[novel tool]]></category>
		<category><![CDATA[responsive web]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[seamless experience]]></category>
		<category><![CDATA[static magazine]]></category>
		<category><![CDATA[television executive]]></category>
		<category><![CDATA[web medium]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/the-untapped-potential-of-responsive-web-design/</guid>
		<description><![CDATA[Responsive Web Design (or RWD for short) is the application of CSS3 media queries to make the same HTML work for a wide variety of screen resolutions. In many cases (not all) this is a great way to mobilize content, because it&#8217;s far more effective than compartmentalizing the problem and making device-specific experiences. With an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive Web Design</a> (or RWD for short) is the application of CSS3 media queries to make the same HTML work for a wide variety of screen resolutions. </p>
<p>In many cases (not all) this is a great way to mobilize content, because it&#8217;s far more effective than compartmentalizing the problem and making device-specific experiences. With an ever broadening spectrum of screen resolutions, treating the web medium like a static magazine spread is no longer sustainable. It never was.<span></span></p>
<p>I&#8217;ve been using responsive web design for several months now, and I&#8217;m beginning to realize that to dismiss it as a novel tool for creating mobile websites would be severely shortsighted. That&#8217;s pretty vague by itself, so I&#8217;ll give you two specific examples to illustrate what I&#8217;m getting at.</p>
<h3>Television Interfaces</h3>
<p>Unless you&#8217;re a top television executive, you&#8217;ve probably noticed the video revolution happening all around us. Between YouTube, Netflix, Hulu, and so many others, a huge wealth of video content is available for online consumption. </p>
<p>I don&#8217;t have cable television, and while I have tried a few specialized set top boxes, I think it&#8217;s hard to beat the versatility and simplicity of hooking up a regular computer to an HDTV. </p>
<p>Once you&#8217;ve done that, you can watch whatever online video you want from the comfort of your couch. Perhaps I&#8217;m in a minority, but I would really appreciate more television-optimized interfaces from major video providers. There are a few novelties like <a href="http://youtube.com/leanback">http://youtube.com/leanback</a> (as pictured below), but often times they&#8217;re not integrated into the core functionality of the site. The goal should be to create a seamless experience across web enabled devices.</p>
<p><a href="http://youtube.com/leanback"><img class="alignnone size-full wp-image-11026" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/37766_youtube_leanback.jpg" alt="YouTube Leanback" width="705" height="372" /></a></p>
<p>Put another way, RWD isn&#8217;t just a useful tool for mobilizing content. It goes the other way too, and can be useful for creating experiences that are optimized for large displays.</p>
<h3>Above the Fold</h3>
<p>Whether or not you believe web pages have a &#8220;page fold&#8221; is a debate that I&#8217;m not going to delve into here. For the sake of example, let&#8217;s just say that there is indeed a page fold. </p>
<p>The idea is that you want to put the most important stuff above the fold, and the less important stuff below the fold. However, if you&#8217;re using a small netbook, the fold is going to be much further up the page than if you&#8217;re using a big monitor. </p>
<p>In fact, it&#8217;s probably better to think of it as a &#8220;Page Fold Zone&#8221; rather than a straight line across the page.</p>
<p><a rel="attachment wp-att-11027" href="http://thinkvitamin.com/design/user-interface/the-untapped-potential-of-responsive-web-design/attachment/pagefold_zone/"><img class="alignnone size-full wp-image-11027" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/37766_pagefold_zone.png" alt="Page Fold Zone" width="705" height="470" /></a></p>
<p>RWD has traditionally been a technique for responding to the variable width of a page, but what about the height? If the page fold is higher up than you&#8217;re expecting it to be, important text and images might get cut off, and that means there are design decisions to make. If you can&#8217;t fit as much stuff on the screen, what page elements are still essential?</p>
<p>These are just ideas, but ultimately my point is this: There&#8217;s a lot of untapped potential here, and I think we&#8217;ve only seen the tip of the iceberg.</p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2728f_xM4U0czjSMg" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/vitaminmasterfeed">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/the-untapped-potential-of-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Acer Unveils 7-Inch and 10.1-Inch Android Tablets and a 4.8-Inch Smartphone [PICS]</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/acer-unveils-7-inch-and-10-1-inch-android-tablets-and-a-4-8-inch-smartphone-pics/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/acer-unveils-7-inch-and-10-1-inch-android-tablets-and-a-4-8-inch-smartphone-pics/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 04:38:27 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[acer tablet]]></category>
		<category><![CDATA[flagship model]]></category>
		<category><![CDATA[gaming device]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[led flash]]></category>
		<category><![CDATA[media blitz]]></category>
		<category><![CDATA[mobile os]]></category>
		<category><![CDATA[rear camera]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/acer-unveils-7-inch-and-10-1-inch-android-tablets-and-a-4-8-inch-smartphone-pics/</guid>
		<description><![CDATA[Acer is placing its bets behind Android with the announcement of a 7-inch tablet, a 10.1-inch tablet and a 4.8-inch smartphone based off of Google&#8217;s mobile OS. The unnamed tablets sport 3G and Wi-Fi connectivity, an eye-popping 1280&#215;800 screen resolution and 1080p HDMI capacity. The 10.1-inch tablet is 13.3mm thick, making it just slightly wider [...]]]></description>
			<content:encoded><![CDATA[<p>
<div>
<div><a target="_blank" href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/11/23/acer-android-tablets/&amp;service=bit.ly"><img style="border:none;margin-right:5px" width="51" height="61" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5e392_acer-android-tablets" align="right" /></a><a target="_blank" href="http://www.google.com/reader/link?url=http://mashable.com/2010/11/23/acer-android-tablets/&amp;title=Acer Unveils 7-Inch and 10.1-Inch Android Tablets and a 4.8-Inch Smartphone [PICS]&amp;srcTitle=Mashable&amp;srcUrl=http://mashable.com"><img style="border:none;margin-right:5px" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5e392_gbuzz-feed.png" align="right" /></a><a target="_blank" name="fb_share" href="http://www.facebook.com/sharer.php?u=http://mashable.com/2010/11/23/acer-android-tablets/&amp;src=sp"><img style="border:none;margin-right:5px" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a2357_fb.jpg" align="right" /></a><a href="http://digg.com/tools/diggthis/login?url=http://mashable.com/2010/11/23/acer-android-tablets/&amp;title=Acer Unveils 7-Inch and 10.1-Inch Android Tablets and a 4.8-Inch Smartphone [PICS]&amp;related=true&amp;style=true"><img style="border:none;margin-right:5px" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/43592_diggme.png" align="right" /></a></div>
<div><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/acc06_acer-android-phone-225.jpg"></div>
<div></div>
</div>
<p>Acer is placing its bets behind <a href="http://mashable.com/category/android">Android</a> with the announcement of a 7-inch tablet, a 10.1-inch tablet and a 4.8-inch smartphone based off of Google&#8217;s mobile OS.</p>
<p>The unnamed tablets sport 3G and Wi-Fi connectivity, an eye-popping 1280&#215;800 screen resolution and 1080p HDMI capacity. The 10.1-inch tablet is 13.3mm thick, making it just slightly wider than Apple&#8217;s 12.7mm iPad tablet.  The larger tablet also boast a 5MP rear camera and a front-facing one.  Both devices will go on sale in April 2011.</p>
<p>Acer also took the opportunity today to announce a 4.8-inch hybrid smartphone/tablet device.  Also yet to be named, the smartphone is similar to the <a href="http://mashable.com/2010/08/10/dell-streak-tablet-price/">Dell Streak</a>, but is definitely more powerful.  It sports a 1024&#215;480 screen resolution (a ridiculous resolution for a phone), a 21:9 aspect ratio, an 8MP camera with an LED flash, a 1 GHz Snapdragon processor and a Gyroscope/accelerometer combo that makes it ideal as a portable gaming device.  It also launches in April 2011.</p>
<p>Beyond ridiculously awesome screen resolutions, all three devices run on Android.  Acer did not reveal in its press releases which version each will run, but we&#8217;re hoping at least one of these devices will run the <a href="http://mashable.com/2010/10/22/google-android-gingerbread/">Gingerbread OS</a> (Android 2.3) or even Honeycomb (Android 3.0?).</p>
<p>During its media blitz today, Acer also revealed the ICONIA, a hybrid laptop/tablet with a dual-screen running Microsoft&#8217;s Windows 7 OS.  Instead of using a keyboard, the ICONIA uses a touch-based keyboard and gesture controls.  It has 4 GB of RAM, two 14-inch multitouch displays, and an Intel Core i5 CPU.</p>
<p>Here are some photos to whet your appetite:</p>
<p>
<h4>Acer&#8217;s Tablet</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5677Acers-Tablet"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acerandroid-tablet03.jpg" /></a></p>
<p>Say hello to Acer&#8217;s new Android tablet.  There are two models of the device: a 10.1&#8243; flagship model and a smaller 7&#8243; version.</p>
<p>
<h4>Acer&#8217;s Tablet</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5673Acers-Tablet"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acerandroid-tablet01.jpg" /></a></p>
<p>This is the back of Acer&#8217;s new Android tablet.  It has a 5MP rear camera.</p>
<p>
<h4>Acer&#8217;s Tablet</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5675Acers-Tablet"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acerandroid-tabletdetail01.jpg" /></a></p>
<p>A shot of the side of the Acer tablet.</p>
<p>
<h4>Acer&#8217;s Smartphone</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5671Acers-Smartphone"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acer-smartphone4-8inches02.jpg" /></a></p>
<p>This is Acer&#8217;s new 4.8&#8243; smartphone/tablet hybrid.  It sports a jaw-dropping 1280&#215;480 screen resolution.</p>
<p>
<h4>Acer&#8217;s Smartphone</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5669Acers-Smartphone"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acer-smartphone4-8inches01.jpg" /></a></p>
<p>This is the back of Acer&#8217;s new 4.8&#8243; smartphone.  It has an 8MP camera with LED Flash.</p>
<p>
<h4>Acer ICONIA</h4>
<p> <a href="http://mashable.com/2010/11/23/acer-android-tablets/#5667Acer-ICONIA"><img width="400" style="border:none" src="http://cdn.mashable.com/wp-content/gallery/acer-android-tablets/acer-iconia06.jpg" /></a></p>
<p>This is the Acer ICONIA, the company&#8217;s windows 7 dual-screen laptop/tablet device.  Instead of a physical keyboard, it sports a second screen and a virtual keyboard.</p>
<p><em>Images courtesy of <a href="http://engadget.com" target="_blank">Engadget</a></em></p>
<hr />Reviews: <a href="http://www.blippr.com/apps/336868-Android" target="_blank">Android</a></p>
<p>More About: <a href="http://mashable.com/tag/acer/">Acer</a>, <a href="http://mashable.com/tag/android/">android</a>, <a href="http://mashable.com/tag/android-tablets/">android tablets</a>, <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/tablet/">Tablet</a></p>
<p><i>For more <a href="http://mashable.com/tech/">Tech</a> coverage:</i>
<ul>
<li><a href="http://twitter.com/mashabletech" target="_blank" rel="nofollow">Follow Mashable Tech on Twitter</a></li>
<li><a href="http://www.facebook.com/mashable.tech" target="_blank" rel="nofollow">Become a Fan on Facebook</a></li>
<li><a href="http://feeds.mashable.com/mashable/tech" target="_blank" rel="nofollow">Subscribe to the Tech channel</a></li>
<li>Download our free apps for <a href="http://itunes.apple.com/us/app/mashable/id356202138?mt=8" target="_blank" rel="nofollow">iPhone</a> and <a href="http://itunes.apple.com/us/app/mashable-for-ipad/id370097986?mt=8" target="_blank" rel="nofollow">iPad</a></li>
</ul>
<p><a href="http://feedads.g.doubleclick.net/~at/pR5xmNcYTN-uH5kJZ_ugZpqhOyo/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a4872_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/pR5xmNcYTN-uH5kJZ_ugZpqhOyo/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a4872_di" border="0"></img></a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/70707_unf-w_wWpJg" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/Mashable">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/acer-unveils-7-inch-and-10-1-inch-android-tablets-and-a-4-8-inch-smartphone-pics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>River Island finally ditches Flash #sitereview</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/river-island-finally-ditches-flash-sitereview/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/river-island-finally-ditches-flash-sitereview/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 17:28:37 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[colour size]]></category>
		<category><![CDATA[ditches]]></category>
		<category><![CDATA[menu options]]></category>
		<category><![CDATA[navigational options]]></category>
		<category><![CDATA[page nbsp]]></category>
		<category><![CDATA[product images]]></category>
		<category><![CDATA[product selection]]></category>
		<category><![CDATA[reassurance]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/river-island-finally-ditches-flash-sitereview/</guid>
		<description><![CDATA[Homepage The homepage still doesn&#8217;t fill the whole screen, leaving a blank grey space around the edges, River Island might have considered designing for higher screen resolutions.&#160; It still looks good though, and follows a similar pattern to websites like Oasis and TopShop. I like the fact that you can click on the clothes worn [...]]]></description>
			<content:encoded><![CDATA[<h3>Homepage</h3>
<p>The homepage still doesn&#8217;t fill the whole screen, leaving a blank grey space around the edges, River Island might have considered designing for<a href="http://econsultancy.com/blog/2888-what-is-the-best-screen-resolution-to-use-for-your-website"> higher screen resolutions</a>.&nbsp;</p>
<p>It still looks good though, and follows a similar pattern to websites like Oasis and TopShop. I like the fact that you can click on the clothes worn by the models on the homepage to head straight to the product pages to see details of the clothes they are wearing.&nbsp;</p>
<p>Overall, it&#8217;s a clear and simple homepage which is easy to scan and understand for visitors.&nbsp;</p>
<h3>Navigation</h3>
<p>The navigational options are clear, with just four main menu options at the top of the page, which brings up this bare drop-down menu:</p>
<p>
<a title="River Island 2 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010575643/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e48ed_5010575643_fe7e548f6c.jpg" alt="River Island 2" width="450" height="412" /></a></p>
<p>The sub-category pages are well laid out, with product images and price, making it easy to scan the list.&nbsp;</p>
<p>
<a title="River Island 4 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576003/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/088e7_5010576003_24eeea7100.jpg" alt="River Island 4" width="480" height="393" /></a></p>
<p>By mousing over the products, shoppers have&nbsp;a &#8216;quick look&#8217; option which allows shoppers to click on products within search results and see product details and even add items to the basket without needing to go to the full product page.&nbsp;</p>
<p><strong>River Island has got the </strong><a href="http://econsultancy.com/blog/3498-tips-for-filtered-navigation-in-e-commerce"><strong>product filtering</strong></a><strong> spot on here,</strong> and provides plenty of options that allow shoppers to narrow their product selection; by colour, size, pattern, occasion and more. Very useful.&nbsp;</p>
<p>
<a title="River Island 5 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576075/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ee3bd_5010576075_0fd5548bbd.jpg" alt="River Island 5" width="160" height="500" /></a></p>
<h3>Product pages</h3>
<p>The product pages are good too; I like to see clear information on delivery, while the wording next to the returns link,&nbsp;<em>&#8216;returns are easy..in our shops, by post or courier&#8217;, </em>provides an excellent reassurance for shoppers.&nbsp;</p>
<p>
<a title="River Island 10 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576961/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b228f_5010576961_51d7bd73a6.jpg" alt="River Island 10" width="460" height="294" /></a></p>
<p>The product pages are simple, yet still provide the information on size etc that customers will be looking for, though while the product zoom tool is OK, it would be good to see some clothes from other angles.</p>
<p>
<a title="River island 9 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576809/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/273db_5010576809_98b7f17589.jpg" alt="River island 9" width="480" height="280" /></a></p>
<p>Video is used in some areas of the site, and perhaps River Island will be making more use of this in future. Certainly, it would do more to showcase and sell products on the site.&nbsp;</p>
<p><a title="River island 9 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576809/"></a></p>
<p>
<a title="River Island 7 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010576397/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9c48b_5010576397_75c746b1bc.jpg" alt="River Island 7" width="480" height="310" /></a></p>
<p>In contrast to the clumsy and usually irrelevant cross-selling options provided on the <a href="http://econsultancy.com/blog/6589-h-m-e-commerce-launch-disappoints-sitereview">new H&amp;M website</a>, River Island has created looks around most products, and will suggest other clothes to make up the outfit.&nbsp;</p>
<h3>Checkout process</h3>
<p>Good shopping basket page, including a <strong>clear summary of delivery charges and payment options</strong>. Reassurance about returns policies, security, and links to FAQs are also provided on the page:</p>
<p>
<a title="River Island 11 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5011180860/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ccd6b_5011180860_9335202d1e.jpg" alt="River Island 11" width="480" height="270" /></a></p>
<p><strong>River Island </strong><a href="http://econsultancy.com/blog/6079-reduce-checkout-abandonments-and-increase-registrations"><strong>doesn&#8217;t make registration a barrier</strong></a>, giving first time shoppers a route through to the checkout and allowing them to add a password and register at the end of the process, which is how it should be done.&nbsp;</p>
<p>
<a title="River Island 12 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5011181264/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c2105_5011181264_a5f21f5a9a.jpg" alt="River Island 12" width="480" height="252" /></a></p>
<p>The checkout is also fully enclosed, leaving very few distractions for shoppers when they are entering address and payment details:</p>
<p>
<a title="River Island 13 by ecblogger, on Flickr" href="http://www.flickr.com/photos/e-consultancy/5010577653/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1482d_5010577653_23837c79a8.jpg" alt="River Island 13" width="480" height="318" /></a></p>
<p>The checkout is a one-page process, forms are easy to complete, error messages are clear, and the process works smoothly.&nbsp;</p>
<h3>Conclusion</h3>
<p>Considering the accessibility issues with the old site, any new non-Flash version was always going to be an improvement. It has taken some time for River Island to ditch the old site, and I wonder how much that has cost the company in terms of lost sales.&nbsp;</p>
<p>Webcredible recently estimated that the disabled population in the UK has a combined spending power of &pound;80bn, a market which until now has been excluded from shopping online with River Island.&nbsp;</p>
<p>However, River Island has created a very good site which<strong> follows most e-commerce best practice guidelines, and delivers a very good user experience.&nbsp;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/river-island-finally-ditches-flash-sitereview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>August Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/august-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/august-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 15:48:33 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[atila]]></category>
		<category><![CDATA[emotional scenarios]]></category>
		<category><![CDATA[month calendar]]></category>
		<category><![CDATA[mysterious stories]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[surreal artist]]></category>
		<category><![CDATA[surreal experience]]></category>
		<category><![CDATA[tonal qualities]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/august-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</guid>
		<description><![CDATA[It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download August wallpaper and calendar with different screen resolutions. Before continuing reading this post did you already join our Twitter and subscribe to our RSS feed? If not, rush and join us now to receive updates of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedads.g.doubleclick.net/~a/j3WFvKKaqLiOdGn-C1L6_Ecbt2U/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/23ea2_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/j3WFvKKaqLiOdGn-C1L6_Ecbt2U/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/23ea2_di" border="0"></img></a></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.graphicmania.net%2Faugust-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F"><br />
				<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/23ea2_imagebutton.gif?url=http%3A%2F%2Fwww.graphicmania.net%2Faugust-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F&amp;source=rafiqelmansy&amp;style=compact&amp;service=bit.ly" height="61" width="50" alt="August Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /><br />
			</a>
		</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2e4c2_august_wb_bn.jpg" alt="August Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download August wallpaper and calendar with different screen resolutions.</p>
<p><span></span></p>
<p><strong>Before continuing reading this post did you already join our </strong><a href="http://twitter.com/rafiqelmansy" target="_blank"><strong>Twitter</strong></a><strong> and subscribe to our </strong><a href="http://feeds.feedburner.com/GraphicMania" target="_blank"><strong>RSS feed</strong></a><strong>? If not, rush and join us now to receive updates of new posts and free resources.</strong></p>
<p>First, we would like to apology for the delay in publishing this month calendar as we was facing some troubles in connection. This month calendar includes a new artwork for Osvaldo that rakes our minds from the ordinary thoughts and daily routine. <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo Gonzalez’s</a> new calendar and wallpaper is created exclusively for <strong>Graphic Mania</strong> and it  is based on one of his most creative surreal digital art, and here are few lines to know more about the talent and the skills behind Gonzalez:</p>
<p>Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.He has a knack for creating dark mysterious stories. His use of layering to create depth, tonal qualities, and aged effects are decisive and work together to produce otherworldly narrative moments with a delicate and detailed sense of atmosphere and transparency.His passion for the ancient is present in his traditional art. He uses acrylics, clay, found objects, to obtain dark compositions. He currently resides in Miami, Florida, with his wife Mariana and your maltese Atila. You can also visit <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo website</a> for more information about him.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bd3fa_augustC_bn.jpg" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>August 2010 Calendar Download: <a href="http://graphicmania.net/wp-content/uploads/05082010/1920x1200augustC.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1680x1050augustC.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1600x1200augustC.jpg" target="_blank">1600×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1280x960augustC.jpg" target="_blank"> 1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1024x768augustC.jpg" target="_blank">1024×768</a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ea1d8_august_bn.jpg" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>August 2010 Wallpaper Download: <a href="http://graphicmania.net/wp-content/uploads/05082010/1920x1200august.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1680x1050august.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1600x1200august.jpg" target="_blank">1600×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1280x960august.jpg" target="_blank">1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/05082010/1024x768august.jpg" target="_blank">1024×768</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7ae3a_l0vOn2QfDdI" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/GraphicMania">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/august-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Combining media queries and JavaScript</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/combining-media-queries-and-javascript/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/combining-media-queries-and-javascript/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 20:22:31 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[conventional view]]></category>
		<category><![CDATA[declarations]]></category>
		<category><![CDATA[functionalities]]></category>
		<category><![CDATA[grigsby]]></category>
		<category><![CDATA[mapping application]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[problem areas]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[style sheet]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/combining-media-queries-and-javascript/</guid>
		<description><![CDATA[On Tuesday Jason Grigsby challenged the conventional view that media queries are all we need to make a website mobile-friendly. Although he&#8217;s right when he points out some serious problems, I do not think that media queries are the &#8220;fool&#8217;s gold,&#8221; as Jason says. The message seems to be more that media queries alone are [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday Jason Grigsby <a href="http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/">challenged the conventional view</a> that media queries are all we need to make a website mobile-friendly. Although he&#8217;s right when he points out some serious problems, I do not think that media queries are the &#8220;fool&#8217;s gold,&#8221; as Jason says. The message seems to be more that media queries alone are not enough to make your sites mobile-friendly. An additional component is required.</p>
<p>To recap briefly, this is a media query:</p>
<pre>
.sidebar {
	float: right;
	width: 250px;
}

@media all and (max-device-width: 600px) {
	.complicatedFunctionality {
		display: none;
	}
	.sidebar {
		float: none;
		width: auto;
	}
}
</pre>
<p>The media query asks whether the width of the device is 600px at maximum. If it is, the special styles are executed. This usually comes down to hiding advanced functionalities that do not make sense on mobile or take too much bandwidth, while it can also be used to change the site&#8217;s grid from horizontally oriented to vertically oriented; for instance by placing a sidebar not right of the main content, but below it.</p>
<p>Technically, the <code>.complicatedFunctionality</code> and <code>.sidebar</code> declarations are added to the style sheet only when the query returns true, i.e. the device is less than 600px wide.</p>
<p>Now this works. Better still, media queries are the ideal way of adapting your design to different screen resolutions. Still, they are not the be-all-end-all of making your website mobile-friendly.</p>
<p>Jason identifies two main problem areas:</p>
<ul>
<li>It&#8217;s all very well to hide, say, an advanced mapping application on mobile, but if you use only media queries the browser will still download the scripts associated with the application.</li>
<li>Even though images might be hidden from mobile browsers, or low-source ones should be used, the browser still downloads the full-source variants.</li>
</ul>
<p>In other words, media queries do not stop the browser from downloading assets that will not be used on a mobile phone. And with bandwidth at a premium, this is a serious problem.</p>
<p>He concludes:</p>
<blockquote>
<p>CSS media queries are a tool, but they are not a silver bullet.</p>
</blockquote>
<p>I mostly, but not entire agree. Media queries <em>are</em> silver bullets when it comes to <em>pure CSS</em>. Restricting the width of your site, moving sidebars and main navigations elsewhere, media queries can do all that and more.</p>
<p>The trick, however, is that a pure CSS approach is not enough. In addition we need a JavaScript that also reads out the media queries and uses the data to decide whether to download the complicated mapping script, whether to download the low-source or the full-source images, or possibly none.</p>
<p>As far as I know there is no direct access to media queries from JavaScript. You can&#8217;t read out whether the example media query above has fired or not.</p>
<h3>JavaScript pairing</h3>
<p>Fortunately, there is a pretty safe way of using JavaScript in conjunction with media queries. It turns out that <em>all browsers</em> I tested so far have paired the <code>width</code> and <code>device-width</code> media queries with the values of <code>document.documentElement. clientWidth</code> and <code>screen.width</code>, respectively.</p>
<p>This is a <em>general rule</em>. All mobile browsers that support media queries exhibit these pairings. It&#8217;s hard to believe, but I haven&#8217;t found any exceptions yet &#8212; and rest assured that I searched for them, because I could not believe that it would be this simple. And I will continue to keep an eye on this and report problems as soon as I find them.</p>
<p>One caveat, though: although the pairing exists in all browsers, some browsers report incorrect values for <code>document.documentElement. clientWidth</code> and <code>screen.width</code>. However, these browsers will also fire media queries based on these incorrect values, so the net result remains that both media query and script are executed, although at the wrong time. See the <a href="http://www.quirksmode.org/mobile/tableViewport.html">viewport compatiblity table</a> for the gory details.</p>
<p>Therefore, if we want a JavaScript component that fires when the example media query above is triggered, we simply do:</p>
<pre>
if (screen.width &lt; 600) {
	// don&#8217;t download complicated script
	// use low-source images instead of full-source ones
}
</pre>
<p>I think it&#8217;s best to reverse the script logic:</p>
<pre>
if (screen.width &gt;= 600) {
	// download complicated script
	// swap in full-source images for low-source ones
}
</pre>
<p>If you want to use <code>width</code> instead, do this:</p>
<pre>
@media all and (max-width: 900px) {
	// styles
}

if (document.documentElement.clientWidth &lt; 900) {
	// scripts
}
</pre>
<p>Thus it is quite possible to pair a JavaScript routine with your media queries, and use it to decide which assets you should and should not download.</p>
<p>When these scripts are <em>added to</em> media queries, we&#8217;re a whole lot closer to making one website that reacts to a mobile (or rather, a narrow-screen) environment both in its CSS and in its asset management.</p>
<p><a href="http://www.quirksmode.org/blog/atom.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/combining-media-queries-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Google Chrome Extensions To Simplify Web Designer’s Life</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/13-google-chrome-extensions-to-simplify-web-designer%e2%80%99s-life/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/13-google-chrome-extensions-to-simplify-web-designer%e2%80%99s-life/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 14:04:15 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[browsers support]]></category>
		<category><![CDATA[code reference]]></category>
		<category><![CDATA[custom option]]></category>
		<category><![CDATA[level instrumentation]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[test changes]]></category>
		<category><![CDATA[web design expert]]></category>
		<category><![CDATA[web developer tools]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/13-google-chrome-extensions-to-simplify-web-designer%e2%80%99s-life/</guid>
		<description><![CDATA[You might have been using Chrome for a quite some time now but there is a good chance you are not taking its full advantage. Chrome’s maximum potential lies in the power of its extensions. Below We have gathered 13 Chrome extensions that will enable you all to realize Chrome’s full potential if you are [...]]]></description>
			<content:encoded><![CDATA[<p>You might have been using Chrome for a quite some time now but there  is a good chance you are not taking its full advantage. Chrome’s maximum  potential lies in the power of its extensions. Below We have gathered 13  Chrome extensions that will enable you all to realize Chrome’s full  potential if you are a web design expert. You will not find these extensions in similar lists on other  websites; I hope you find them to be useful to your computer usage.</p>
<p>Give the list a thorough reading, try out any extension you are  interested in, and let me know in the comments how they worked out for  you. You are welcome to share if you know more useful chrome extension  which our readers/viewers may like. <a href="http://feeds.feedburner.com/SmashingApps" target="_blank"><span>Do you want to be the first one to know  the latest happenings</span></a> at SmashingApps.com just <a href="http://feeds.feedburner.com/SmashingApps" target="_blank"><span>subscribe to our rss feed</span></a> and <a href="http://twitter.com/smashingapps" target="_blank">you can follow  us on twitter</a>.</p>
<h3><a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl" target="_blank"><strong>Speed Tracer </strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/511d2_Speed-Tracer.jpg" border="0" alt="" width="409" height="337" /></a></p>
<p>Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works on all platforms where extensions are currently supported (Windows and Linux).</p>
<h3><a href="https://chrome.google.com/extensions/detail/nglgdmkkiemejlladcdjegcllaieegoe" target="_blank"><strong>Chrome Editor </strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/nglgdmkkiemejlladcdjegcllaieegoe" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/92d15_Chrome-Editor.jpg" border="0" alt="" width="362" height="342" /></a></p>
<p>With this extension, you can edit HTML easily, right inside your browser. You also have the ability to save a code reference for later use. It saves it to your computer locally.</p>
<h3><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal" target="_blank"><strong>Resolution Test</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f239e_Resolution-Test.jpg" border="0" alt="" width="250" height="520" /></a></p>
<p>Resolution Test changes the size of the browser window for developers to preview their websites in different screen resolutions. It includes a list of commonly used resolutions as well as a custom option for you to input your own.</p>
<h3><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank"><strong>Web Developer</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/be4e5_Web-Developer.jpg" border="0" alt="" width="345" height="280" /></a></p>
<p>The Web Developer extension adds a toolbar button to the browser with various web developer tools. It is designed for Google Chrome and will run on any platform that these browsers support including Windows, Mac OS X and Linux.</p>
<h3><a href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn" target="_blank"><strong>BuiltWith</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/dc266_BuiltWith.jpg" border="0" alt="" width="500" height="486" /></a></p>
<p>BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page. BuiltWith&#8217;s goal is to help developers, researchers and designers find out what technologies pages are using which may help them to decide what technologies to implement themselves. The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon.</p>
<h3><a href="https://chrome.google.com/extensions/detail/dbiakbiifcdomaapbogfmdolieadfolp" target="_blank"><strong>MultiSwitch</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/dbiakbiifcdomaapbogfmdolieadfolp" target="_blank"><strong> </strong> </a></p>
<p><a href="https://chrome.google.com/extensions/detail/dbiakbiifcdomaapbogfmdolieadfolp" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/010b1_MultiSwitch.jpg" border="0" alt="" width="500" height="95" /></a></p>
<p>Whenever you have the need to simply switch between development, test and productive hosts you should use MultiSwitch. You are now able to customize the title of your environment.</p>
<h3><a href="https://chrome.google.com/extensions/detail/lfllandeffkmadbndfckhdbkekdfahom" target="_blank"><strong>Inline Code Finder</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/lfllandeffkmadbndfckhdbkekdfahom" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9e9e8_Inline-Code-Finder.jpg" border="0" alt="" width="400" height="433" /></a></p>
<p>Inline Code Finder is a tool to traverse through all elements in a web page, and when it finds a HTML element with any of these, it will highlight them: Inline JavaScript events, Inline style, javascript: links.</p>
<h3><strong><a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd" target="_blank">IE Tab</a></strong></h3>
<p><a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd" target="_blank"><img class="alignnone size-full wp-image-10576" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a33c4_IE-Tab.jpg" alt="IE-Tab" width="500" height="442" /></a></p>
<p>Some sites can only be displayed using IE, and with this extension  you can now see those sites without leaving Chrome. Great for web  developers who want to test the IE rendering engine, users who use sites  with ActiveX controls, and users who want to use the explorer view for  local files</p>
<h3><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc" target="_blank"><strong>PlainClothes</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3becd_PlainClothes.jpg" border="0" alt="" width="500" height="494" /></a></p>
<p>This extension styles &#8212; or rather &#8220;unstyles&#8221; &#8212; the web. Just imagine: text is black, backgrounds are white, unread links are blue, visited links are purple, all links are underlined. Or any other colors you like. And all text is rendered in your default fonts (as defined in &#8220;Options&#8221; &gt; &#8220;Under the Hood&#8221; &gt; &#8220;Change font and language settings&#8221;). Everywhere. Automatically. You can control the extent of the &#8220;unstyling&#8221; via the Options window (&#8221;Extensions&#8221; &gt; &#8220;PlainClothes&#8221; &gt; &#8220;Options&#8221;), and you can toggle the &#8220;unstyling&#8221; on a per-site basis by clicking the icon in the location bar.</p>
<h3><a href="https://chrome.google.com/extensions/detail/ggfgijbpiheegefliciemofobhmofgce" target="_blank"><strong>CSSViewer</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/ggfgijbpiheegefliciemofobhmofgce" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ce656_CSSViewer.jpg" border="0" alt="" width="500" height="314" /></a></p>
<p>CSSViewer shows the css parameters of any element in a web page, to enable/disable<br /> it simply click the toolbar icon.</p>
<h3><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf" target="_blank"><strong>Aviary Screen Capture</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a9268_Aviary-Screen-Capture.jpg" border="0" alt="" width="409" height="302" /></a></p>
<p>This quick screen capture addon is a must-have for designers. It will perform a screen capture of the visible portion of any webpage and then open the capture INSTANTLY in a basic image editor where you can do markup (draw arrows and rectangles), edit (crop, rotate and resize) and get the exact pixel colors of the image. A perfect companion tool for designers.</p>
<h3><a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam" target="_blank"><strong>Lorem Ipsum Generator</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0ac53_Lorem-Ipsum-Generator.jpg" border="0" alt="" width="500" height="164" /></a></p>
<p>Chrome Extension that generates random &#8220;Lorem Ipsum&#8221; text. It uses a minimalist and well looking design. Many other extensions of this type &#8211; in other browsers &#8211; simply complicate this task, using really extensive code, XHR, etc. The main purpose of this one, is to use the less amount of code (and also memory) and help the developer/user to get the job done.</p>
<h3><a href="https://chrome.google.com/extensions/detail/fkdonpadcmdinahpmloinegkgklkckfa" target="_blank"><strong>JavaScript tester</strong></a></h3>
<p><a href="https://chrome.google.com/extensions/detail/fkdonpadcmdinahpmloinegkgklkckfa" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5e3da_JavaScript-tester.jpg" border="0" alt="" width="409" height="322" /></a></p>
<p>This extension adds a small &amp; usefull shortcut to your browser &#8220;Alt+J&#8221;. To run and test pefromance of JavaScript code. When you press &#8220;Alt+J&#8221;, new textarea is added to the bottom of the current page. In this textarea you can write your JS code and press &#8220;Ctrl+Enter&#8221;, to run the code.</p>
<div>
<h3><a title="http://www.webdesignish.com/best-web-design-tools-for-creating-a-complete-website.html" rel="d31UjDt" href="http://digg.com/d31UjDt" target="_blank">Best  Web Design Tools For Creating a Complete Website</a></h3>
</div>
<p>Brought To You By</p>
<p align="left"><a href="http://www.premiersurvey.com" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b22ab_premier-survey-advertise.jpg" alt="Premier Survey" /></a><br /> Do you want to advertise here? <a href="http://www.smashingapps.com/advertise" target="_blank">Click to get more info&#8230;</a></p>
<p><a href="http://www.smashingapps.com/feed">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/13-google-chrome-extensions-to-simplify-web-designer%e2%80%99s-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/july-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/july-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 04:49:43 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[atila]]></category>
		<category><![CDATA[emotional scenarios]]></category>
		<category><![CDATA[month calendar]]></category>
		<category><![CDATA[mysterious stories]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[surreal artist]]></category>
		<category><![CDATA[surreal experience]]></category>
		<category><![CDATA[tonal qualities]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/july-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</guid>
		<description><![CDATA[It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download July wallpaper and calendar with different screen resolutions. Before continuing reading this post did you already join our Twitter and subscribe to our RSS feed? If not, rush and join us now to receive updates of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedads.g.doubleclick.net/~a/8qQZB2T0h2krHC2Q5ahhW1ts_3o/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1f405_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/8qQZB2T0h2krHC2Q5ahhW1ts_3o/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1f405_di" border="0"></img></a></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.graphicmania.net%2Fjuly-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F"><br />
				<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1f405_imagebutton.gif?url=http%3A%2F%2Fwww.graphicmania.net%2Fjuly-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F&amp;source=rafiqelmansy&amp;style=compact&amp;service=bit.ly" height="61" width="50" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /><br />
			</a>
		</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d45e0_wall_bn.jpg" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download July wallpaper and calendar with different screen resolutions.</p>
<p><span></span></p>
<p><strong>Before continuing reading this post did you already join our </strong><a href="http://twitter.com/rafiqelmansy" target="_blank"><strong>Twitter</strong></a><strong> and subscribe to our </strong><a href="http://feeds.feedburner.com/GraphicMania" target="_blank"><strong>RSS feed</strong></a><strong>? If not, rush and join us now to receive updates of new posts and free resources.</strong></p>
<p>First, we would like to apology for the delay in publishing this month calendar as we was facing some troubles in connection. This month calendar includes a new artwork for Osvaldo that rakes our minds from the ordinary thoughts and daily routine. <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo Gonzalez’s</a> new calendar and wallpaper is created exclusively for <strong>Graphic Mania</strong> and it  is based on one of his most creative surreal digital art, and here are few lines to know more about the talent and the skills behind Gonzalez:</p>
<p>Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.He has a knack for creating dark mysterious stories. His use of layering to create depth, tonal qualities, and aged effects are decisive and work together to produce otherworldly narrative moments with a delicate and detailed sense of atmosphere and transparency.His passion for the ancient is present in his traditional art. He uses acrylics, clay, found objects, to obtain dark compositions. He currently resides in Miami, Florida, with his wife Mariana and your maltese Atila. You can also visit <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo website</a> for more information about him.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/320fc_july_cl_bn.jpg" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>July 2010 Calendar Download: <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1920x1200julycal.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1680x1050julycal.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1600x1200julycal.jpg" target="_blank">1600×1200</a>,<a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1280x960julycal.jpg" target="_blank"> 1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1024x768julycal.jpg" target="_blank">1024×768</a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a3739_july_wl_bn.jpg" alt="July Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>July 2010 Wallpaper Download: <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1920x1200july.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1680x1050july.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1600x1200july.jpg" target="_blank">1600×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1280x960july.jpg" target="_blank">1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/01072010/wallpaper/1024x768july.jpg" target="_blank">1024×768</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/afeed_wNSm4QaC2UU" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/GraphicMania">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/july-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>15 Google Chrome Extensions for the Avid Designer</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-the-avid-designer/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-the-avid-designer/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 10:30:47 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[browser size]]></category>
		<category><![CDATA[css properties]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[flexability]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[level instrumentation]]></category>
		<category><![CDATA[pendule pendule]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[web developer tools]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-the-avid-designer/</guid>
		<description><![CDATA[Google Chrome has become one of the best choices for web browsing, especially for designers and developers due to its flexability. Even though Firefox is still considered to be in the lead, it&#8217;ll only be a matter of time before most delve into Chrome. This web browser has great speed and top notch functionality due [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/chrome/index.html?hl=en&amp;brand=CHMA&amp;utm_campaign=en&amp;utm_source=en-ha-na-us-bk&amp;utm_medium=ha"><strong>Google Chrome</strong></a> has become one of the best choices for web browsing, especially for designers and developers due to its flexability. Even though Firefox is still considered to be in the lead, it&#8217;ll only be a matter of time before most delve into Chrome. This web browser has great speed and top notch functionality due to the large variety of extensions available.<span></span></p>
<p>Below we&#8217;ve put together a list of great Google Chrome extensions that will help you save time and evovle the way you use your browser.</p>
<h4><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7495e_gaddon-1.jpg" alt="" /></a></p>
<p>The Web Developer extension adds a toolbar button to the browser with various web developer tools. This was created and developed by the same person who made the popular Web Developer extension for Firefox.</p>
<h4><a href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench">FireBug Lite</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/05da7_gaddon-2.jpg" alt="" /></a></p>
<p>Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elemements with your mouse, and live editing CSS properties.</p>
<h4><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi">Pendule</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/026e9_gaddon-3.jpg" alt="" /></a></p>
<p>Pendule is an array of useful extended web developer tools for Chrome. Use this extension in addition to the built-in Developer Tools (Ctrl+Shift+I).</p>
<h4><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal">Resolution Test</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal"><img class="alignnone" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cb1d7_gaddon-4.jpg" alt="" /></a></p>
<p>Resolution Test changes the size of the browser window for developers to preview their websites in different screen resolutions. It includes a list of commonly used resolutions and the ability to customise that list. It also gives users the option to turn on Google Browser Size, more info on that here &#8211; http://browsersize.googlelabs.com/</p>
<h4><a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl">Speed Tracer</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4da8e_gaddon-5.jpg" alt="" /></a></p>
<p>peed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works on all platforms where extensions are currently supported (Windows and Linux).</p>
<h4><a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka">Eye Dropper</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/46200_gaddon-6.jpg" alt="" /></a></p>
<p>Eye Dropper and Color Picker extension which allows you to pick color from any webpage or from advanced color picker.</p>
<h4><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc">PlainClothes</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/374ab_gaddon-7.jpg" alt="" /></a></p>
<p>This extension styles &#8212; or rather &#8220;unstyles&#8221; &#8212; the web. Just imagine: text is black, backgrounds are white, unread links are blue, visited links are purple, all links are underlined. Or any other colors you like. And all text is rendered in your default fonts (as defined in &#8220;Options&#8221; &gt; &#8220;Under the Hood&#8221; &gt; &#8220;Change font and language settings&#8221;). Everywhere. Automatically.</p>
<p>You can control the extent of the &#8220;unstyling&#8221; via the Options window (&#8220;Extensions&#8221; &gt; &#8220;PlainClothes&#8221; &gt; &#8220;Options&#8221;), and you can toggle the &#8220;unstyling&#8221; on a per-site basis by clicking the icon in the location bar.</p>
<h4><a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci">jQuery Shell</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4a773_gaddon-8.jpg" alt="" /></a></p>
<p>jQuery Shell allows you to run JavaScript and jQuery 1.4.2 commands in the context of the current web page.  It is simple tool to use when experimenting with / learning JavaScript and jQuery commands.</p>
<h4><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf">Aviary Screen Capture</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e605a_gaddon-9.jpg" alt="" /></a></p>
<p>Take a screenshot of any webpage and edit it directly in your browser with Aviary.com applications. Plus convenient access to the Aviary website and tools.</p>
<p>This quick screen capture addon is a must-have for bloggers and designers alike! It will perform a screen capture of the visible portion of any webpage and then open the capture INSTANTLY in a basic image editor where you can do markup (draw arrows and rectangles), edit (crop, rotate and resize) and get the exact pixel colors of the image. A perfect companion tool for designers and bloggers!</p>
<h4><a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp">Image Cropper</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c4b2f_gaddon-10.jpg" alt="" /></a></p>
<p>This extension help you to crop any images on the fly. It&#8217;s especially useful when you need to crop your online album photo for IM thumbnail.</p>
<h4><a href="https://chrome.google.com/extensions/detail/bbicmjjbohdfglopkidebfccilipgeif">Validity</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/bbicmjjbohdfglopkidebfccilipgeif"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f65e5_gaddon-11.jpg" alt="" /></a></p>
<p>Validity can be used to quickly validate your HTML documents from the address bar. Just click the icon in the address bar to validate the current document without leaving the page.  The number of validation errors can be seen in the tool tip and the detail can be seen in the Javascript console.</p>
<h4><a href="https://chrome.google.com/extensions/detail/knkafdhggfbbpbdojbegpokhiiclpnml">WebEdit</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/knkafdhggfbbpbdojbegpokhiiclpnml"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/139d6_gaddon-12.jpg" alt="" /></a></p>
<p>WebEdit allows you to make any webpage editable, however, the changes will no be permanent. It&#8217;ll help you visualize and structure an already-made website into what you&#8217;d like it to display. It&#8217;s a pretty useful and handy tool.</p>
<h4><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae">Chrome Sniffer</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/58b5e_gaddon-13.jpg" alt="" /></a></p>
<p>This extension will help web developer to inspect web framework / CMS and javascript library running on current browsing website. An icon will appear on address bar indicates the detected framework. Currently, this extension can detect up to 50 popular CMS and javascript libraries, and more will be added in future releases.</p>
<h4><a href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma">MeaureIt!</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/09f68_gaddon-14.jpg" alt="" /></a></p>
<p>Draw out a ruler that will help you get the pixel width and height of any elements on a webpage.</p>
<h4><a href="https://chrome.google.com/extensions/detail/cplklnmnlbnpmjogncfgfijoopmnlemp">iMacros</a></h4>
<p><a href="https://chrome.google.com/extensions/detail/cplklnmnlbnpmjogncfgfijoopmnlemp"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f1d81_gaddon-15.jpg" alt="" /></a></p>
<p>iMacros was designed to automate the most repetitious tasks on the web. If there’s an activity you have to do repeatedly, just record it in iMacros. The next time you need to do it, the entire macro will run at the click of a button! With iMacros, you can quickly and easily fill out web forms, remember passwords, create a webmail notifier, and more. Web developers use iMacros for web regression testing, performance testing and web transaction monitoring. It can also be combined with Google Speed Tracer, Firebug and other web development and test tools. XPath support is included.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f1d81_HIXbQaz6sBY" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/DesignReviver">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-the-avid-designer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>June Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/june-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/june-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 06:44:20 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[atila]]></category>
		<category><![CDATA[emotional scenarios]]></category>
		<category><![CDATA[june calendar]]></category>
		<category><![CDATA[mysterious stories]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[surreal artist]]></category>
		<category><![CDATA[surreal experience]]></category>
		<category><![CDATA[tonal qualities]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/june-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/</guid>
		<description><![CDATA[It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download June wallpaper and calendar with different screen resolutions. Before continuing reading this post did you already join our Twitter and subscribe to our RSS feed? If not, rush and join us now to receive updates of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedads.g.doubleclick.net/~a/7VcibLRa3bY34aV5eT8BUyBud4M/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e808b_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/7VcibLRa3bY34aV5eT8BUyBud4M/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b230d_di" border="0"></img></a></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.graphicmania.net%2Fjune-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F"><br />
				<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b230d_imagebutton.gif?url=http%3A%2F%2Fwww.graphicmania.net%2Fjune-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez%2F&amp;source=rafiqelmansy&amp;style=compact&amp;service=bit.ly" height="61" width="50" alt="June Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /><br />
			</a>
		</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c9676_wallpaper_bn.jpg" alt="June Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>It is the time for a new surreal experience by Osvaldo Gonzalez through our monthly wallpaper and calendar. Download June wallpaper and calendar with different screen resolutions.</p>
<p><span></span></p>
<p><strong>Before continuing reading this post did you already join our </strong><a href="http://twitter.com/rafiqelmansy" target="_blank"><strong>Twitter</strong></a><strong> and subscribe to our </strong><a href="http://feeds.feedburner.com/GraphicMania" target="_blank"><strong>RSS feed</strong></a><strong>? If not, rush and join us now to receive updates of new posts and free resources.</strong></p>
<p>This month calendar includes a new artwork for Osvaldo that rakes our minds from the ordinary thoughts and daily routine. <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo Gonzalez’s</a> new calendar and wallpaper is created exclusively for <strong>Graphic Mania</strong> and it  is based on one of his most creative surreal digital art, and here are few lines to know more about the talent and the skills behind Gonzalez:</p>
<p>Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.Osvaldo González is a self-taught artist, born in Argentina. Working in a melancholic vein, Osvaldo creates complex and emotional scenarios of the human condition and strange dreamlike figurations.He has a knack for creating dark mysterious stories. His use of layering to create depth, tonal qualities, and aged effects are decisive and work together to produce otherworldly narrative moments with a delicate and detailed sense of atmosphere and transparency.His passion for the ancient is present in his traditional art. He uses acrylics, clay, found objects, to obtain dark compositions. He currently resides in Miami, Florida, with his wife Mariana and your maltese Atila. You can also visit <a href="http://www.pixelium-art.com/portfolio/" target="_blank">Osvaldo website</a> for more information about him.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6d6f5_juneC_bn.jpg" alt="June Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>June 2010 Calendar Download: <a href="http://graphicmania.net/wp-content/uploads/12062010/1920x1200juneC.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1680x1050juneC.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1600x1200juneC.jpg" target="_blank">1600×1200</a>,<a href="http://graphicmania.net/wp-content/uploads/12062010/1280x960juneC.jpg" target="_blank"> 1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1024x768juneC.jpg" target="_blank">1024×768</a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ce625_june_bn.jpg" alt="June Calendar &amp; Wallpaper by Surreal Artist Osvaldo Gonzalez" /></p>
<p>June 2010 Wallpaper Download: <a href="http://graphicmania.net/wp-content/uploads/12062010/1920x1200june.jpg" target="_blank">1920×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1680x1050june.jpg" target="_blank">1680×1050</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1600x1200june.jpg" target="_blank">1600×1200</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1280x960june.jpg" target="_blank">1280×960</a>, <a href="http://graphicmania.net/wp-content/uploads/12062010/1024x768june.jpg" target="_blank">1024×768</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e00cc_QdlTPWBZoBE" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/GraphicMania">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/photoshop/june-calendar-wallpaper-by-surreal-artist-osvaldo-gonzalez/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Liquid, Fluid and Elastic Layout Templates, Tools and Frameworks</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/liquid-fluid-and-elastic-layout-templates-tools-and-frameworks/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/liquid-fluid-and-elastic-layout-templates-tools-and-frameworks/#comments</comments>
		<pubDate>Mon, 31 May 2010 16:25:10 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[column layout]]></category>
		<category><![CDATA[css layout]]></category>
		<category><![CDATA[demo code]]></category>
		<category><![CDATA[grid layouts]]></category>
		<category><![CDATA[grid system]]></category>
		<category><![CDATA[layout generators]]></category>
		<category><![CDATA[layout templates]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[web layout]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/liquid-fluid-and-elastic-layout-templates-tools-and-frameworks/</guid>
		<description><![CDATA[In recent years, screen resolutions are getting both bigger (large monitors) and smaller (in the mobile sense), as such, a static or fixed web layout may no longer be deemed completely viable. Maybe its time to change. Liquid, fluid and elastic layouts, have as many supporters as fixed layouts, despite what ever your feelings are [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://speckyboy.com"></a></div>
<p> In recent years, screen resolutions are getting both bigger (large monitors) and smaller (in the mobile sense), as such, a static or fixed web layout may no longer be deemed completely viable. Maybe its time to change.</p>
<p>Liquid, fluid and elastic layouts, have as many supporters as fixed layouts, despite what ever your feelings are on these styles of layouts, having some knowledge on adapting a site to liquid or elastic would most definitely be a plus in your arsenal.</p>
<p>In this article you will find a collection of starter and basic fluid/liquid and elastic layouts, CSS frameworks and some useful tools to help you with your next project.</p>
<h2><a href="http://www.tinyfluidgrid.com/">Tiny Fluid Grid</a></h2>
<p><a href="http://www.tinyfluidgrid.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/8680f_liquid_layout_01.jpg" alt="Tiny Fluid Grid" /></a><br />
Inspired by the <a href="http://www.1kbgrid.com/">1kb Grid</a>, the <strong>Tiny Fluid Grid</strong> is a super simple fluid layout generator. Its download comes with a index.html with demo code, and the grid.css containing the CSS for the grid that you have created.<br />
<a href="http://www.tinyfluidgrid.com/">Tiny Fluid Grid »</a></p>
<h2><a href="http://gridinator.com/">Gridinator &#8211; Fixed, Elastic and Fluid Layouts</a></h2>
<p><a href="http://gridinator.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/8680f_liquid_layout_02.jpg" alt="Gridinator - Fixed, Elastic and Fluid Layouts" /></a><br />
The concept for <strong>GRIDINATOR</strong> is to allow for easy creation of custom, grid-based layouts. As well as being able to create solid fixed grid layouts, you can also choose to create a fluid or elastic layout, click the links below to view the demos:<br />
<a href="http://gridinator.com/">Gridinator &#8211; Fixed, Elastic and Fluid Layouts »</a><br />
<a href="http://gridinator.com/demo/fluid">Gridinator Fluid Example »</a><br />
<a href="http://gridinator.com/demo/elastic">Gridinator Elastic Example »</a></p>
<h2><a href="http://csscreator.com/version2/pagelayout.php">CSS Layout Generator &#8211; Fixed and Fluid Layouts</a></h2>
<p>This generator will create a fluid or fixed width floated column layout, with up to 3 columns and with header and footer. Values can be specified in either pixels, ems or percentages.<br />
<a href="http://csscreator.com/version2/pagelayout.php">CSS Layout Generator &#8211; Fixed and Fluid Layouts »</a></p>
<h2><a href="http://spry-soft.com/grids">Variable Grid System</a></h2>
<p><a href="http://spry-soft.com/grids"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0df97_liquid_layout_03.jpg" alt="Variable Grid System" /></a><br />
The <strong>Variable Grid System</strong> is a quick way to generate an underlying CSS grid for your site. The CSS generated file is based on the <a href="http://960.gs/">960 Grid System</a> and the system was updated last year to allow for fluid grid layouts.<br />
<a href="http://spry-soft.com/grids">Variable Grid System »</a><br />
<a href="http://spry-soft.com/grids/fluid_grid/?column_amount=12">Variable Grid System Fluid Grid Example »</a></p>
<h2><a href="http://www.pagecolumn.com/index.htm">PageColumn.com Layout Generators &#8211; Fixed and Liquid</a></h2>
<p><a href="http://www.pagecolumn.com/index.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0df97_liquid_layout_04.jpg" alt="PageColumn.com Layout Generators - Fixed and Liquid" /></a><br />
<strong>PageColumn.com</strong> offers a selection of different multi-column grid layout generators,  you can choose which generator you need from the list below.<br />
<a href="http://www.pagecolumn.com/liquidfixed/2_col_fix_liquid.htm">2 Column Fixed Liquid Layout Generator »</a><br />
<a href="http://www.pagecolumn.com/liquidfixed/2_col_liquid_fix.htm">2 Column Liquid Fixed Layout Generator »</a><br />
<a href="http://www.pagecolumn.com/liquidfixed/3_col_fix-liquid-fix.htm">3 Column Fixed Liquid Fixed Layout Generator »</a><br />
<a href="http://www.pagecolumn.com/liquidfixed/3_col_liquid-fix-fix.htm">3 Column Liquid Fixed Fixed Layout Generator »</a></p>
<h2><a href="http://fluid.newgoldleaf.com/">Fluid Grid System</a></h2>
<p><a href="http://fluid.newgoldleaf.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0df97_liquid_layout_05.jpg" alt="Fluid Grid System" /></a><br />
The <strong>Fluid Grid System</strong> is great for rapid prototyping as well as final production layouts allowing designers to quickly design layouts and make changes to complex pages which have the ability to maintain well-planned horizontal and vertical rhythm.<br />
<a href="http://fluid.newgoldleaf.com/">Fluid Grid System »</a></p>
<h2><a href="http://www.designinfluences.com/fluid960gs/">Fluid 960 Grid System</a></h2>
<p><a href="http://www.designinfluences.com/fluid960gs/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4a7bb_liquid_layout_06.jpg" alt="Fluid 960 Grid System" /></a><br />
The <strong>Fluid 960 Grid System</strong> templates have been built upon the work of Nathan Smith and his <a href="http://960.gs/">960 Grid System</a> using effects from the MooTools and jQuery JavaScript libraries. The idea for building these templates was inspired by <a href="http://www.transcendingcss.com/">Andy Clarke</a>, who advocates a content-out approach to rapid interactive prototyping.<br />
<a href="http://www.designinfluences.com/fluid960gs/">Fluid 960 Grid System »</a></p>
<h2><a href="http://www.fluidgrid.net/">Fluidgrid &#8211; A CSS Based Fluid Grid System</a></h2>
<p><a href="http://www.fluidgrid.net/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3c8aa_liquid_layout_07.jpg" alt="Fluidgrid - A CSS Based Fluid Grid System" /></a><br />
<strong>Fluid Grid</strong> is a new grid system that works the same way as <a href="http://www.blueprintcss.org/">Blueprint</a> or <a href="http://960.gs/">960</a>, but with any page width, even fluid layouts. It is based only on CSS.<br />
The sad thing is that Fluidgrid is still in development, but you can preview of what you will be able to do with it soon.<br />
<a href="http://www.fluidgrid.net/">Fluidgrid &#8211; A CSS Based Fluid Grid System »</a></p>
<h2><a href="http://fluidgrids.com/">FluidGrids &#8211; A CSS Framework for Rapid Interactive Prototyping</a></h2>
<p><a href="http://fluidgrids.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/03bbc_liquid_layout_08.jpg" alt="FluidGrids - A CSS Framework for Rapid Interactive Prototyping" /></a><br />
<a href="http://fluidgrids.com/">FluidGrids &#8211; A CSS Framework for Rapid Interactive Prototyping »</a></p>
<h2><a href="http://code.google.com/p/emastic/">Emastic &#8211; CSS Framework</a></h2>
<p><a href="http://code.google.com/p/emastic/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/93cde_liquid_layout_09.jpg" alt="Emastic - CSS Framework" /></a><br />
<strong>Emastic</strong> is a very lightweight (4kb) em based CSS grid framework. Its columns (fixed or fluid) are in em from 1 to 75, they can be floated either left or right and its main width can be in either em, px or %.<br />
<a href="http://code.google.com/p/emastic/">Emastic &#8211; CSS Framework »</a><br />
<a href="http://www.allapis.com/Emastic-CSS-Temaplates/index.html">Emastic Frameworks Blank CSS Templates »</a></p>
<h2><a href="http://elasticss.com/">Elastic CSS Framework</a></h2>
<p><a href="http://elasticss.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/93cde_liquid_layout_10.jpg" alt="Elastic CSS Framework" /></a><br />
<strong>Elastic</strong> is a simple CSS framework to layout web-based interfaces, based on the printed layout techniques of 4 columns but with capabilities to unlimited column combinations. and capacity to make elastic, fixed and liquid layout easily. You can view its demos below.<br />
<a href="http://elasticss.com/">Elastic CSS Framework »</a><br />
<a href="http://elasticss.com/demos/Examples_Columns.html">Elastic Columns Demo »</a><br />
<a href="http://elasticss.com/demos/Examples_Web_Layouts.html">Elastic Web Layouts Demo »</a><br />
<a href="http://elasticss.com/demos/Examples_Layouts.html">Elastic Layouts Demo »</a><br />
<a href="http://elasticss.com/demos/Examples_Adaptive_Columns.html">Elastic Adaptive Columns Demo »</a></p>
<h2><a href="http://lessframework.com/">Less Framework</a></h2>
<p><a href="http://lessframework.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/93cde_liquid_layout_11.jpg" alt="Less Framework" /></a><br />
<strong>Less Framework</strong> is a CSS framework for building flexible multi-column website layouts. It contains a ten column grid optimized for a line-height of 24px, as well as a set of typography presets based on the golden ratio that fit into the grid’s vertical rhythm.<br />
<a href="http://lessframework.com/">Less Framework »</a></p>
<h2><a href="http://css-tricks.com/the-perfect-fluid-width-layout/">The Perfect Fluid Width Layout from CSS Tricks</a></h2>
<p><a href="http://css-tricks.com/the-perfect-fluid-width-layout/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d0fc9_liquid_layout_12.jpg" alt="The Perfect Fluid Width Layout from CSS Tricks" /></a><br />
This layout accommodates 90%+ of all internet users. It Shrinks to a minimum of 780px (accomodating users with 800×600 resolution, with no horizontal scroll) and Grows to 1260px (accomodating users with 1280×768 resolution and everything in between).<br />
<a href="http://css-tricks.com/the-perfect-fluid-width-layout/">The Perfect Fluid Width Layout from CSS Tricks »</a><br />
<a href="http://css-tricks.com/examples/PerfectFluidWidthLayout/">View the Demo »</a></p>
<h2><a href="http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/">SuperStretch! – A Vertically Fluid Layout Using CSS</a></h2>
<p><a href="http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/89110_liquid_layout_13.jpg" alt="SuperStretch! – A Vertically Fluid Layout Using CSS" /></a><br />
This layout stretches both horizontally and vertically to the browser viewport. It includes a vertical navigation bar where button heights also stretch. It works in FF, Safari, Chrome, Opera, and IE 6-8<br />
<a href="http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/">SuperStretch! – A Vertically Fluid Layout Using CSS »</a><br />
<a href="http://www.mightymeta.co.uk/demos/superstretch/">View the Demo »</a></p>
<h2><a href="http://www.andrewsellick.com/layout-templates">Liquid Layout Templates by Andrew Sellick</a></h2>
<p>Here you will find a collection of six liquid layout templates by <a href="http://www.andrewsellick.com/">Andrew Sellick</a>, you can view and download them below:</p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/liquid-left-fixed-right.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e3b7c_liquid_layout_14.jpg" alt="Liquid Left – Fixed Right Template" /></a><strong>Liquid Left – Fixed Right Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/liquid-left-fixed-right.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/fixed-left-liquid-right.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e3b7c_liquid_layout_15.jpg" alt="Fixed Left - Liquid Right Template" /></a><strong>Fixed Left &#8211; Liquid Right Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/fixed-left-liquid-right.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/liquid-left-fixed-right-fixed-right.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e3b7c_liquid_layout_16.jpg" alt="Liquid Left - Two Fixed Right Template" /></a><strong>Liquid Left &#8211; Two Fixed Right Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/liquid-left-fixed-right-fixed-right.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/fixed-left-liquid-middle-fixed-right.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e3b7c_liquid_layout_17.jpg" alt="Fixed Left - Liquid Middle - Fixed Right Template" /></a><strong>Fixed Left &#8211; Liquid Middle &#8211; Fixed Right Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/fixed-left-liquid-middle-fixed-right.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/equal-height-columns.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0f167_liquid_layout_18.jpg" alt="Equal Height Columns Template" /></a><strong>Equal Height Columns Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/equal-height-columns.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.andrewsellick.com/examples/layouts/equal-height-liquid-left-fixed-right-fixed-right.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0f167_liquid_layout_19.jpg" alt="Liquid Left - Two Fixed Right Template" /></a><strong>Liquid Left &#8211; Two Fixed Right Template</strong><br />
<em>by <a href="http://www.andrewsellick.com/layout-templates">Andrew Sellick</a></em></p>
<p><a href="http://www.andrewsellick.com/examples/layouts/equal-height-liquid-left-fixed-right-fixed-right.html"><strong>Demo &#38; Download »</strong></a></p>
<h2><a href="http://www.justdreamweaver.com/css-website-layouts.html">CSS Website Layouts and Templates (justdreamweaver.com)</a></h2>
<p>All of the liquid layouts are coded to have a minimum page width of 760 pixels and a browser window width of 80 percent. The elastic layout widths are defined in ems, so as the text size increases, so does the width of the content containers. You can view and download the templates below:</p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/1col-liquid-width80.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7a47d_liquid_layout_20.jpg" alt="1 Column Liquid, Centered, Header and Footer" /></a><strong>One Column Liquid &#38; Centered Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/1col-liquid-width80.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/2col-left-liquid-width80.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/27e82_liquid_layout_21.jpg" alt="2 Column Liquid &amp; Left Sidebar" /></a><strong>Two Column Liquid &#38; Left Sidebar Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/2col-left-liquid-width80.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/2col-right-liquid-width80.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/27e82_liquid_layout_22.jpg" alt="Two Column Liquid &amp; Right Sidebar, Header and Footer" /></a><strong>Two Column Liquid &#38; Right Sidebar Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/2col-right-liquid-width80.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/3col-liquid-width80.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e5651_liquid_layout_23.jpg" alt="3 Column Liquid, Header, and Footer" /></a><strong>Three Column Liquid Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/3col-liquid-width80.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/3col-elastic-width70em.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c6d87_liquid_layout_24.jpg" alt="3 Column Elastic, Header, and Footer" /></a><strong>Three Column Elastic Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/3col-elastic-width70em.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/2col-left-elastic-width70em.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/37bd1_liquid_layout_25.jpg" alt="2 Column Elastic, Left Sidebar, Header, and Footer" /></a><strong>Two Column Elastic &#38; Left Sidebar Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/2col-left-elastic-width70em.html"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.justdreamweaver.com/css-website-templates/2col-right-elastic-width70em.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/37bd1_liquid_layout_26.jpg" alt="2 Column Elastic, Right Sidebar, Header, and Footer" /></a><strong>Two Column Elastic &#38; Right Sidebar Layout</strong><br />
<em>via <a href="http://www.justdreamweaver.com/css-website-layouts.html">justdreamweaver.com</a></em></p>
<p><a href="http://www.justdreamweaver.com/css-website-templates/2col-right-elastic-width70em.html"><strong>Demo &#38; Download »</strong></a></p>
<h2><a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive Liquid CSS Layouts</a></h2>
<p><a href="http://www.dynamicdrive.com">Dynamic Drive</a> offers a collection of liquid CSS layouts, where the layout spans the entire page width wise, expanding and contracting as the page is resized.<br />
You can view the templates below:</p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-38-fluid-fixed-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/aaa55_liquid_layout_27.jpg" alt="CSS Layout (Fluid-Fluid-Fixed)" /></a><strong>CSS Layout (Fluid-Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-38-fluid-fixed-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-37-fixed-fixed-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/87817_liquid_layout_28.jpg" alt="CSS Layout (Fixed-Fixed-Fluid)" /></a><strong>CSS Layout (Fixed-Fixed-Fluid)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-37-fixed-fixed-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-36-fluid-fixed-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/651ae_liquid_layout_29.jpg" alt="CSS Layout (Fluid-Fluid-Fixed)" /></a><strong>CSS Layout (Fluid-Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-36-fluid-fixed-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-35-fluid-fluid-fixed/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/651ae_liquid_layout_30.jpg" alt="CSS Layout (Fluid-Fluid-Fixed)" /></a><strong>CSS Layout (Fluid-Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-35-fluid-fluid-fixed/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-34-fluid-fixed-fixed/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9538e_liquid_layout_31.jpg" alt="CSS Layout (Fluid-Fixed-Fixed)" /></a><strong>CSS Layout (Fluid-Fixed-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-34-fluid-fixed-fixed/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-33-fluid-fluid-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9538e_liquid_layout_32.jpg" alt="CSS Layout (Fluid-Fluid-Fluid)" /></a><strong>CSS Layout (Fluid-Fluid-Fluid)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-33-fluid-fluid-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-32-fluid-fluid-fixed/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9538e_liquid_layout_33.jpg" alt="CSS Layout (Fluid-Fluid-Fixed)" /></a><strong>CSS Layout (Fluid-Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-32-fluid-fluid-fixed/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-31-fixed-fluid-fixed/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b5968_liquid_layout_34.jpg" alt="CSS Layout (Fixed-Fluid-Fixed)" /></a><strong>CSS Layout (Fixed-Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-31-fixed-fluid-fixed/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-22-fluid-fixed/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b5968_liquid_layout_35.jpg" alt="CSS Layout (Fluid-Fixed)" /></a><strong>CSS Layout (Fluid-Fixed)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-22-fluid-fixed/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f409a_liquid_layout_36.jpg" alt="CSS Layout (Fixed-Fluid)" /></a><strong>CSS Layout (Fixed-Fluid)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-39-fluid-fluid-fluid/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f409a_liquid_layout_37.jpg" alt="CSS Layout (Fluid-Fluid-Fluid)" /></a><strong>CSS Layout (Fluid-Fluid-Fluid)</strong><br />
<em>via <a href="http://www.dynamicdrive.com/style/layouts/category/C13/P0/">Dynamic Drive</a></em></p>
<p><a href="http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-39-fluid-fluid-fluid/"><strong>Demo &#38; Download »</strong></a></p>
<h2><a href="http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts">Perfect Multi-Column CSS Liquid Layouts (matthewjamestaylor.com)</a></h2>
<p>This series of website layouts use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They&#39;re also &#39;stackable&#39; so you can use multiple column types on the one page. This makes the number of possible layouts endless!<br />
You can view the liquid templates below:</p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9da7_liquid_layout_38.jpg" alt="Perfect 2 Column Liquid Layout (right menu)" /></a><strong>Two Column Liquid Layout (Right Menu)</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-2-column-double-page.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9da7_liquid_layout_39.jpg" alt="2 Column Liquid Layout (Double Page)" /></a><strong>Two Column Liquid Layout (Double Page)</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-2-column-double-page.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-full-page.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9da7_liquid_layout_40.jpg" alt="Full Page Liquid Layout" /></a><strong>Full Page Liquid Layout</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-full-page.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-stacked-columns.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ca878_liquid_layout_41.jpg" alt="Multi-Column Stacked Liquid Layout" /></a><strong>Multi-Column Stacked Liquid Layout</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-stacked-columns.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ca878_liquid_layout_42.jpg" alt="3 Column Liquid Layout" /></a><strong>Three Column Liquid Layout</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-3-column-blog-style.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ca878_liquid_layout_43.jpg" alt="3 Column Liquid Layout (Blog Style)" /></a><strong>Three Column Liquid Layout (Blog Style)</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-3-column-blog-style.htm"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ca878_liquid_layout_44.jpg" alt="2 Column Liquid Layout (Left Menu)" /></a><strong>Two Column Liquid Layout (Left Menu)</strong><br />
<em>via <a href="http://matthewjamestaylor.com">matthewjamestaylor.com</a></em></p>
<p><a href="http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm"><strong>Demo &#38; Download »</strong></a></p>
<h2><a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Liquid CSS Layout Templates by Design Shack</a></h2>
<p><a href="http://designshack.co.uk/">Design Shack</a> have a collection of 12 great CSS templates to base your design on, both fixed and fluid layouts. These free CSS templates are designed by Mitch Bryson, and provided for you with his permission. You can view the liquid templates below:</p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_onecolumn/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e3805_liquid_layout_45.jpg" alt="One Column Fluid CSS Layout" /></a><strong>One Column Fluid CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_onecolumn/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_twocolumn_left/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/87683_liquid_layout_46.jpg" alt="Two Column Fluid CSS Layout" /></a><strong>Two Column Fluid CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_twocolumn_left/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_twocolumn_right/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/87683_liquid_layout_47.jpg" alt="Two Column Fluid CSS Layout" /></a><strong>Two Column Fluid CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_twocolumn_right/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn_right/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/87683_liquid_layout_48.jpg" alt="Three Column CSS Layout" /></a><strong>Three Column CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn_right/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/05/liquid_layout_49.jpg" alt="Three Column Fluid CSS Layout" /></a><strong>Three Column Fluid CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn/"><strong>Demo &#38; Download »</strong></a></p>
<hr /><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn_left/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d0392_liquid_layout_50.jpg" alt="Three Column CSS Layout" /></a><strong>Three Column CSS Layout</strong><br />
<em>via <a href="http://designshack.co.uk/tutorials/free-css-layout-templates">Design Shack</a></em></p>
<p><a href="http://designshack.co.uk/tutorialexamples/csslayouts/_fluid_threecolumn_left/"><strong>Demo &#38; Download »</strong></a></p>
<h2><a href="http://layouts.ironmyers.com/">100 Percent CSS Liquids Layout (ironmeyers.com)</a></h2>
<p><a href="http://layouts.ironmyers.com/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fbfe7_liquid_layout_51.jpg" alt="100 Percent CSS Liquids Layout (ironmeyers.com)" /></a><br />
These CSS Layouts offer full Grade-A browser support. Each CSS Layout will look and behave the same in all internet browsers, like Internet Explores 6 (IE6), Internet Explorer 7 (IE7), Firefox, Opera, Safari and so on. You can choose from either the 100% width templates or 974, 950 or 750px fluid layouts.<br />
<a href="http://layouts.ironmyers.com/">100 Percent CSS Liquids Layout (ironmeyers.com) »</a></p>
<h2><a href="http://blog.html.it/layoutgala/">Layout Gala &#8211; Liquid Layouts</a></h2>
<p><a href="http://blog.html.it/layoutgala/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fbfe7_liquid_layout_52.jpg" alt="Layout Gala - Liquid Layouts" /></a><br />
The CSS of the examples, which is embedded in both online and the download versions, has been kept to the minimum in order to focus on the most important thing, as is the layout. In fact, the CSS has been divided, with an empty line, between two logical parts: the first is for typography and colors, while the second and most important is for the layout itself.<br />
<a href="http://blog.html.it/layoutgala/">Layout Gala &#8211; Liquid Layouts »</a></p>
<h2>Liquid, Fluid &amp; Elastic Basic Layout Tutorials</h2>
<p><a href="http://www.netmag.co.uk/zine/develop-css/create-a-simple-liquid-layout">Create a Simple Liquid Layout (.net magazine) »</a><br />
This is a fairly old (2006) tutorial, but uses modern trend relevant techniques. Its purpose is to produce a robust cross-browser liquid layout, using absolute positioning rather than the more commonly known technique of using floats.</p>
<p><a href="http://www.maxdesign.com.au/articles/liquid/">Liquid Layouts the Easy Way »</a><br />
This article explains one method of achieving a successful liquid layout as well as providing basic definitions of liquid, fixed-width and em-driven layouts. </p>
<p><a href="http://www.sohtanaka.com/web-design/semi-liquid-layouts-tutorial-tips/">CSS Liquid Layout Designs Tips »</a><br />
Here are few tricks that you can use when it comes to working with semi-liquid layouts.</p>
<p><a href="http://www.webdevtuts.net/coding/create-a-3-column-fluid-layout-using-htmlcss/">Create a 3 Column Fluid Layout using HTML/CSS »</a><br />
This tutorial will teach you how to create a fluid 3 column layout using HTML &amp; CSS. </p>
<p><a href="http://blog.creativityden.com/fluid-grid-using-jquery/">How to Create a Fluid Grid with jQuery »</a><br />
This tutorial is about how to use CSS and Javascript to create a fluid grid-based layout. The algorithm/procedure used in this tutorial is very simple and easy to follow.<br />
<a href="http://rtherianto.net/toolbox/fluidgrid/index.html">Demo</a></p>
<h2>Liquid, Elastic &amp; Fluid Further Reading</h2>
<p><a href="http://www.smashingmagazine.com/2009/06/02/fixed-vs-fluid-vs-elastic-layout-whats-the-right-one-for-you/">Fixed vs. Fluid vs. Elastic Layout: What’s The Right One For You? »</a><br />
This article discusses the pros and cons of each type of layout. Either one can be used to make a successful website layout, as long as you keep usability in mind.</p>
<p><a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/">Adaptive CSS-Layouts: New Era In Fluid Layouts? »</a><br />
In this article, it discusses effective techniques to create 100%-functional adaptive CSS-layouts, and provide details on other tutorials and practices.</p>
<p><strong>A List Apart articles on Fluid, Liquid and Elastic Layouts</strong><br />
<a href="http://www.alistapart.com/articles/fluidgrids">Fluid Grids</a>, <a href="http://www.alistapart.com/articles/elastic">Elastic Design</a> &amp; <a href="http://www.alistapart.com/articles/holygrail">In Search of the Holy Grail</a>.</p>
<h2>You might also like&#8230;</h2>
<p><a href="http://speckyboy.com/2010/05/21/10-mind-blowing-experimental-css3-techniques-and-demos/">10 Mind-Blowing Experimental CSS3 Techniques and Demos »</a><br />
<a href="http://speckyboy.com/2010/04/26/30-pure-css-alternatives-to-javascript/">30 Pure CSS Alternatives to Javascript »</a><br />
<a href="http://speckyboy.com/2010/03/15/15-css3-navigation-and-menu-tutorials-and-techniques/">15 CSS3 Navigation and Menu Tutorials and Techniques »</a><br />
<a href="http://speckyboy.com/2010/02/15/20-css3-tutorials-and-techiques-for-creating-buttons/">20 CSS3 Tutorials and Techniques for Creating Buttons »</a><br />
<a href="http://speckyboy.com/2009/06/08/24-css-in-some-cases-with-jquery-navigation-and-menu-tutorials/">24 CSS (in some cases with jQuery) Navigation and Menu Tutorials »</a><br />
<a href="http://speckyboy.com/2009/05/27/22-css-button-styling-tutorials-and-techniques/">22 CSS Button Styling Tutorials and Techniques »</a><br />
<a href="http://speckyboy.com/2009/11/09/css-references-tutorials-cheat-sheets-conversion-tables-and-short-codes/">CSS References, Tutorials, Cheat Sheets, Conversion Tables and Short Codes »</a><br />
<a href="http://speckyboy.com/2009/07/15/50-useful-tools-and-generators-for-easy-css-development/">50 Useful Tools and Generators for Easy CSS Development »</a><br />
<a href="http://speckyboy.com/2009/08/31/50-essential-web-typography-tutorials-tips-guides-and-best-practices/">50 Essential Web Typography Tutorials, Tips, Guides and Best Practices »</a><br />
<a href="http://speckyboy.com/2009/10/26/the-blueprint-css-framework-tutorials-how-to-guides-and-tools/">The Blueprint CSS Framework &#8211; Tutorials, How-to Guides and Tools »</a><br />
<a href="http://speckyboy.com/2009/07/02/20-resources-and-tutorials-for-creative-forms-using-css/">20+ Resources and Tutorials for Creative Forms using CSS »</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/wUUFVZZ3gMdWnRT_Qoq252horSQ/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/413a3_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/wUUFVZZ3gMdWnRT_Qoq252horSQ/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7899d_di" border="0"></img></a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7899d_uWQQutryHog" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/speckboy-design-magazine">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/liquid-fluid-and-elastic-layout-templates-tools-and-frameworks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Featured Google Chrome Extensions for Web Developers</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/featured-google-chrome-extensions-for-web-developers/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/featured-google-chrome-extensions-for-web-developers/#comments</comments>
		<pubDate>Sun, 30 May 2010 02:52:23 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[Cutts]]></category>
		<category><![CDATA[desktop loads]]></category>
		<category><![CDATA[developer tools]]></category>
		<category><![CDATA[font directory]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[security handbook]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web developers]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/featured-google-chrome-extensions-for-web-developers/</guid>
		<description><![CDATA[Google Chrome is designed to be fast in every possible way: It&#8217;s quick to start up from your desktop, loads web pages in a snap, and runs complex web applications fast. And Chrome&#8217;s browser window is streamlined, clean and simple. And also, Extensions are a great way to add more features and functionality to the [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome is designed to be fast in every possible way: It&#8217;s quick to start up from your desktop, loads web pages in a snap, and runs complex web applications fast. And Chrome&#8217;s browser window is streamlined, clean and simple. And also, Extensions are a great way to add more features and functionality to the browser.</p>
<p>Now, we have got a list of Featured <a title="Featured Google Chrome Extension for Web Developers" href="https://chrome.google.com/extensions/featured/web_dev" target="_blank"><strong>Google Chrome Extensions for Web Developers</strong></a>. Complement Google Chrome’s developer tools with extensions, to make web development faster and more efficient. Edit HTML, test your pages on various screen resolutions, improve the performance of your apps and more &#8212; all directly from the browser.</p>
<p><a title="Featured Google Chrome Extension for Web Developers" href="https://chrome.google.com/extensions/featured/web_dev" target="_blank"><img class="size-full wp-image-2970 aligncenter" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4f775_chrome-extension-web-developers.jpg" alt="chrome-extension-web-developers" width="479" height="227" /></a></p>
<blockquote><p>Source: <a title="Featured Google Chrome Extension for Web Developers" rel="nofollow" href="https://chrome.google.com/extensions/featured/web_dev" target="_blank">https://chrome.google.com/extensions/featured/web_dev</a></p>
</blockquote>
<div>
<h3>Related Posts</h3>
<ul>
<li><a href="http://www.webappers.com/2009/03/21/matt-cutts-how-to-write-a-chrome-extension-easily/" rel="bookmark" title="March 21, 2009">Matt Cutts &#8211; How to Write a Chrome Extension Easily</a></li>
<li><a href="http://www.webappers.com/2008/05/16/google-doctype-open-encyclopedia-and-reference-library/" rel="bookmark" title="May 16, 2008">Google Doctype &#8211; Open Encyclopedia and Reference Library</a></li>
<li><a href="http://www.webappers.com/2008/11/07/money-being-made-in-popular-open-source-companies/" rel="bookmark" title="November 7, 2008">Money Being Made In Popular Open Source Companies</a></li>
<li><a href="http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/" rel="bookmark" title="January 3, 2009">Browser Security Handbook For Web Application Developers</a></li>
<li><a href="http://www.webappers.com/2010/05/21/the-google-font-directory-google-font-api/" rel="bookmark" title="May 21, 2010">The Google Font Directory &#38; Google Font API</a></li>
</ul>
</div>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3c52f_HLoVbs-psD4" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/Webappers">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/featured-google-chrome-extensions-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paperlit.com &#8211; A Direct Way To Monetize Publications</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/paperlit-com-a-direct-way-to-monetize-publications/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/paperlit-com-a-direct-way-to-monetize-publications/#comments</comments>
		<pubDate>Sat, 22 May 2010 06:19:41 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[business question]]></category>
		<category><![CDATA[comfind]]></category>
		<category><![CDATA[electronic publication]]></category>
		<category><![CDATA[email attachment]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[step publishing]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/paperlit-com-a-direct-way-to-monetize-publications/</guid>
		<description><![CDATA[Paperlit is a platform that those who publish a newspaper or a magazine of any kind can employ in order to monetize such a publication, while reaching out to a bigger number of readers at the same time. Basically, Paperlit entails a three-step publishing process that is easily described: you upload the media (or send [...]]]></description>
			<content:encoded><![CDATA[<p>Paperlit is a platform that those who publish a newspaper or a magazine of any kind can employ in order to monetize such a publication, while reaching out to a bigger number of readers at the same time.</p>
<p>Basically, Paperlit entails a three-step publishing process that is easily described: you upload the media (or send it as an email attachment), the company converts it for different screen resolutions, and then the electronic publication is sent out. </p>
<p>You are provided with detailed analytics and an actionable advertising platform &#8211; IE, your readers will be able to click on URLs to know more about any product that is advertised on your magazine, and those who are using an iPhone can tap on numbers to send a message on its way.</p>
<p><a href="http://www.killerstartups.com/Web20/paperlit-com-a-direct-way-to-monetize-publications" target="_blank">Read more</a></p>
<p>Learn more about Paperlit.com in <a href="http://dataopedia.com/paperlit-com" target="_blank">Dataopedia.com</a></p>
<p>Find out how much Paperlit.com is worth with <a href="http://stimator.com/paperlit-com" target="_blank">Stimator.com</a></p>
<p>Have a business question? Ask <a href="http://startups.com" target="_blank">Startups.com</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/zzkyrW9sxpNk5e7O6_QTTgFvadw/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f5525_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/zzkyrW9sxpNk5e7O6_QTTgFvadw/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/50db7_di" border="0"></img></a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/951af_vAgq7DDtbtg" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/killerstartups/BkQv">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/paperlit-com-a-direct-way-to-monetize-publications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32 Google Chrome Extensions For Smart Designers</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/32-google-chrome-extensions-for-smart-designers/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/32-google-chrome-extensions-for-smart-designers/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:47:54 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[custom option]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[level instrumentation]]></category>
		<category><![CDATA[load speed]]></category>
		<category><![CDATA[resource loading]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[test changes]]></category>
		<category><![CDATA[web developer tools]]></category>
		<category><![CDATA[web developers]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/32-google-chrome-extensions-for-smart-designers/</guid>
		<description><![CDATA[Google chrome is a relatively new web browser but it has already gained huge popularity with its great speed and features. Web developers must work more faster and more productively – what could help more than these extensions aimed to ease your daily development process and save time. At least for me &#8211; none of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/development/google-chrome-extensions-web-developers-designers" target="_self"><img class="size-full wp-image-13316 alignleft" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5b6a0_Google-Chrome-google-chrome-extensions-web-developers-designers1.jpg" alt="" width="150" height="150" /></a>Google chrome is a relatively new web browser but it has already gained huge popularity with its great speed and features. Web developers must work more  faster and more productively – what could help more than these extensions aimed to ease your daily development process and save time.</p>
<p>At least for me &#8211; none of extensions have made browser load speed slower &#8211; I cannot say this about Firefox though, which I don&#8217;t use anymore. Scroll through this list &#8211; I am sure you will find at least few new extensions to use daily!</p>
<p><span></span></p>
<h2>1. <a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj" target="_blank"> FireBug Lite</a></h2>
<p>I hope we all know FireBug addon for FireFox, so here is the same extension  but only for Chrome. Firebug Lite is a tool for web developers, that allows you  to edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.</p>
<p><a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj"><img class="alignnone size-full wp-image-13312" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b74eb_firebug-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="345" /></a></p>
<h2>2. <a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal" target="_blank">Resolution Test</a></h2>
<p>Resolution Test changes the  size of the browser window for web developers to preview websites in different  screen resolutions. It includes a list of commonly used resolutions as well as a  custom option for you to input your own.</p>
<p><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal"><img class="alignnone size-full wp-image-13326" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7393_resolution-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="241" /></a></p>
<h2>3. <a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl" target="_blank">Speed Tracer</a></h2>
<p>Speed Tracer is a tool to help you identify and fix  performance problems in your web applications. It visualizes metrics that are  taken from low level instrumentation points inside of the browser and analyzes  them as your application runs. Speed Tracer is available as a Chrome extension  and works on all platforms where extensions are currently supported (Windows and  Linux).</p>
<p>Using Speed Tracer you are able to get a better picture of where  time is being spent in your application. This includes problems caused by:</p>
<ul>
<li>Javascript parsing and execution</li>
<li>Layout</li>
<li>CSS style  recalculation and selector matching</li>
<li>DOM Event handling</li>
<li>Network  resource loading</li>
<li>Timer fires</li>
<li>XMLHttpRequest callbacks</li>
<li>Painting</li>
<li>and more &#8230;</li>
</ul>
<p><a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl"><img class="alignnone size-full wp-image-13332" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/80079_speed-tracer-google-chrome-extensions-web-developers-designers.jpg" alt="" width="409" height="337" /></a></p>
<h2>4. <a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank">Web Developer</a></h2>
<p>The Web  Developer extension adds a toolbar button to the  browser with various  web developer tools. This is the official port of the  popular Web  Developer extension for Firefox written by the same  person.</p>
<p><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2a8c4_web-developer-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="143" /></a></p>
<h2>5. <a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi" target="_blank">Pendule</a></h2>
<p>Use this extension  in addition to the built-in Developer  Tools. This tool is so similar  to FireBug. You can just press mouse button and  inspect the element.</p>
<p><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b663b_pendule-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="319" /></a></p>
<h2>6. <a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf" target="_blank">Aviary Screen Capture</a></h2>
<p>Take  a screenshot of any webpage and edit it directly in  your browser with  Aviary.com applications. Plus convenient access to the Aviary  website  and tools.</p>
<p>Features:</p>
<ul>
<li>Save to desktop, host online, or  edit in other Aviary  apps.</li>
<li>Captures instantly.</li>
<li>Screen  capture of the visible portion of all web pages  and images.</li>
<li>Add  visual notes like arrows, text and highlights to your  capture.</li>
<li>Crop  your capture.</li>
<li>Resize, rotate and flip your  capture.</li>
<li>Smart  select and move of captured  elements.</li>
<li>Grab color information  from the  page.</li>
<li>Quick launch 6 Aviary design tools: Image  editor, markup  editor, vector editor, color palette editor, effects  editor &amp; audio  editor.</li>
</ul>
<p><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5141b_aviary-google-chrome-extensions-web-developers-designers.jpg" alt="" width="256" height="293" /></a></p>
<h2>7. <a href="https://chrome.google.com/extensions/detail/fbmlldeibipeppiabbdjajcneipfbocm" target="_blank">Chrome Web Developer Tools</a></h2>
<p>This  extensions developers are trying to get this as close as possible to   “FireFox Web Developer” addon. This extension made easy the web  development.</p>
<p><a href="https://chrome.google.com/extensions/detail/fbmlldeibipeppiabbdjajcneipfbocm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b8884_web-dev-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="220" /></a></p>
<h2>8. <a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae" target="_blank">Chrome Sniffer</a></h2>
<p>Chrome Sniffer will help web developer to inspect web  framework / CMS and javascript library running on current browsing website. An  icon will appear on address bar indicates the detected framework. Great way to  know what source site is using (if source is opensource and it is  popular).</p>
<p><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae"><img class="alignnone size-full wp-image-13309" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/dcae6_documentation-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="316" /></a></p>
<h2>9. <a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam" target="_blank">Lorem Ipsum Generator</a></h2>
<p>It generates random “Lorem Ipsum” text, it allows to choose words per paragraph and number of paragraphs.</p>
<p><a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam"><img class="alignnone size-full wp-image-13320" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c4e96_lipsum-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="234" /></a></p>
<h2>10. <a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc" target="_blank">PlainClothes</a></h2>
<p>Unstyle the  web with this tool. PlainClothes makes  everything as possible closer to  default or your wanted style. Just imagine –  text is black,  backgrounds are white, unread links are blue, visited links are  purple,  all links are underlined or any other colors you like. And all text is   rendered in your default fonts (as defined in &#8220;Options&#8221; &gt; &#8220;Under the  Hood&#8221;  &gt; &#8220;Change font and language settings&#8221;). Everywhere.   Automatically.</p>
<p>This is how 1stwebdesigner.com looks using this   tool:</p>
<p><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d41ca_unstyle-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="396" /></a></p>
<h2>11. <a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd" target="_blank">Internet Explorer Tab</a></h2>
<p>Internet Explorer Tab shows IE in Google Chrome. Very  simple extension. I think it’s very useful to not to use IE.</p>
<p><a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd"><img class="alignnone size-full wp-image-13317" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d4218_ie-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="409" /></a></p>
<h2>12. <a href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj" target="_blank">Chrome SEO</a></h2>
<p>The Google Chrome SEO Extension provides easy access to  Search Engine Optimization Tools that can help you with Competitive Analysis,  Keyword Research, Backlink Checks, PageRank Checks and other daily SEO  tasks.</p>
<p><a href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj"><img class="alignnone size-full wp-image-13329" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/074ac_seo-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="675" /></a></p>
<h2>13. <a href="https://chrome.google.com/extensions/detail/diahigjngdnkdgajdbpjdeomopbpkjjc" target="_blank">SEO Site Tools</a></h2>
<p>It  validates CSS and HTML, displays server software,  checks for gzip  compression, page headers and shares even more on-page  suggestions  based on accepted SEO knowledge. It can disable right-click scripts,   and does window resizing to see where fold would be on different size  monitors.  Fast clean simple UI with a wealth of SEO information makes  doing a quick  consult fast and easy.</p>
<p><a href="https://chrome.google.com/extensions/detail/diahigjngdnkdgajdbpjdeomopbpkjjc"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/558cc_seo2-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="402" /></a></p>
<h2>14. <a href="https://chrome.google.com/extensions/detail/ibkclpciafdglkjkcibmohobjkcfkaef" target="_blank">META SEO Inspector</a></h2>
<p>Meta  data is not just the usual HTML meta tags, but the  XFN tags, various  microformats, the recently introduced canonical attribute, the   no-follow links and so on.</p>
<p><a href="https://chrome.google.com/extensions/detail/ibkclpciafdglkjkcibmohobjkcfkaef"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1861b_meta-google-chrome-extensions-web-developers-designers.jpg" alt="" width="314" height="283" /></a></p>
<h2>15. <a href="https://chrome.google.com/extensions/detail/bbicmjjbohdfglopkidebfccilipgeif" target="_blank">Validity</a></h2>
<p>Validity can be  used to quickly validate your HTML  documents from the address bar.</p>
<p>Just  click the icon in the address bar to  validate the current document  without leaving the page.  The number of  validation errors can be seen  in the tool tip.</p>
<p>Validity also gives you  the option to use your  own installation of the W3C Validation Service.  (For  more information  on installing the W3C Validation Service see the documentation  at <a href="http://validator.w3.org/docs/install.html">http://validator.w3.org/docs/install.html</a>).</p>
<p><a href="https://chrome.google.com/extensions/detail/bbicmjjbohdfglopkidebfccilipgeif"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b669a_validity-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="570" /></a></p>
<h2>16. <a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka" target="_blank">Eye Dropper</a></h2>
<p>Eye Dropper and Color Picker extension which allows you  to pick color from any webpage or from advanced color picker.</p>
<p><a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka"><img class="alignnone size-full wp-image-13311" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6d04b_eye-dropper-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="571" /></a></p>
<h2>17. <a href="https://chrome.google.com/extensions/detail/egmjgagjcamhcilhinkipjdbfdmebmkd" target="_blank">Color Picker</a></h2>
<p>Quickly get  the Hex and RGB values of any color! Also  adjust Hue, Saturation, and  Balance.</p>
<p><a href="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/259f4_color-google-chrome-extensions-web-developers-designers.jpg"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/259f4_color-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="322" /></a></p>
<h2>18. <a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp" target="_blank">Image Cropper</a></h2>
<p>This extension help you to crop any images on the fly.<br />
It&#8217;s especially useful when you need to crop your online album photo for IM  thumbnail.</p>
<ul>
<li>Crop images in img html element</li>
<li>Crop css background  images for any html element</li>
<li>Cropped Image is in PNG format</li>
<li>Right click  on top of the selection to &#8220;save as&#8221; the cropped image.</li>
</ul>
<p><a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp"><img class="alignnone size-full wp-image-13308" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/256d5_cropper-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="419" /></a></p>
<h2>19. <a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki" target="_blank">Webpage Screenshot</a></h2>
<p>Makes screenshot of whole page even if page is very  long.</p>
<p><a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki"><img class="alignnone size-full wp-image-13327" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/accda_screen-google-chrome-extensions-web-developers-designers.jpg" alt="" width="409" height="311" /></a></p>
<h2>20. <a href="https://chrome.google.com/extensions/detail/hcifofgaphfkfdcjbdogpamghiihilkl" target="_blank">Picnik</a></h2>
<p>The Picnik  Extension for  Chrome lets you easily edit the images you come across while  browsing  the web. With a click you can create a snapshot of your current web   page and open it in Picnik for easy editing, annotation and sharing.  Do  the  same for all the image on the current page &#8212; just pick the image  from the  dynamic hot list and then edit, annotate and share with  Picnik. It is a great  replacement to PhotoShop!</p>
<p><a href="https://chrome.google.com/extensions/detail/hcifofgaphfkfdcjbdogpamghiihilkl"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d5c37_picnik-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="333" /></a></p>
<h2>21. <a href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma" target="_blank">MeasureIt!</a></h2>
<p>Draw out a  ruler that will help you get the pixel width  and height of any elements  on a webpage.</p>
<p><a href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d37d9_measureit-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="327" /></a></p>
<h2>22. <a href="https://chrome.google.com/extensions/detail/cjjghkapdciaiogkeofggpblmbbnjinn?hl=en-US" target="_blank">Pixlr Grabber</a></h2>
<p>Grab visible  screen, select part or entire page. Share  screen to Pixlr imm.io, edit  screen in Pixlr editor or save to desktop. This is  one of the few who  can capture the entire screen, however since Chrome just  supports  canvas in png the images created gets quite large and takes a while to   process.</p>
<p><a href="https://chrome.google.com/extensions/detail/cjjghkapdciaiogkeofggpblmbbnjinn?hl=en-US"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a3707_pixlr-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="338" /></a></p>
<h2>23. <a href="https://chrome.google.com/extensions/detail/pokekecininnhejfkgcbnekjddnepope" target="_blank">Domain Availability Checker</a></h2>
<p>Quickly check if domain name is already taken or  not.</p>
<p><a href="https://chrome.google.com/extensions/detail/pokekecininnhejfkgcbnekjddnepope"><img class="alignnone size-full wp-image-13310" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1e927_domain-google-chrome-extensions-web-developers-designers.jpg" alt="" width="282" height="145" /></a></p>
<h2>24. <a href="https://chrome.google.com/extensions/detail/maabelkjnhafpphacjecmcnkkmjndjgl" target="_blank">Snippy</a></h2>
<p>Snippy allows you to grab snippets of web pages, save  them for future use and upload them to Google  Docs.</p>
<p><a href="https://chrome.google.com/extensions/detail/maabelkjnhafpphacjecmcnkkmjndjgl"><img class="alignnone size-full wp-image-13331" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b729a_snippets-google-chrome-extensions-web-developers-designers.jpg" alt="" width="525" height="417" /></a></p>
<h2>25. <a href="https://chrome.google.com/extensions/detail/cdngiadmnkhgemkimkhiilgffbjijcie" target="_blank">FlashBlock</a></h2>
<p>Flashblock is an extension for the Google Chrome that  blocks all Flash content from loading. It then leaves placeholders on the  webpage that allow you to click to download and then view the Flash  content.</p>
<p><a href="https://chrome.google.com/extensions/detail/cdngiadmnkhgemkimkhiilgffbjijcie"><img class="alignnone size-full wp-image-13313" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6c9bf_flash-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="297" /></a></p>
<h2>26. <a href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn" target="_blank">BuiltWith Technology Profiler</a></h2>
<p>BuiltWith is a web site profiler tool. Upon looking up a  page, BuiltWith returns all the technologies it can find on the page.  BuiltWith’s goal is to help developers, researchers and designers find out what  technologies pages are using which may help them to decide what technologies to  implement themselves.</p>
<p><a href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn"><img class="alignnone size-full wp-image-13305" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1240b_builtwith-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="555" /></a></p>
<h2>27. <a href="https://chrome.google.com/extensions/detail/hdokiejnpimakedhajhdlcegeplioahd" target="_blank">LastPass</a></h2>
<p>LastPass is a free online password manager and Form  Filler that makes your browsing more  secure.</p>
<p><a href="https://chrome.google.com/extensions/detail/hdokiejnpimakedhajhdlcegeplioahd"><img class="alignnone size-full wp-image-13319" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b8200_lastpass-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="428" /></a></p>
<h2>28. <a href="https://chrome.google.com/extensions/detail/cplklnmnlbnpmjogncfgfijoopmnlemp" target="_blank">iMacros</a></h2>
<p>Automate your web browser. Record and replay repetitious  work. Web developers use iMacros for web regression testing,  performance testing and web transaction monitoring. It can also be combined with  Google Speed Tracer, Firebug and other web development and test tools. XPath  support is included.</p>
<p><a href="https://chrome.google.com/extensions/detail/cplklnmnlbnpmjogncfgfijoopmnlemp"><img class="alignnone size-full wp-image-13318" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c52b0_imacros-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="459" /></a></p>
<h2>29. <a href="https://chrome.google.com/extensions/detail/jhejngphiacapbgllhagbpdkkdieeaej" target="_blank">Chrome Flags</a></h2>
<p>It shows the country where the server is  hosting.</p>
<p><a href="https://chrome.google.com/extensions/detail/jhejngphiacapbgllhagbpdkkdieeaej"><img class="alignnone size-full wp-image-13307" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3a538_country-google-chrome-extensions-web-developers-designers.jpg" alt="" width="412" height="342" /></a></p>
<h2>30. <a href="https://chrome.google.com/extensions/detail/eldgpcphflnopbjadiaonofideekgdgm" target="_blank">Frame Two Pages</a></h2>
<p>Put two tabs into one tab’s two frames. Useful to compare two pages.</p>
<p><a href="https://chrome.google.com/extensions/detail/eldgpcphflnopbjadiaonofideekgdgm"><img class="alignnone size-full wp-image-13314" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/36b15_frame-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="493" /></a></p>
<h2>31. <a href="https://chrome.google.com/extensions/detail/ilpdiniechkbmflcmlffclappfmhdndn" target="_blank">Split Screen</a></h2>
<p>Works very similar to “Frame Two Pages” extension, but the main difference is  that you can browse pages not switching tabs.</p>
<p><a href="https://chrome.google.com/extensions/detail/ilpdiniechkbmflcmlffclappfmhdndn"><img class="alignnone size-full wp-image-13347" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/255fa_frames-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="320" /></a></p>
<h2>32. <a href="https://chrome.google.com/extensions/detail/edacconmaakjimmfgnblocblbcdcpbko" target="_blank">Session Buddy</a></h2>
<p>Session Buddy is a flexible session manager that allows you to quickly save  and restore session tabs.</p>
<ul>
<li>View all of the tabs in each window of a current or saved session</li>
<li>Assess easily whether a displayed session has changed</li>
<li>Save the current  session with 2 clicks</li>
<li>Restore sessions into a set of windows, a single  window, or the current window</li>
<li>Access automatically saved crash recovery  sessions after a Chrome or OS crash</li>
<li>Optionally automatically save the  previous session</li>
<li>Edit sessions by deleting individual windows/tabs or  rolling tabs into a single window</li>
<li>Import a list of URLs</li>
<li>Export a  session to text or CSV format (more formats in development)</li>
<li>Control what  types of tabs Session Buddy recognizes</li>
<li>Show/hide current session tab count  in extension icon badge</li>
</ul>
<p><a href="https://chrome.google.com/extensions/detail/edacconmaakjimmfgnblocblbcdcpbko"><img class="alignnone size-full wp-image-13330" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/15aa2_session-google-chrome-extensions-web-developers-designers.jpg" alt="" width="570" height="310" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=2QWSpkJo1zc:9L6UTYlZfg0:yIl2AUoC8zA"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/15aa2_1stwebdesigner?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=2QWSpkJo1zc:9L6UTYlZfg0:7Q72WNTAKBA"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/15aa2_1stwebdesigner?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=2QWSpkJo1zc:9L6UTYlZfg0:F7zBnMyn0Lo"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/15aa2_1stwebdesigner?i=2QWSpkJo1zc:9L6UTYlZfg0:F7zBnMyn0Lo" border="0"></img></a>
</div>
<p><a href="http://www.1stwebdesigner.com/feed/">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/32-google-chrome-extensions-for-smart-designers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>High-Quality Fonts &amp; Resources For a Better Mobile Experience</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/high-quality-fonts-resources-for-a-better-mobile-experience/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/high-quality-fonts-resources-for-a-better-mobile-experience/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:00:14 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[bold fonts]]></category>
		<category><![CDATA[computer monitors]]></category>
		<category><![CDATA[fireye]]></category>
		<category><![CDATA[intriguing insight]]></category>
		<category><![CDATA[mobile experience]]></category>
		<category><![CDATA[mobile type]]></category>
		<category><![CDATA[quality fonts]]></category>
		<category><![CDATA[sans serif fonts]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/high-quality-fonts-resources-for-a-better-mobile-experience/</guid>
		<description><![CDATA[Designing for smaller screen resolutions can be a daunting task, especially if you&#8217;re not sure which fonts will mesh well with the mobile resolutions you&#8217;re designing for. In example, dark bold fonts that are prone to look really well on larger computer monitors will more than likely become blurred and distorted on smaller screens. Choosing [...]]]></description>
			<content:encoded><![CDATA[<p>Designing for smaller screen resolutions can be a daunting task, especially if you&#8217;re not sure which fonts will mesh well with the mobile resolutions you&#8217;re designing for. In example, dark bold fonts that are prone to look really well on larger computer monitors will more than likely become blurred and distorted on smaller screens.</p>
<p><span></span></p>
<p>Choosing the wrong font could be a disaster, and selecting the right font for mobile web pages may not work well with your current project. It&#8217;s sometimes shoot or miss, however, by reading up on resources on mobile type you can decrease the chances of selecting the wrong font. As you can see below, we&#8217;ve compiled a list of high-quality fonts and great resources that are sure to give your users a more complete mobile experience.</p>
<h4><a href="http://www.fonts2u.com/delicious-roman.font">Delicious</a></h4>
<p><a href="http://www.fonts2u.com/delicious-roman.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1e45f_mobilefont-1.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/fontinsans-regular.font">Fontin Sans</a></h4>
<p><a href="http://www.fonts2u.com/fontinsans-regular.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a740b_mobilefont-2.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/dekers-bold.font">Dekers</a></h4>
<p><a href="http://www.fonts2u.com/dekers-bold.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/38c3d_mobilefont-3.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/sansation-regular.font">Sansation</a></h4>
<p><a href="http://www.fonts2u.com/sansation-regular.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1d219_mobilefont-4.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/latine.font">Latine</a></h4>
<p><a href="http://www.fonts2u.com/latine.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a07b2_mobilefont-5.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/advent-bold.font">Advent</a></h4>
<p><a href="http://www.fonts2u.com/advent-bold.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e09_mobilefont-6.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/dejavu-sans.font">Dejavu Sans</a></h4>
<p><a href="http://www.fonts2u.com/dejavu-sans.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9b1a9_mobilefont-7.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/fireye-gf-3-headline-condensed.font?ptext=Fireye&amp;size=2&amp;submit=Submit">Fireye</a></h4>
<p><a href="http://www.fonts2u.com/fireye-gf-3-headline-condensed.font?ptext=Fireye&amp;size=2&amp;submit=Submit"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ab681_mobilefont-8.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/champagne-limousines-thick.font">Accents</a></h4>
<p><a href="http://www.fonts2u.com/champagne-limousines-thick.font"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/34ec7_mobilefont-9.jpg" alt="" /></a></p>
<h4><a href="http://www.fonts2u.com/zekton-free.font?ptext=Zekton+Free&amp;size=&amp;submit=Submit">Zekton Free</a></h4>
<p><a href="http://www.fonts2u.com/zekton-free.font?ptext=Zekton+Free&amp;size=&amp;submit=Submit"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5fc66_mobilefont-10.jpg" alt="" /></a></p>
<h2>Mobile Typography Resources</h2>
<h4><a href="http://patterns.littlespringsdesign.com/index.php/Mobile_Typography">Mobile Typography</a></h4>
<p>This article covers the challenges and technical aspects of mobile typography. It shows you exactly what makes a font &#8220;worthy&#8221; of being displayed on a smaller screen, and its characteristics. You&#8217;ll learn about font measurements, letterforms, vital families, styles, kerning and more. It&#8217;ll also show you a guideline for selecting a the right typefaces for small-screen devices.  <a href="http://patterns.littlespringsdesign.com/index.php/Mobile_Typography">Read More</a></p>
<h4><a href="http://www.aiga.org/content.cfm/typography-for-mobile-phone-devices-the-design-of-the-qualcomm-s">Typography for Mobile Phone Devices</a></h4>
<p>The following case-study conveys valuable information on QUALCOMM&#8217;s decision to develop and strategically design the typographic aspect of their mobile user interfaces. They previously had a custom family of sans-serif fonts that were going to be used with previous devices, however, the project led to the assessing the impact of digital type on mobile devices. Follow the link to download the full case-study. <a href="http://www.aiga.org/content.cfm/typography-for-mobile-phone-devices-the-design-of-the-qualcomm-s">Read More</a></p>
<h4><a href="http://software.techrepublic.com.com/abstract.aspx?kw=The+Typography+Manual+++%28Mobile%29&amp;docid=1468665&amp;tag=tr-left">The Typography Manual 1 (Mobile)</a></h4>
<p>This manual is straight to the point, easy to follow, and lets you in on some intriguing insight having to do with mobile typography. It&#8217;s a detailed guide (60+ pages) for designers that displays a history of type, the basics, characteristics and more. It also comes with a Visual Type Anatomy Glossary that shows you the types terminology in the form of letters and their definition as well. <a href="http://software.techrepublic.com.com/abstract.aspx?kw=The+Typography+Manual+++%28Mobile%29&amp;docid=1468665&amp;tag=tr-left">Read More</a></p>
<h4><a href="http://sender11.typepad.com/sender11/2008/01/prototyping-mob.html">Fonts for prototyping mobile UIs</a></h4>
<p>Here you&#8217;ll find great pointers on using the right fonts for prototyping mobile UI&#8217;s. Because there are is a plethora of designers that create prototypes before developing a mobile website, you should know which fonts work best and how. When you design mobile web pages your designs suffer from bad pixelation, now imagine your fonts being displayed in the same manner. This article covers the right type to use, which manufacturers (Nokia, Samsung, Etc..) use which fonts, and what fonts should/can be replaced. <a href="http://sender11.typepad.com/sender11/2008/01/prototyping-mob.html">Read More</a></p>
<h4><a href="http://thinkubator.ccsp.sfu.ca/TypographyForMobileDevices">Typography for Mobile Devices</a></h4>
<p>Just as the title states, this article goes over Typography for Mobile Devices. Just about 3 billion people use mobile devices, can you afford not to select the right fonts? You&#8217;ll also see that the author discusses quick points on relative fonts and which ones are not worth using. For example, the use of Times as a mobile type is frowned upon, but why? Because it lacks personality. </p>
<p>This is a good argument, in fact, Time is one of those fonts that look much better after 12px. The author also relates using fonts for smaller screens to the reasons why you would choose a specific font for print. The selection of fonts for use of print requires such topics as hinting, kerning, and x-height to be covered. Interestingly enough, the author says that these are also grounds for selecting a mobile type. <a href="http://thinkubator.ccsp.sfu.ca/TypographyForMobileDevices">Read More</a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/5fc66_MvR1rcgYi14" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/DesignReviver">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/high-quality-fonts-resources-for-a-better-mobile-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Various Display Resolutions Is Just A Click Away With Hotkey Resolution Changer</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/changing-various-display-resolutions-is-just-a-click-away-with-hotkey-resolution-changer/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/changing-various-display-resolutions-is-just-a-click-away-with-hotkey-resolution-changer/#comments</comments>
		<pubDate>Sat, 01 May 2010 08:32:50 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[color bits]]></category>
		<category><![CDATA[dialogue boxes]]></category>
		<category><![CDATA[downloaded archive]]></category>
		<category><![CDATA[laptop owners]]></category>
		<category><![CDATA[resolution change]]></category>
		<category><![CDATA[resolution changer]]></category>
		<category><![CDATA[resolution scheme]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[tiny screens]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/changing-various-display-resolutions-is-just-a-click-away-with-hotkey-resolution-changer/</guid>
		<description><![CDATA[Netbooks have tiny screens. Often there are websites and dialogue boxes which do not entirely fit into the resolution I have set. For a better view I change the screen resolution for that particular website or dialogue box; once my task has been completed I roll back my resolution to its previous state. I change [...]]]></description>
			<content:encoded><![CDATA[<p>Netbooks have tiny screens. Often there are websites and dialogue boxes which do not entirely fit into the resolution I have set. For a better view I change the screen resolution for that particular website or dialogue box; once my task has been completed I roll back my resolution to its previous state.</p>
<p>I change my screen resolution using Windows settings. A considerable amount of time is spent on each resolution change. Tired of all the back and forth resolution settings, I decided to search the web and find something that would provide a better way to shift between screen resolutions. <a href="http://www.funk.eu/hrc/" target="_blank">Hotkey Resolution Changer</a> is where I ended my search – it was exactly what I was looking for.</p>
<p>HRC (Hotkey Resolution Changer) is nearly a 400KB downloadable application that works on Windows operating systems. No installation is required. All a user has to do is run the EXE file after extracting it from the downloaded archive. The application sits silently in the System Tray.</p>
<p><img class="size-full wp-image-9119 aligncenter" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d33cf_Image.png" alt="Image" width="183" height="34" /></p>
<p>Here is what the window of HRC looks like when restored:</p>
<p><img class="size-full wp-image-9117 aligncenter" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b8874_resolution.png" alt="resolution" width="420" height="208" /></p>
<p>The interface is simple enough. By default, we have two sets of screen resolutions we can define. Along with the resolution dimensions of our screen, we can also specify the color bits and our monitor’s refresh rate. Then we can assign each resolution scheme a hotkey which will assign our screen that particular resolution. More than two resolutions can also be set by changing the options where it says “Select number of HotKeys.”</p>
<p>HRC is a wonderful application that will serve Laptop owners and computer gamers perfectly.
<p>Brought To You By</p>
<p align="left"><a href="http://www.premiersurvey.com" target="_blank"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/78ecf_premier-survey-advertise.jpg" alt="Premier Survey" /></a><br /> Do you want to advertise here? <a href="http://www.smashingapps.com/advertise" target="_blank">Click to get more info&#8230;</a></p>
<div></div>
<p><a href="http://www.smashingapps.com/feed">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/changing-various-display-resolutions-is-just-a-click-away-with-hotkey-resolution-changer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten things Eurostar needs to improve online</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/it-news/ten-things-eurostar-needs-to-improve-online/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/it-news/ten-things-eurostar-needs-to-improve-online/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:15:41 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[IT news]]></category>
		<category><![CDATA[conversion rates]]></category>
		<category><![CDATA[e ticket]]></category>
		<category><![CDATA[eurostar]]></category>
		<category><![CDATA[poor experience]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[summer holiday]]></category>
		<category><![CDATA[ticket machine]]></category>
		<category><![CDATA[ticket machines]]></category>
		<category><![CDATA[web users]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/it-news/ten-things-eurostar-needs-to-improve-online/</guid>
		<description><![CDATA[While looking for ideas for my summer holiday recently, I looked at the Eurostar website, and was disappointed by the poor user experience.  I&#8217;ve listed ten areas where Eurostar could improve online, and which would have a positive effect on its conversion rates&#8230; Design a site for higher screen resolutions My first impression of the website [...]]]></description>
			<content:encoded><![CDATA[<p><strong>While looking for ideas for my summer holiday recently, I looked at the Eurostar website, and was disappointed by the poor user experience. </strong></p>
<p>I&#8217;ve listed <strong>ten areas where Eurostar could improve online</strong>, and which would have a positive effect on its conversion rates&#8230;</p>
<h3>Design a site for higher screen resolutions</h3>
<p>My first impression of the website wasn&#8217;t good, since it only fills half the screen. <a href="http://econsultancy.com/blog/2888-what-is-the-best-screen-resolution-to-use-for-your-website">Most web users have higher screen resolutions</a> than this site has been designed for, which means it looks pretty bad for most visitors. </p>
<p><img alt="" height="264" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/31e25_4558696122_d0cc7aed7b_o.jpg" width="480" /></p>
<h3>Give clear information about ticket collection</h3>
<p>Customers can choose to either print tickets at home or else print them out at a fast-ticket machine (though people are advised to do this 45 minutes before departure). Curiously there is no third option of mailing tickets for people who don&#8217;t have a printer, or just don&#8217;t want to use the machines. </p>
<p>However, as <a href="http://www.digitalthreat.net/2010/04/a-whinge-about-eurostar/">this customer&#8217;s poor experience with Eurostar</a> shows, <strong>the website clearly doesn&#8217;t know which stations have these ticket machines and which don&#8217;t. </strong></p>
<p>Having booked a ticket from Cologne to London when flights were grounded recently, and being told to collect it from the ticket machine, he arrived at the station to find that Cologne had no Eurostar e-ticket machine. </p>
<p>This error was made worse as they were forced to pay again on board the train and attempt to claim back the costs later. <strong>A case of a website badly letting customers down. </strong></p>
<h3>Anticipate one-way journeys</h3>
<p>I tried to search for one-way journeys from London to Paris, but the website simply won&#8217;t let me do this. Having selected my journey date and time and clicked the search link, I get an error message: </p>
<p><img alt="" height="145" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/22fc8_4558096175_7d1c0f4737_o.jpg" width="480" /></p>
<p>On the form that accompanies this error message, there is a tick box for a one-way journey, but <strong>this option is not available on the homepage</strong>, which is nuts. Also, the error message completely fails to deal with this issue. </p>
<h3>Make searches more flexible</h3>
<p>I arrived on the site looking for ideas for my holiday, and trying to find out what journeys were on offer, and how much they would cost, but it turns out this is not so easy to do on the site. </p>
<p>For example, if I select a journey and see results and prices, while I can click the &#8216;later trains&#8217; link to see other trains that same day, it won&#8217;t let you move to the next or previous day, meaning that you have to go back and search for each individual day. </p>
<p>There is also no modify search option, so to adjust dates and times, users have to start again from scratch. </p>
<p>So, <strong>Eurostar completely fails to help users that are flexible on dates and times. </strong></p>
<h3>Anticipate user errors</h3>
<p>The best way to handle user errors is to anticipate common input errors and correct them as seamlessly as possible to avoid any unnecessary frustration for users. </p>
<p>For example, some retailers anticipate that some customers will <a href="http://econsultancy.com/blog/5016-is-postcode-entry-costing-you-conversions">type the letter &#8216;O&#8217; when entering a postcode</a> when a zero is needed, and accept either entry to make the process smoother. </p>
<p>Eurostar doesn&#8217;t do this, so users can select journeys which are unavailable, or search for journeys when the return date is before the outward date. <strong>This will produce error messages and add to customer frustration.</strong></p>
<h3>Don&#8217;t time users out too quickly</h3>
<p>I encountered this message for too often when searching for trains. I appreciate that it can&#8217;t display my results forever, but it often timed me out within a minute or two, which is far too quick. </p>
<p><img alt="" height="107" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3f98f_4558695168_e99be2eb60_o.jpg" width="480" /></p>
<h3>Help users find the cheapest deal</h3>
<p>Most train websites will provide the option of searching for the cheapest tickets for a particular journey, either by listing the cheapest first, allowing users to search for two singles instead of a return ticket, or to include it in the advanced search options. </p>
<p>This is helpful for people that can be flexible with journey times, or are working on a budget, but there no such options on the Eurostar site. </p>
<h3>Don&#8217;t make users work to hard to book tickets</h3>
<p><strong>This is absolutely crazy</strong>. It is possible to travel between London and Aix En Provence, and these tickets are available on Eurostar, but <strong>you have to book the two legs of the journey separately.  </strong></p>
<p><img alt="" height="136" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/81e28_4560127628_72e23765ea_o.jpg" width="480" /></p>
<p>This means booking the London to Paris return ticket, going through the checkout and paying for it, before having to repeat the process for the Paris to Provence leg. </p>
<p>As well as being annoying and time-consuming, this means customers have to book the first part without knowing connection times, and could easily end up with a long wait between trains. </p>
<p>Why, when every other train website can deal with this kind of booking, does Eurostar make it such hard work? </p>
<h3>Make contact details easier to find</h3>
<p>With so many usability issues, I imagine that users will have plenty of reason to call Eurostar to book or to find some help. </p>
<p><strong>When users encounter error messages during the booking process, it would be a good idea to provide a visible contact number</strong> so users know how to find assistance quickly. </p>
<p>However, the contact link is buried at the foot of the page, and though there is a contact number, it is labelled &#8216;telephone bookings&#8217;, which may be misleading for customers wanting to ask a question. </p>
<h3>Clearer calls to action</h3>
<p>Calls to action should be made easy for users to find; there should be no doubt about what they need to do to proceed to the next step in the booking or payment process. </p>
<p>However, <strong>the calls to action on Eurostar are too easily missed</strong>, as in the example below, where the continue booking link not only appears well below the fold, but blends too easily into the rest of the text on the page:</p>
<p><img alt="" height="326" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e90c1_4559552589_8a1041596a_o.jpg" width="480" /></p>
<p>An effective <a href="http://econsultancy.com/blog/4064-call-to-action-button-design">call to action</a> should stand out clearly from the page by using clear language, large text sizes, colour and contrast to make them easily visible to users. </p>
<h3>Conclusion</h3>
<p>Apart from the ten points I have highlighted here, the whole look and feel of the site feels very dated, and it looks like it hasn&#8217;t been revamped for several years, not a great first impression for customers. </p>
<p>While there are issues here and there with rail websites in the UK, most have improved considerably over the last few years, and avoid most of the usability issues outlines here. Eurostar should take note. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/it-news/ten-things-eurostar-needs-to-improve-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>15 Google Chrome Extensions for People Who Build Websites</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-people-who-build-websites/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-people-who-build-websites/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 16:35:31 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[block element]]></category>
		<category><![CDATA[css styles]]></category>
		<category><![CDATA[extension 3]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[markup validation]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[web designers]]></category>
		<category><![CDATA[web page layouts]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-people-who-build-websites/</guid>
		<description><![CDATA[Google Chrome is a wonderful web browser of choice for web designers and web developers. With Google Chrome extensions, you can add more features to the browser to help you with designing, debugging, and working on websites. We share with you the top ten Chrome extensions for designers and developers. 1. Firebug Lite (for Google [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixrevisions.com/tools/chrome-extensions-developers-designers/"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d77e8_01-11_chrome_extension_websites_lead_image.jpg" width="550" height="200" alt="10 Google Chrome Extensions for People Who Build Websites" /></a></p>
<p><strong>Google Chrome</strong> is a wonderful web browser of choice for web designers and web developers. With Google Chrome extensions, you can add more features to the browser to help you with designing, debugging, and working on websites. We share with you the top ten Chrome extensions for designers and developers.</p>
<p><span></span></p>
<h3>1. <a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj" target="_blank">Firebug Lite</a> (for Google Chrome)</h3>
<p><a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/034a1_01-02_firebug.jpg" width="550" height="332" alt="Firebug Lite (for Google Chrome)" /></a></p>
<p><em>Firebug Lite (for Google Chrome)</em> is an extension that sets up <a href="http://getfirebug.com/firebuglite">Firebug Lite</a> in the browser. Although the built-in <a href="http://blog.chromium.org/2009/06/developer-tools-for-google-chrome.html">Developer Tools</a> in Chrome gives you relatively the same features of Firebug (and more), long-time Firebug fans will appreciate this extension for debugging and testing their work in Chrome.<br />
<span id="more-1028485"></span></p>
<h3>2. <a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web  Developer</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/60d36_01-12_chrome_extension_webdeveloper_toolbar.jpg" width="550" height="257" alt="Web Developer" /></a></p>
<p>Chris Pederick&#8217;s <em>Web  Developer</em> toolbar is a long-time favorite among web designers and front-end  developers. Originally created for Firefox, it has been ported to Chrome with a  slicker interface.</p>
<p>It has loads of options for examining and understanding web  page layouts, including showing block element stacking orders, displaying CSS  style information about certain elements, browser cache controlling, and much  more. To learn some Web Developer toolbar tips and tricks, see the following  posts:</p>
<ul>
<li><a href="http://sixrevisions.com/tools/firefox_web_developer_extension_toolbar/">Awesome  Things That Web Developer Extension Can Do</a></li>
<li><a href="http://sixrevisions.com/web-development/9-practical-ways-to-enhance-your-web-development-using-the-firefox-web-developer-extension/">Ways  to Enhance your Web Development Using the Web Developer Extension</a></li>
</ul>
<h3>3. <a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal" target="_blank">Resolution Test</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/faeaf_01-07_resulotion.jpg" width="550" height="251" alt="Resolution Test" /></a></p>
<p><em>Resolution Test</em> is an extension for testing web pages in different screen resolutions, with an option to define your own custom resolutions. This is very handy in making sure that your web design looks great under different monitor sizes.</p>
<h3>4. <a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi">Pendule</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4ff2b_01-14_chrome_extension_pendulum.jpg" width="550" height="194" alt="Pendule" /></a></p>
<p><em>Pendule </em>extends  the built-in Developer tools in Google Chrome. The extension gives its users  plenty of features such as one-touch markup validation using W3C&#8217;s automated  web services, hiding images on a web page, viewing scripts included in a web  page, and more.</p>
<h3>5. <a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc">PlainClothes</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/kleiknekfnnaaibjhlamidabhmckbddc"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0fbad_01-15_plainclothes.jpg" width="550" height="307" alt="PlainClothes" /></a></p>
<p>One of the best ways to evaluate the accessibility of a web  page is to remove its CSS styles and see if content being presented is still  readable without them. This simulates the experience of a user who cannot see  their monitor screen and have to rely on the web page&#8217;s markup to access the  content. <em>PlainClothes</em> does one thing  well; it removes all CSS styles on a web page.</p>
<p>Though created primarily for web development testing, you  can use this extension to view your favorite styles unstyled (so that the boss  doesn&#8217;t catch you browsing <a href="http://digg.com/">Digg</a> when you should really  be finishing up that JavaScript function).</p>
<h3>6. <a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp">Image  Cropper</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/akeeaafmkigeapaejnlbknplbbpfbcfp"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7cbf6_01-16_image_cropper.jpg" width="550" height="226" alt="Image Cropper" /></a></p>
<p>If you want to take certain portions of a web page, <em>Image Cropper</em> is the simple, no-frills Chrome  extension for you. Just drag around the area you want cropped, and it&#8217;ll take  just that part of the web page. Need pixel-perfect accuracy? It displays the  dimension and location of your crops to help you get just the size you need.</p>
<h3>7. <a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam">Lorem  Ipsum Generator</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ba5d0_01-13_chrome_extension_lorem_ipsum.jpg" width="550" height="257" alt="Image Cropper" /></a></p>
<p>This extension prides itself in being minimalist and simple—and  that&#8217;s good because there&#8217;s no reason generating Lorem Ipsum text should be a convoluted  affair. <em>Lorem Ipsum generator</em> helps  you fill up your design mockups with dummy text for presentation purposes.</p>
<h3>8. <a href="http://sixrevisions.com/Being Processed/Kawsar_Ali_chrome_extensions/chrome-extensions/index.html" target="_blank">IE Tab</a> (for Windows)</h3>
<p><a href="http://sixrevisions.com/Being Processed/Kawsar_Ali_chrome_extensions/chrome-extensions/index.html"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/fb2f0_01-05_ie_tab.jpg" width="550" height="322" alt="IE Tab (for Windows)" /></a></p>
<p>Troubleshooting in Internet Explorer&#8217;s proprietary Trident layout engine is not a fun ordeal. With <em>IE Tab</em>, you can at least save some time from having to use Internet Explorer (and its <a href="http://sixrevisions.com/tools/internet_explorer_extensions_addons_web_developers/">limited list of extensions</a>) for debugging rendering issues in your work.</p>
<h3>9. <a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci" target="_blank">jQuery Shell</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2264e_01-06_jQuery_shell.jpg" width="550" height="231" alt="jQuery Shell" /></a></p>
<p><em>jQuery Shell</em> allows you to run JavaScript and jQuery commands in the context of the current web page. It&#8217;s a great extension for learning and experimenting with jQuery.</p>
<h3>10. <a href="https://chrome.google.com/extensions/detail/egmjgagjcamhcilhinkipjdbfdmebmkd" target="_blank">Color Picker</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/egmjgagjcamhcilhinkipjdbfdmebmkd"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cba39_01-08_color_picker.jpg" width="550" height="317" alt="Color Picker" /></a></p>
<p>This one-trick Chrome extension does one thing really well: quickly getting the Hex and RGB values of any color on any web page. It can be very helpful in determining what colors your favorite website uses without having to take a screen grab of it into Photoshop and using the Eyedropper tool.</p>
<h3>11. <a href="https://chrome.google.com/extensions/detail/knkafdhggfbbpbdojbegpokhiiclpnml" target="_blank">WebEdit</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/knkafdhggfbbpbdojbegpokhiiclpnml"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/70198_01-03_webedit.jpg" width="550" height="250" alt="WebEdit" /></a></p>
<p>With the <em>WebEdit</em> Chrome extension, you can make any web page editable (the changes you make, of course, will not be saved). Why would this extension be helpful? If you are creating a website and want to play around with elements without making any significant changes to the code, this extension can come in very handy.</p>
<h3>12. <a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae" target="_blank">Chrome Sniffer</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/90fcd_01-04_sniffer.jpg" width="550" height="200" alt="Chrome Sniffer" /></a></p>
<p>Have you ever wondered what technologies, frameworks, and open source apps a website is using? Experienced web developers can find this out by studying the site&#8217;s source code, but if you want a more convenient and quick way of doing this, then check out <em>Chrome Sniffer</em>. Chrome Sniffer lists all known JavaScript framework/libraries (jQuery, MooTools, etc.) and CMS (Drupal, WordPress, etc.) that a website uses.</p>
<h3>13. <a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki" target="_blank">Webpage Screenshot</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/790ba_01-01_webpage_screenshot.jpg" width="550" height="418" alt="Webpage Screenshot" /></a></p>
<p>A common task for web designers is taking screen grabs of web pages. With <em>Webpage Screenshot</em>, you can capture an entire web page, even if it spills outside of the browser&#8217;s viewport. It gives users the opportunity to resize the window before capturing and saves the screen grab as a PNG file.</p>
<h3>14. <a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka" target="_blank">Eye Dropper</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b7ddf_01-09_eye_dropper.jpg" width="550" height="457" alt="Eye Dropper" /></a></p>
<p><em>Eye Dropper</em> is a Google Chrome extension that gives you the ability to determine a color on any web page. What&#8217;s more is that it presents a color wheel and color swatches (found in most graphics software) so that you can experiment, tweak and pick colors.</p>
<h3>15. <a href="https://chrome.google.com/extensions/detail/diahigjngdnkdgajdbpjdeomopbpkjjc" target="_blank">SEO Site Tools</a></h3>
<p><a href="https://chrome.google.com/extensions/detail/diahigjngdnkdgajdbpjdeomopbpkjjc"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ac5d4_01-10_seo_lite.jpg" width="550" height="321" alt="SEO Site Tools" /></a></p>
<p>A well-formed web page with great markup ultimately leads to awesome search engine results. However, if you would like to evaluate your website in terms of known search engine optimization factures, try out the <em>SEO Site Tools</em>, a Chrome extension that gives you a plethora of useful tools and features for evaluating SEO. It can pull tons of on-page and off-page metrics, social media information, and more.</p>
<p>&nbsp;</p>
<p><strong><em>Do you use Chrome for building websites? Why or why not?</em></strong></p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/tools/10-web-browsers-you-probably-havent-heard-of/">10 Web Browsers You Probably Haven’t Heard Of</a></li>
<li><a href="http://sixrevisions.com/infographics/performance-comparison-of-major-web-browsers/">Performance Comparison of Major Web Browsers</a></li>
<li><a href="http://sixrevisions.com/tools/internet_explorer_extensions_addons_web_developers/">Top 6 Internet Explorer Extensions for Web Developers</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/tools/">Tools</a> and <a href="http://sixrevisions.com/category/web_design/">Web Design</a></li>
</ul>
<h3>About the Author</h3>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f74d0_kawsar_ali_small.jpg" alt="" width="80" height="80" /><span><strong>Kawsar Ali</strong> is a web designer, graphic designer, and photographer based in NY, U.S. He&#8217;s also the founder of <a href="http://desizntech.info/"><strong>Desizntech</strong></a>, a site to find tips about web design, Mac, PC and more. If you&#8217;d like to connect with him, you can follow him on <a href="https://twitter.com/desizntech" target="_blank"><strong>Twitter</strong></a> and check out his <a href="http://i-exist.co.cc/" target="_blank"><strong>Personal Website</strong></a>.</span></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e9632_LYVHquCR5PU" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/SixRevisions">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/15-google-chrome-extensions-for-people-who-build-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced jQuery background image slideshow</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/advanced-jquery-background-image-slideshow/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/advanced-jquery-background-image-slideshow/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:00:49 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[dropdown menu]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[html css]]></category>
		<category><![CDATA[image preloading]]></category>
		<category><![CDATA[image slideshow]]></category>
		<category><![CDATA[playback controls]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[screen resolutions]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/advanced-jquery-background-image-slideshow/</guid>
		<description><![CDATA[A couple of weeks ago, I received an e-mail from a guy named Patrick. He just visited the website from Philadelphia and wanted to know how to create the slideshow header that&#8217;s on top of the page. Since I was also impressed by the effect, I took the time to recreate this effect myself. Our [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedads.g.doubleclick.net/~a/fHWY4nLDhnO0EZM6xanLpto7aYM/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7477c_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/fHWY4nLDhnO0EZM6xanLpto7aYM/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/0a414_di" border="0"></img></a></p>
<p>A couple of weeks ago, I received an e-mail from a guy named Patrick. He just visited the website from <a href="http://www.visitphilly.com/" title="Visit Philadelphia">Philadelphia</a> and wanted to know how to create the slideshow header that&#8217;s on top of the page. Since I was also impressed by the effect, I took the time to recreate this effect myself. Our focus is the background image slideshow (including the text), not the other things (like the dropdown menu).</p>
<p>With the use of transparent PNG&#8217;s, some HTML, pretty nifty CSS and <a href="http://jquery.com/" title="jQuery">jQuery</a>, we can make this technique work. Read the rest of this article to learn <strong>how to create a beautiful advanced jQuery background image slideshow</strong>.</p>
<div>
    <img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91a31_slideshow.png" alt="jQuery background image slideshow" />
</div>
<p>It features changing text and playback controls. When the animation doesn&#8217;t seem smooth, the images might not be loaded. This script can perfectly be combined with an image preloading plugin to get rid of this effect. Tested and works on Firefox, Safari, Chrome and Opera. I&#8217;ve used images with a width of 1500px, just to cover most of the <a href="http://www.w3counter.com/globalstats.php" title="Global Web Stats">currently used screen resolutions</a>.</p>
<div><a href="http://demo.marcofolio.net/bgimg_slideshow/" title="Demo jQuery background image slideshow"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91a31_demo.png" alt="Demo jQuery background image slideshow" /></a>&nbsp;&nbsp;<br />
<a href="http://www.marcofolio.net/downloads/webdesign/jquery_background_image_slideshow/download.html" title="Download jQuery background image slideshow"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91a31_download.png" alt="Download jQuery background image slideshow" /></a></div>
<p>Start up your HTML/CSS/jQuery editor and let&#8217;s see how you can create this effect yourself! Of course, you can also download the source and dig through the code and learn from there. As always, <a href="http://www.marcofolio.net/tips/making_comments_in_your_source_code.html" title="Making comments in your source code">comments are left on the source code</a> to explain what it does.</p>
<p><a href="http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html">Read more&#8230;</a></p>
<div>
</div>
<p><a href="http://feeds2.feedburner.com/marcofolio">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/tutorial/advanced-jquery-background-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>YoxView – A Free jQuery Image Viewer Plugin</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/yoxview-%e2%80%93-a-free-jquery-image-viewer-plugin/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/yoxview-%e2%80%93-a-free-jquery-image-viewer-plugin/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 03:29:00 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[dhakar]]></category>
		<category><![CDATA[dynamic flash]]></category>
		<category><![CDATA[flash gallery]]></category>
		<category><![CDATA[free image viewer]]></category>
		<category><![CDATA[image rotator]]></category>
		<category><![CDATA[royalty free pictures]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[stock photos]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/yoxview-%e2%80%93-a-free-jquery-image-viewer-plugin/</guid>
		<description><![CDATA[YoxView is a free image viewer for websites. It&#8217;s written in javascript using jQuery and is available as a jQuery plugin. YoxView is inspired by Lokesh Dhakar&#8217;s Lightbox. Like it, YoxView displays images above the website&#8217;s content, as a separate layer. Users always see the whole image, even on small screen resolutions or resized windows. [...]]]></description>
			<content:encoded><![CDATA[<p><a title="YoxView" href="http://www.yoxigen.com/yoxview/" target="_blank">YoxView</a> is a free image viewer for websites. It&#8217;s written in javascript using jQuery and is available as a jQuery plugin. YoxView is inspired by <strong>Lokesh Dhakar&#8217;s Lightbox</strong>. Like it, YoxView displays images above the website&#8217;s content, as a separate layer.</p>
<p>Users always see the whole image, even on small screen resolutions or resized windows. Images smaller than the browser&#8217;s window are displayed at their original size, larger images are resized to fit. Images are loaded in the background, to improve the viewer&#8217;s performance and shorten wait times for users. Forward caching continues while viewing images.</p>
<p><a title="YoxView" href="http://www.yoxigen.com/yoxview/" target="_blank"><img class="size-full wp-image-2502 aligncenter" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/51ffb_yox-view.jpg" alt="yox-view" width="480" height="289" /></a></p>
<blockquote><p>Requirements:  jQuery Framework<br /> Demo: <a title="demo" rel="nofollow" href="http://www.yoxigen.com/yoxview/" target="_blank">http://www.yoxigen.com/yoxview/</a><br /> License:  MIT License</p>
</blockquote>
<div>
<h3>Related Posts</h3>
<ul>
<li><a href="http://www.webappers.com/2009/05/22/how-to-build-a-dynamic-flash-gallery-with-slider-control/" rel="bookmark" title="May 22, 2009">How to Build a Dynamic Flash Gallery with Slider Control</a></li>
<li><a href="http://www.webappers.com/2009/02/04/preview-images-with-imgpreview-jquery-plugin/" rel="bookmark" title="February 4, 2009">Preview Images with imgPreview jQuery Plugin</a></li>
<li><a href="http://www.webappers.com/2009/05/06/how-to-create-an-image-rotator-with-jquery-and-css/" rel="bookmark" title="May 6, 2009">How to Create an Image Rotator with jQuery and CSS</a></li>
<li><a href="http://www.webappers.com/2009/10/01/delays-loading-of-images-with-lazy-loader-jquery-plugin/" rel="bookmark" title="October 1, 2009">Delays Loading of Images with Lazy Loader jQuery Plugin</a></li>
<li><a href="http://www.webappers.com/2009/07/03/how-to-create-a-scrolling-background-effect/" rel="bookmark" title="July 3, 2009">How To Create A Scrolling Background Effect</a></li>
</ul>
</div>
<h3>Sponsors</h3>
<p><a href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>
<div>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6f3de_CwhvZkO23yI" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/Webappers">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/yoxview-%e2%80%93-a-free-jquery-image-viewer-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Site review: M&amp;S relaunch</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/site-review-ms-relaunch/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/site-review-ms-relaunch/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 10:17:31 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[blank areas]]></category>
		<category><![CDATA[delivery option]]></category>
		<category><![CDATA[drop down menus]]></category>
		<category><![CDATA[irrelevant results]]></category>
		<category><![CDATA[knitwear]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[product availability]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[which allows users]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/site-review-ms-relaunch/</guid>
		<description><![CDATA[Homepage The old homepage, shown below, was designed for lower screen resolutions and didn&#8217;t fit the whole screen, leaving blank areas on either side: The new version improves on this, and looks much better as a result, as well as allowing more space for merchandising, though it still doesn&#8217;t fit the whole screen. The page [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Homepage</strong></p>
<p>The old homepage, shown below, was designed for lower screen resolutions and didn&#8217;t fit the whole screen, leaving blank areas on either side: </p>
<p><img alt="M&amp;S old homepage" height="212" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4a0d4_4007957360_9bec75e317_o.jpg" width="460" /></p>
<p>The <a href="http://www.marksandspencer.com/">new version</a> improves on this, and looks much better as a result, as well as allowing more space for merchandising, though it still doesn&#8217;t fit the whole screen. </p>
<p>The page is relatively uncluttered as well, with the knitwear promotion taking up the majority of space, though site search and navigational links are clear. </p>
<p><strong>Navigation</strong></p>
<p>This is clear any easy to use. Users can navigate straight to a category from the top navigation menu, or else choose a sub-category from the drop-down menus. </p>
<p><img alt="" height="310" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/aa163_4007957886_2e2dd17015_o.jpg" width="361" /></p>
<p>The site search works reasonably well too, and its good that you can search within categories to narrow the scope, though a few searches, such as this one for a <a href="http://www.marksandspencer.com/gp/search?node=43371030&amp;field-keywords=red+shirt&amp;x=0&amp;y=0&amp;viewID=results&amp;intid=gnav_search">red shirt</a>, return a lot of seemingly irrelevant results. </p>
<p>Importantly, there are plenty of filtering options for both browsing by category or searching by keyword, which allows users to narrow their product searches. Now that M&amp;S has started adding user reviews, this would be a useful filtering option to add to the site. </p>
<p><strong>Product pages</strong></p>
<p>The product pages are a big improvement, and really benefit from from the widening of the site, as more information can now be included in a prominent position. </p>
<p><img alt="" height="254" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/3105c_4008018554_1bf3077b6d_o.jpg" width="460" /></p>
<p>Product information is good, while the photos, especially for fashion items now have a variety of views, and can be zoomed in more easily. There are some useful little touches too, such as providing product availability when customers select their sizes for clothing.  </p>
<p>M&amp;S announces on every page that standard delivery is free on all orders, so this question is dealt with neatly, though it doesn&#8217;t detail the nominated day delivery option clearly enough. This could be a persuasive sales tool, but it is easily missed. </p>
<p>Videos are also available now for a greater range of clothing items, which is more effective for <a href="http://econsultancy.com/blog/4623-five-ways-for-online-fashion-sites-to-display-products">showcasing fashion items</a> than photos alone. </p>
<p>The <strong>addition of customer reviews is a smart move</strong>, and M&amp;S also provides the &#8216;was this review helpful?&#8217; option to make it easier to <a href="http://econsultancy.com/blog/3521-how-amazon-made-2-7bn-with-one-small-tweak">organise product reviews</a>, though the addition of features like pros and cons and picking out keywords, <a href="http://econsultancy.com/blog/3774-how-to-organise-product-reviews">as Kiddicare does</a>, would be one way to improve, especially as these product pages may well attract large numbers of reviews. </p>
<p><img alt="" height="356" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bba27_4007958206_829cb99380_o.jpg" width="363" /></p>
<p><strong>M&amp;S is beginning to focus more on its multichannel strategy</strong>, with the option, on many product pages, of collecting items in store. I&#8217;ve <a href="http://econsultancy.com/blog/4597-reserve-and-collect-paying-off-for-halfords">written about this</a> lately, with reference to both Halfords and Argos, and it is a tactic that can work well in terms of driving offline sales. </p>
<p>It has been said that, for every sale the web generates online, it pushes three in store, so it makes perfect sense to make it easy for customers to search online and buy offline. </p>
<p>At the moment, the <strong>M&amp;S Shop Your Way service is relatively limited</strong>, as it only applies to 46 of its stores, as well as a limited range of products, though the <a href="http://corporate.marksandspencer.com/media/press_releases/company/NewLookWebsite">retailer plans to extend the service</a> to 163 locations this later this month. </p>
<p>Also, whereas Halfords allows customers to enter a postcode or town name to check stock in their local area direct from the product pages, M&amp;S shoppers have to consult a pop-up list to see if they have a local store in the scheme, then wait until they are at the delivery details stage of the checkout process before they can select a local store and find out about stock levels. </p>
<p>Collect in store services are a great idea, but it is about making it easier for customers to research and buy offline, and <strong>M&amp;S could make its process a little smoother</strong>. </p>
<p>Another thing I noticed on the product pages is more prominently positioned product codes, though I&#8217;m not sure whether this is to make it easier for customers to find products from catalogues and leaflets or for telephone orders. </p>
<p><strong>Basket / checkout process<br /></strong></p>
<p>The shopping basket page is clear and easy to edit, while it ticks most best practice boxes in terms of delivery and payment options, as well as a nice clear call to action.  </p>
<p>The process is clear any easy to use, with the stages set out clearly along the top of the page, and with most links and navigational options removed to minimise distractions for shoppers. </p>
<p>There are links at the bottom of the page for contact details, returns policies etc, but these open in a new window and therefore customers remain within the payment process. </p>
<p><strong>One area which could be improved is <a href="http://econsultancy.com/blog/3584-what-is-the-best-way-to-handle-e-commerce-registration">registration</a>,</strong> as new shoppers are forced to create an account, entering name and email address details. Though there are worse registration forms, it still represents an <strong>unnecessary obstacle for shoppers</strong>. </p>
<p>A better idea would be to make registration voluntary, and have users create an account as part of the payment process, rather than making it compulsory. </p>
<p><img alt="" height="222" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d968b_4007193019_b2defd98c3_o.jpg" width="460" /></p>
<p><strong>Conclusion</strong></p>
<p>The relaunched M&amp;S website is definitely an improvement on the previous incarnation, and it gets most of the basics right, in terms of e-commerce best practice. </p>
<p>Thanks to widening the site, the overall look and feel is improved, and the customer journey is indeed improved. A few tweaks here and there could still make a difference though, such as making the collect in store option easier, and looking at the issue of registration. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/site-review-ms-relaunch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Much of Your Website Do People See? Google’s Got a Tool to Tell You</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/how-much-of-your-website-do-people-see-google%e2%80%99s-got-a-tool-to-tell-you/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/how-much-of-your-website-do-people-see-google%e2%80%99s-got-a-tool-to-tell-you/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:40:34 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser size]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google browser]]></category>
		<category><![CDATA[internet surfers]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/how-much-of-your-website-do-people-see-google%e2%80%99s-got-a-tool-to-tell-you/</guid>
		<description><![CDATA[We already know that Google is obsessed with their own speed and efficiency, but the search giant is also trying to make everybody else faster on the web as well. Google Site Performance, for example, provides tips from Google on how to speed up your website, while Speed Tracer increases the efficiency of web apps [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2009/12/16/google-browser-size/&amp;service=bit.ly"><img width="51" height="61" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1feef_google-browser-size" align="right" /></a>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7ff54_browser-size.png" width="260px">We already know that Google is obsessed with <a href="http://mashable.com/2009/08/10/google-caffeine/">their own speed and efficiency</a>, but the search giant is also trying to make everybody else faster on the web as well.  <a href="http://mashable.com/2009/12/02/google-site-performance/">Google Site Performance</a>, for example, provides tips from Google on how to speed up your website, while <a href="http://mashable.com/2009/12/09/google-speed-tracer/">Speed Tracer</a> increases the efficiency of web apps by tracking performance.</p>
<p>The company is once again tackling the realm of website efficiency with a new tool that doesn&#8217;t track site speed or app performance, but the size of the browser window.  The app, <a href="http://browsersize.googlelabs.com/" target="_blank">Google Browser Size</a>, aims to help website owners solve one of the most fundamental problems in web design: <em>How should I lay out and design my website for higher engagement and conversions?</em></p>
<p>Browser Size is very simple: it overlays a transparent image on top of any website, displaying what percentage of users (on average) will see your content without scrolling.  Because people use various browser settings, monitor sizes, and screen resolutions, it can be tough to know when a key button, like a &#8220;Donate&#8221; or &#8220;Subscribe&#8221; button, is visible and easily reachable by your users.</p>
<p>Take a look at the Browser Size overlay on Mashable:</p>
<p>
<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7d3e_browser-size-2.jpg"></p>
</p>
<p>On the top and left are numbers depicting the length and width of the screen, in pixels.  In the middle you&#8217;ll notice an array of colors and percentages.  Based on research the company did during the 20% time of several engineers (this is time where Google engineers can pursue almost any project they please), they were able to extrapolate at what pixel height and width Internet surfers could see the page without scrolling, from 99% to essentially 0%.  </p>
<p>What the company did to gather this data is rather fascinating (you can read more about it on the <a href="http://googlecode.blogspot.com/2009/12/introducing-google-browser-size.html" target="_blank">Google Code Blog</a>), but the end result is a deceptively useful tool that will really tell you if you&#8217;ve designed your website efficiently or if you need to move key buttons around.</p>
<p>Try Browser Size out on your website, and tell us about the results.  Will you be changing anything because of this tool?  Let us know in the comments.</p>
<hr />Reviews: <a href="http://api.blippr.com/apps/336661-Google" target="_blank">Google</a>, <a href="http://api.blippr.com/apps/337174-Mashable" target="_blank">Mashable</a></p>
<p>Tags: <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/google-browser-size/">Google Browser Size</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/-PHCMQCN4lv3bQtPalSp1g4-VPk/0/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91fd8_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/-PHCMQCN4lv3bQtPalSp1g4-VPk/1/da"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91fd8_di" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:D7DqB2pKExk"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/91fd8_Mashable?i=cekhO9mj4Yc:4kTrtNDS44w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:V_sGLiPBpWU"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4b16b_Mashable?i=cekhO9mj4Yc:4kTrtNDS44w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:F7zBnMyn0Lo"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4b16b_Mashable?i=cekhO9mj4Yc:4kTrtNDS44w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:qj6IDK7rITs"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4b16b_Mashable?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:_e0tkf89iUM"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4b16b_Mashable?d=_e0tkf89iUM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:gIN9vFwOqvQ"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9d1e_Mashable?i=cekhO9mj4Yc:4kTrtNDS44w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:yIl2AUoC8zA"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9d1e_Mashable?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:P0ZAIrC63Ok"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f9d1e_Mashable?d=P0ZAIrC63Ok" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:I9og5sOYxJI"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c889b_Mashable?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:CC-BsrAYo0A"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c889b_Mashable?d=CC-BsrAYo0A" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=cekhO9mj4Yc:4kTrtNDS44w:_cyp7NeR2Rw"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c889b_Mashable?i=cekhO9mj4Yc:4kTrtNDS44w:_cyp7NeR2Rw" border="0"></img></a>
</div>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/c889b_cekhO9mj4Yc" height="1" width="1" /><br />
<a href="http://feeds2.feedburner.com/Mashable">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-resources/how-much-of-your-website-do-people-see-google%e2%80%99s-got-a-tool-to-tell-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>15 Free Christmas Desktop Wallpapers</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/15-free-christmas-desktop-wallpapers/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/15-free-christmas-desktop-wallpapers/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:55:32 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[blue christmas tree]]></category>
		<category><![CDATA[christmas desktop wallpapers]]></category>
		<category><![CDATA[Christmas Village]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[festive christmas]]></category>
		<category><![CDATA[Merry Christmas]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[Tree]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/15-free-christmas-desktop-wallpapers/</guid>
		<description><![CDATA[With Christmas only a week and a half away, I thought it would be a great idea to roundup some fantastic Christmas Desktop Wallpapers, to bring the festive season to your desktop. Compiled here are 15 Christmas Desktop Wallpapers that are free to download in many different screen resolutions. Let me know what Desktop Wallpaper [...]]]></description>
			<content:encoded><![CDATA[<p>With Christmas only a week and a half away, I thought it would be a great idea to roundup some fantastic Christmas Desktop Wallpapers, to bring the festive season to your desktop. Compiled here are 15 Christmas Desktop Wallpapers that are free to download in many different screen resolutions.</p>
<p>Let me know what Desktop Wallpaper you like the best. I will have to say my favorite is probably number 5 of number 13. Also, if you have found any other amazing Christmas Desktop Wallpapers, then please feel free to share them with us and the readers of WebDesignDev by leaving a comment. Thanks and enjoy the collection!</p>
<h3><span>#1</span> Christmas Snowman</h3>
<p><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Snowman.html" target="_blank"><img class="alignnone size-full wp-image-4705" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4fd1e_116.jpg" alt="1" width="674" height="506" /></a></p>
<hr />
<h3><span>#2</span> Festive Christmas</h3>
<p><a href="http://www.wallcoo.net/holiday/wonderful_christmas_1920x1200/html/wallpaper10.html" target="_blank"><img class="alignnone size-full wp-image-4706" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e7afb_27.jpg" alt="2" width="674" height="422" /></a></p>
<hr />
<h3><span>#3</span> Merry Christmas</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/117/" target="_blank"><img class="alignnone size-full wp-image-4707" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/df5ff_35.jpg" alt="3" width="674" height="421" /></a></p>
<hr />
<h3><span>#4</span> Merry Christmas</h3>
<p><a href="http://www.ewallpapers.eu/Holidays/Christmas/merry-christmas-2009.html" target="_blank"><img class="alignnone size-full wp-image-4708" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/450c9_45.jpg" alt="4" width="674" height="395" /></a></p>
<hr />
<h3><span>#5</span> Colourful Christmas Lights</h3>
<p><a href="http://www.wallcoo.net/holiday/wonderful_christmas_1920x1200/html/wallpaper8.html" target="_blank"><img class="alignnone size-full wp-image-4709" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/97bd5_55.jpg" alt="5" width="674" height="422" /></a></p>
<hr />
<h3><span>#6</span> Christmas Village</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/99/" target="_blank"><img class="alignnone size-full wp-image-4710" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e9f99_65.jpg" alt="6" width="674" height="506" /></a></p>
<hr />
<h3><span>#7</span> Wonderful Christmas</h3>
<p><a href="http://www.wallcoo.net/holiday/wonderful_christmas_1920x1200/html/wallpaper1.html" target="_blank"><img class="alignnone size-full wp-image-4711" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d33d9_75.jpg" alt="7" width="674" height="422" /></a></p>
<hr />
<h3><span>#8</span> Grey Christmas</h3>
<p><a href="http://www.ewallpapers.eu/Holidays/Christmas/Grey-Christmas.html" target="_blank"><img class="alignnone size-full wp-image-4712" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/58cef_85.jpg" alt="8" width="674" height="506" /></a></p>
<hr />
<h3><span>#9</span> Gold Christmas Tree</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/92/" target="_blank"><img class="alignnone size-full wp-image-4713" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d358f_94.jpg" alt="9" width="674" height="421" /></a></p>
<hr />
<h3><span>#10</span> Vector Christmas Tree</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/119/" target="_blank"><img class="alignnone size-full wp-image-4714" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/042db_104.jpg" alt="10" width="674" height="421" /></a></p>
<hr />
<h3><span>#11</span> Snowman Vector</h3>
<p><a href="http://www.wallcoo.net/holiday/christmas-2004/html/wallpaper1.html" target="_blank"><img class="alignnone size-full wp-image-4715" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/4130b_117.jpg" alt="11" width="674" height="506" /></a></p>
<hr />
<h3><span>#12</span> Merry Christmas</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/101/" target="_blank"><img class="alignnone size-full wp-image-4716" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7aa96_123.jpg" alt="12" width="674" height="421" /></a></p>
<hr />
<h3><span>#13</span> Festive Christmas</h3>
<p><a href="http://www.wallcoo.net/holiday/wonderful_christmas_1920x1200/html/wallpaper4.html" target="_blank"><img class="alignnone size-full wp-image-4717" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1c533_133.jpg" alt="13" width="674" height="422" /></a></p>
<hr />
<h3><span>#14</span> Merry Christmas</h3>
<p><a href="http://www.blirk.net/new-year-wallpaper/126/" target="_blank"><img class="alignnone size-full wp-image-4718" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1921d_143.jpg" alt="14" width="674" height="421" /></a></p>
<hr />
<h3><span>#15</span> Blue Christmas Tree</h3>
<p><a href="http://wallpapers.diq.ru/en/11__Blue_Christmas.html" target="_blank"><img class="alignnone size-full wp-image-4719" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7394_153.jpg" alt="15" width="674" height="506" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=NQvaWkwlhr0:HLMoAeCYp74:yIl2AUoC8zA"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7394_LearnWebdesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=NQvaWkwlhr0:HLMoAeCYp74:V_sGLiPBpWU"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7394_LearnWebdesign?i=NQvaWkwlhr0:HLMoAeCYp74:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=NQvaWkwlhr0:HLMoAeCYp74:F7zBnMyn0Lo"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d7394_LearnWebdesign?i=NQvaWkwlhr0:HLMoAeCYp74:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=NQvaWkwlhr0:HLMoAeCYp74:gIN9vFwOqvQ"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/749d0_LearnWebdesign?i=NQvaWkwlhr0:HLMoAeCYp74:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=NQvaWkwlhr0:HLMoAeCYp74:TzevzKxY174"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/749d0_LearnWebdesign?d=TzevzKxY174" border="0"></img></a>
</div>
<p><a href="http://feeds.feedburner.com/LearnWebdesign">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/15-free-christmas-desktop-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Desktop Calendar Wallpaper’s In November 2009</title>
		<link>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/top-10-desktop-calendar-wallpaper%e2%80%99s-in-november-2009/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/top-10-desktop-calendar-wallpaper%e2%80%99s-in-november-2009/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 22:40:23 +0000</pubDate>
		<dc:creator>Facebook-Web-Design</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[Available]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[chocolate and zucchini]]></category>
		<category><![CDATA[Cosmo Park]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop wallpaper calendar]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[Major Resolutions]]></category>
		<category><![CDATA[Major Sizes]]></category>
		<category><![CDATA[November]]></category>
		<category><![CDATA[Philippines]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[Terence Gomez]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/top-10-desktop-calendar-wallpaper%e2%80%99s-in-november-2009/</guid>
		<description><![CDATA[In September we did a small collection of the best desktop calendar&#8217;s which you can see here. Well this month there has been some outstanding desktop wallpapers, so I have decided to do a showcase of the top 10. Let me know what wallpaper you like the best, and what other ones in your opinion [...]]]></description>
			<content:encoded><![CDATA[<p>In September we did a small collection of the best desktop calendar&#8217;s which you can <a href="http://www.webdesigndev.com/roundups/desktop-calendar-wallpaper-collection-september-2009" target="_blank">see here</a>. Well this month there has been some outstanding desktop wallpapers, so I have decided to do a showcase of the top 10.</p>
<p>Let me know what wallpaper you like the best, and what other ones in your opinion should have made the list. I know I&#8217;m using one of these wallpapers on my desktop.</p>
<h3><span>#10</span> November 09</h3>
<p>This is a nice clean desktop wallpaper for your computer.<strong><br />
Available In:</strong> Widescreen &amp; Standard. Plus iPod Touch And iPhone.</p>
<p><a href="http://www.flickr.com/photos/kriegs/4086824123/" target="_blank"><img class="alignnone size-full wp-image-4496" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/e8ad6_1013.jpg" alt="10" width="674" height="421" /></a></p>
<hr />
<h3><span>#9</span> Kreative Garden Calendar</h3>
<p>In at number 9 we have the Kreative Garden November calendar.<strong><br />
Available In:</strong> All major screen sizes.</p>
<p><a href="http://www.kreativegarden.com/2009/11/01/desktop-calendar-and-wallpaper-november-2009/" target="_blank"><img class="alignnone size-full wp-image-4497" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6b460_913.jpg" alt="9" width="674" height="539" /></a></p>
<hr />
<h3><span>#8</span> Chocolate And Zucchini<strong><br />
</strong></h3>
<p>At number 8 we have the November edition of the Chocolate And Zucchini calendar.<strong><br />
Available In:</strong> One Size (re-sizes accordingly).</p>
<p><a href="http://chocolateandzucchini.com/archives/2009/11/november_2009_desktop_calendar.php" target="_blank"><img class="alignnone size-full wp-image-4498" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/86fa2_813.jpg" alt="8" width="674" height="421" /></a></p>
<hr />
<h3><span>#7</span> Bonding</h3>
<p>A quality designed desktop calendar. Designed by Terence Gomez from Philippines.<strong><br />
Available In:</strong> All Major Sizes.</p>
<p><a href="http://bloodbathsuck.webnode.com" target="_blank"><img class="alignnone size-full wp-image-4499" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/74759_713.jpg" alt="7" width="674" height="421" /></a></p>
<hr />
<h3><span>#6</span> Metallic Desktop Wallpaper Calendar</h3>
<p>Check out this awesome metal styled desktop calendar.<strong><br />
Available In:</strong> All Major Screen Resolutions.</p>
<p><a href="http://moneyzeal.blogspot.com/2009/10/desktop-wallpaper-calendar-november-09.html" target="_blank"><img class="alignnone size-full wp-image-4500" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/2c3d0_613.jpg" alt="6" width="674" height="379" /></a></p>
<hr />
<h3><span>#5</span> Children&#8217;s Day</h3>
<p>This desktop calendar had to come in at number 5. A quality design by Supriya Kunal Dcunha from India.<strong><br />
Available In:</strong> 800×600, 1024×768, 1280×960, 1400×1050, 1680×1200, 1920×1440</p>
<p><a href="http://www.flickr.com/photos/supsdcunha/collections/72157605168787068/" target="_blank"><img class="alignnone size-full wp-image-4501" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1a3f2_513.jpg" alt="5" width="674" height="421" /></a></p>
<hr />
<h3><span>#4</span> November 09</h3>
<p>A desktop calendar with a Bench and pond at Cosmo Park<strong><br />
Available In:</strong> All Major Resolutions</p>
<p><a href="http://www.flickr.com/photos/40292456@N07/4059344886/" target="_blank"><img class="alignnone size-full wp-image-4502" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f0b8a_413.jpg" alt="4" width="674" height="506" /></a></p>
<hr />
<h3><span>#3</span> Halucinogen Sunset</h3>
<p>A beautiful vector desktop calendar. Designed by Vinicius Ervilha from Brazil.<br />
<strong> Available In:</strong> 800×600, 1280×800, 1280×1024, 1440×900, 1680×1050, 1920×1080</p>
<p><a href="http://www.smashingmagazine.com/2009/10/31/desktop-wallpaper-calendar-november-2009/" target="_blank"><img class="alignnone size-full wp-image-4503" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/cac7e_313.jpg" alt="3" width="674" height="421" /></a></p>
<hr />
<h3><span>#2</span> November 09 Wallpaper</h3>
<p>This is a beautiful grunge styled desktop wallpaper. A non-calendar version is also available for download.<br />
<strong> Available In:</strong> All Major Resolutions &amp; iPhone + iPod Touch</p>
<p><a href="http://www.fudgegraphics.com/2009/10/parting-ways-free-november-2009-calendar-wallpaper/" target="_blank"><img class="alignnone size-full wp-image-4504" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/1ff2f_222.jpg" alt="2" width="674" height="421" /></a></p>
<hr />
<h3><span>#1</span> Bonfire Delight</h3>
<p>This had to be number one. A bonfire styled vector desktop calendar. Enjoy It!<strong><br />
Available In:</strong> 800×600, 1024×768, 1152×864, 1280×800, 1280×960, 1400×1050, 1440×900, 1600×1200, 1680×1050, 1920×1200, 1920×1440</p>
<p><a href="http://www.yipori.blogspot.com" target="_blank"><img class="alignnone size-full wp-image-4505" src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ddfb6_160.jpg" alt="1" width="674" height="421" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=-SZcKLrzBuU:oCujHUl7Bb0:yIl2AUoC8zA"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e40_LearnWebdesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=-SZcKLrzBuU:oCujHUl7Bb0:V_sGLiPBpWU"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e40_LearnWebdesign?i=-SZcKLrzBuU:oCujHUl7Bb0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=-SZcKLrzBuU:oCujHUl7Bb0:F7zBnMyn0Lo"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e40_LearnWebdesign?i=-SZcKLrzBuU:oCujHUl7Bb0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=-SZcKLrzBuU:oCujHUl7Bb0:gIN9vFwOqvQ"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e40_LearnWebdesign?i=-SZcKLrzBuU:oCujHUl7Bb0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearnWebdesign?a=-SZcKLrzBuU:oCujHUl7Bb0:TzevzKxY174"><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/85e40_LearnWebdesign?d=TzevzKxY174" border="0"></img></a>
</div>
<p><a href="http://feeds.feedburner.com/LearnWebdesign">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/facebook-web-design/web-design/top-10-desktop-calendar-wallpaper%e2%80%99s-in-november-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Throws Its Weight Behind Improving Web Type, Adopts WOFF for Firefox</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/mozilla-throws-its-weight-behind-improving-web-type-adopts-woff-for-firefox/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/mozilla-throws-its-weight-behind-improving-web-type-adopts-woff-for-firefox/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:54:02 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font format]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[John Dagget]]></category>
		<category><![CDATA[Jones]]></category>
		<category><![CDATA[new fonts]]></category>
		<category><![CDATA[opentype font]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WOFF]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/mozilla-throws-its-weight-behind-improving-web-type-adopts-woff-for-firefox/</guid>
		<description><![CDATA[Firefox users will soon gain the ability to see an even greater diversity of fonts on web pages. Mozilla announced Tuesday that version 3.6 of Firefox, due by the end of the year, will support the new Web Open Font Format, or WOFF. Web authors will be able to include WOFF fonts in their page [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9575c_home_visualdesign_200x100r.jpg" />Firefox users will soon gain the ability to see an even greater diversity of fonts on web pages.</p>
<p>Mozilla <a href="http://hacks.mozilla.org/2009/10/woff/">announced Tuesday</a> that version 3.6 of Firefox, due by the end of the year, will support the new Web Open Font Format, or <a href="http://people.mozilla.com/~jkew/woff/woff-spec-latest.html">WOFF</a>. Web authors will be able to include WOFF fonts in their page designs by linking to the font files in their code the same way they link to images and other downloadable files.</p>
<p>WOFF becomes the third downloadable font format supported by Firefox &#8212; version 3.5 included support for TrueType and OpenType font downloads.</p>
<p>But WOFF has two key advantages over TrueType and OpenType: WOFF fonts are compressed, so they download faster, and they include support for tags and other unencrypted metadata.</p>
<p>This is a significant step forward not only for the emerging open format, but also for type on the web in general, which is still stuck in a state of mild turmoil.</p>
<p>For years, designers have been limited to using only a set of five or six common fonts on the web. But thanks to new font rendering tools within the emerging HTML5 and CSS3 standards, web designers now have the ability to use newer, more visually interesting typefaces &#8212; and make that type appear more consistently across browsers, operating systems and screen resolutions.</p>
<p>Even with these new abilities, intervening forces like DRM, licensing restrictions and varying levels of support from the browser makers have stalled progress, forcing the modern designer to resort to a variety of workarounds and hacks if they want to use these new fonts. Some possible solutions have shown up, including the OpenType standard and a &#8220;middleman&#8221; licensing model <a href="http://www.webmonkey.com/blog/Typekit_Hopes_to_Become_the_YouTube_of_Fonts">proposed by the start-up Typekit</a>, but haven&#8217;t yet gained traction. Earlier this month, popular website <a href="http://www.webmonkey.com/blog/BoingBoing_s_Redesign_Uncovers_the_Dark_Side_of_Web_Fonts">Boing Boing launched a redesign</a> using CSS3&#8217;s @font-face rule, but ran into problems when things didn&#8217;t render correctly on older machines.</p>
<p>WOFF doesn&#8217;t promise to totally solve the problem of browser compatibility &#8212; it still uses the same paradigm within CSS3&#8217;s @font-face rule where users are served a preferred font choice first, but are then offered backup choices if their browser doesn&#8217;t support the first one. And there are still special considerations for IE 8 users, as Microsoft&#8217;s browser supports @font-face, but only if you use the .eot font format.</p>
<p>What it <em>does</em> do is improve workflows for those using downloadable fonts in their designs.</p>
<p>Mozilla contributor John Dagget outlines the compression and tagging advantages on the <a href="http://hacks.mozilla.org/2009/10/woff/">Mozilla Hacks blog</a>:</p>
<blockquote><p> First, compression is part of the WOFF format so web authors can optimize the size of fonts used on their pages. The compression format is lossless, the uncompressed font data will match that of the original OpenType or TrueType font, so the way the font renders will be the same as the original. Similar compression can be achieved using general HTTP compression but because compression is part of the WOFF format, it&#8217;s simpler for authors to use, especially in situations where access to server configuration is not possible.</p>
<p>Second, the format includes optional metadata so that a font vendor can tag their fonts with information related to font usage. This metadata doesn&#8217;t affect how fonts are loaded but tools can use this information to identify the source of a given font, so that those interested in the design of a given page can track down the fonts used on that page.</p>
</blockquote>
<p>Dagget also notes that WOFF fonts aren&#8217;t &#8220;secure,&#8221; so the format shouldn&#8217;t be used by foundries wanting to regulate the use of their work. However, over 30 major type foundries &#8212; including House Industries, Hoefler &amp; Frere-Jones and ITC &#8212; are <a href="http://blog.mozilla.com/blog/2009/10/20/mozilla-supports-web-open-font-format/">already endorsing the format</a>, and Mozilla&#8217;s support should help foster its popularity.</p>
<p>You can read more about how WOFF is used, plus see examples on the <a href="http://hacks.mozilla.org/2009/10/woff/">Mozilla Hacks blog</a>. You can also check out WOFF support yourself by downloading the latest <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">nightly builds of Firefox</a> and giving it a whirl.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/BoingBoing_s_Redesign_Uncovers_the_Dark_Side_of_Web_Fonts">Boing Boing&#8217;s Redesign Uncovers the Dark Side of Web Fonts</a></li>
<li><a href="http://www.webmonkey.com/blog/Typekit_Hopes_to_Become_the_YouTube_of_Fonts">Typekit Hopes to Become the YouTube of Fonts</a></li>
<li><a href="http://www.webmonkey.com/print/blog/Use_@font-face_Today_With_Free__Legal_Fonts">Use @font-face Today With Free, Legal Fonts</a></li>
</ul>
<p><a href="http://www.webmonkey.com/rss/wiki">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/mozilla-throws-its-weight-behind-improving-web-type-adopts-woff-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A Twitter Background That Flows With Your Website Design</title>
		<link>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/how-to-create-a-twitter-background-that-flows-with-your-website-design/</link>
		<comments>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/how-to-create-a-twitter-background-that-flows-with-your-website-design/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:58:01 +0000</pubDate>
		<dc:creator>BlogPoster</dc:creator>
				<category><![CDATA[web resources]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[background template]]></category>
		<category><![CDATA[Chris Spooner]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[Joe]]></category>
		<category><![CDATA[networking services]]></category>
		<category><![CDATA[Polaroid]]></category>
		<category><![CDATA[polaroid photo]]></category>
		<category><![CDATA[screen resolutions]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[websites design]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/how-to-create-a-twitter-background-that-flows-with-your-website-design/</guid>
		<description><![CDATA[These days more and more social networking services such as Twitter are making it possible for you to give your profile its own design, this is key to getting your site know, logos, themes, header etc.. are things that people remember your site by, so its key to spread you design across the web. Here [...]]]></description>
			<content:encoded><![CDATA[<p>These days more and more social networking services such as <a href="http://twitter.com/henrydurdan">Twitter</a> are making it possible for you to give your profile its own design, this is key to getting your site know, logos, themes, header etc.. are things that people remember your site by, so its key to spread you design across the web. Here is a step by step tutorial on how to let your websites design flow straight into <a href="http://twitter.com/henrydurdan">Twitter</a>.<span></span></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d4f41_261.jpg" alt="Final Result" width="610" height="322" class="aligncenter size-full wp-image-986" /></p>
<p>
<h2>The Tutorial</h2>
<p>
<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/bb1ac_112.jpg" alt="PSD Template" width="610" height="361" class="aligncenter size-full wp-image-988" /></p>
<p>Lets get started, download the <a href="http://blogspoon.s3.amazonaws.com/wp-content/uploads/2009/twitter-theme/Twitter-BG-Template.psd.zip">Twitter PSD Background Template</a> courtesy of <a href="http://henryladcases.com">Chris Spooner</a>. This PSD has all the different screen resolutions and where the twitter section will be in relation. </p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/41920_32.jpg" alt="Grab Your Background" width="610" height="248" class="aligncenter size-full wp-image-990" /></p>
<p>Grab your websites header and place it in the top right corner. Then shut the visibility of the template group off.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6be91_23.jpg" alt="Spray Erase Edges" width="610" height="105" class="aligncenter size-full wp-image-992" /></p>
<p>Using this <a href="http://psd.tutsplus.com/freebies/brushes/hi-res-spray-paint-photoshop-brushes/">Hi-Res Spray Brush Set</a> start to erase the right end of the header, the reason behind this is that we want to make the head fade of to the background colour seamlessly with a nice effect spray grunge effect, rather than a straight edge.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/856e5_34.jpg" alt="final result" width="610" height="118" class="aligncenter size-full wp-image-995" /></p>
<p>Using some of your own brushes really start to personalize the end result whilst blending from the header to the background. You can also use a white brush to spray some texture at the center of the header.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/d0118_42.jpg" alt="Get Your Logo" width="610" height="114" class="aligncenter size-full wp-image-997" /></p>
<p>Next, get your logo and place it on the canvas, scale it to size, rotate it to make the design more free and fit with the fading edges.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/21ddd_52.jpg" alt="Photo frame" width="610" height="364" class="aligncenter size-full wp-image-998" /></p>
<p>Download a <a href="http://www.sxc.hu/photo/854924">blank polaroid photo frame</a>, scale it to size and rotate it the opposite way to the logo.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/37d9d_62.jpg" alt="Warp1" width="440" height="330" class="aligncenter size-full wp-image-1000" /></p>
<p>With the polaroid layer select go to <strong>Edit&gt;Transform&gt;Warp</strong>.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b7b51_72.jpg" alt="Warping Polaroid Image" width="610" height="325" class="aligncenter size-full wp-image-1001" /></p>
<p>Warp the polaroids image at the bottom left up, this will create the effect that the edge is slightly curled.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a0d03_82.jpg" alt="Adding A Drop Shadow" width="610" height="266" class="aligncenter size-full wp-image-1003" /></p>
<p>Next to add more depth and realism add yourself a drop shadow with an angle of <strong>35</strong>, opacity of <strong>50% </strong>and a distance of <strong>3px</strong>. </p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/ce13f_91.jpg" alt="Check Template" width="610" height="267" class="aligncenter size-full wp-image-1005" /></p>
<p>Now just turn the visibility of the PSD Template back on just to check that everything is aligned okay at the standard screen res.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/22ca5_101.jpg" alt="Add A Photo Of You" width="610" height="342" class="aligncenter size-full wp-image-1008" /></p>
<p>Make your twitter page personal to you and grab a photo of yourself and rescale and rotate it in position, then give it the same <b>Warp</b> we did with the polaroid frame.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/7618e_113.jpg" alt="Add Your Name" width="610" height="345" class="aligncenter size-full wp-image-1009" /></p>
<p>Add your name to the bottom space of the polaroid frame, the font I have used here is called <a href="http://www.dafont.com/dear-joe.font">Dear Joe</a>.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/053ff_121.jpg" alt="coffee stain" width="610" height="370" class="aligncenter size-full wp-image-1010" /></p>
<p>Get yourself a <a href="http://designm.ag/resources/photoshop-stains-brushes/">Mug Stain Brush</a> and place it over the polaroid photo, set the blending mode to <b>Multiply</b>.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/f1946_131.jpg" alt="Social Icons" width="610" height="380" class="aligncenter size-full wp-image-1011" /></p>
<p>Download <a href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers">Free Hand Drawn Doodle Icon Set</a> bring the icons that you want or you are part of and desaturate them (SHIFT+CMD+U), rotate and scale them to your preference.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/a582e_141.jpg" alt="Nudge them into position" width="610" height="282" class="aligncenter size-full wp-image-1012" /></p>
<p>Next, take the desaturated social icons and nudge them into position behind the polaroid photo.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/9a0ee_151.jpg" alt="Spray" width="610" height="141" class="aligncenter size-full wp-image-1013" /></p>
<p>Using the same spray brush set as earlier bump the resolution up and set the colour to black, then spray some where over the header</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/43334_171.jpg" alt="Change The Opacity" width="600" height="180" class="aligncenter size-full wp-image-1015" /></p>
<p>Next, change the opacity of this layer down to <strong>25%</strong>, this will add more of a textured feeling to the header.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/19817_191.jpg" alt="Doodles" width="610" height="225" class="aligncenter size-full wp-image-1016" /></p>
<p>Now find yourself some nice doodle brushes and place some around the design, then drop the opacity down to <b>35%</b> so they aren&#8217;t too intrusive to the design &#8211; yet making it more &#8216;personal&#8217;.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/b7fe5_221.jpg" alt="save for web" width="610" height="429" class="aligncenter size-full wp-image-1020" /></p>
<p>That&#8217;s pretty much the design side of it done, you want to keep your websites theme, make it more personal however you don&#8217;t want to clutter it as it&#8217;s only the top left corner you have to work with. Now crop the design to the smallest area possible and save for web and devices (OPT+CMD+SHIFT+S) &#8211; save it as a JPEG and tweak the file size so you get high quality with the smallest file size.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/05819_241.jpg" alt="Upload To Twitter" width="500" height="330" class="aligncenter size-full wp-image-1022" /></p>
<p>Login to your <a href="http://twitter.com/henrydurdan">Twitter</a> account and navigate to your <strong>settings page</strong>, click the tab that says <strong>design</strong>. Change the background image by uploading your new design remember not tile the background.</p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6f15d_25.jpg" alt="Colour Scheme" width="483" height="253" class="aligncenter size-full wp-image-1024" /></p>
<p>Next, change the colour scheme of the design so that it matches the overall colours used in the design. Use the eye dropper tool in Photoshop to get the hex colour and simply apply it to the desired section.</p>
<p>
<h2>Final Image</h2>
<p>
<img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6f79a_232.jpg" alt="Final Image" width="610" height="281" class="aligncenter size-full wp-image-1025" /></p>
<p>With the design complete head over to your profile and check out your new design! If you enjoyed this don&#8217;t forget to <a href="http://twitter.com/henrydurdan">follow me on Twitter.</a></p>
<p><img src="http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/6f79a_CxGzZPzvM3w" height="1" width="1" /><br />
<a href="http://feeds.feedburner.com/HenryDurdanDesignBlog">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neurosoftware.ro/programming-blog/blogposter/web-resources/how-to-create-a-twitter-background-that-flows-with-your-website-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

