<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Swadharsan's Weblog</title>
	<atom:link href="http://swadharsan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://swadharsan.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Tue, 01 Jul 2008 09:12:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>File Upload</title>
		<link>http://swadharsan.wordpress.com/2008/07/01/file-upload/</link>
		<comments>http://swadharsan.wordpress.com/2008/07/01/file-upload/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 09:12:38 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=115</guid>
		<description><![CDATA[&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Untitled Document&#60;/title&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&#62;
&#60;/head&#62;
 
&#60;body&#62;
&#60;form action=&#8221;file.php&#8221; method=&#8221;post&#8221; enctype=&#8221;multipart/form-data&#8221;&#62;
&#60;table&#62;&#60;tr&#62;&#60;td&#62;
&#60;INPUT size=35 name=&#8221;fileupload&#8221; type=&#8221;file&#8221; &#62;&#60;/input&#62;
&#60;input type=&#8221;submit&#8221; value=&#8221;upload&#8221;&#62;
&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;
&#60;/form&#62;
&#60;/body&#62;
&#60;/html&#62;
 
 
 
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Untitled Document&#60;/title&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&#62;
&#60;script language=&#8221;JavaScript&#8221;&#62;
alert(&#8221;hi&#8221;);
&#60;/script&#62;
&#60;/head&#62;
 
&#60;body&#62;
&#60;?php
echo &#8220;welcome&#8221;;
 
$src=$_FILES['fileupload'] ['tmp_name'];
$desc=$_FILES['fileupload'] ['name'];
 if(is_uploaded_file($src))
 {
 echo &#8220;&#60;br&#62;This file is uploaded file&#8221;;
 }
 else
 {
 echo &#8220;&#60;br&#62;This file is not uploaded file&#8221;;
 }
 $desc=&#8221;./abc.txt&#8221;;
 echo [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;html&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;head&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;title&gt;Untitled Document&lt;/title&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/head&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;body&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;form action=&#8221;file.php&#8221; method=&#8221;post&#8221; enctype=&#8221;multipart/form-data&#8221;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;table&gt;&lt;tr&gt;&lt;td&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;INPUT size=35 name=&#8221;fileupload&#8221; type=&#8221;file&#8221; &gt;&lt;/input&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;input type=&#8221;submit&#8221; value=&#8221;upload&#8221;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/form&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/body&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/html&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;html&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;head&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;title&gt;Untitled Document&lt;/title&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;script language=&#8221;JavaScript&#8221;&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">alert(&#8221;hi&#8221;);</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/script&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/head&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;body&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;?php</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">echo &#8220;welcome&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$src=$_FILES['fileupload'] ['tmp_name'];</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$desc=$_FILES['fileupload'] ['name'];</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>if(is_uploaded_file($src))</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>{</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>echo &#8220;&lt;br&gt;This file is uploaded file&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>}</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>else</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>{</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>echo &#8220;&lt;br&gt;This file is not uploaded file&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>}</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>$desc=&#8221;./abc.txt&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>echo $desc;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>if (move_uploaded_file($src,$desc)){</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>echo &#8220;&lt;br&gt;uploaded&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>}</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>else</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>{</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>echo&#8221;&lt;br&gt;Not uploaded&#8221;;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"><span> </span>}</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$filename <span> </span>= $_FILES['fileupload']['name'];</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$tmpname <span> </span>= $_FILES['fileupload']['tmp_name'];</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$size <span> </span>= $_FILES['fileupload']['size'];</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">$path<span> </span>= &#8220;file/&#8221;.$filename;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;"> </span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">move_uploaded_file($tmpname,$path);</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">?&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/body&gt;</span></span></p>
<p class="MsoNormal" style="font-family:verdana,arial,helvetica,sans-serif;"><span style="font-size:small;"><span style="font-size:9pt;">&lt;/html&gt;</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=115&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/07/01/file-upload/feed/</wfw:commentRss>
		</item>
		<item>
		<title>drupal</title>
		<link>http://swadharsan.wordpress.com/2008/06/16/drupal/</link>
		<comments>http://swadharsan.wordpress.com/2008/06/16/drupal/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:47:24 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=109</guid>
		<description><![CDATA[Must follow these articles 
· http://tips.webdesign10.com/basic-drupal-seo-on-site-optimization
· http://drupal.org/node/67767
· http://www.brianchappell.com/drupal-seo-tutorial/
· http://blamcast.net/articles/drupal-seo
DRUPAL BLOG MODULE http://drupal.org/handbook/modules/blog
You must enable the &#8220;recent blog posts&#8221; block at administer &#62;&#62; blocks to show the 10 most recent blog posts. and include on homepage
5 static html pages that are SEO optimised and functionality to be able to easily add additional static html pages
Simplenews or [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:5pt 0;"><strong>Must follow these articles </strong></p>
<p class="MsoNormal" style="text-indent:-0.5in;margin:5pt 0 5pt 0.5in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong>http://tips.webdesign10.com/basic-drupal-seo-on-site-optimization</strong></p>
<p class="MsoNormal" style="text-indent:-0.5in;margin:5pt 0 5pt 0.5in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong>http://drupal.org/node/67767</strong></p>
<p class="MsoNormal" style="text-indent:-0.5in;margin:5pt 0 5pt 0.5in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong>http://www.brianchappell.com/drupal-seo-tutorial/</strong></p>
<p class="MsoNormal" style="text-indent:-0.5in;margin:5pt 0 5pt 0.5in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong>http://blamcast.net/articles/drupal-seo</strong></p>
<p class="MsoNormal" style="margin:5pt 0;"><strong>DRUPAL BLOG MODULE<span> </span>http://drupal.org/handbook/modules/blog</strong></p>
<p class="MsoNormal" style="margin:5pt 0;">You must enable the &#8220;recent blog posts&#8221; block at administer &gt;&gt; blocks to show the 10 most recent blog posts.<span> </span>and include on homepage</p>
<p class="MsoNormal" style="margin:5pt 0;"><strong>5 static html pages that are SEO optimised and functionality to be able to easily add additional static html pages</strong></p>
<p class="MsoNormal" style="margin:5pt 0;"><strong>Simplenews</strong> or other similiar newsletter application http://drupal.org/project/simplenews</p>
<p class="MsoNormal" style="margin:5pt 0;"><strong>Feedback </strong>http://drupal.org/project/feedback</p>
<p class="MsoNormal" style="margin:5pt 0;">
<p class="MsoNormal" style="margin:5pt 0;">Advanced Forum http://drupal.org/project/advanced_forum</p>
<p class="MsoNormal" style="margin:5pt 0;">1. Google Keyhaviour</p>
<p class="MsoNormal" style="margin:5pt 0;">2. Google Analytics</p>
<p class="MsoNormal" style="margin:5pt 0;">3. URLify | Pathauto Module</p>
<p class="MsoNormal" style="margin:5pt 0;">4. XML Sitemap</p>
<p class="MsoNormal" style="margin:5pt 0;">5. MetaTags</p>
<p class="MsoNormal" style="margin:5pt 0;">6. Global Redirect</p>
<p class="MsoNormal" style="margin:5pt 0;">7. Search 404</p>
<p class="MsoNormal" style="margin:5pt 0;">8. Service Links / Digg This</p>
<p class="MsoNormal" style="margin:5pt 0;">9. Aggregator on homepage</p>
<p class="MsoNormal" style="margin:5pt 0;">10. Find URL Alias</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=109&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/06/16/drupal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>sample exp</title>
		<link>http://swadharsan.wordpress.com/2008/05/22/sample-exp/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/22/sample-exp/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:47:21 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=108</guid>
		<description><![CDATA[EXPERIENCE CERTIFICATE
May 0000000
TO WHOM IT MAY CONCERN
This is to certify that Mr. MH was employed by ABC from 02.01.2001 till 01.03.06. ABC has almost 350 employees .During his final year Mr MH was a Project Manager of the Software Development Section, which has 60 employees.Mr. MH is a responsible, hard working and honest person. The management [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>EXPERIENCE CERTIFICATE</p>
<p>May 0000000</p>
<p><a id="amzn_cl_link_0" name="B0013AZ9GG" href="http://amazon.com/gp/product/B0013AZ9GG?ie=UTF8&amp;tag=englishforums-20&amp;link_code=em1&amp;camp=212341&amp;creative=384057&amp;creativeASIN=B0013AZ9GG&amp;adid=7c1cef7d-3e22-4946-9e27-9ae1d108fad0" target="_blank">TO WHOM IT MAY CONCERN</a></p>
<p>This is to certify that Mr. MH was employed by ABC from 02.01.2001 till 01.03.06. ABC has almost 350 employees .During his final year Mr MH was a Project Manager of the Software Development Section, which has 60 employees.Mr. MH is a responsible, hard working and honest person. The management was highly pleased and satisfied with his performance.</p>
<p><span>Mr. MH joined us as a Junior <span>Software Engineer</span><span> in January 2001 and his duties included development using Microsoft Technologies such as Visual Basic 6.0, ASP (Active Server Pages), XML and <span>Microsoft SQL Server</span>. He  also took part in designing and documenting the project with UML (Rational Rose 2000).</span></span><br />
It is our company policy that we have a 6 month probation period for new hirings but on the basis of his performance and good technical skills, his employment was confirmed within 3 months.</p>
<p><span>In September 2001, Mr MH worked in a team to develop a paperless virtual back office system for the UK based company; APL Pvt. Ltd. In January 2002, he was promoted to Software Engineer and his new responsibilites were: preparing the Detail Design Specification document, communicating design with other <a id="clicksor_sp_developers" href="void(0)" target="_blank">developers</a>, participating in development by Microsoft SQL Server 2000, VB 6.0, XML, ASP and UML, project documentation and client meetings. </span></p>
<p>In August 2002, we won another UK contract to develop the accounting, payroll and financial systems for GGP PLC. We held an in-house competition (is that really the right word?)to choose the team to work on the account. Mr. MH was among top three employees in that competition so he was put in the team as Senior Software Engineer. Now his responsibilities were: correspondence with our UK clients, understanding their requirements, preparing the documents, designing the system, getting approval from the client and developing it. He used ASP and SQL Server 2000.</p>
<p>In 2003, Mr MH was promoted to Team Leader for a major software project that involved computerisation of land records in Pakistan. His responsibilities were: meeting with clients to prepare the specification document, functional specification, project plan, maintaining schedules for rest of the team members, designing the architecture of the applications and managing the whole team..</p>
<p><span>In October 2004,we participated in GITEX in <a id="clicksor_sp_dubai" href="void(0)" target="_blank">Dubai</a>, and we selected Mr MH to represent us there.</span></p>
<p><span>In November 2004 we started developing a product named UREMIS and keeping in view the leadership, motivating, analytical and designing capabilities of Mr. MH, he was appointed its Project Manager. He was responsible for the <a id="clicksor_sp_recruitment" href="void(0)" target="_blank">recruitment</a><span> of the team, monitoring day to day functions of the project, defining standards and processes, supervising and guiding the project team, monitoring and evaluating the progress. He was actively involved in the day to day administration of the activities, appraisal of <a id="clicksor_sp_staff" href="void(0)" target="_blank">staff</a> performance, coordinating and managing the overall performance of the staff. He was then involved in presenting the product to prospective clients and won several accounts for us.</span></span><br />
Since he has been employed by us, MR MH has shown an excellent attitude to his work, has been a popular member of our team, and contributed to our success. By implementing <a id="amzn_cl_link_1" name="0873890833" href="http://amazon.com/gp/product/0873890833?ie=UTF8&amp;tag=englishforums-20&amp;link_code=em1&amp;camp=212341&amp;creative=384057&amp;creativeASIN=0873890833&amp;adid=8b8d22f2-4e5b-4bc3-ad95-869e9de6fa7f" target="_blank">a continuous improvement strategy</a> he has  made his department an example for the other departments. He has proved a good trainer and mentor for his staff. He has redesigned and reengineered the software development infrastructure and procedures to meet the intense and ever <a id="amzn_cl_link_2" name="B00082ZEPQ" href="http://amazon.com/gp/product/B00082ZEPQ?ie=UTF8&amp;tag=englishforums-20&amp;link_code=em1&amp;camp=212341&amp;creative=384057&amp;creativeASIN=B00082ZEPQ&amp;adid=221b73cb-223e-4c05-8247-2edfaa204126" target="_blank">increasing demand</a> of latest technologies of Information technology.<br />
Due to his skills, commitment and continued hard work, we wish him success in his ambitions.</p>
<p>For ABC (Pvt) Ltd</p>
<p>XYZ<br />
Human Resource Manager.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=108&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/22/sample-exp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>image view</title>
		<link>http://swadharsan.wordpress.com/2008/05/21/image-view/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/21/image-view/#comments</comments>
		<pubDate>Wed, 21 May 2008 11:14:22 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=107</guid>
		<description><![CDATA[http://tjkdesign.com/articles/gallery/photo_gallery.asp#null
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://tjkdesign.com/articles/gallery/photo_gallery.asp#null</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/107/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/107/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=107&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/21/image-view/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tumbnail viewer</title>
		<link>http://swadharsan.wordpress.com/2008/05/21/tumbnail-viewer/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/21/tumbnail-viewer/#comments</comments>
		<pubDate>Wed, 21 May 2008 11:12:25 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=106</guid>
		<description><![CDATA[http://vikjavev.no/highslide/
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://vikjavev.no/highslide/" target="_blank">http://vikjavev.no/highslide/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=106&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/21/tumbnail-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>popup links</title>
		<link>http://swadharsan.wordpress.com/2008/05/13/popup-links/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/13/popup-links/#comments</comments>
		<pubDate>Tue, 13 May 2008 12:11:20 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=105</guid>
		<description><![CDATA[http://jquery.com/demo/thickbox/
http://www.huddletogether.com/projects/lightbox2/
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://jquery.com/demo/thickbox/" target="_blank">http://jquery.com/demo/thickbox/</a><br />
<a href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">http://www.huddletogether.com/projects/lightbox2/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/105/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/105/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=105&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/13/popup-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>showing images lyk as popup</title>
		<link>http://swadharsan.wordpress.com/2008/05/13/showing-images-lyk-as-popup/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/13/showing-images-lyk-as-popup/#comments</comments>
		<pubDate>Tue, 13 May 2008 12:07:30 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=104</guid>
		<description><![CDATA[    insertHeader();
    insertMenu(&#8217;nrm_usage&#8217;);
Showing images
Showing one image:
Syntax:
&#60;a href="URL" title="CAPTION" rel="gb_image[]"&#62;HTML&#60;/a&#62;
Example:
&#60;a href="http://static.flickr.com/119/294309231_a3d2a339b9.jpg" title="Flower" rel="gb_image[]"&#62;Show flower&#60;/a&#62;
Example rendered:
Show flower
Showing a group of images:
Syntax:
&#60;a href="URL" title="CAPTION" rel="gb_imageset[NAME]"&#62;HTML&#60;/a&#62;
&#60;a href="URL" title="CAPTION" rel="gb_imageset[NAME]"&#62;HTML&#60;/a&#62;
Example:
&#60;a href="static_files/salt.jpg" rel="gb_imageset[nice_pics]" title="Salt flats in Chile"&#62;Salt flats&#60;/a&#62;
&#60;a href="static_files/night_valley.jpg" rel="gb_imageset[nice_pics]" title="Night valley"&#62;Night valley&#60;/a&#62;
Example rendered:
Salt flats Night valley
Showing pages
Showing one page:
Syntax:
&#60;a href="URL" title="CAPTION" rel="gb_page[WIDTH, HEIGHT]"&#62;HTML&#60;/a&#62;
Example:
&#60;a href="http://google.com/" [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>    insertHeader();<br />
    insertMenu(&#8217;nrm_usage&#8217;);</p>
<h2>Showing images</h2>
<h3 class="first">Showing one image:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_image[]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="http://static.flickr.com/119/294309231_a3d2a339b9.jpg" title="Flower" rel="gb_image[]"&gt;Show flower&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Flower" rel="gb_image[]" href="http://static.flickr.com/119/294309231_a3d2a339b9.jpg">Show flower</a></p>
<h3>Showing a group of images:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_imageset[NAME]"&gt;HTML&lt;/a&gt;</code>
<code>&lt;a href="URL" title="CAPTION" rel="gb_imageset[NAME]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="static_files/salt.jpg" rel="gb_imageset[nice_pics]" title="Salt flats in Chile"&gt;Salt flats&lt;/a&gt;</code>
<code>&lt;a href="static_files/night_valley.jpg" rel="gb_imageset[nice_pics]" title="Night valley"&gt;Night valley&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Salt flats in Chile" rel="gb_imageset[nice_pics]" href="http://www.epicoh-neureoh2008.com/popup/GreyBox_v5_40/static_files/salt.jpg">Salt flats</a> <a title="Night valley" rel="gb_imageset[nice_pics]" href="http://www.epicoh-neureoh2008.com/popup/GreyBox_v5_40/static_files/night_valley.jpg">Night valley</a></p>
<h2>Showing pages</h2>
<h3>Showing one page:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_page[WIDTH, HEIGHT]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="http://google.com/" title="Google" rel="gb_page[500, 500]"&gt;Launch Google.com&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Google" rel="gb_page[500, 500]" href="http://google.com/">Launch Google.com</a></p>
<h3>Showing one page as center window:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_page_center[WIDTH, HEIGHT]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="http://google.com/" title="Google" rel="gb_page_center[500, 500]"&gt;Launch Google.com&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Google" rel="gb_page_center[500, 500]" href="http://google.com/">Launch Google.com</a></p>
<h3>Showing one page in fullscreen:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_page_fs[]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="http://google.com/" title="Google" rel="gb_page_fs[]"&gt;Launch Google.com&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Google" rel="gb_page_fs[]" href="http://google.com/">Launch Google.com</a></p>
<h3>Showing a group of pages:</h3>
<h4>Syntax:</h4>
<pre><code>&lt;a href="URL" title="CAPTION" rel="gb_pageset[NAME]"&gt;HTML&lt;/a&gt;</code>
<code>&lt;a href="URL" title="CAPTION" rel="gb_pageset[NAME]"&gt;HTML&lt;/a&gt;</code></pre>
<h4>Example:</h4>
<pre><code>&lt;a href="http://google.com/" title="Google" rel="gb_pageset[search_sites]"&gt;Launch Google search&lt;/a&gt;</code>
<code>&lt;a href="http://search.yahoo.com/" rel="gb_pageset[search_sites]"&gt;Launch Yahoo search&lt;/a&gt;</code></pre>
<h4>Example rendered:</h4>
<p><a title="Google" rel="gb_pageset[search_sites]" href="http://google.com/">Launch Google search</a> <a rel="gb_pageset[search_sites]" href="http://search.yahoo.com/">Launch Yahoo search</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=104&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/13/showing-images-lyk-as-popup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>regular expressions</title>
		<link>http://swadharsan.wordpress.com/2008/05/13/regular-expressions/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/13/regular-expressions/#comments</comments>
		<pubDate>Tue, 13 May 2008 12:02:45 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=103</guid>
		<description><![CDATA[http://regexlib.com/
digits
^\d+$
classical Decimal
^\d+(?:\.\d{0,6})?$
Decimal with two points
^[-+]?[0-9]\d{0,7}(\.\d{1,2})?%?$
Currency(complete)   format = 9,999,999,999.00
^\$?([0-9]{1,3},([0-9]{3},)*[0-9]{3}&#124;[0-9]+)(.[0-9][0-9])?$
Note: This topic will be updated periodically with more regular expersions
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://regexlib.com/<br />
digits<br />
^\d+$<br />
classical Decimal<br />
^\d+(?:\.\d{0,6})?$<br />
Decimal with two points<br />
^[-+]?[0-9]\d{0,7}(\.\d{1,2})?%?$<br />
Currency(complete)   format = 9,999,999,999.00<br />
^\$?([0-9]{1,3},([0-9]{3},)*[0-9]{3}|[0-9]+)(.[0-9][0-9])?$<br />
Note: This topic will be updated periodically with more regular expersions</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=103&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/13/regular-expressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>check box with js</title>
		<link>http://swadharsan.wordpress.com/2008/05/13/check-box-with-js/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/13/check-box-with-js/#comments</comments>
		<pubDate>Tue, 13 May 2008 12:00:11 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=102</guid>
		<description><![CDATA[&#60;html &#62;
&#60;head&#62;
&#60;title&#62;checkbox as radio buttons (for Div Selection) by MzM [ moazzam.humayun@gmail.com]&#60;/title&#62;

&#60;script type="text/javascript" &#62;
	function SwitchToDiv(divNoToSwitch)
	{
		 chckboxName = 'chkbox' + divNoToSwitch;

		var chckBox = document.getElementById(chckboxName)

		if ( chckBox.checked)
		{
			for ( i =1; i&#60;=4; i++)
			{	

				chckBoxtoDisable = document.getElementById('chkbox' + i);
				chckBoxtoDisable.checked = false;
				if 	( i == divNoToSwitch)
				{
					dvName = 'div' + divNoToSwitch;
					var Dv = document.getElementById(dvName);
					Dv.style.display = "block";

					chckBoxtoenable = document.getElementById('chkbox' + i);
					chckBoxtoenable.checked = true;
				}
				else
				{
					var [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>&lt;html &gt;
&lt;head&gt;
&lt;title&gt;checkbox as radio buttons (for Div Selection) by MzM [ moazzam.humayun@gmail.com]&lt;/title&gt;

&lt;script type="text/javascript" &gt;
	function SwitchToDiv(divNoToSwitch)
	{
		 chckboxName = 'chkbox' + divNoToSwitch;

		var chckBox = document.getElementById(chckboxName)

		if ( chckBox.checked)
		{
			for ( i =1; i&lt;=4; i++)
			{	

				chckBoxtoDisable = document.getElementById('chkbox' + i);
				chckBoxtoDisable.checked = false;
				if 	( i == divNoToSwitch)
				{
					dvName = 'div' + divNoToSwitch;
					var Dv = document.getElementById(dvName);
					Dv.style.display = "block";

					chckBoxtoenable = document.getElementById('chkbox' + i);
					chckBoxtoenable.checked = true;
				}
				else
				{
					var Dv2 = document.getElementById('div' + i);
					Dv2.style.display = "none";
				}
			}
		}
		else
		{
			for ( j =1; j&lt;=4; j++)
			{
				var Dvj = document.getElementById('div' + j);
					Dvj.style.display = "none";
			}
		}
	}
&lt;/script&gt;

&lt;/head&gt;

&lt;body&gt;
&lt;form id="form1" runat="server"&gt;
&lt;input type="checkbox" onclick="SwitchToDiv('1')" checked  id="chkbox1"    /&gt;
check box 1
&lt;input type="checkbox" onclick="SwitchToDiv('2')"   id="chkbox2"    /&gt;
check box 2
&lt;input type="checkbox" onclick="SwitchToDiv('3')"   id="chkbox3"    /&gt;
check box 3
&lt;input type="checkbox" onclick="SwitchToDiv('4')"   id="chkbox4"    /&gt;
check box 4
&lt;div id="div1" style="display:block" &gt;Div 1&lt;/div&gt;
&lt;div id="div2" style="display:none" &gt;Div 2&lt;/div&gt;
&lt;div id="div3" style="display:none" &gt;Div 3&lt;/div&gt;
&lt;div id="div4" style="display:none" &gt;Div 4&lt;/div&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=102&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/13/check-box-with-js/feed/</wfw:commentRss>
		</item>
		<item>
		<title>js calendar</title>
		<link>http://swadharsan.wordpress.com/2008/05/13/js-calendar/</link>
		<comments>http://swadharsan.wordpress.com/2008/05/13/js-calendar/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:59:00 +0000</pubDate>
		<dc:creator>swadharsan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swadharsan.wordpress.com/?p=101</guid>
		<description><![CDATA[here is really a marvellous control (calendar) made in javascript.
how to use it?  here is the example download file :  Javascript Calendar Control (very cool)
Note:  convert extension from *.doc to *.rar&#60;form id=”form1″ name=”form1″ method=”post”&#62;
&#60;div align=”center” style=”padding:20px;height:140px; border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid;” &#62;
&#60;script&#62;DateInput(‘txtDate’, true, ‘MM-DD-YYYY’)&#60;/script&#62;
&#60;/div&#62;
C# - [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#0000ff;font-size:x-small;">here is really a marvellous control (calendar) made in javascript.<br />
how to use it?  here is the example</span><span style="color:#0000ff;font-size:x-small;"><strong> download file : </strong> <a title="Javascript Calendar Control (very cool)" href="http://geneticvital.files.wordpress.com/2007/12/js-calendar-mzm.doc">Javascript Calendar Control (very cool)</a><br />
Note:  convert extension from *.doc to *.rar</span><span style="color:#0000ff;font-size:x-small;">&lt;<span style="color:#a31515;font-size:x-small;">form</span><span style="font-size:x-small;"> </span><span style="color:#ff0000;font-size:x-small;">id</span><span style="color:#0000ff;font-size:x-small;">=”form1″</span><span style="font-size:x-small;"> </span><span style="color:#ff0000;font-size:x-small;">name</span><span style="color:#0000ff;font-size:x-small;">=”form1″</span><span style="font-size:x-small;"> </span><span style="color:#ff0000;font-size:x-small;">method</span><span style="color:#0000ff;font-size:x-small;">=”post”&gt;<br />
</span><span style="color:#0000ff;font-size:x-small;">&lt;</span><span style="color:#a31515;font-size:x-small;">div</span><span style="font-size:x-small;"> </span><span style="color:#ff0000;font-size:x-small;">align</span><span style="color:#0000ff;font-size:x-small;">=”center”</span><span style="font-size:x-small;"> </span><span style="color:#ff0000;font-size:x-small;">style</span><span style="color:#0000ff;font-size:x-small;">=”padding:20px;height:140px; border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid;”</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">&gt;<br />
</span><span style="color:#0000ff;font-size:x-small;">&lt;</span><span style="color:#a31515;font-size:x-small;">script</span><span style="color:#0000ff;font-size:x-small;">&gt;</span><span style="font-size:x-small;">DateInput(</span><span style="color:#a31515;font-size:x-small;">‘txtDate’</span><span style="font-size:x-small;">, </span><span style="color:#0000ff;font-size:x-small;">true</span><span style="font-size:x-small;">, </span><span style="color:#a31515;font-size:x-small;">‘MM-DD-YYYY’</span><span style="font-size:x-small;">)</span><span style="color:#0000ff;font-size:x-small;">&lt;/</span><span style="color:#a31515;font-size:x-small;">script</span><span style="color:#0000ff;font-size:x-small;">&gt;<br />
</span><span style="color:#0000ff;font-size:x-small;">&lt;/</span><span style="color:#a31515;font-size:x-small;">div</span><span style="color:#0000ff;font-size:x-small;">&gt;<br />
</span><span style="font-size:x-small;">C# - Response.Write(Request.Form["txtDate"].toString());<br />
</span><span style="color:#0000ff;font-size:x-small;">&lt;/</span><span style="color:#a31515;font-size:x-small;">form</span><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swadharsan.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swadharsan.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swadharsan.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swadharsan.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swadharsan.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swadharsan.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swadharsan.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swadharsan.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swadharsan.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swadharsan.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swadharsan.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swadharsan.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swadharsan.wordpress.com&blog=2862007&post=101&subd=swadharsan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://swadharsan.wordpress.com/2008/05/13/js-calendar/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>