<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>PHPCamp Fresh Links</title>
		<link>http://phpcamp.net/fresh</link>
		<description>New links submitted to PHPCamp</description>
		<language>en</language>
		<managingEditor>help@phpcamp.net</managingEditor>
		<item>
			<title>Wall4PHP Mobile Framework</title>
			<link>http://phpcamp.net/article/wall4php-mobile-framework</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/13">AJAX</a>, &nbsp;<a href="tag/19">Database</a>]]></category>
			<author></author>
			<description><![CDATA[Wall4PHP is one of the framework that I recommend to mobile web application developer for the number of useful information that you may find inside it and related to different models of mobile phones.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>Practical PHP Refactoring: Convert Procedural Design to Objects</title>
			<link>http://phpcamp.net/article/practical-php-refactoring-convert-procedural-design-to-objects</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Even in languages where there are no constructs but classes, there is no constraint that can force a programmer into writing object-oriented code. In many cases, just wrapping a series of functions into classes do not result in the design.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://files.phpcamp.net/images/webshot.jpg</image>
		</item>
		<item>
			<title>The __toString() Method – Objects as Strings</title>
			<link>http://phpcamp.net/article/the-__tostring-method-objects-as-strings</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[We started the study of PHP magic methods by learning about __get() magic method. All the names of magic methods are reserved and cannot be used for any other purpose. Moreover, all functions starting with double underscore (__) are reserved for an object in PHP. A very common example of magic methods is constructor and destructor. Both the methods serve the defined purpose and the reserved names]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/c63f/52_28398.png</image>
		</item>
		<item>
			<title>How to Create Your Own Super Simple WordPress Plugins</title>
			<link>http://phpcamp.net/article/how-to-create-your-own-super-simple-wordpress-plugins</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[That may not sound like a problem, but it is. Because these files are tied to your theme, if you ever want to use them again on a different theme, you have to go digging around for the code and then manually add them again to your new theme.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/488e/52_28397.png</image>
		</item>
		<item>
			<title>Learning JavaScript</title>
			<link>http://phpcamp.net/article/learning-javascript-7</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[One of my goals this year is to acquire new skills, so I've decided to start by learning JavaScript. As was the case when I learned HTML and CSS, it's a tricky endeavor, because I'm not exactly a beginner, and most stuff is geared toward beginners, which can make learning so inefficient that I lose my motivation.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/7f65/52_28395.png</image>
		</item>
		<item>
			<title>JavaScript typeof operator</title>
			<link>http://phpcamp.net/article/javascript-typeof-operator</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author></author>
			<description><![CDATA[The typeof operator is used to get the data type (returns a string) of an expression.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/a75b/52_28394.png</image>
		</item>
		<item>
			<title>Javascript Array Objects - Properties and Methods</title>
			<link>http://phpcamp.net/article/javascript-array-objects-properties-and-methods</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author></author>
			<description><![CDATA[An Array is used to store a number of values (called as elements) in order with a single variable.Can be created using javascript array object constructor.new Array(size)<br />
new Array(element0, element1, ..., elementN)]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/c72e/52_28393.png</image>
		</item>
		<item>
			<title>JavaScript for loop</title>
			<link>http://phpcamp.net/article/javascript-for-loop</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author></author>
			<description><![CDATA[A JavaScript for loop executes a block of statements until a specified condition is true.For loop creates a loop that allows us to specify three different expression in a single line, enclosed in parentheses and separated by semicolons, followed by a group of statements executed in the loop.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/d9b5/52_28392.png</image>
		</item>
		<item>
			<title>PHP Data Types : Arrays</title>
			<link>http://phpcamp.net/article/php-data-types-arrays</link>
			<category><![CDATA[<a href="tag/20">Others</a>]]></category>
			<author></author>
			<description><![CDATA[An array in PHP is a collection of key/value pairs. This means that it maps values to keys. Array keys (or indexes) may be either an integers or a strings whereas values can be any type.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/43e4/52_28390.png</image>
		</item>
		<item>
			<title>13 Most Used Speedy Tools To Write CSS And HTML Code</title>
			<link>http://phpcamp.net/article/13-most-used-speedy-tools-to-write-css-and-html-code</link>
			<category><![CDATA[<a href="tag/3">Tutorials</a>, &nbsp;<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[HTML which stands for Hypertext mark-up language is supposed to be the main language for web pages. Hence the purpose of a web browser is to read the HTML documents and then compose them into either audible or visible websites.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/81a4/52_28386.png</image>
		</item>
		<item>
			<title>Control image aspect ratios with CSS3</title>
			<link>http://phpcamp.net/article/control-image-aspect-ratios-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[This article first appeared in issue 214 of .net magazine - the world's best-selling magazine for web designers and developers.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/f587/52_28385.png</image>
		</item>
		<item>
			<title>Moving Web Page Elements Using The CSS3 Translate Transform</title>
			<link>http://phpcamp.net/article/moving-web-page-elements-using-the-css3-translate-transform</link>
			<category><![CDATA[<a href="tag/15">HTML & CSS</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[CSS3 offers a wealth of possibilities in terms of visual and interactive effects, even allowing you to create animated elements without the need for either Flash or JavaScript. In this tutorial we’ll go through the process of translating a page element using a CSS3 transform.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/949b/52_28384.png</image>
		</item>
		<item>
			<title>How to implement an awesome JavaScript JSONP API in 4 easy steps</title>
			<link>http://phpcamp.net/article/how-to-implement-an-awesome-javascript-jsonp-api-in-4-easy-steps</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[Recently I was given a project at work which had to get some data from a server on a different domain through JavaScript. We all know that this is not possible because of the same origin policy, however JSONP is here to help us hack around the problem.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/f5b1/52_28383.png</image>
		</item>
		<item>
			<title>The MicroPHP Follow-up FAQ</title>
			<link>http://phpcamp.net/article/the-microphp-follow-up-faq</link>
			<category><![CDATA[<a href="tag/5">Applications</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[My previous post, The MicroPHP Manifesto, resulted in much excitement. In between fits of rage and crying, I found some time to answer folks questions, and also discuss the topic on the /dev/hell podcast with my cohost Chris Hartjes. To summarize and address some of the common questions, I felt I should write a small FAQ.]]></description>
			<pubDate>2012-02-08</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/8920/52_28382.png</image>
		</item>
		<item>
			<title>php SOAP Service with XML</title>
			<link>http://phpcamp.net/article/php-soap-service-with-xml</link>
			<category><![CDATA[<a href="tag/12">Web Services</a>, &nbsp;<a href="tag/16">XML</a>]]></category>
			<author>Print-Clearly</author>
			<description><![CDATA[Call a web service in soap using php, with an XML document as a parameter.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/fc65/52_28380.png</image>
		</item>
		<item>
			<title>Private Functions In JavaScript</title>
			<link>http://phpcamp.net/article/private-functions-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[JavaScript doesn't have a native namespace facility so how are you supposed to keep utility and helper functions private? The solution is to use inner functions but this is just the start of the story.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/a681/52_28377.png</image>
		</item>
		<item>
			<title>MySQL date() function</title>
			<link>http://phpcamp.net/article/mysql-date-function-1</link>
			<category><![CDATA[<a href="tag/20">Others</a>]]></category>
			<author></author>
			<description><![CDATA[MySQL DATE() takes the date part out from a datetime expression.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/bf43/52_28376.png</image>
		</item>
		<item>
			<title>Sql Joins</title>
			<link>http://phpcamp.net/article/sql-joins</link>
			<category><![CDATA[<a href="tag/20">Others</a>]]></category>
			<author></author>
			<description><![CDATA[An SQL JOIN clause combines rows from two or more tables. It creates a set of rows in a temporary table.<br />
A JOIN works on two or more tables if they have at least one common field and have a relationship between them.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/aa27/52_28375.png</image>
		</item>
		<item>
			<title>[removed] HTML Form - email validation</title>
			<link>http://phpcamp.net/article/removed-html-form-email-validation</link>
			<category><![CDATA[<a href="tag/14">Javascript</a>]]></category>
			<author></author>
			<description><![CDATA[Validating email is an very important point while validating an HTML form. In this page we have discussed how to validate an email using [removed]<br />
An email is a string (subset of ASCII characters) separated into two parts by @ symbol.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/3354/52_28374.png</image>
		</item>
		<item>
			<title>Content Security Policy update (6.2.2012, 20:37 UTC)</title>
			<link>http://phpcamp.net/article/content-security-policy-update-622012-2037-utc</link>
			<category><![CDATA[<a href="tag/18">Announcements</a>]]></category>
			<author>Nisha Singh</author>
			<description><![CDATA[A quick update about CSP. Browsers are well on their way to all adopt the specification.]]></description>
			<pubDate>2012-02-07</pubDate>
			<image>http://webimages.phpcamp.net/thumb_73x57/4cb3/52_28370.png</image>
		</item>
	</channel>
</rss>
