
<?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>ProWebGuru &#187; Tutorials</title>
	<atom:link href="http://www.prowebguru.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prowebguru.com</link>
	<description>Share a Word with World, Technical Blog in India, Indian Technical Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Explode Function &#8211; Split Strings with PHP Explode Function</title>
		<link>http://www.prowebguru.com/2010/06/php-explode-function-split-strings-with-php-explode-function/</link>
		<comments>http://www.prowebguru.com/2010/06/php-explode-function-split-strings-with-php-explode-function/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 09:56:51 +0000</pubDate>
		<dc:creator>ProWebGuru</dc:creator>
				<category><![CDATA[Programming & Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[php functions]]></category>

		<guid isPermaLink="false">http://www.prowebguru.com/?p=454</guid>
		<description><![CDATA[When you are developing some application with PHP, then there might be a need to split the contents received from users or to split the contents which are stored in database and its a very common scenario where we can use PHP&#8217;s inbuilt function &#8220;explode&#8221;. Splitted values can be used for manipulation as the values [...]


Related posts:<ol><li><a href='http://www.prowebguru.com/2009/12/how-to-create-a-shoutbox-using-php-and-ajax-with-jquery/' rel='bookmark' title='How to Create a shoutbox using PHP and AJAX (with jQuery)'>How to Create a shoutbox using PHP and AJAX (with jQuery)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.prowebguru.com/2010/06/php-explode-function-split-strings-with-php-explode-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SyntaxHighlighter for blogger, drupal, joomla, wordpress &amp; CMS</title>
		<link>http://www.prowebguru.com/2010/01/free-syntaxhighlighter-for-blogger-drupal-joomla-wordpress-cms/</link>
		<comments>http://www.prowebguru.com/2010/01/free-syntaxhighlighter-for-blogger-drupal-joomla-wordpress-cms/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:30:40 +0000</pubDate>
		<dc:creator>ProWebGuru</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[online tools]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[syntaxhighlighter]]></category>

		<guid isPermaLink="false">http://www.prowebguru.com/?p=294</guid>
		<description><![CDATA[Do you visit programming blogs or websites regularly ? Then you might have seen that the code present on some sites is highlighted and separated from the rest of post. You might be wondering how to do that ? See here is a great tool for you to try out. SyntaxHighlighter SyntaxHighlighter is a tool [...]


Related posts:<ol><li><a href='http://www.prowebguru.com/2010/10/new-cool-fresh-look-of-drupal-website/' rel='bookmark' title='New Cool Fresh Look of Drupal Website'>New Cool Fresh Look of Drupal Website</a></li>
<li><a href='http://www.prowebguru.com/2011/12/drupal-7-views-arguments/' rel='bookmark' title='Drupal 7 Views Arguments'>Drupal 7 Views Arguments</a></li>
<li><a href='http://www.prowebguru.com/2009/11/sotd-download-free-wordpress-themes-collection/' rel='bookmark' title='SOTD &#8211; Free WordPress themes collection'>SOTD &#8211; Free WordPress themes collection</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.prowebguru.com/2010/01/free-syntaxhighlighter-for-blogger-drupal-joomla-wordpress-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a shoutbox using PHP and AJAX (with jQuery)</title>
		<link>http://www.prowebguru.com/2009/12/how-to-create-a-shoutbox-using-php-and-ajax-with-jquery/</link>
		<comments>http://www.prowebguru.com/2009/12/how-to-create-a-shoutbox-using-php-and-ajax-with-jquery/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:01:03 +0000</pubDate>
		<dc:creator>ProWebGuru</dc:creator>
				<category><![CDATA[Programming & Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prowebguru.com/?p=258</guid>
		<description><![CDATA[See here is a very useful tutorial for those who are searching for to create shoutbox in PHP with AJAX and JQuery. Its very useful tutorial showing how to use the ajax function of jQuery and how it can be used to insert and recover data from a MySQL database via PHP in a way [...]


Related posts:<ol><li><a href='http://www.prowebguru.com/2010/05/tiptip-a-simple-jquery-tooltip-plugin/' rel='bookmark' title='TipTip &#8211; A Simple JQuery Tooltip Plugin'>TipTip &#8211; A Simple JQuery Tooltip Plugin</a></li>
<li><a href='http://www.prowebguru.com/2010/06/php-explode-function-split-strings-with-php-explode-function/' rel='bookmark' title='PHP Explode Function &#8211; Split Strings with PHP Explode Function'>PHP Explode Function &#8211; Split Strings with PHP Explode Function</a></li>
<li><a href='http://www.prowebguru.com/2010/09/free-online-text-image-watermark-generator-beta-1-0/' rel='bookmark' title='Free Online Text Image Watermark Generator &#8211; Beta 1.0'>Free Online Text Image Watermark Generator &#8211; Beta 1.0</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.prowebguru.com/2009/12/how-to-create-a-shoutbox-using-php-and-ajax-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.442 seconds -->

