<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>kausar's Weblog</title>
	<atom:link href="http://mdkausar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mdkausar.wordpress.com</link>
	<description>Fear doesn’t exist anywhere except in the mind</description>
	<lastBuildDate>Thu, 02 Apr 2009 17:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mdkausar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>kausar's Weblog</title>
		<link>http://mdkausar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mdkausar.wordpress.com/osd.xml" title="kausar&#039;s Weblog" />
	<atom:link rel='hub' href='http://mdkausar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Import data from CSV file into a MySQL database</title>
		<link>http://mdkausar.wordpress.com/2008/12/02/import-data-from-csv-file-into-a-mysql-database/</link>
		<comments>http://mdkausar.wordpress.com/2008/12/02/import-data-from-csv-file-into-a-mysql-database/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 06:28:51 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[File Importer]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=25</guid>
		<description><![CDATA[Few days ago, Client wanted to import a CSV file and all datas of this file will be inserted into a table in one project.For that, I implemented a class and contributed it in phpclasses.org site as well.For this week,this class was top first downloaded class.here the figure below. And as a author rank of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=25&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Few days ago, Client wanted to import a CSV file and all datas of this file will be inserted into a table in one project.For that, I implemented a  class and contributed  it in phpclasses.org site as well.For this week,this  class was top first downloaded class.here the figure below.</p>
<p><a href="http://mdkausar.files.wordpress.com/2008/12/file_importer2.jpg"></a><a href="http://mdkausar.files.wordpress.com/2008/12/downloadedimage.jpg"><img class="aligncenter size-medium wp-image-35" title="downloadedimage" src="http://mdkausar.files.wordpress.com/2008/12/downloadedimage.jpg?w=300&#038;h=200" alt="downloadedimage" width="300" height="200" /></a></p>
<p>And as a author rank of this week i was 5th. here attached the screen shot.</p>
<p><a href="http://mdkausar.files.wordpress.com/2008/12/author.jpg"><img class="aligncenter size-medium wp-image-36" title="author" src="http://mdkausar.files.wordpress.com/2008/12/author.jpg?w=300&#038;h=213" alt="author" width="300" height="213" /></a></p>
<p>Class Name : fileImporter</p>
<p>Description:<br />
========</p>
<p>This class can be used to import data from CSV file into a MySQL database.When any CSV or text file is imported by user,Firstly the file is uploaded a temp directory then the class open , read datas from this file and insert in a given MySQL database table.After then file will be deleted this temp directory. The class supports both tab and comma separated CSV files.</p>
<p>Download this class from <a href="http://www.phpclasses.org/browse/package/4998.html" target="_blank"><strong>here</strong></a>.Details example also explained there.</p>
<p>Please don&#8217;t  hesitate to knock me if you guys face any problem to install this class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=25&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/12/02/import-data-from-csv-file-into-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>

		<media:content url="http://mdkausar.files.wordpress.com/2008/12/downloadedimage.jpg?w=300" medium="image">
			<media:title type="html">downloadedimage</media:title>
		</media:content>

		<media:content url="http://mdkausar.files.wordpress.com/2008/12/author.jpg?w=300" medium="image">
			<media:title type="html">author</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Way Wiki Edit</title>
		<link>http://mdkausar.wordpress.com/2008/10/10/easy-way-wiki-edit/</link>
		<comments>http://mdkausar.wordpress.com/2008/10/10/easy-way-wiki-edit/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 07:20:28 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=19</guid>
		<description><![CDATA[1.What is greasemonky? Greasemonkey is a Firefox extension that allows you to customize the way webpages look and function. Hundreds of scripts are already available for free. And if you&#8217;re the tinkerer sort, you can also write your own. More details : http://www.greasespot.net/ 2.how to install greasemonky? Go to the link below and click Ad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=19&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>1.What is greasemonky?</strong></span><br />
Greasemonkey is a Firefox extension that allows you to customize the way webpages look and function. Hundreds of scripts are already available for free. And if you&#8217;re the tinkerer sort, you can also write your own.<br />
More details : <a class="external free" title="http://www.greasespot.net/" rel="nofollow" href="http://www.greasespot.net/">http://www.greasespot.net/</a></p>
<p><span style="text-decoration:underline;"><strong>2.how to install greasemonky?</strong></span></p>
<p>Go to the link below and click Ad to firefox button then it will be installed on your pc<br />
<a class="external free" title="https://addons.mozilla.org/en-US/firefox/addon/748" rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</a></p>
<p><span style="text-decoration:underline;"><strong>3. What is wikEd?</strong></span></p>
<p>A full-featured in-browser editor for Wikipedia and other MediaWikis.</p>
<p>wikEd is a full-featured text editor that adds enhanced text processing functions to Wikipedia and other MediaWiki wiki installations. wikEd is a complete rich-text pseudo-WYSIWYG editor and comes with many MediaWiki-specific features. For an extensive description check the wikEd homepage and the wikEd help page.</p>
<p>wikEd checks automatically for updates and opens the Greasemonkey popup to install a  new version.<br />
For quick tutorial go <a class="external free" title="http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd_help" rel="nofollow" href="http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd_help">http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd_help</a></p>
<p><span style="text-decoration:underline;"><strong>4.how to install wikEd?</strong></span></p>
<p>Its so easy to install wikEd.Click the below after then click on install button.so enjoy:)<br />
<a class="external free" title="http://userscripts.org/scripts/show/12529" rel="nofollow" href="http://userscripts.org/scripts/show/12529">http://userscripts.org/scripts/show/12529</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=19&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/10/10/easy-way-wiki-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Calculator</title>
		<link>http://mdkausar.wordpress.com/2008/07/14/simple-calculator/</link>
		<comments>http://mdkausar.wordpress.com/2008/07/14/simple-calculator/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 14:23:41 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=13</guid>
		<description><![CDATA[I implemented a simple calculator in my university life. I used JavaScript and html to implement this calculator. Today I have edited this. Using jquery I have built it draggable. By this calculator, simple all calculation can be calculated. Example: Add, Subtraction, Multiplication, Division, square root etc. The screen shot of this calculator are shown [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=13&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-family:&quot;">I implemented a simple calculator in my university life. I used JavaScript and html to implement this calculator. Today I have edited this. Using jquery I have built it draggable. By this calculator, simple all calculation can be calculated. Example: Add, Subtraction, Multiplication, Division, square root etc. The screen shot of this calculator are shown below….</span></p>
<p class="MsoNormal" style="text-align:center;"><a href="http://mdkausar.files.wordpress.com/2008/07/calculator1.jpg"><img class="alignnone size-medium wp-image-15" src="http://mdkausar.files.wordpress.com/2008/07/calculator1.jpg?w=300&#038;h=279" alt="" width="300" height="279" /></a></p>
<p class="MsoNormal" style="text-align:center;" align="center"><span style="font-family:&quot;">Figure: Simple Calculator.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;">It’s too much easy and funny calculator. I think beginner might be helpful to learn JavaScript because here contains simple functionalities which will be more flexible to understand. see the demo <strong><a href="http://www.demo1.abashonbd.com/calculator/" target="_blank">here</a></strong></span></p>
<p class="MsoNormal">Please <strong><a href="http://www.demo1.abashonbd.com/calculator/calculator.rar" target="_blank">click here</a></strong> to download this calculator.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">[ <strong>NOTE</strong> : Its not for commercial use ]</p>
<p class="MsoNormal"> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mdkausar.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mdkausar.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=13&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/07/14/simple-calculator/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>

		<media:content url="http://mdkausar.files.wordpress.com/2008/07/calculator1.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>RSS feed class</title>
		<link>http://mdkausar.wordpress.com/2008/06/15/rss-feed-class/</link>
		<comments>http://mdkausar.wordpress.com/2008/06/15/rss-feed-class/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 07:51:52 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[RSS feed]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=11</guid>
		<description><![CDATA[Today i have implemented a new class named RSS feed class. Description of this class: This class can be used to regenerate an RSS 2.0 feeds from another feed. It retrieves the contents from a given RSS feed and show it in the RSS 2.0 format. The regenerated feed is saved to an xml file. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=11&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today i have implemented a new class named RSS feed class.</p>
<p><strong>Description of this class:</strong></p>
<p>This class can be used to regenerate an RSS 2.0 <a class="tfTextLink" href="void(0)">feeds</a> from another feed. It <a class="tfTextLink" href="void(0)">retrieves</a> the contents from  a given RSS feed and show it in the RSS 2.0 format. The regenerated feed is saved to an xml file.</p>
<p>Class Name : <strong>feedGenerator</strong></p>
<p><strong>Methods Description:</strong></p>
<p>1. getHeader()         : return the header of an xml file<br />
2.  getBody()            : return the main contents of rss feed<br />
3.  getFooter()          : return the footer of xml file<br />
4.  generateXMLFile() : Regenarated feed write on an xml file</p>
<p>Download this class from <a href="http://www.phpclasses.org/browse/package/4566.html" target="_blank"><strong>here</strong><br />
</a><strong><br />
Used Technology :</strong> PHP5, XML, DOM</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mdkausar.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mdkausar.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=11&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/06/15/rss-feed-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Map API</title>
		<link>http://mdkausar.wordpress.com/2008/05/10/google-map-api/</link>
		<comments>http://mdkausar.wordpress.com/2008/05/10/google-map-api/#comments</comments>
		<pubDate>Sat, 10 May 2008 04:19:53 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[Application programming interface(APIs)]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=9</guid>
		<description><![CDATA[It&#8217;s too much easy to integrate Google map in your site .For this, it is needed to be downloaded the GoogleMapAPI class from this link After then, Google Map API key is mandatory to create. You can register free here I have implemented this script using smarty. Since I discussed installation technique of smarty in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=9&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s too much easy to integrate Google map in your site .For this, it is needed to be downloaded the GoogleMapAPI class from <a href="http://www.phpinsider.com/php/code/GoogleMapAPI/GoogleMapAPI-2.5.tar.gz" target="_blank">this link</a> After then, Google Map API key is mandatory to create. You can register free <a href="http://www.google.com/apis/maps/signup.html" target="_blank">here</a></p>
<p>I have implemented this script using smarty. Since I discussed installation technique of smarty in my previous post, so I used only two file named map.html and map.php. Now follow me<br />
<span style="font-weight:bold;">Step 1:</span> Unzip the downloaded file. You need only GoogleMapAPI.class.php file<br />
<span style="font-weight:bold;">Step 2:</span> Copy and paste the following code in map.html file<br />
<a href="http://bp0.blogger.com/_T6qv4AZSyhk/R9zEcBLmQ5I/AAAAAAAAABE/WfPMpg1ZFSE/s1600-h/maphtml_3rd.JPG"><img style="cursor:pointer;" src="http://bp0.blogger.com/_T6qv4AZSyhk/R9zEcBLmQ5I/AAAAAAAAABE/WfPMpg1ZFSE/s320/maphtml_3rd.JPG" border="0" alt="" /></a><br />
<span style="font-weight:bold;">Step 3:</span> Copy and paste the following code in map.php file<br />
<a href="http://bp3.blogger.com/_T6qv4AZSyhk/R9zGwxLmQ7I/AAAAAAAAABU/wpphsofY_kQ/s1600-h/map_3rd.JPG"><img style="cursor:pointer;" src="http://bp3.blogger.com/_T6qv4AZSyhk/R9zGwxLmQ7I/AAAAAAAAABU/wpphsofY_kQ/s400/map_3rd.JPG" border="0" alt="" /></a><br />
click on images to enlarge<br />
If you would like to know details about this class,read the README file<br />
Output of this script will like that:<br />
<a href="http://www.phpinsider.com/php/code/GoogleMapAPI/demo/" target="_blank">http://www.phpinsider.com/php/code/GoogleMapAPI/demo/</a></p>
<p>Very Interesting&#8230;..isn&#8217;t it?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mdkausar.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mdkausar.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=9&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/05/10/google-map-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>

		<media:content url="http://bp0.blogger.com/_T6qv4AZSyhk/R9zEcBLmQ5I/AAAAAAAAABE/WfPMpg1ZFSE/s320/maphtml_3rd.JPG" medium="image" />

		<media:content url="http://bp3.blogger.com/_T6qv4AZSyhk/R9zGwxLmQ7I/AAAAAAAAABU/wpphsofY_kQ/s400/map_3rd.JPG" medium="image" />
	</item>
		<item>
		<title>An Introduction to MVC</title>
		<link>http://mdkausar.wordpress.com/2008/04/23/an-introduction-to-mvc-2/</link>
		<comments>http://mdkausar.wordpress.com/2008/04/23/an-introduction-to-mvc-2/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 03:29:38 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[Design Pattern]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=7</guid>
		<description><![CDATA[What is MVC? A car is a good real-world example of MVC. With a car you have two views: the interior and the exterior. Both take input from the controller: the driver. The brakes, steering wheel and other controls represent the model: they take input from the controller (driver) and hand them off to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=7&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;">What is MVC?</span><br />
A car is a good real-world example of MVC. With a car you have two views: the interior and the exterior. Both take input from the controller: the driver. The brakes, steering wheel and other controls represent the model: they take input from the controller (driver) and hand them off to the views (interior/exterior) for presentation.</p>
<p><span style="font-weight:bold;">MVC on the Web</span><br />
MVC is an Object Oriented (OO) design pattern. A Model-View-Controller uses class to organize Business Logic contained in &#8220;Models&#8221;, Presentation Logic in &#8220;Views&#8221; and has an overall flow for the application within a &#8220;Controller&#8221;.</p>
<p><span style="font-weight:bold;">Figure 1:</span><br />
<a href="http://bp3.blogger.com/_T6qv4AZSyhk/R9kEsAt8O0I/AAAAAAAAAA0/QzNKpMcmPno/s1600-h/figure1.JPG"><img style="cursor:pointer;" src="http://bp3.blogger.com/_T6qv4AZSyhk/R9kEsAt8O0I/AAAAAAAAAA0/QzNKpMcmPno/s320/figure1.JPG" border="0" alt="" /></a></p>
<p><span style="font-weight:bold;">The Model</span><br />
Models are the portion of the MVC application that implements the “Business Logic”. Business logic is any PHP logic relating to how information is stored in your application.</p>
<p><span style="font-weight:bold;">The View</span><br />
Views are the portion of the MVC application that presents output to the user. The most common output for PHP web applications would be HTML, but views are not restricted to this. Your MVC application might output XML, WML, plain text, images, email or some other content.</p>
<p><span style="font-weight:bold;">The Controller</span><br />
The controller is the heart of the MVC application. The controller translate the mouse and keyboard inputs from the user, informing the model and/or the view to change as appropriate.</p>
<p><span style="font-weight:bold;">Figure 2:</span><br />
<a href="http://bp1.blogger.com/_T6qv4AZSyhk/R9kFGgt8O1I/AAAAAAAAAA8/uybm3P8M02k/s1600-h/figure2.JPG"><img style="cursor:pointer;" src="http://bp1.blogger.com/_T6qv4AZSyhk/R9kFGgt8O1I/AAAAAAAAAA8/uybm3P8M02k/s320/figure2.JPG" border="0" alt="" /></a></p>
<p><span style="font-weight:bold;"><br />
Benefits and drawback of MVC  <a href="http://www.phpwact.org/pattern/model_view_controller" target="_blank"> details here.</a></span></p>
<p>TrygveReenskaug quoted about MVC as follows:<br />
• The View is connected to the user&#8217;s eyes;<br />
• the Controller is connected to the user&#8217;s hands;<br />
• and the Model is connected to the user&#8217;s mind.</p>
<p>References:</p>
<p>http://www.phpwact.org/pattern/model_view_controller</p>
<p>http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html?CMP=AFC-ak_article&#038;ATT=Understanding+MVC+in+PHP</p>
<p>http://en.wikipedia.org/wiki/Model-view-controller</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mdkausar.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mdkausar.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=7&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/04/23/an-introduction-to-mvc-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>

		<media:content url="http://bp3.blogger.com/_T6qv4AZSyhk/R9kEsAt8O0I/AAAAAAAAAA0/QzNKpMcmPno/s320/figure1.JPG" medium="image" />

		<media:content url="http://bp1.blogger.com/_T6qv4AZSyhk/R9kFGgt8O1I/AAAAAAAAAA8/uybm3P8M02k/s320/figure2.JPG" medium="image" />
	</item>
		<item>
		<title>Smarty template engine</title>
		<link>http://mdkausar.wordpress.com/2008/04/02/smarty-template-engine/</link>
		<comments>http://mdkausar.wordpress.com/2008/04/02/smarty-template-engine/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 03:07:56 +0000</pubDate>
		<dc:creator>mdkausar</dc:creator>
				<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://mdkausar.wordpress.com/?p=4</guid>
		<description><![CDATA[Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. Benefits of using Smarty template engines: 1. separates code from HTML. 2. When you get used to using template engines, your applications will be developed faster 3. Your source code will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=4&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.<br />
Benefits of using Smarty template engines:<br />
1. separates code from HTML.<br />
2. When you get used to using template engines, your applications will be developed faster<br />
3. Your source code will be more organized, more clean and easier to understand<br />
4. Teamwork is a lot easier.<br />
Web page designers are not dealing with PHP code syntax, but instead easy-to-use templating syntax not much different than plain HTML. The templates are a very close representation of the final output, dramatically shortening the design cycle.</p>
<p><span style="font-weight:bold;">Code example</span></p>
<p>Since Smarty separates PHP from HTML, you have two files:</p>
<p>Follow the steps:<br />
Step1:<br />
1.Download Latest Stable Release Smarty <a href="http://www.smarty.net/download.php" target="_blank">here</a><br />
2. create two directory in www or htdoces named templates and temp<br />
3. create a html file named test.html in templates dir<br />
4. create a php file named test.php in root dir(i.e,www/htdocs)<br />
step 2:<br />
paste the following codes in test.html file<br />
<a href="http://bp3.blogger.com/_T6qv4AZSyhk/R8uTu_KryUI/AAAAAAAAAAg/qdER-3nkUVY/s1600-h/htmlll.JPG"><img style="cursor:pointer;" src="http://bp3.blogger.com/_T6qv4AZSyhk/R8uTu_KryUI/AAAAAAAAAAg/qdER-3nkUVY/s320/htmlll.JPG" border="0" alt="" /></a><br />
step 3:<br />
paste the following codes in test.php file<br />
<a href="http://bp1.blogger.com/_T6qv4AZSyhk/R8uUrfKryVI/AAAAAAAAAAo/Vyo9RJ_4Iio/s1600-h/php.JPG"><img style="cursor:pointer;" src="http://bp1.blogger.com/_T6qv4AZSyhk/R8uUrfKryVI/AAAAAAAAAAo/Vyo9RJ_4Iio/s320/php.JPG" border="0" alt="" /></a><br />
Now browse test.php<br />
output of this script will be&#8230;<br />
This is the Smarty basic example.</p>
<p>References:</p>
<p>http://en.wikipedia.org/wiki/Smarty</p>
<p>http://tech.gogic.co.yu/web-development/smarty-template-engine/</p>
<p>http://www.fanphp.com/category/smarty/</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mdkausar.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mdkausar.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdkausar.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdkausar.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdkausar.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdkausar.wordpress.com&amp;blog=3984144&amp;post=4&amp;subd=mdkausar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mdkausar.wordpress.com/2008/04/02/smarty-template-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9435ab8041d33415feb61b4c796d2369?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mdkausar</media:title>
		</media:content>

		<media:content url="http://bp3.blogger.com/_T6qv4AZSyhk/R8uTu_KryUI/AAAAAAAAAAg/qdER-3nkUVY/s320/htmlll.JPG" medium="image" />

		<media:content url="http://bp1.blogger.com/_T6qv4AZSyhk/R8uUrfKryVI/AAAAAAAAAAo/Vyo9RJ_4Iio/s320/php.JPG" medium="image" />
	</item>
	</channel>
</rss>
