<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Youhack.Me &#187; PHP</title>
	<atom:link href="http://youhack.me/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://youhack.me</link>
	<description>Tips,Tricks and Hacks!</description>
	<lastBuildDate>Sun, 15 Jan 2012 20:15:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a facebook post to wall system using PHP and jQuery Part 2</title>
		<link>http://youhack.me/2011/07/07/create-a-facebook-post-to-wall-system-using-php-and-jquery-part-2/</link>
		<comments>http://youhack.me/2011/07/07/create-a-facebook-post-to-wall-system-using-php-and-jquery-part-2/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 15:55:40 +0000</pubDate>
		<dc:creator>Hyder</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://youhack.me/?p=798</guid>
		<description><![CDATA[If you have not read my previous post on <a href="http://youhack.me/2011/06/25/create-a-facebook-wall-system-using-php-and-jquery-part-1/" target="_blank"> creating a Facebook post to wall system</a> then you should read it first.  In this article,  I will explain how I added code behind the “Share button” so that when clicked,  it will post the content of the text area as wall post.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://youhack.me/2011/06/25/create-a-facebook-wall-system-using-php-and-jquery-part-1/" rel="bookmark">Create a facebook post to wall system using PHP and jQuery Part 1</a><!-- (17.1347)--></li>
		<li><a href="http://youhack.me/2011/10/22/facebook-and-google-plus-style-of-introducing-new-features-using-jquery/" rel="bookmark">Facebook and Google Plus style of introducing new features using jQuery</a><!-- (7.19786)--></li>
		<li><a href="http://youhack.me/2010/07/22/create-a-fancy-contact-form-with-css-3-and-jquery/" rel="bookmark">Create fancy contact form with CSS 3 and jQuery</a><!-- (6.18267)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://youhack.me/2011/07/07/create-a-facebook-post-to-wall-system-using-php-and-jquery-part-2/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Create a facebook post to wall system using PHP and jQuery Part 1</title>
		<link>http://youhack.me/2011/06/25/create-a-facebook-wall-system-using-php-and-jquery-part-1/</link>
		<comments>http://youhack.me/2011/06/25/create-a-facebook-wall-system-using-php-and-jquery-part-1/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 18:50:42 +0000</pubDate>
		<dc:creator>Hyder</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook wall]]></category>

		<guid isPermaLink="false">http://youhack.me/?p=768</guid>
		<description><![CDATA[During the past week , i have been working on a 'clone' of facebook post to wall system using PHP and jQuery.So , i have prepared a simple tutorial so that you can replicate this facebook feature in your website.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://youhack.me/2011/07/07/create-a-facebook-post-to-wall-system-using-php-and-jquery-part-2/" rel="bookmark">Create a facebook post to wall system using PHP and jQuery Part 2</a><!-- (17.1826)--></li>
		<li><a href="http://youhack.me/2010/07/22/create-a-fancy-contact-form-with-css-3-and-jquery/" rel="bookmark">Create fancy contact form with CSS 3 and jQuery</a><!-- (7.23257)--></li>
		<li><a href="http://youhack.me/2010/05/14/an-alternative-to-pagination-facebook-and-twitter-style/" rel="bookmark">An Alternative to Pagination : Facebook and Twitter Style</a><!-- (6.5377)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://youhack.me/2011/06/25/create-a-facebook-wall-system-using-php-and-jquery-part-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Integrate Login system with Yahoo Connect using Oauth</title>
		<link>http://youhack.me/2011/06/15/integrate-login-system-with-yahoo-connect-using-oauth/</link>
		<comments>http://youhack.me/2011/06/15/integrate-login-system-with-yahoo-connect-using-oauth/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 23:29:15 +0000</pubDate>
		<dc:creator>Hyder</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Oauth]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Connect]]></category>

		<guid isPermaLink="false">http://youhack.me/?p=716</guid>
		<description><![CDATA[Nowadays many website allow its readers to authenticate themselves with 3rd party such as Facebook connect , Y Connect ( Yahoo ), Twitter etc .This makes users more likely to interact with the website.This article explains how you can allow your visitors to use their Yahoo Account to authenticate themselves on your website.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://youhack.me/2010/04/01/building-a-registration-system-with-email-verification-in-php/" rel="bookmark">Building A registration System with Email verification in PHP</a><!-- (6.21125)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://youhack.me/2011/06/15/integrate-login-system-with-yahoo-connect-using-oauth/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>An in-depth overview of PHP And Curl</title>
		<link>http://youhack.me/2010/08/06/an-in-depth-overview-of-php-and-curl/</link>
		<comments>http://youhack.me/2010/08/06/an-in-depth-overview-of-php-and-curl/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 00:16:20 +0000</pubDate>
		<dc:creator>Hyder</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Curl]]></category>
		<category><![CDATA[Downlaod file with PHP]]></category>
		<category><![CDATA[FTP File in PHP]]></category>
		<category><![CDATA[Login programmatically with PHP]]></category>

		<guid isPermaLink="false">http://youhack.me/?p=647</guid>
		<description><![CDATA[cUrl is a utility that can be used to do network-related tasks. It stands for Client URL.  Curl can be used with any programming language and work with a variety of protocols, including HTTP, HTTPS, FTP, FTPS, GOPHER, LDAP, DICT, TELNET and FILE. You can use it to access Websites, Upload files on FTP server,create proxy application, Content scrapers ,Link Checkers,search Engines ,and so on .PHP also supports libcurl, a cURL library that allows you to develop php application. Below are some examples where and how you can use php/Curl to solve common problems. These examples start with the most easiest one to the most complex one .

<h3>Related Posts</h3>

No related posts.
]]></description>
		<wfw:commentRss>http://youhack.me/2010/08/06/an-in-depth-overview-of-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Create fancy contact form with CSS 3 and jQuery</title>
		<link>http://youhack.me/2010/07/22/create-a-fancy-contact-form-with-css-3-and-jquery/</link>
		<comments>http://youhack.me/2010/07/22/create-a-fancy-contact-form-with-css-3-and-jquery/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:37:41 +0000</pubDate>
		<dc:creator>Hyder</dc:creator>
				<category><![CDATA[Html & CSS]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Contact Form]]></category>
		<category><![CDATA[Form Validation jQUery]]></category>
		<category><![CDATA[Send Email PHP]]></category>

		<guid isPermaLink="false">http://youhack.me/?p=600</guid>
		<description><![CDATA[This tutorial is about creating a simple contact form using XHTML CSS, PHP, and jQuery. The Aim of this article is to show some of the nice  CSS 3 style properties such as adding Background Gradient, Corners and Borders to Form Elements. 

<h3>Related Posts</h3>
<ol>
		<li><a href="http://youhack.me/2010/03/30/designing-a-form-using-pure-css-enhanced-with-jquery/" rel="bookmark">Designing a form using pure CSS enhanced with Jquery</a><!-- (9.91192)--></li>
		<li><a href="http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/" rel="bookmark">Username Availability Check in Registration Form using Jquery/PHP</a><!-- (9.75483)--></li>
		<li><a href="http://youhack.me/2010/04/28/creating-a-fancy-search-feature-with-php-mysql-and-jquery/" rel="bookmark">Creating a Fancy Search Feature with PHP,Mysql and Jquery</a><!-- (6.61339)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://youhack.me/2010/07/22/create-a-fancy-contact-form-with-css-3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

