<?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>design follow &#187; Development</title>
	<atom:link href="http://www.designfollow.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designfollow.com</link>
	<description>best of design and Web Development and more</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:58:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>9 Useful PHP Functions and Features You Need to Know</title>
		<link>http://www.designfollow.com/development/9-useful-php-functions-and-features-you-need-to-know/</link>
		<comments>http://www.designfollow.com/development/9-useful-php-functions-and-features-you-need-to-know/#comments</comments>
		<pubDate>Mon, 03 May 2010 04:00:07 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Features]]></category>
		<category><![CDATA[PHP Functions]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=10600</guid>
		<description><![CDATA[Even after using PHP for years, we stumble upon functions and features that we did not know about. Some of these can be very useful, yet underused. Not all of us have read the manual and the function reference from cover to cover! View Post &#8230;]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/9-useful-php-functions-and-features-you-need-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different Stylesheets for Differently Sized Browser Windows</title>
		<link>http://www.designfollow.com/development/different-stylesheets-for-differently-sized-browser-windows/</link>
		<comments>http://www.designfollow.com/development/different-stylesheets-for-differently-sized-browser-windows/#comments</comments>
		<pubDate>Sun, 02 May 2010 11:00:05 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=10804</guid>
		<description><![CDATA[Otherwise known as “resolution dependent layouts”. Single website, different CSS files for rearranging a website to take advantage of the size available. The above code will apply the 800.css styling to the document only if the device viewing it has a width of 800px or wider. And… supports “media queries” in this way. Keep in [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/different-stylesheets-for-differently-sized-browser-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Easy To Customize Premium PHP Contact Forms</title>
		<link>http://www.designfollow.com/development/21-easy-to-customize-premium-php-contact-forms/</link>
		<comments>http://www.designfollow.com/development/21-easy-to-customize-premium-php-contact-forms/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:00:37 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Contact Forms]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=10610</guid>
		<description><![CDATA[One of the most hardest jobs in web development processes definitely is form creation. Coding behind these forms are painless enough, but then you need to think also about Spam filters, usability, interface and functions should work in all cases &#8230; View Post &#8230;]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/21-easy-to-customize-premium-php-contact-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Your Own Dynamic Home Page Using PHP</title>
		<link>http://www.designfollow.com/development/how-to-make-your-own-dynamic-home-page-using-php/</link>
		<comments>http://www.designfollow.com/development/how-to-make-your-own-dynamic-home-page-using-php/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 19:00:14 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=10519</guid>
		<description><![CDATA[Last time I taught you, how to create your own homepage in HTML. Today I’ll teach you how to create more dynamic home page using Personal Home Page (PHP) scripting. Please refer to my previous article about creating your own homepage in HTML to get more clearer to web programming, you’ll be needing HTML even [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/how-to-make-your-own-dynamic-home-page-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Tips to Make Your PHP Code Better</title>
		<link>http://www.designfollow.com/development/20-tips-to-make-your-php-code-better/</link>
		<comments>http://www.designfollow.com/development/20-tips-to-make-your-php-code-better/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 05:00:14 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Tips to Make Your PHP Code]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=10416</guid>
		<description><![CDATA[The most used and well documented programming language for web development is PHP, but it has some problems as a language (every language does). The most important problem is it’s too much permissive, and we can make some common mistakes that can hide our program’s behaviour beyond the limit, instead of writing a clean and [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/20-tips-to-make-your-php-code-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 CSS Habits to Develop for Frustration-Free Coding</title>
		<link>http://www.designfollow.com/development/15-css-habits-to-develop-for-frustration-free-coding/</link>
		<comments>http://www.designfollow.com/development/15-css-habits-to-develop-for-frustration-free-coding/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:42:43 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/development/15-css-habits-to-develop-for-frustration-free-coding/</guid>
		<description><![CDATA[It’s been said that the key to a civilization’s success is mastery of the food system. Unless a group of people can effectively control the basic needs for survival, they will never achieve greatness. Likewise, before CSS skills can be expanded to an advanced level, the basics must become instinct to any CSS coder. Develop [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/15-css-habits-to-develop-for-frustration-free-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Techniques that Will Rock the Socks Off Your Clients</title>
		<link>http://www.designfollow.com/development/php-techniques-that-will-rock-the-socks-off-your-clients/</link>
		<comments>http://www.designfollow.com/development/php-techniques-that-will-rock-the-socks-off-your-clients/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 07:00:00 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Techniques]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=9753</guid>
		<description><![CDATA[PHP has evolved into the language of choice for developers looking to create interactive web applications with dynamic functions. This powerful language allows you to create, develop, and grow your apps with added improvements such as validation for forms and auto-complete for text fields. But that’s just the beginning, you can do much more with [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/php-techniques-that-will-rock-the-socks-off-your-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carbon Fiber Signup Form With PHP, jQuery and CSS3</title>
		<link>http://www.designfollow.com/css/carbon-fiber-signup-form-with-php-jquery-and-css3/</link>
		<comments>http://www.designfollow.com/css/carbon-fiber-signup-form-with-php-jquery-and-css3/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:30:08 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery and CSS3]]></category>
		<category><![CDATA[Signup Form]]></category>
		<category><![CDATA[Signup Form With PHP]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=9627</guid>
		<description><![CDATA[Today we are making a carbon fiber – style form, build using progressive enhancement. This means that we first ensure that the form works well without JavaScript and fancy CSS support (think of IE6 here) and later move on by layering over cool styling, AJAX and jQuery magic. The form features its own custom tooltip [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/css/carbon-fiber-signup-form-with-php-jquery-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fight Div-itis and Class-itis With the 960 Grid System</title>
		<link>http://www.designfollow.com/development/fight-div-itis-and-class-itis-with-the-960-grid-system/</link>
		<comments>http://www.designfollow.com/development/fight-div-itis-and-class-itis-with-the-960-grid-system/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 20:00:10 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[960 Grid System]]></category>
		<category><![CDATA[Class-itis 960 Grid]]></category>
		<category><![CDATA[Div-itis 960 Grid]]></category>
		<category><![CDATA[Grid]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=9376</guid>
		<description><![CDATA[Years ago, HTML tables were the standard for laying out web pages. CSS and semantic thinking changed that, and today CSS frameworks make designing relatively easy. But they can also generate a surprising number of superfluous elements. The 960 Grid System encourages the addition of &#60;div&#62; elements and class attributes, especially on complicated pages. Is [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/fight-div-itis-and-class-itis-with-the-960-grid-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>35 really useful php tutorials and development techniques</title>
		<link>http://www.designfollow.com/development/35-really-useful-php-tutorials-and-development-techniques/</link>
		<comments>http://www.designfollow.com/development/35-really-useful-php-tutorials-and-development-techniques/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 10:00:17 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[development techniques php]]></category>
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=9160</guid>
		<description><![CDATA[PHP is the most popular and widely accepted server side scripting language among developers due to its easy to learn nature, free of cost and its large ever increasing helpful community, we usually seen in wordpress blog platforms, wordpress blogs totally build in PHP language. Today we presenting first time PHP tutorials roundup which are [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/35-really-useful-php-tutorials-and-development-techniques/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 best practices for front-end web developers</title>
		<link>http://www.designfollow.com/development/top-10-best-practices-for-front-end-web-developers/</link>
		<comments>http://www.designfollow.com/development/top-10-best-practices-for-front-end-web-developers/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:00:39 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=8916</guid>
		<description><![CDATA[Most of the time when I’m viewing a website source, I see, at the very bottom of the page, an almost endless list of closing &#60;/div&#62;  tags. In fact, many beginners think they just have to use divs instead of tables to produce quality code. Divs are cleaners than tables, but without proper code organization, [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/top-10-best-practices-for-front-end-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design a Prettier Web Form with CSS 3</title>
		<link>http://www.designfollow.com/development/design-a-prettier-web-form-with-css-3/</link>
		<comments>http://www.designfollow.com/development/design-a-prettier-web-form-with-css-3/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 02:00:23 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[Form CSS 3]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=8514</guid>
		<description><![CDATA[Thanks to advanced CSS properties, such as gradients and shadows, it&#8217;s now quite easy to turn a dull web form into something beautiful &#8211; with minimal effort. I&#8217;ll show you how in today&#8217;s tutorial! Subtle background gradients give depth to the fields while shadows lift them from the page. Even more impressive is that this [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/design-a-prettier-web-form-with-css-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vital Tips for Working with MySQL Databases</title>
		<link>http://www.designfollow.com/development/vital-tips-for-working-with-mysql-databases/</link>
		<comments>http://www.designfollow.com/development/vital-tips-for-working-with-mysql-databases/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 13:27:48 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=4858</guid>
		<description><![CDATA[MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject. Here are a few Valuable Tips, Tutorials, and Applications users need to know [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/vital-tips-for-working-with-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Collection of HTML5 Resources and Tutorials</title>
		<link>http://www.designfollow.com/development/a-collection-of-html5-resources-and-tutorials/</link>
		<comments>http://www.designfollow.com/development/a-collection-of-html5-resources-and-tutorials/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:00:08 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=4345</guid>
		<description><![CDATA[By now everyone has heard of HTML 5 and its new functionalities. Pretty exciting isn&#8217;t it… also a little daunting. Of course, there are two sides to the excitement, most developers love it, others feel it has come to soon and we are not ready for it. What ever your feelings are on this issue, [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/a-collection-of-html5-resources-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private Label Opportunities for Web Designers and Developers</title>
		<link>http://www.designfollow.com/development/private-label-opportunities-for-web-designers-and-developers/</link>
		<comments>http://www.designfollow.com/development/private-label-opportunities-for-web-designers-and-developers/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 16:00:13 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=4282</guid>
		<description><![CDATA[Web designers have the opportunity to increase their income and to help brand their business by taking advantage of private label (or white label) options that are available. A private label means that you will be able to brand it as your own. For example, you can use a re-branded CMS that appears to clients [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/private-label-opportunities-for-web-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Your First PHP Application: Part 1</title>
		<link>http://www.designfollow.com/development/creating-your-first-php-application-part-1/</link>
		<comments>http://www.designfollow.com/development/creating-your-first-php-application-part-1/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:00:58 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=4187</guid>
		<description><![CDATA[This is a guest post from Brian Muse, our lead developer on You Rather. He’ll be guiding you through a three part journey of PHP applications over the next few days. This tutorial is intended for readers who know the very basics of PHP and Object Oriented Programming (OOP) and would like to create a [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/creating-your-first-php-application-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Simple Web Accessibility Tips You Can Do Today</title>
		<link>http://www.designfollow.com/development/10-simple-web-accessibility-tips-you-can-do-today/</link>
		<comments>http://www.designfollow.com/development/10-simple-web-accessibility-tips-you-can-do-today/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 07:05:41 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3932</guid>
		<description><![CDATA[One of the most overlooked aspects in designing a website that we often brush off is web accessibility. There’s a misconception that web accessibility requires sacrifices to aesthetics, or that it’s not worth the effort. But, with a growing number of ways that users access the web, creating highly-accessible and universal designs that can be [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/10-simple-web-accessibility-tips-you-can-do-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>11 Useful Online Tools for Better CSS Development</title>
		<link>http://www.designfollow.com/development/11-useful-online-tools-for-better-css-development/</link>
		<comments>http://www.designfollow.com/development/11-useful-online-tools-for-better-css-development/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:00:53 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Online Tools]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3679</guid>
		<description><![CDATA[Whether you’re a CSS pro or just learning, it’s important to have a good set of tools to speed up and simplify your development. What makes the web so great now, is that many valuable tools can be found online and used inside your browser. Here are 11 online CSS tools that should be a [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/11-useful-online-tools-for-better-css-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tutorials to Take Your WordPress Development Skills to the Next Level</title>
		<link>http://www.designfollow.com/wordpress/10-tutorials-to-take-your-wordpress-development-skills-to-the-next-level/</link>
		<comments>http://www.designfollow.com/wordpress/10-tutorials-to-take-your-wordpress-development-skills-to-the-next-level/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 13:52:27 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3643</guid>
		<description><![CDATA[As the community of WordPress designers and developers continues to grow, and as new versions of WordPress are released, there are more opportunities to learn different techniques and tricks that you can apply in your own work. In these 10 tutorials you will find strategies that should prove to be very useful in your own [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/wordpress/10-tutorials-to-take-your-wordpress-development-skills-to-the-next-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 MySQL tricks you may not know</title>
		<link>http://www.designfollow.com/development/5-mysql-tricks-you-may-not-know/</link>
		<comments>http://www.designfollow.com/development/5-mysql-tricks-you-may-not-know/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 05:19:39 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3607</guid>
		<description><![CDATA[It’s easy to be comfortable using a few well-worn SQL query techniques, but MySQL is deep – way deep. Here are 5 tricks you may find useful. 1. Produce terminal-friendly output Occasionally you may be using the command line and find yourself limited by the size of either the table you’re getting results from or [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/5-mysql-tricks-you-may-not-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A 4-Step Process for a Positive Web Marketing Approach</title>
		<link>http://www.designfollow.com/development/a-4-step-process-for-a-positive-web-marketing-approach/</link>
		<comments>http://www.designfollow.com/development/a-4-step-process-for-a-positive-web-marketing-approach/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 19:00:45 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3525</guid>
		<description><![CDATA[A successful promotional strategy on the web is critical to the ubiquity of your product. When done in a way that relates to the target audience, not only can you get your product out in the minds of people, but you will also have contributed to the betterment of the web as a whole by [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/a-4-step-process-for-a-positive-web-marketing-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Web Development Goodies Bag</title>
		<link>http://www.designfollow.com/development/fresh-web-development-goodies-bag-2/</link>
		<comments>http://www.designfollow.com/development/fresh-web-development-goodies-bag-2/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:00:25 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=3411</guid>
		<description><![CDATA[Over the last decade web designers managed to come up with a plethora of useful techniques and design solutions that make today’s web development process much more straightforward and simple. Some techniques were simply applied to the Web, while others were developed from scratch, helping developers to use off-the-shelf-solutions to problems quicker and in a [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/fresh-web-development-goodies-bag-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strategies on How To Motivate Users to Sign Up Through Design</title>
		<link>http://www.designfollow.com/development/strategies-on-how-to-motivate-users-to-sign-up-through-design/</link>
		<comments>http://www.designfollow.com/development/strategies-on-how-to-motivate-users-to-sign-up-through-design/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:00:36 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=2987</guid>
		<description><![CDATA[Be it web-based applications or online services, they are taking the Internet by storm. Many websites introducing these services are created and launched to get users to sign up and use the software (hopefully for a long-term). The question is: How do we get users from the unfamiliar zone into the interested zone and subsequently [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/strategies-on-how-to-motivate-users-to-sign-up-through-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26 Must Have Resources for the Web Developer’s Toolbox</title>
		<link>http://www.designfollow.com/resources/26-must-have-resources-for-the-web-developer%e2%80%99s-toolbox/</link>
		<comments>http://www.designfollow.com/resources/26-must-have-resources-for-the-web-developer%e2%80%99s-toolbox/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:30:12 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Web Developer’s Toolbox]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=2753</guid>
		<description><![CDATA[In every creative field, there are certain tools that one always keeps handy in order to get the job done. As developers (who also design) the toolbox inventory needs to be broad to encompass all the necessary areas to keep you moving and productive. Below is a list of the resources that we felt should [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/resources/26-must-have-resources-for-the-web-developer%e2%80%99s-toolbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 Tips and Tricks on Developing Usable Websites</title>
		<link>http://www.designfollow.com/development/8-tips-and-tricks-on-developing-usable-websites/</link>
		<comments>http://www.designfollow.com/development/8-tips-and-tricks-on-developing-usable-websites/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:00:05 +0000</pubDate>
		<dc:creator>designfollow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.designfollow.com/?p=2449</guid>
		<description><![CDATA[I feel like so many web developers whether beginners or experienced make little mistakes that make the overall website usability diminish. So I have come up with a list of tips/tricks that will help you either fix your existing websites or help you create better websites from the get go. So here we go. Visit [...]]]></description>
		<wfw:commentRss>http://www.designfollow.com/development/8-tips-and-tricks-on-developing-usable-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
