<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>PHPCamp Boiling Links</title>
		<link>http://phpcamp.net/</link>
		<description>Popular articles in PHPcamp</description>
		<language>en</language>
		<managingEditor>help@phpcamp.net</managingEditor>
		<item>
			<title>PHP: Rendering Web Pages Using the Composite View Design Pattern</title>
			<link>http://phpcamp.net/article/php-rendering-web-pages-using-the-composite-view-design-pattern</link>
			<category><![CDATA[<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Welcome to the conclusion of a five-part series on the Composite View design pattern. This article will focus on a way to make use of this design pattern when you're building dynamic web pages. It involves a simple two-step rendering process.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/8b6c/52_17650.png</image>
		</item>
		<item>
			<title>Resolve many-to-many relations a bit different with MySQL</title>
			<link>http://phpcamp.net/article/resolve-many-to-many-relations-a-bit-different-with-mysql</link>
			<category><![CDATA[<a href="tag/19">Database</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[In database modeling, a m:n relationship is usually resolved by an additional table. But what if this relation is used only for archiving and the number of links in the resulting table is not too high? In that context,]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/a3e8/52_17669.png</image>
		</item>
		<item>
			<title>Paths and URLs in WordPress</title>
			<link>http://phpcamp.net/article/paths-and-urls-in-wordpress</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[I was reading an article on Sitepoint about custom write panels the other day when I got heavily annoyed. The direct reason for this was one of their code examples and the authors apparent incomplete knowledge of the WordPress API's most basic functions and constants]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/33be/52_17639.png</image>
		</item>
		<item>
			<title>A complete idiot’s guide to git-svn-migrate, 3 steps to batch convert Subversion to Git</title>
			<link>http://phpcamp.net/article/a-complete-idiots-guide-to-git-svn-migrate-3-steps-to-batch-convert-subversion-to-git</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/10">Tools</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[I had 142 legacy project Subversion repositories lying around I wanted converted to Git and, since I’m lazy, I pulled on my bash boots and wrote me a script to do the work!<br />
<br />
With the git-svn-migrate scripts I wrote, you can batch convert all of your Subversion repositories in just 3 steps.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/5e08/52_17643.png</image>
		</item>
		<item>
			<title>What's in a framework, experiences from Rails and Drupal</title>
			<link>http://phpcamp.net/article/whats-in-a-framework-experiences-from-rails-and-drupal</link>
			<category><![CDATA[<a href="tag/2">Frameworks</a>, &nbsp;<a href="tag/20">Others</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[Over the last two years in particular I've learned a lot about frameworks and I'd like to share an observation about which framework feels right to me for which situations and why.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/7bda/52_17644.png</image>
		</item>
		<item>
			<title>The different kinds of testing</title>
			<link>http://phpcamp.net/article/the-different-kinds-of-testing</link>
			<category><![CDATA[<a href="tag/2">Frameworks</a>, &nbsp;<a href="tag/8">Testing</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[I've been consulting on a Zend Framework application, with the goal of repairing the test suite and expanding it. In this article I'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>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/ff45/52_17646.png</image>
		</item>
		<item>
			<title>Tutorial: How to Group Fields in Views With a Div or Span Tag</title>
			<link>http://phpcamp.net/article/tutorial-how-to-group-fields-in-views-with-a-div-or-span-tag</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[This is a howto for wrapping a div around a few of your view fields (and not others). This is useful, for instance, for being able to group all one's content so that it floats left but does not float around an image.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/f640/52_17642.png</image>
		</item>
		<item>
			<title>My (SQL) WorkLog: MySQL:  Kill sleeping connections</title>
			<link>http://phpcamp.net/article/my-sql-worklog-mysql-kill-sleeping-connections</link>
			<category><![CDATA[<a href="tag/19">Database</a>]]></category>
			<author>Savita</author>
			<description><![CDATA[It’s all about My (SQL) favorite tools, utilities, tips, tricks, code snippets, discoveries and best practices.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/4a1e/52_17648.png</image>
		</item>
		<item>
			<title>Test New Fonts using HTML 5 and CSS 3</title>
			<link>http://phpcamp.net/article/test-new-fonts-using-html-5-and-css-3</link>
			<category><![CDATA[<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Yesterday, I was reading a post on ycombinator about the New free monospace programming font by Mark Simonson: Anonymous Pro. I decided to check out this new font using a cool HTML 5 application called font dragr.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/6aba/52_17662.png</image>
		</item>
		<item>
			<title>JQuery image plugins/galleries you should never miss!</title>
			<link>http://phpcamp.net/article/jquery-image-pluginsgalleries-you-should-never-miss</link>
			<category><![CDATA[<a href="tag/5">Applications</a>, &nbsp;<a href="tag/14">Javascript</a>]]></category>
			<author>Rutwick R. Gangurde</author>
			<description><![CDATA[Here's a list of some JQuery image galleries/plugin which will add some coolness quotient to your websites!]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/163b/52_17667.png</image>
		</item>
		<item>
			<title>Quality Control - Using WordPress as a Ticket Tracking</title>
			<link>http://phpcamp.net/article/quality-control-using-wordpress-as-a-ticket-tracking</link>
			<category><![CDATA[<a href="tag/20">Others</a>]]></category>
			<author>Savita</author>
			<description><![CDATA[Quality Control is free WordPress Theme that designed to allow the creation, and tracking, of tickets.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/c968/52_17666.png</image>
		</item>
		<item>
			<title>ocPortal - Advanced Open source CMS with many inbuilt features.</title>
			<link>http://phpcamp.net/article/ocportal-advanced-cms-with-many-inbuilt-features</link>
			<category><![CDATA[<a href="http://phpcamp.net/index.php/main/tag/5">Applications</a>]]></category>
			<author>Solidstone</author>
			<description><![CDATA[ocPortal CMS have all the features you would expect from a CMS as part of its product. It is built in PHP and MySQL.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/3f48/52_17664.png</image>
		</item>
		<item>
			<title>Contributing to ZendFramework</title>
			<link>http://phpcamp.net/article/contributing-to-zendframework</link>
			<category><![CDATA[<a href="tag/2">Frameworks</a>, &nbsp;<a href="tag/20">Others</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[Beginners articles are important to put on the web since every one of us had it's beginnings and these are the sort of articles where many people decide to either use the software for a certain project or not.<br />
As you might see, this article is not only a guide on contributing bugfixes, but also I want to motivate you to just give it a try.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/6a15/52_17638.png</image>
		</item>
		<item>
			<title>PHP: What is More Powerful Than list() – Perhaps extract()</title>
			<link>http://phpcamp.net/article/php-what-is-more-powerful-than-list-perhaps-extract</link>
			<category><![CDATA[<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Recently I wrote about list() in PHP which is indeed very powerful when assigning variable values from array elements.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/b901/52_17659.png</image>
		</item>
		<item>
			<title>How to Target IE6, IE7, IE8, Firefox and Chrome/Safari with CSS</title>
			<link>http://phpcamp.net/article/how-to-target-ie6-ie7-ie8-firefox-and-chromesafari-with-css</link>
			<category><![CDATA[<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Looking to learn about CSS and browser compatibility? CSS hacks or CSS filters are a necessary part of web design to create websites that look consistent across different browsers. This article will show you how to use these filters to target IE6, IE7, IE8, Firefox, Chrome and Safari.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/3ba1/52_17660.png</image>
		</item>
		<item>
			<title>New PHP Licensing Option for Cloud Computing</title>
			<link>http://phpcamp.net/article/new-php-licensing-option-for-cloud-computing</link>
			<category><![CDATA[<a href="tag/2">Frameworks</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Zend recently announced the &quot;Zend Unlimited Subscription&quot; for its PHP product line as a way to address questions of licensing when the number of running instances of software is highly variable - as it is in the Cloud.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/4f16/52_17653.png</image>
		</item>
		<item>
			<title>XML Literals: Creating XML with a Variable Namespace</title>
			<link>http://phpcamp.net/article/xml-literals-creating-xml-with-a-variable-namespace</link>
			<category><![CDATA[<a href="tag/16">XML</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[This post covers the technique for creating XML that includes an XML namespace (xmlns) attribute, when that attribute is not predefined at compile time.]]></description>
			<pubDate>2010-09-02</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/931b/52_17665.png</image>
		</item>
		<item>
			<title>25 Essential Tutorials And Resources For Learning CSS3</title>
			<link>http://phpcamp.net/article/25-essential-tutorials-and-resources-for-learning-css3-</link>
			<category><![CDATA[<a href="http://phpcamp.net/index.php/main/tag/3">Tutorials</a>, &nbsp;<a href="http://phpcamp.net/index.php/main/tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[There are many tutorials and resources  for the CSS3. Most of the browsers such as Firefox, Safari already support some of the CSS3 properties. It is essential for a web designer to know about CSS3.  Today, I will share the best tutorials and resources for learning about CSS3. These are the best tutorials I could find on CSS3.]]></description>
			<pubDate>2010-02-09</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/81f1/52_10142.png</image>
		</item>
		<item>
			<title>Javascript scripts block in Firefox</title>
			<link>http://phpcamp.net/article/removed-scripts-block-in-firefox</link>
			<category><![CDATA[<a href="http://phpcamp.net/index.php/main/tag/13">AJAX</a>, &nbsp;<a href="http://phpcamp.net/index.php/main/tag/14">Javascript</a>, &nbsp;<a href="http://phpcamp.net/index.php/main/tag/21">Scaling</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[Scripts loaded using document .write block other downloads in Firefox.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, document .write was invented. That problem was made a bzillion times worse when ads decided to use document .write to insert scripts into the content publisher’s page.]]></description>
			<pubDate>2010-02-11</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/4140/52_10253.png</image>
		</item>
		<item>
			<title>WotdPress 3.0:  Menus, the Merge, and a Patch Sprint!</title>
			<link>http://phpcamp.net/article/wotdpress-30-menus-the-merge-and-a-patch-sprint</link>
			<category><![CDATA[<a href="tag/5">Applications</a>]]></category>
			<author>Amit Singh</author>
			<description><![CDATA[There’s been a flurry of blog posts about the integration of the WooThemes Custom Navigation into WordPress core, so I thought it was time we posted the official word. For 3.0, the main user-facing feature we wanted to include was a better site menu management system. Currently, dealing with menus is clunky, using Page IDs or in some cases categories, if a theme uses categories instead of pages f]]></description>
			<pubDate>2010-02-24</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/fb74/52_10917.png</image>
		</item>
	</channel>
</rss>