<?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>Web Scripting</title>
	<atom:link href="http://www.satya-weblog.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satya-weblog.com</link>
	<description>a web development blog</description>
	<lastBuildDate>Fri, 10 Sep 2010 14:44:50 +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>How to Write Smarty Plugin; Example smarty Plugin &#8211; Trim</title>
		<link>http://www.satya-weblog.com/2010/09/how-to-write-smarty-plugin-example-smarty-plugin-trim.html</link>
		<comments>http://www.satya-weblog.com/2010/09/how-to-write-smarty-plugin-example-smarty-plugin-trim.html#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:37:24 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Blogger/WP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2512</guid>
		<description><![CDATA[Writing smarty plugin is very easy. It is just like writing a custom function for Smarty. Only work you need to do is to name it differently. The plugin name is of the pattern:
function smarty_block_&#60;strong&#62;yourName&#60;/strong&#62;&#60;tt&#62;($params, $content, &#38;$smarty) {}
After creating a function like the above, just drop the file&#8230; <a href="http://www.satya-weblog.com/2010/09/how-to-write-smarty-plugin-example-smarty-plugin-trim.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/09/how-to-write-smarty-plugin-example-smarty-plugin-trim.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How is this classification of PHP products?</title>
		<link>http://www.satya-weblog.com/2010/09/how-is-this-classification-of-php-products.html</link>
		<comments>http://www.satya-weblog.com/2010/09/how-is-this-classification-of-php-products.html#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:13:11 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2511</guid>
		<description><![CDATA[At a place, I saw classification like this





Framework:
CakePHP ,
Code Igniter ,
eZ Components ,
PEAR,
Smarty ,
Symphony ,
Zend Framework.
Apps:
Drupal ,
Joomla ,
Mambo ,
osCommerce ,
Wordpress.
Now just I will take one - Drupal. Don't we say Drupal a framework? Even drupal&#8230; <a href="http://www.satya-weblog.com/2010/09/how-is-this-classification-of-php-products.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/09/how-is-this-classification-of-php-products.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Avoid Duplicate URLs Issue in Google Webmasters Tool</title>
		<link>http://www.satya-weblog.com/2010/09/how-to-avoid-duplicate-url-issue-in-google-webmasters-tool.html</link>
		<comments>http://www.satya-weblog.com/2010/09/how-to-avoid-duplicate-url-issue-in-google-webmasters-tool.html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:38:04 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Blogger/WP]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2495</guid>
		<description><![CDATA[Are you getting duplicate Title warning in Google Webmasters tool? This come when you have same Title meta tag and different URLs. If URL is really different then we need to correct the title tag on Head section. Sometimes we do not have different URLs but the the same URL&#8230; <a href="http://www.satya-weblog.com/2010/09/how-to-avoid-duplicate-url-issue-in-google-webmasters-tool.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/09/how-to-avoid-duplicate-url-issue-in-google-webmasters-tool.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Wordpress Plugin: Escape HTML</title>
		<link>http://www.satya-weblog.com/2010/09/new-wordpress-plugin-escape-html.html</link>
		<comments>http://www.satya-weblog.com/2010/09/new-wordpress-plugin-escape-html.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 18:23:02 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Blogger/WP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2483</guid>
		<description><![CDATA[Many of Wordpress users post codes online. Code can be HTML code, JavaScript code, PHP script or any other kind of code, codes need to be escaped so that it can come correctly in web page. I used to use this tool for escaping script for online posting on Wordpress&#8230; <a href="http://www.satya-weblog.com/2010/09/new-wordpress-plugin-escape-html.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/09/new-wordpress-plugin-escape-html.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Opentype vs Truetype &#8211; Differences</title>
		<link>http://www.satya-weblog.com/2010/08/opentype-vs-truetype-differences.html</link>
		<comments>http://www.satya-weblog.com/2010/08/opentype-vs-truetype-differences.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 15:10:06 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2462</guid>
		<description><![CDATA[Just few days back we in India, we got Indian Rupee symbol approved by Indian government and so after that we got a font for the new symbol. A company named Foradian has developed the font that has Indian Rupee symbol. Later it added other characters.
We in development give&#8230; <a href="http://www.satya-weblog.com/2010/08/opentype-vs-truetype-differences.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/opentype-vs-truetype-differences.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Y2K38 Bug and PHP DateTime Class to the rescue</title>
		<link>http://www.satya-weblog.com/2010/08/y2k38-bug-and-php-datetime-class-to-the-rescue.html</link>
		<comments>http://www.satya-weblog.com/2010/08/y2k38-bug-and-php-datetime-class-to-the-rescue.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 14:52:54 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2459</guid>
		<description><![CDATA[Are you aware of Y2K38 bug. I guess you are aware of it but do not know it by name. You may know that on 32 bit system, PHP date time can work from 1970 to 2038. 03:14:07 UTC on 19 January 2038 is farthest date you can use to&#8230; <a href="http://www.satya-weblog.com/2010/08/y2k38-bug-and-php-datetime-class-to-the-rescue.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/y2k38-bug-and-php-datetime-class-to-the-rescue.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Paging in JavaScript</title>
		<link>http://www.satya-weblog.com/2010/08/javascript-paging-in-xml.html</link>
		<comments>http://www.satya-weblog.com/2010/08/javascript-paging-in-xml.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 14:23:13 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[paging]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2454</guid>
		<description><![CDATA[I was trying to develop a paging in XML with JavaScript and could write this code. It takes a XML file name as Input and gives five records on each page. No of records can be changed on each page. Check recordPerPage and max variable. I was working on this&#8230; <a href="http://www.satya-weblog.com/2010/08/javascript-paging-in-xml.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/javascript-paging-in-xml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Extensions List</title>
		<link>http://www.satya-weblog.com/2010/08/php-extensions-list.html</link>
		<comments>http://www.satya-weblog.com/2010/08/php-extensions-list.html#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:21:08 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2449</guid>
		<description><![CDATA[PHP has lots of extensions and many are loaded by defaults based on PHP version you are using.

I was just reading about this PHP function get_loaded_extensions(), which gives you list of PHP extensions loaded in your installation and thought of writing this post.
To get list of available  PHP&#8230; <a href="http://www.satya-weblog.com/2010/08/php-extensions-list.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/php-extensions-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Regex Find and Replace any Word (string or text) at one go</title>
		<link>http://www.satya-weblog.com/2010/08/php-regex-find-and-replace-any-word-string-or-text-at-one-go.html</link>
		<comments>http://www.satya-weblog.com/2010/08/php-regex-find-and-replace-any-word-string-or-text-at-one-go.html#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:23:46 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2442</guid>
		<description><![CDATA[How to achieve find and replace in one go? I tried searching for find and replace at a time then I could not find the direct answer on net. There is find/search at a time or replace. I want to do both.
PHP regular expression function preg_replace_callback() can achieve this&#8230; <a href="http://www.satya-weblog.com/2010/08/php-regex-find-and-replace-any-word-string-or-text-at-one-go.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/php-regex-find-and-replace-any-word-string-or-text-at-one-go.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Default List Design using CSS (UL/OL/LI)</title>
		<link>http://www.satya-weblog.com/2010/08/default-list-design-css-ul-ol-li.html</link>
		<comments>http://www.satya-weblog.com/2010/08/default-list-design-css-ul-ol-li.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 15:52:40 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.satya-weblog.com/?p=2435</guid>
		<description><![CDATA[Designing List using CSS is not a big thing. Generally I need to use few lines for simple setting of List (&#60;li&#62;). One things that creates problem every time is IE6 and IE7. I always see by surprise why why so much padding/margin IE6 and IE7 getting whereas IE8 and&#8230; <a href="http://www.satya-weblog.com/2010/08/default-list-design-css-ul-ol-li.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2010/08/default-list-design-css-ul-ol-li.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.303 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-10 20:16:18 -->
<!-- Compression = gzip -->