<?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>GrindSmart &#187; Tutorials</title>
	<atom:link href="http://grindsmart.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://grindsmart.com</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 17:14:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Techniques that Will Rock the Socks Off Your Clients</title>
		<link>http://grindsmart.com/2010/04/accessibility-techniques-that-will-rock-your-socks/</link>
		<comments>http://grindsmart.com/2010/04/accessibility-techniques-that-will-rock-your-socks/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 21:24:33 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=664</guid>
		<description><![CDATA[
			
				
			
		
PHP has evolved into the language of choice for developers looking to create interactive web applications with dynamic functions. This powerful language allows you to create, develop, and grow your apps with added improvements such as validation for forms and auto-complete for text fields.
But that&#8217;s just the beginning, you can do much more with PHP, ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F04%2Faccessibility-techniques-that-will-rock-your-socks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F04%2Faccessibility-techniques-that-will-rock-your-socks%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>PHP has evolved into the language of choice for developers looking to create interactive web applications with dynamic functions. This powerful language allows you to create, develop, and grow your apps with added improvements such as validation for forms and auto-complete for text fields.</p>
<p>But that&#8217;s just the beginning, you can do much more with PHP, this is why we&#8217;ve put together a several PHP development techniques that are sure to rock the socks off your clients.</p>
<p>[Remember to <a href="http://feeds.feedburner.com/grindsmartnews"><strong>subscribe</strong></a> to our feed for up-to-date <strong>development</strong> articles and resources!﻿]</p>
<h2>Automatic Face Detection in Photos with PHP</h2>
<p><a href="http://corpocrat.com/2009/08/18/automatic-face-detection-with-php-in-linux/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-1.jpg" alt="" /></a></p>
<p>To auto detect faces in a photo and draw pink box around the faces with a php script running a linux centos server. Please note that face detection and face recognition are two different things. To recognize a face you have to first detect a face and then do the required processing.</p>
<h2>Create Your Own URL Shortening Service</h2>
<p><a href="http://corpocrat.com/2009/09/29/how-url-shortening-scripts-work/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-2.jpg" alt="" /></a></p>
<p>With this technique you&#8217;ll be able to find out how, and later create your own URL shortening script.</p>
<h2>PHP HTTP Authentication</h2>
<p><a href="http://papermashup.com/php-http-authentication/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-3.jpg" alt="" /></a></p>
<p>Occasionally you may wish to make certain pages of your site only viewable to a select few. you can do this by using PHPs built in HTTP Authentication. The code needs to go right at the top of your php page so don’t get ‘Headers Already Sent’ errors. You can see that we’ve specified the username and password in the variables at the top of the script you can change these to reflect your own username and password.</p>
<h2>How to Debug in PHP</h2>
<p><a href="http://carsonified.com/blog/dev/how-to-debug-in-php/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-4.jpg" alt="" /></a></p>
<p>This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error messages and introduces you to some useful tools to help make the process a little less painful.</p>
<h2>Check Username Availability With Fading Effect</h2>
<p><a href="http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-5.jpg" alt="" /></a></p>
<p>When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this might be right post for you.</p>
<h2>PHP Components: Autosuggest</h2>
<p><a href="http://woork.blogspot.com/2008/03/php-components-autosuggest.html"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-6.jpg" alt="" /></a></p>
<p>This is a simple &#8220;PHP component&#8221;, ready to use, to implement a search form with an autosuggest feature using PHP and MySQL. For all Ajax beginners this is the most simple way to implement it (just with 8Kb) and the only thing you have to do is modify some parameters. Take a look at this post for all related information.</p>
<h2>Using PHP to Backup MySQL Databases</h2>
<p><a href="http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/using-php-to-backup-mysql-databases.aspx"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-7.jpg" alt="" /></a></p>
<p>There are at least three ways to backup your MySQL Database:</p>
<ul>
<li>1. Execute a database backup query from PHP file.</li>
<li>2. Run mysqldump using system() function.</li>
<li>3. Use phpMyAdmin to do the backup.</li>
</ul>
<h2>How to Create a PHP/MySQL Powered Forum from Scratch</h2>
<p><a href="http://net.tutsplus.com/tutorials/php/how-to-create-a-phpmysql-powered-forum-from-scratch/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-8.jpg" alt="" /></a></p>
<p>In this tutorial, we’re going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage. Let’s dive right in!</p>
<h2>Create an Advanced Rating System</h2>
<p><a href="http://msteigerwalt.com/widgets/ratings/v1.2/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-9.jpg" alt="" /></a></p>
<p>RabidRatings is a simple but eye-caching ratings system which allows users to your website to rate virtually anything. Installation is easy—simply tell the PHP script how to connect to your database and include the PHP tag where you want to have a ratable item, and everything else is done for you.</p>
<h2>pChart &#8211; a PHP class to Build Charts</h2>
<p><a href="http://pchart.sourceforge.net/"><img src="http://grindsmart.com/wp-content/uploads/2010/04/phptech-10.jpg" alt="" /></a></p>
<p>pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or fix are made every week.</p>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/04/accessibility-techniques-that-will-rock-your-socks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/15 queries in 0.019 seconds using disk

Served from: grindsmart.com @ 2010-07-31 05:52:11 -->