<?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>Sat, 04 Sep 2010 07:54:57 CDT</pubDate>
<language>en</language>
<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>7</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>6</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>10</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>12</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>8</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>9</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>11</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>12</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>8</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>7</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>8</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>8</votes>
	<guid>http://abcphp.com/Tutorials/use-sqlite-for-your-next-php-project/</guid>
</item>

<item>
	<title><![CDATA[An easy way to detect mobile devices | These Days Labs]]></title>
	<link>http://abcphp.com/tt/an-easy-way-to-detect-mobile-devices-%7C-these-days-labs/</link>
	<source url="http://labs.thesedays.com/2010/07/29/an-easy-way-to-detect-mobile-devices/"><![CDATA[An easy way to detect mobile devices | These Days Labs]]></source>
	<description><![CDATA[An easy way to detect mobile devices with PHP and the WURFL service. ]]></description>
	<pubDate>Tue, 10 Aug 2010 08:49:45 CDT</pubDate>
	<author>samzzi</author>
	<category>Tips &amp; Tricks</category>
	<votes>7</votes>
	<guid>http://abcphp.com/tt/an-easy-way-to-detect-mobile-devices-%7C-these-days-labs/</guid>
</item>

<item>
	<title><![CDATA[Fun (a programming language for the realtime web)]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/fun-a-programming-language-for-the-realtime-web/</link>
	<source url="http://marcuswest.in/read/fun-intro/"><![CDATA[Fun (a programming language for the realtime web)]]></source>
	<description><![CDATA[What if you could build realtime web apps with the same ease as you build static web pages in PHP today? Without long polling, event handling and state synchronization, the engineering complexity of realtime web applications would drop by an order of magnitude. There would be a fundamental shift in the way we build the realtime web. This is the future of Fun. ]]></description>
	<pubDate>Tue, 10 Aug 2010 02:56:50 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>8</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/fun-a-programming-language-for-the-realtime-web/</guid>
</item>

<item>
	<title><![CDATA[Models in Zend Framework – Initialize All Methods with init()]]></title>
	<link>http://abcphp.com/tt/models-in-zend-framework-%E2%80%93-initialize-all-methods-with-init/</link>
	<source url="http://www.stoimen.com/blog/2010/08/09/models-in-zend-framework-initialize-all-methods-with-init/"><![CDATA[Models in Zend Framework – Initialize All Methods with init()]]></source>
	<description><![CDATA[In the Zend Framework’s documentation there are lots of examples how you can initialize all the actions in a given controller – by simply adding the init() public method in the controller’s code. But did you know that you can do the same thing with any model in ZF? ]]></description>
	<pubDate>Tue, 10 Aug 2010 02:40:23 CDT</pubDate>
	<author>girish.r</author>
	<category>Tips &amp; Tricks</category>
	<votes>5</votes>
	<guid>http://abcphp.com/tt/models-in-zend-framework-%E2%80%93-initialize-all-methods-with-init/</guid>
</item>

<item>
	<title><![CDATA[Facebook tips for more efficiency and "fun"]]></title>
	<link>http://abcphp.com/Tutorials/facebook-tips-for-more-efficiency-and-fun/</link>
	<source url="http://www.web-development-blog.com/archives/facebook-tips-for-more-efficiency-and-fun/"><![CDATA[Facebook tips for more efficiency and "fun"]]></source>
	<description><![CDATA[A tutorial on how-to connect Facebook with your Wordpress blog, YouTube account, shared Items from Google Reader and comments posted on Google Sidewiki. ]]></description>
	<pubDate>Mon, 09 Aug 2010 23:47:01 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>7</votes>
	<guid>http://abcphp.com/Tutorials/facebook-tips-for-more-efficiency-and-fun/</guid>
</item>

<item>
	<title><![CDATA[Why I prefer SQL Buddy over PHPMyAdmin]]></title>
	<link>http://abcphp.com/PHP-Dev-Tools/why-i-prefer-sql-buddy-over-phpmyadmin/</link>
	<source url="http://www.lucdebrouwer.nl/why-i-prefer-sql-buddy-over-phpmyadmin/"><![CDATA[Why I prefer SQL Buddy over PHPMyAdmin]]></source>
	<description><![CDATA[I've been a PHPMyAdmin user for years now and I've embraced it because there didn't seem to be a better solution, unless you love the command-line, that is. Well those days are over since I found out about SQL Buddy with it's slick user interface. I switched instantly. ]]></description>
	<pubDate>Mon, 09 Aug 2010 23:01:25 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP Dev Tools</category>
	<votes>9</votes>
	<guid>http://abcphp.com/PHP-Dev-Tools/why-i-prefer-sql-buddy-over-phpmyadmin/</guid>
</item>

<item>
	<title><![CDATA[Why “NoSQL” does not Impress Me]]></title>
	<link>http://abcphp.com/PHP-News/why-%E2%80%9Cnosql%E2%80%9D-does-not-impress-me/</link>
	<source url="http://carl.mcdade.me/?p=267"><![CDATA[Why “NoSQL” does not Impress Me]]></source>
	<description><![CDATA[I have noticed that many that are hot on “NoSQL” are those that do not have any training or interest in learning about database architecture, design or optimization. To them things like CouchDB are away of escaping the need to learn these things. But what many don’t realize is that the replacement for SQL, Map/Reduce, is a more difficult and less intuitive way of querying the data source. ]]></description>
	<pubDate>Mon, 09 Aug 2010 01:14:46 CDT</pubDate>
	<author>girish.r</author>
	<category>PHP News</category>
	<votes>9</votes>
	<guid>http://abcphp.com/PHP-News/why-%E2%80%9Cnosql%E2%80%9D-does-not-impress-me/</guid>
</item>

<item>
	<title><![CDATA[show your precise google latitude location in your website(with code)]]></title>
	<link>http://abcphp.com/Tutorials/show-your-precise-google-latitude-location-in-your-websitewith-code/</link>
	<source url="http://www.kiransuniverse.com/blog/2010/07/10/how-to-show-your-accurate-google-latitude-location-address-with-the-public-badge-map/"><![CDATA[show your precise google latitude location in your website(with code)]]></source>
	<description><![CDATA[Google latitude is a great way to share your current GPS location with everyone. You can put up the google location badge on your blog and let the world know where you are. But the latitude badge does not provide the exact address of your current location. Google latitude badge shows only city level address with ]]></description>
	<pubDate>Sun, 08 Aug 2010 02:37:25 CDT</pubDate>
	<author>girish.r</author>
	<category>Tutorials</category>
	<votes>7</votes>
	<guid>http://abcphp.com/Tutorials/show-your-precise-google-latitude-location-in-your-websitewith-code/</guid>
</item>

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