<?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>Creating A Multi Column Layout With CSS3</title>
			<link>http://phpcamp.net/article/creating-a-multi-column-layout-with-css3</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Every year, computer screens are getting wider and wider and the text paragraphs on websites are becoming wider too and difficult to read.]]></description>
			<pubDate>2013-05-11</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Futures and Promises in JavaScript</title>
			<link>http://phpcamp.net/article/futures-and-promises-in-javascript</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/14">Javascript</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[With JavaScript usage constantly on the increase, asynchronous event-driven applications are becoming more and more popular. However, a common issue many developers face is with result-dependent operations being used in an asynchronous environment,]]></description>
			<pubDate>2012-05-30</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/00b7/52_30099.png</image>
		</item>
		<item>
			<title>Futuremail API for Web Developers</title>
			<link>http://phpcamp.net/article/futuremail-api-for-web-developers</link>
			<category><![CDATA[<a href="tag/12">Web Services</a>]]></category>
			<author>Akshat Goel</author>
			<description><![CDATA[This is an API which can be used to schedule an email for a later date. This API can utilised in any programming languages like PHP, Javascript or Python.]]></description>
			<pubDate>2011-05-22</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/9c50/52_23766.png</image>
		</item>
		<item>
			<title>A Chat About Adminer The Alternative To PHPmyAdmin</title>
			<link>http://phpcamp.net/article/a-chat-about-adminer-the-alternative-to-phpmyadmin</link>
			<category><![CDATA[<a href="tag/10">Tools</a>]]></category>
			<author>Khayrattee Wasseem</author>
			<description><![CDATA[A Chat About Adminer – A Simple, Yet Effective, Database Management tool written in PHP]]></description>
			<pubDate>2013-05-19</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Fresh Tools and Code Snippets for Web Designers</title>
			<link>http://phpcamp.net/article/fresh-tools-and-code-snippets-for-web-designers</link>
			<category><![CDATA[<a href="tag/2">Frameworks</a>, &nbsp;<a href="tag/10">Tools</a>, &nbsp;<a href="tag/14">Javascript</a>, &nbsp;<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Sean Brown</author>
			<description><![CDATA[A collection of fresh tools and trendy HTML5, CSS3 and JavaScript code snippets that can help to save time when designing a new website.]]></description>
			<pubDate>2013-05-16</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>How to be jQuery-free?</title>
			<link>http://phpcamp.net/article/how-to-be-jquery-free</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[jQuery is now the most famous JavaScript library. There are around 57.3% websites in the world using jQuery, i.e, 6 out of 10 websites are using jQuery. If we only consider those websites which use libraries, then the percentage is even higher which is 91.7%.]]></description>
			<pubDate>2013-05-14</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Zend Framework 2 Forms – Simple and Available Everywhere</title>
			<link>http://phpcamp.net/article/zend-framework-2-forms-simple-and-available-everywhere</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[I think it goes without saying, forms are one of the central elements of any web-based application. They’re used for everything from logging in, to searching content and managing information. Given that, they should be first-class citizens, able to be developed and reused with relative ease.]]></description>
			<pubDate>2013-04-05</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>CSS and JavaScript tools to take your website to the next level</title>
			<link>http://phpcamp.net/article/css-and-javascript-tools-to-take-your-website-to-the-next-level</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/14">Javascript</a>, &nbsp;<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Want to enhance your website with the latest tools available? In this article, I have compiled a bunch of super useful tools to enhance your website and take it to the next level.]]></description>
			<pubDate>2013-05-14</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Making ‘mouseover’ event work on an iPad</title>
			<link>http://phpcamp.net/article/making-mouseover-event-work-on-an-ipad</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Because of the way Safari on iOS creates events to emulate a mouse, some of your web page elements may not behave as expected on iOS.]]></description>
			<pubDate>2013-05-11</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Implementing QuickSort in PHP</title>
			<link>http://phpcamp.net/article/implementing-quicksort-in-php</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[This is how QuickSort operates on a list of elements:]]></description>
			<pubDate>2013-05-14</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>RESTful APIs with ZF2, Part 1</title>
			<link>http://phpcamp.net/article/restful-apis-with-zf2-part-1</link>
			<category><![CDATA[<a href="tag/17">Webservers</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[RESTful APIs have been an interest of mine for a couple of years, but due to circumstances, I've not had much chance to work with them in any meaningful fashion until recently.]]></description>
			<pubDate>2013-02-13</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Multiple Background CSS Animations</title>
			<link>http://phpcamp.net/article/multiple-background-css-animations</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[background animation has been a hot topic for a long time, mostly because they look pretty sweet and don't require additional elements.  I was recently asked if it was possible to have multiple background animations on a given element and the answer is yes...with concessions.  Let's take a look at how it's done!]]></description>
			<pubDate>2013-05-14</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Getting Started WIth Laravel PHP</title>
			<link>http://phpcamp.net/article/getting-started-with-laravel-php</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[If you code for the web, you’ll most likely have seen all the fuss about the Laravel PHP framework. I’ve decided to take a look and see what all the fuss is about.]]></description>
			<pubDate>2013-05-14</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>jQuery Text Highlighter - A jQuery Plugin For Highlighting Text Fragments In HTML Documents</title>
			<link>http://phpcamp.net/article/jquery-text-highlighter-a-jquery-plugin-for-highlighting-text-fragments-in-html-documents</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/14">Javascript</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[jQuery Text Highlighter is a jQuery plugin for highlighting text fragments in HTML documents. Highlighting is done by wrapping selected text in &lt;span&gt; tags.]]></description>
			<pubDate>2012-06-18</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>overriding default gallery shortcode and fetch the attachments easily in wordpress</title>
			<link>http://phpcamp.net/article/overriding-default-gallery-shortcode-and-fetch-the-attachments-easily-in-wordpress</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Shortcodes are a sort of plugin used to display different contents, but the only difference with the traditional plugins is that shortcodes are embeddable by the authors almost anywhere in the content block. Wordress has an extensive list of community developed shortcodes as well as a few backed/developed by Automattic themselves. Among those, gallery shortcode is one of the most popular ones and]]></description>
			<pubDate>2013-02-04</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>PHP Data Feeds – Export Database to CSV</title>
			<link>http://phpcamp.net/article/php-data-feeds-export-database-to-csv</link>
			<category><![CDATA[<a href="tag/19">Database</a>]]></category>
			<author>Phil L</author>
			<description><![CDATA[I develop in a few languages, but I use PHP for just about all of my data feeds. I do so because the PHP scripts are portable (most web hosts support PHP) and the code itself is small and easy to change.<br />
<br />
The script I use is typically only about 20 lines long, as show below. I'll spill the code, then explain.]]></description>
			<pubDate>2013-05-05</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>PHP Interview With Jakub Vrana Co-Author Of The Official PHP Manual</title>
			<link>http://phpcamp.net/article/php-interview-with-jakub-vrana-co-author-of-the-official-php-manual</link>
			<category><![CDATA[<a href="tag/18">Announcements</a>, &nbsp;<a href="tag/20">Others</a>]]></category>
			<author>Khayrattee Wasseem</author>
			<description><![CDATA[=&gt; Main PHp Advice:<br />
- Learn How To Use Arrays <br />
- Use Classes In A Smart Way<br />
<br />
=&gt; One PHP Person he admires: <br />
- Derick Rethans (Creator of Xdebug)<br />
<br />
=&gt; One PHP Framework he recommends:<br />
- Nette Framework]]></description>
			<pubDate>2013-04-28</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Why I Love Firefox OS</title>
			<link>http://phpcamp.net/article/why-i-love-firefox-os</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>, &nbsp;<a href="tag/15">HTML & CSS</a>, &nbsp;<a href="tag/20">Others</a>]]></category>
			<author>Fawad Hassan</author>
			<description><![CDATA[I wrote a guest post for ProPakistani about Firefox OS explaining why I love it and advocate it? It explains first few flaws of Android and iOS. Then it introduces Firefox OS and explains how it solve Android/iOS problems. Then few lines about its availability and developer phones from Geeksphone (Keon and Peak). In the end, brief explanation of why I support Mozilla Foundation.]]></description>
			<pubDate>2013-04-29</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Sort JavaScript Object by Key or Value</title>
			<link>http://phpcamp.net/article/sort-javascript-object-by-key-or-value</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author>Fawad Hassan</author>
			<description><![CDATA[This is a quick tip for sorted access to JavaScript object by key or value.]]></description>
			<pubDate>2013-04-27</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Laravel 4 – simple website with backend tutorial</title>
			<link>http://phpcamp.net/article/laravel-4-simple-website-with-backend-tutorial</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>]]></category>
			<author>Zvonko Biskup</author>
			<description><![CDATA[Most of the tutorials I found on Laravel 4 don’t really cover an entire process of building a web site/app with the framework. That is why I wanted to write down my process of building a web site, with a backend panel, simple user authentication, content management, image processing, API routes, etc.]]></description>
			<pubDate>2013-04-25</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
	</channel>
</rss>