<?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/"
>
<channel>
<title>abcphp.com | Published News</title>
<link>http://abcphp.com</link>
<description>Your Source for Social News and Networking</description>
<pubDate>Wed, 08 Sep 2010 09:41:09 CDT</pubDate>
<language>en</language>
<item>
	<title><![CDATA[Five tips for speeding up Eclipse PDT and Zend Studio - Zend Developer Zone]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/five-tips-for-speeding-up-eclipse-pdt-and-zend-studio-zend-developer-zone/</link>
	<source url="http://devzone.zend.com/article/12521-Five-tips-for-speeding-up-Eclipse-PDT-and-Zend-Studio"><![CDATA[Five tips for speeding up Eclipse PDT and Zend Studio - Zend Developer Zone]]></source>
	<description><![CDATA[Eclipse Helios (3.6) and Zend Studio 7.1 (and above) include a new version of Eclipse PDT, labeled 2.2. This new release uses a new repository for storing code reference information. With these simple tips you can significantly improve the performance of this repository which will speed up code completion, searching for definitions, type hierarchy views and more. ]]></description>
	<pubDate>Wed, 08 Sep 2010 09:41:09 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>5</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/five-tips-for-speeding-up-eclipse-pdt-and-zend-studio-zend-developer-zone/</guid>
</item>

<item>
	<title><![CDATA[For the beginners – Creating quality code – Part 2]]></title>
	<link>http://abcphp.com/Articles/for-the-beginners-%E2%80%93-creating-quality-code-%E2%80%93-part-2/</link>
	<source url="http://tech.ovaistariq.net/2010/09/for-the-beginners-%e2%80%93-creating-quality-code-part-2/?sms_ss=dzone"><![CDATA[For the beginners – Creating quality code – Part 2]]></source>
	<description><![CDATA[Welcome back to the series of articles, where we work our way from the scratch to creating an application with quality code. You will learn how to quickly improve your coding habits and style to write easy to understand and manageable code. ]]></description>
	<pubDate>Tue, 07 Sep 2010 23:36:40 CDT</pubDate>
	<author>girish.r</author>
	<category>Articles</category>
	<votes>7</votes>
	<guid>http://abcphp.com/Articles/for-the-beginners-%E2%80%93-creating-quality-code-%E2%80%93-part-2/</guid>
</item>

<item>
	<title><![CDATA[Google maps tutorial - part 1]]></title>
	<link>http://abcphp.com/Tutorials/google-maps-tutorial-part-1/</link>
	<source url="http://www.1stwebdesigner.com/tutorials/distance-finder-google-maps-api/"><![CDATA[Google maps tutorial - part 1]]></source>
	<description><![CDATA[A nice tutorial on google maps api v3: how to create a distance finder. ]]></description>
	<pubDate>Tue, 07 Sep 2010 06:14:50 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>6</votes>
	<guid>http://abcphp.com/Tutorials/google-maps-tutorial-part-1/</guid>
</item>

<item>
	<title><![CDATA[Downloading GMail messages with PHP]]></title>
	<link>http://abcphp.com/Tutorials/downloading-gmail-messages-with-php/</link>
	<source url="http://www.phpbuilder.com/columns/PHP-IMAP-Gmail/Rose_Kelleher083110.php3"><![CDATA[Downloading GMail messages with PHP]]></source>
	<description><![CDATA[Some friends of mine publish a literary journal that accepts submissions via email. At their request I wrote a script to download messages from the journal's Gmail account and do some simple parsing tasks. ]]></description>
	<pubDate>Mon, 06 Sep 2010 23:56:45 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>10</votes>
	<guid>http://abcphp.com/Tutorials/downloading-gmail-messages-with-php/</guid>
</item>

<item>
	<title><![CDATA[Why Java Web Application UI lags ?]]></title>
	<link>http://abcphp.com/Articles/why-java-web-application-ui-lags-/</link>
	<source url="http://mdshannan1.blogspot.com/2010/09/why-java-web-application-ui-lags.html"><![CDATA[Why Java Web Application UI lags ?]]></source>
	<description><![CDATA[Why Java Web Application UI lags ? Problem and Solution ]]></description>
	<pubDate>Mon, 06 Sep 2010 04:31:56 CDT</pubDate>
	<author>girish.r</author>
	<category>Articles</category>
	<votes>8</votes>
	<guid>http://abcphp.com/Articles/why-java-web-application-ui-lags-/</guid>
</item>

<item>
	<title><![CDATA[A simple chat in about 50 lines of code]]></title>
	<link>http://abcphp.com/Tutorials/a-simple-chat-in-about-50-lines-of-code/</link>
	<source url="http://arkanis.de/weblog/2010-09-04-a-simple-chat-in-about-50-lines-of-code"><![CDATA[A simple chat in about 50 lines of code]]></source>
	<description><![CDATA[Ever wanted to add a small chat to your own website? If you look around you'll find plenty of ways to do so, some use Flash, others PHP and a database and there are even some Java applets out there (they still exist!). However when searching for a really simple chat I could integrate into the website of the 6th gamesday I found nothing that satisfied me: I didn't need logins or a user management nor multiple chat rooms, just a basic chat thats simple to handle and don't need maintenance. ]]></description>
	<pubDate>Sun, 05 Sep 2010 23:12:00 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>8</votes>
	<guid>http://abcphp.com/Tutorials/a-simple-chat-in-about-50-lines-of-code/</guid>
</item>

<item>
	<title><![CDATA[REGEX - Test if a password is strong]]></title>
	<link>http://abcphp.com/tt/regex-test-if-a-password-is-strong/</link>
	<source url="http://www.whileifblog.com/2010/08/27/regex-test-if-a-password-is-strong/"><![CDATA[REGEX - Test if a password is strong]]></source>
	<description><![CDATA[Find out if a password is strong using regular expressions in PHP. ]]></description>
	<pubDate>Sun, 05 Sep 2010 14:50:06 CDT</pubDate>
	<author>girish.r</author>
	<category>Tips &amp; Tricks</category>
	<votes>9</votes>
	<guid>http://abcphp.com/tt/regex-test-if-a-password-is-strong/</guid>
</item>

<item>
	<title><![CDATA[Creating your own wordpress blog]]></title>
	<link>http://abcphp.com/Tutorials/creating-your-own-wordpress-blog/</link>
	<source url="http://naveenbalani.com/index.php/2010/09/creating-your-own-wordpress-blog/"><![CDATA[Creating your own wordpress blog]]></source>
	<description><![CDATA[A quick introduction to wordpress and how to setup a local wordpress environment and migrate wordpress blogs across environments. ]]></description>
	<pubDate>Sat, 04 Sep 2010 07:54:57 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>8</votes>
	<guid>http://abcphp.com/Tutorials/creating-your-own-wordpress-blog/</guid>
</item>

<item>
	<title><![CDATA[Practical PHP Patterns: Server Session State]]></title>
	<link>http://abcphp.com/PHP-News/practical-php-patterns-server-session-state-1/</link>
	<source url="http://css.dzone.com/books/practical-php-patterns/practical-php-patterns-server"><![CDATA[Practical PHP Patterns: Server Session State]]></source>
	<description><![CDATA[The Server Session State pattern is an umbrella term used to describe the various techniques used to keep the user session state on the server, with the only requisite of a session id on the clients to distinguish between different users.<br /><br />A common implementation of this pattern in languages like Java and PHP is a centralized data source with recursive associative maps where the session ids are the keys and associative arrays, containing the user session data, are values. ]]></description>
	<pubDate>Fri, 03 Sep 2010 07:05:59 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP News</category>
	<votes>7</votes>
	<guid>http://abcphp.com/PHP-News/practical-php-patterns-server-session-state-1/</guid>
</item>

<item>
	<title><![CDATA[The different kinds of testing (fixed)]]></title>
	<link>http://abcphp.com/PHP-News/the-different-kinds-of-testing-fixed-1/</link>
	<source url="http://css.dzone.com/articles/different-kinds-testing"><![CDATA[The different kinds of testing (fixed)]]></source>
	<description><![CDATA[Automated testing supports your constant effort in design and refactoring, and besides that ensures that your application actually works in a reliable and repeatable way. Tests at every level of detail are a form of executable specification and documentation. They give you immediate feedback and confidence that your code works, plus a satisfying green bar many times a day.<br /><br />I&#39;ve been consulting on a Zend Framework application, with the goal of repairing the test suite and expanding it. In this article I&#39;ll describe the different categories of testing, as applied to a Zend Framework 1 application, but this classification pertains to every web application based on object-oriented programming. ]]></description>
	<pubDate>Fri, 03 Sep 2010 06:55:07 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP News</category>
	<votes>11</votes>
	<guid>http://abcphp.com/PHP-News/the-different-kinds-of-testing-fixed-1/</guid>
</item>

<item>
	<title><![CDATA[DataModeler: Simple ORM]]></title>
	<link>http://abcphp.com/PHP-News/datamodeler-simple-orm-1/</link>
	<source url="http://devzone.zend.com/article/12511-DataModeler-Simple-ORM---Part-1-Models"><![CDATA[DataModeler: Simple ORM]]></source>
	<description><![CDATA[DataModeler is an Open Source ORM I began writing at the beginning of the year. I had experience with ActiveRecord, but was dissuaded from using it all too often because it was difficult to unit test (at least I felt so). Wanting to learn Test Driven Development better, I decided to create my own small ORM framework: DataModeler. ]]></description>
	<pubDate>Fri, 03 Sep 2010 02:45:15 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP News</category>
	<votes>13</votes>
	<guid>http://abcphp.com/PHP-News/datamodeler-simple-orm-1/</guid>
</item>

<item>
	<title><![CDATA[All The Cool Kids Use Ruby]]></title>
	<link>http://abcphp.com/Articles/all-the-cool-kids-use-ruby/</link>
	<source url="http://www.xtranormal.com/watch/7023615/"><![CDATA[All The Cool Kids Use Ruby]]></source>
	<description><![CDATA[Really funny video for web developers, unless you use Ruby... ]]></description>
	<pubDate>Thu, 02 Sep 2010 03:43:06 CDT</pubDate>
	<author>girish.r</author>
	<category>Articles</category>
	<votes>9</votes>
	<guid>http://abcphp.com/Articles/all-the-cool-kids-use-ruby/</guid>
</item>

<item>
	<title><![CDATA[Which is the Fastest Program?]]></title>
	<link>http://abcphp.com/Tutorials/which-is-the-fastest-program/</link>
	<source url="http://www.stoimen.com/blog/2010/08/29/beginning-algorithm-complexity-and-estimation/"><![CDATA[Which is the Fastest Program?]]></source>
	<description><![CDATA[When a programmer sees a chunk of code he tends to evaluate it in a rather intuitive manner and to qualify it as “elegant” or not. This is quite easy, because it’s subjective and nobody knows what exactly elegant means. However behind this there is a powerful mathematical approach of measuring a program effectiveness. ]]></description>
	<pubDate>Thu, 02 Sep 2010 02:38:19 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>10</votes>
	<guid>http://abcphp.com/Tutorials/which-is-the-fastest-program/</guid>
</item>

<item>
	<title><![CDATA[20 Great Online Resources to Learn PHP]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/20-great-online-resources-to-learn-php/</link>
	<source url="http://www.webhostingsearch.com/articles/20-great-online-resources-to-learn-php.php"><![CDATA[20 Great Online Resources to Learn PHP]]></source>
	<description><![CDATA[We've listed the 20 best online resources to learn PHP. Check them out and set up your own professional website. ]]></description>
	<pubDate>Thu, 02 Sep 2010 02:24:42 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>12</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/20-great-online-resources-to-learn-php/</guid>
</item>

<item>
	<title><![CDATA[Faster And Fault-Proof Tweet Button]]></title>
	<link>http://abcphp.com/Made-in-PHP/faster-and-fault-proof-tweet-button/</link>
	<source url="http://www.webresourcesdepot.com/faster-and-fault-proof-tweet-button/"><![CDATA[Faster And Fault-Proof Tweet Button]]></source>
	<description><![CDATA[A Twitter tweet button that works fast and fault-proof ]]></description>
	<pubDate>Thu, 02 Sep 2010 00:45:50 CDT</pubDate>
	<author>girish.r</author>
	<category>Made in PHP</category>
	<votes>13</votes>
	<guid>http://abcphp.com/Made-in-PHP/faster-and-fault-proof-tweet-button/</guid>
</item>

<item>
	<title><![CDATA[JSClasses, JSMag, PHP Alpha 1, PHP strict typing, IndieConf - Lately in PHP podcast episode 4]]></title>
	<link>http://abcphp.com/Articles/jsclasses-jsmag-php-alpha-1-php-strict-typing-indieconf-lately-in-php-podcast-episode-4/</link>
	<source url="http://www.phpclasses.org/blog/post/129-JSClasses-JSMag-PHP-Alpha-1-PHP-strict-typing-IndieConf--Lately-in-PHP-podcast-episode-4.html"><![CDATA[JSClasses, JSMag, PHP Alpha 1, PHP strict typing, IndieConf - Lately in PHP podcast episode 4]]></source>
	<description><![CDATA[On this episode of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert interview Michael Kimsal from the WebDev publishing company.<br />They talked about JSClasses, the just launched PHPClasses brother site for JavaScript components.<br />They also commented on the OpenID based single sign-on system that was implemented to reuse PHPClasses accounts on the JSClasses site to avoid making current PHPClasses users to creating new accounts on the JSClasses site.<br />It was also discussed about the latest developments for the eventual PHP 5.4 Alpha 1 version, such as the support type hinting of scalar arguments versus strict typing.<br />Also covered are some initiatives of Michael's company, the JSMag JavaScript magazine (promotion coupon included) and IndieConf, a conference for independent Web professionals. ]]></description>
	<pubDate>Wed, 01 Sep 2010 13:08:31 CDT</pubDate>
	<author>girish.r</author>
	<category>Articles</category>
	<votes>9</votes>
	<guid>http://abcphp.com/Articles/jsclasses-jsmag-php-alpha-1-php-strict-typing-indieconf-lately-in-php-podcast-episode-4/</guid>
</item>

<item>
	<title><![CDATA[Function to rotate image in PHP]]></title>
	<link>http://abcphp.com/Made-in-PHP/function-to-rotate-image-in-php/</link>
	<source url="http://advancedphptutorial.blogspot.com/2010/08/function-to-rotate-image-in-php.html"><![CDATA[Function to rotate image in PHP]]></source>
	<description><![CDATA[GD library in PHP is very useful for image processing and you can do a lot image manipulation from it. In this post, I’ll show you a simple Image manipulation (image rotation)using the function provided below in PHP. You’ll see how easy it is to rotate an image using PHP. ]]></description>
	<pubDate>Tue, 31 Aug 2010 04:22:32 CDT</pubDate>
	<author>learnphp123</author>
	<category>Made in PHP</category>
	<votes>8</votes>
	<guid>http://abcphp.com/Made-in-PHP/function-to-rotate-image-in-php/</guid>
</item>

<item>
	<title><![CDATA[Beginning PHP: 6 Must-See Sites, Programs & Articles For New Developers]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/beginning-php-6-must-see-sites-programs-articles-for-new-developers/</link>
	<source url="http://www.divisionbyzero.co.uk/2010/08/09/6-must-see-sites-programs-articles-for-learning-php/"><![CDATA[Beginning PHP: 6 Must-See Sites, Programs & Articles For New Developers]]></source>
	<description><![CDATA[Six great sites that anyone just starting out with PHP should check out regularly ]]></description>
	<pubDate>Wed, 11 Aug 2010 04:07:00 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>9</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/beginning-php-6-must-see-sites-programs-articles-for-new-developers/</guid>
</item>

<item>
	<title><![CDATA[15 Beautiful And Free Thesis Skin For Your Thesis Wordpress Theme]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/15-beautiful-and-free-thesis-skin-for-your-thesis-wordpress-theme/</link>
	<source url="http://savedelete.com/best-free-thesis-skins.html"><![CDATA[15 Beautiful And Free Thesis Skin For Your Thesis Wordpress Theme]]></source>
	<description><![CDATA[The Thesis Theme for WordPress is the most smartest template system designed. There are many reasons that many of the good blogging sites use Thesis as their blogging platform because of the many reason. First and the most important reason to use Thesis Theme is because of its great search engine optimization capability, easy ]]></description>
	<pubDate>Wed, 11 Aug 2010 03:10:09 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>6</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/15-beautiful-and-free-thesis-skin-for-your-thesis-wordpress-theme/</guid>
</item>

<item>
	<title><![CDATA[Use SQLite For Your Next PHP Project]]></title>
	<link>http://abcphp.com/Tutorials/use-sqlite-for-your-next-php-project/</link>
	<source url="http://fwebde.com/php/sqlite-php/"><![CDATA[Use SQLite For Your Next PHP Project]]></source>
	<description><![CDATA[SQLite is one of those awesome pieces of software known for its "liteness". It is, as you can guess from the name, a database designed to have as small a footprint as possible. SQLite is a very popular database, in fact, it is believed to be the most widely deployed SQL database engine in the world. ]]></description>
	<pubDate>Tue, 10 Aug 2010 23:29:20 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>9</votes>
	<guid>http://abcphp.com/Tutorials/use-sqlite-for-your-next-php-project/</guid>
</item>

<atom:link href="http:\/\/www.pligg.com\/demo\/rss.php" rel="self" type="application\/rss+xml" />
</channel>
</rss>
