<?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/"
				  >
<channel>
<title><![CDATA[Find Developer Code - resource for programmers, designers.]]></title>
<link><![CDATA[http://www.finddevcode.com/]]></link>
<description><![CDATA[Find your link to a resource about web development.]]></description>
<image><title><![CDATA[Find your link to a resource about web development.]]></title>
<link><![CDATA[http://www.finddevcode.com/rssarticle.php]]></link>
<url>http://www.finddevcode.com/images/logo.png</url>
</image>
<language>en-us</language>
<pubDate>Sat, 15 Aug 2009 11:05:21 +0200</pubDate>
<item>
<title><![CDATA[CSS3 rounded corners for every browser? An alternative quick solution without headache ]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/CSS3-rounded-corners-for-every-browser-An-alternative-quick-solution-without-headache/212/]]></link>
<pubDate>Sat, 15 Aug 2009 11:05:21 +0200</pubDate>
<description><![CDATA[In the last weeks I frequently received a question about how to use CSS3 <em><span style="font-weight: bold;">border-radius</span></em> property to draw HTML elements with rounded corners in Internet Explorer. How you know CSS3 border-radius property is natively supported in Safari, Firefox and Chrome but for some mysterious reason this property is not supported in Internet Explorer.]]></description>
</item>
<item>
<title><![CDATA[Jquery form validation 1.3.9 with AJAX validation]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Jquery-form-validation-139-with-AJAX-validation/211/]]></link>
<pubDate>Sat, 15 Aug 2009 11:02:09 +0200</pubDate>
<description><![CDATA[<p>I am proud to announce that the Ajax validation for my form engine is ready to go. By the way I am also proud to say this plugin had a small line in a recent smashing magazine article! </p><br>This is a major shift in the plugin structure, everything is open, this enable a lot of possibility but please understand that there could be some minor bugs. I am still tracking frameworks bugs, this is why this is not called 1.4. The CSS styles are also revamped with a more 2.0 feel.]]></description>
</item>
<item>
<title><![CDATA[Why PHP Frameworks Matter]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Why-PHP-Frameworks-Matter/210/]]></link>
<pubDate>Sat, 15 Aug 2009 10:59:24 +0200</pubDate>
<description><![CDATA[In a 1998 interview with Dr. Dobb&rsquo;s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I&rsquo;ve never forgotten, remarking, &ldquo;Take a good look at what you want to do, and try to come up with the long-term lazy way, not the short-term lazy way.&rdquo; <a href="http://buildinternet.com/2009/08/why-php-frameworks-matter/#1">[1]</a> To paraphrase another Larry Wall-ism, in the programming world &ldquo;laziness is indeed a virtue&rdquo;, and if you&rsquo;re not a lazy programmer, then frankly you&rsquo;re not trying hard enough.]]></description>
</item>
<item>
<title><![CDATA[Easily Implement a Live Search Effect: New Plus Tutorial]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Easily-Implement-a-Live-Search-Effect-New-Plus-Tutorial/209/]]></link>
<pubDate>Sat, 15 Aug 2009 10:57:39 +0200</pubDate>
<description><![CDATA[The live search effect is no novelty in desktop apps. In Mac OS X or Windows Vista/7, just type a few letters in a search box, and almost instantly you get the search results on the fly. Having to hit the submit button is becoming old school. This tutorial will show you how to bring this cool effect to the web world with jQuery. The code used in this tutorial is modified based on John Resig&#39;s approach.]]></description>
</item>
<item>
<title><![CDATA[8 Regular Expressions You Should Know]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/8-Regular-Expressions-You-Should-Know/208/]]></link>
<pubDate>Sat, 15 Aug 2009 10:55:45 +0200</pubDate>
<description><![CDATA[Regular expressions are a language of their own. When you learn a new programming language, they&#39;re this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the &quot;simple&quot; pattern described. Today, we&#39;ll review eight regular expressions that you should know for your next coding project.]]></description>
</item>
<item>
<title><![CDATA[Create a grunge wordpress theme with Photoshop]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Create-a-grunge-wordpress-theme-with-Photoshop/207/]]></link>
<pubDate>Sun, 09 Aug 2009 07:41:51 +0200</pubDate>
<description><![CDATA[Hello my friends. In this tutorial I will show you how easy is to create a nice looking vintage layout. I will use some textures to create a grunge web layout. This layout can be used to create a grunge wordpress theme but can be used also for another types of websites: for example a grunge portfolio layout.]]></description>
</item>
<item>
<title><![CDATA[30 Tutorials Combining Both Wordpress and jQuery]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/30-Tutorials-Combining-Both-Wordpress-and-jQuery/206/]]></link>
<pubDate>Sun, 09 Aug 2009 07:40:51 +0200</pubDate>
<description><![CDATA[Take the most popular CMS, Wordpress, and then take the easiest and most versatile of Javscript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within Wordpress is a lot easier than you would think, all you need is a little support from the huge WP community and a little patience, and you are good to go. Below you will find 30 Tutorials Combining both Wordpress and jQuery.]]></description>
</item>
<item>
<title><![CDATA[Twitter like Search with jQuery and Ajax]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Twitter-like-Search-with-jQuery-and-Ajax/205/]]></link>
<pubDate>Sun, 09 Aug 2009 07:40:00 +0200</pubDate>
<description><![CDATA[This tutorial about <em>how to display twitter like search results with jQuery and Ajax</em>. When you click the search button the results will display on the same page. This is very interesting and simple. Take a look at beautiful <a href="http://9lessons.net63.net/newsearch.php">live demo</a>]]></description>
</item>
<item>
<title><![CDATA[200+ Extremely Free Halftone Adobe Photoshop Brushes]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/200-Extremely-Free-Halftone-Adobe-Photoshop-Brushes/204/]]></link>
<pubDate>Sun, 09 Aug 2009 07:38:58 +0200</pubDate>
<description><![CDATA[<span style="float: left; width: 460px; margin-top: 15px;"><br><p>There are different kinds of <strong>Adobe Photoshop Brushes </strong>on the web that you can use for free. That&rsquo;s why starting today, we will feature High Quality Photoshop Brushes and categorize them on their respective style. This post is a collection of <strong>Halftone Brushes</strong> made by some passionate designers and photoshop lovers. If your have projects related on retro or grunge style, this kind of brush will surely fit.</p><br><p>Here is a showcase of <strong>200+ Extremely Free Halftone Adobe Photoshop Brushes</strong>. Some of these brushes are available under a Creative Commons License so make sure to read the details from the main source.Enjoy!</p><br></span>]]></description>
</item>
<item>
<title><![CDATA[35 (NEW) Modern and High Quality Icon Sets]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/35-NEW-Modern-and-High-Quality-Icon-Sets/203/]]></link>
<pubDate>Sun, 09 Aug 2009 07:37:31 +0200</pubDate>
<description><![CDATA[Below I am going to present 35 New and Modern icon sets that you can use for your design or your desktop. Many of the listed icons can be used in design; some of them are decorate your desktop as well. Hope you will like them. Let us know if you think some missing!]]></description>
</item>
<item>
<title><![CDATA[15 Best Photoshop Web Layout Design Tutorials]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/15-Best-Photoshop-Web-Layout-Design-Tutorials/202/]]></link>
<pubDate>Sun, 09 Aug 2009 07:36:37 +0200</pubDate>
<description><![CDATA[Hey, I thought I&rsquo;d compile a list of some of the best web design photoshop web layout tutorials. Following these tutorials can be very help you improve your photoshop and web design skills. Hope you like them and find them helpful.]]></description>
</item>
<item>
<title><![CDATA[10 Things You Must Check When You Re-launch Your Website]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/10-Things-You-Must-Check-When-You-Re-launch-Your-Website/201/]]></link>
<pubDate>Thu, 06 Aug 2009 13:15:34 +0200</pubDate>
<description><![CDATA[Re-launching a site is a crucial and often worrying time. There are many many things that can go wrong, and when they do go wrong the results are often spectacular.<br /><br><br /><br>Over the last few years I&#39;ve seen a whole bunch of sites re-launch. Almost every one of them has had some small minor issue. A small percentage have left me with some good stories to tell :-) The following is a list of 10 things that you should check prior to and immediately after you have launched a new site. I&#39;ve focused the list on things that won&#39;t necessarily be immediately obvious, but with never the less cause you issues at some point. I&#39;ve also focussed the tips on a re-launched site, which has a different set of worries to launching a new site.]]></description>
</item>
<item>
<title><![CDATA[Common SEO Problems and Misunderstandings to be Avoided]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Common-SEO-Problems-and-Misunderstandings-to-be-Avoided/200/]]></link>
<pubDate>Thu, 06 Aug 2009 13:13:28 +0200</pubDate>
<description><![CDATA[<span>Here are some articles about SEO problems and misunderstanding of every web designer that needs to be avoided. Since SEO of your site is very important, I think this article can help you understand a lot about this kind of mistakes<span class="IL_LINK_STYLE" style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; color: rgb(0, 153, 0); font-size: 14px; font-weight: 400; font-style: normal; font-family: Arial;" />.</span>]]></description>
</item>
<item>
<title><![CDATA[33 Most Useful Domain Tools]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/33-Most-Useful-Domain-Tools/199/]]></link>
<pubDate>Thu, 06 Aug 2009 13:12:23 +0200</pubDate>
<description><![CDATA[Domain tools become almost a daily tools for most website developers and designer. Hunting for the perfect domain name became a hard work, since most of the catchy, usable and easily remembered domains names are already used. Thankfully - there are many tools which can make this task easier or make the hard work for us. You can instantly search, create and register custom domain names, take care of domain name typo variants, all that in just a few moments with these amazing domain tools.]]></description>
</item>
<item>
<title><![CDATA[How to Make The Most of Your Meta Tags]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/How-to-Make-The-Most-of-Your-Meta-Tags/198/]]></link>
<pubDate>Thu, 06 Aug 2009 13:11:31 +0200</pubDate>
<description><![CDATA[Looking to jump to the top of search engines? Some people believe all you need to do is drop a few simple meta tags into your code and the rest is history. Truth be told, meta tags play a very minor role in determining search engine rankings. <em>(Quite possibly no role at all depending on whom you talk to.)</em> However this does not mean you should ignore your meta tags. Outlined below I recommend how to make the most out of some of the most popular meta tags.]]></description>
</item>
<item>
<title><![CDATA[PHP – Ajax based Chat Applications]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/PHP-–-Ajax-based-Chat-Applications/197/]]></link>
<pubDate>Thu, 06 Aug 2009 13:07:02 +0200</pubDate>
<description><![CDATA[<p><span>While talking about PHP &ndash; Ajax based Chat Applications, <span class="IL_LINK_STYLE" style="text-decoration: underline; color: rgb(64, 64, 64); font-size: 13px; font-weight: 400; font-style: normal; font-family: Verdana,Arial,Helvetica,sans-serif;">People think</span> about the Gmail and Facebook inline chat modules which is very popular inline chat modules. </span></p><br><p>In this article you will read about the PHP &ndash; Ajax based Chat Applications which is very useful to create your own chat applications.</p>]]></description>
</item>
<item>
<title><![CDATA[9 Interesting content management system(CMS)]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/9-Interesting-content-management-systemCMS/196/]]></link>
<pubDate>Thu, 06 Aug 2009 13:04:18 +0200</pubDate>
<description><![CDATA[<p>Content Management System or CMS is an application which help you to publish, edit and delete articles from the back-end admin system. HTML and other scripting language are not necessary to operate a CMS, though having them will add more advantages. </p><br><p>In this article you will read about the 9 interesting content management system which is really useful .</p>]]></description>
</item>
<item>
<title><![CDATA[Display your tweets in real time, a basic twitter API use]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Display-your-tweets-in-real-time-a-basic-twitter-API-use/195/]]></link>
<pubDate>Thu, 06 Aug 2009 13:00:57 +0200</pubDate>
<description><![CDATA[Recently I began optimizing social networking on Position Absolute, which lead me to the Twitter API. I wanted to display tweets in the top corner of the site. However I did not want to display my last tweet, but display my tweeting in real time.]]></description>
</item>
<item>
<title><![CDATA[36 Beautiful and “NEW” Free Wordpress Themes]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/36-Beautiful-and-“NEW”-Free-Wordpress-Themes/194/]]></link>
<pubDate>Thu, 06 Aug 2009 12:59:44 +0200</pubDate>
<description><![CDATA[You&nbsp; can never have a too wide choice of templates for your blog, especially if you&rsquo;re the experimenting type,Free Themes don&rsquo;t have to be ugly, cluttered,and boring, Some Designers offer high quality Wordpress Themes for free you can use them for your personal and commercial projects without any restrictions. Here Dzineblog Presents 36 Best Stylish Free wordpress Themes Still, before using some of the themes, throw a glance at the license agreements]]></description>
</item>
<item>
<title><![CDATA[Voting system with jQuery, Ajax and PHP]]></title>
<link><![CDATA[http://www.finddevcode.com/article.php/Voting-system-with-jQuery-Ajax-and-PHP/193/]]></link>
<pubDate>Thu, 06 Aug 2009 12:57:51 +0200</pubDate>
<description><![CDATA[This post about <em>Dzone like voting system with jQuery, Ajax and PHP</em>. This script helps you to display user votes on blog post. Take a look at <a href="http://9lessons.110mb.com/voting.php">live demo</a> and give your votes.]]></description>
</item>
</channel>
</rss>