<?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>Php, Mysql</title>
	<atom:link href="http://yajukumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yajukumar.wordpress.com</link>
	<description>Yajukumar</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yajukumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/13f4862116dd9a9a0f37398be7eb5647?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Php, Mysql</title>
		<link>http://yajukumar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yajukumar.wordpress.com/osd.xml" title="Php, Mysql" />
	<atom:link rel='hub' href='http://yajukumar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Login in Joomla 1.5 through curl</title>
		<link>http://yajukumar.wordpress.com/2011/12/01/login-in-joomla-1-5-through-curl/</link>
		<comments>http://yajukumar.wordpress.com/2011/12/01/login-in-joomla-1-5-through-curl/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 06:15:39 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=268</guid>
		<description><![CDATA[First of all we need three inputs. $uname = &#8220;test&#8221;; $upswd = &#8220;123456&#8243;; $url = &#8216;http://localhost/joomla/index.php?option=com_user&#38;view=login //Initialize curl. This is one time curl session no need another session. $ch = curl_init(); //Try to loging in[Joomla] curl_setopt($ch, CURLOPT_URL, $url ); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE ); curl_setopt($ch, CURLOPT_COOKIEJAR, &#8216;./cookie.txt&#8217;); curl_setopt($ch, CURLOPT_COOKIEFILE, &#8216;./cookie.txt&#8217;); curl_setopt($ch, CURLOPT_HEADER, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=268&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First of all we need three inputs.<br />
$uname = &#8220;test&#8221;;<br />
$upswd = &#8220;123456&#8243;;<br />
$url = &#8216;http://localhost/joomla/index.php?option=com_user&amp;view=login</p>
<p>//Initialize curl. This is one time curl session no need another session.<br />
$ch = curl_init();</p>
<p>//Try to loging in[Joomla]<br />
curl_setopt($ch, CURLOPT_URL, $url );<br />
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE );<br />
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE );<br />
curl_setopt($ch, CURLOPT_COOKIEJAR, &#8216;./cookie.txt&#8217;);<br />
curl_setopt($ch, CURLOPT_COOKIEFILE, &#8216;./cookie.txt&#8217;);<br />
curl_setopt($ch, CURLOPT_HEADER, FALSE );<br />
$ret = curl_exec($ch);//access login page<br />
if (!preg_match(&#8216;/name=&#8221;([a-zA-z0-9]{32})&#8221;/&#8217;, $ret, $spoof)) {<br />
    preg_match(&#8220;/name=&#8217;([a-zA-z0-9]{32})&#8217;/&#8221;, $ret, $spoof);<br />
}<br />
// Collecting all POST fields<br />
$postfields = array();<br />
$postfields['username'] = $uname;<br />
$postfields['passwd'] = $upswd;<br />
$postfields['lang'] = &#8221;;<br />
$postfields['option'] = &#8216;com_user&#8217;;<br />
$postfields['task'] = &#8216;login&#8217;;<br />
$postfields[$spoof[1]] = &#8217;1&#8242;;<br />
curl_setopt($ch, CURLOPT_POST, 1);<br />
curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields);<br />
$ret = curl_exec($ch);//Get result after login page.<br />
//Close curl and free server recourses.<br />
curl_close($ch); </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=268&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/12/01/login-in-joomla-1-5-through-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to copy a table structure and data</title>
		<link>http://yajukumar.wordpress.com/2011/11/09/how-to-copy-a-table-structure-and-data/</link>
		<comments>http://yajukumar.wordpress.com/2011/11/09/how-to-copy-a-table-structure-and-data/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 06:11:27 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[copy database]]></category>
		<category><![CDATA[copy mysql database table]]></category>
		<category><![CDATA[copy table]]></category>
		<category><![CDATA[how to copy database table in mysql]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=262</guid>
		<description><![CDATA[To copy table structure run this query CREATE TABLE database_name.`new_table_name` LIKE database_name.`old_table_name` ; To copy table data run this query INSERT INTO database_name.`new_table_name` SELECT * FROM database_name.`old_table_name` ;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=262&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To copy table structure run this query</p>
<p>CREATE TABLE database_name.`new_table_name` LIKE database_name.`old_table_name` ;</p>
<p>To copy table data run this query</p>
<p>INSERT INTO database_name.`new_table_name` SELECT * FROM database_name.`old_table_name` ;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=262&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/11/09/how-to-copy-a-table-structure-and-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set application icon</title>
		<link>http://yajukumar.wordpress.com/2011/09/22/how-to-set-application-icon/</link>
		<comments>http://yajukumar.wordpress.com/2011/09/22/how-to-set-application-icon/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 12:05:39 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android app icon]]></category>
		<category><![CDATA[android application icon]]></category>
		<category><![CDATA[application icon]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=257</guid>
		<description><![CDATA[If you want to set your own application icon in Android then here is the solution. Please follow these step. 1. Put you icon in &#8216;res/drawable/&#8217; directory. 2. Open your AndroidManifeast.xml file in code mode. 3. Find this attribute &#8216;android:icon=&#8221;@drawable/icon&#8217; in this tag &#8216;&#60;application&#8217;. Here icon is the your icon file name. Here you have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=257&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to set your own application icon in Android then here is the solution. Please follow these step.<br />
1. Put you icon in &#8216;res/drawable/&#8217; directory.<br />
2. Open your AndroidManifeast.xml file in code mode.<br />
3. Find this attribute &#8216;android:icon=&#8221;@drawable/icon&#8217; in this tag &#8216;&lt;application&#8217;. Here icon is the your icon file name. Here you have two option either you can replace &#8216;icon&#8217; name with you icon file name or save icon file by &#8216;icon&#8217; name.<br />
4. Run your Emulator. Now check applications list in the emulator the new application icon installed and ready.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=257&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/09/22/how-to-set-application-icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install apk files on Android Emulator</title>
		<link>http://yajukumar.wordpress.com/2011/09/07/how-to-install-apk-files-on-android-emulator/</link>
		<comments>http://yajukumar.wordpress.com/2011/09/07/how-to-install-apk-files-on-android-emulator/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 07:39:15 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android emulator]]></category>
		<category><![CDATA[install apk]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=248</guid>
		<description><![CDATA[If you looking to test any application on android emulator. Please follow these step. 1.  Run the emulator. 2. Copy the apk file to /tools folder 3. Change directory to /tools and run from commandline  adb install your_application.apk [ this command for windows if you are using linux then  $install your_application.apk ] 4. Now check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=248&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you looking to test any application on android emulator. Please follow these step.</p>
<p>1.  Run the emulator.<br />
2. Copy the apk file to /tools folder<br />
3. Change directory to /tools and run from commandline  adb install your_application.apk [ this command for windows if you are using linux then  $install your_application.apk ]<br />
4. Now check applications list in the emulator the new application installed and ready.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=248&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/09/07/how-to-install-apk-files-on-android-emulator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Module creator</title>
		<link>http://yajukumar.wordpress.com/2011/07/08/module-creator/</link>
		<comments>http://yajukumar.wordpress.com/2011/07/08/module-creator/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 05:40:19 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[joomla 7]]></category>
		<category><![CDATA[joomla module creator]]></category>
		<category><![CDATA[joomla1.7]]></category>
		<category><![CDATA[joomla7]]></category>
		<category><![CDATA[module creator]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=209</guid>
		<description><![CDATA[This is a tool that will cut some time of work of any custom Joomla Module development. Simply enter the name of your new Joomla 1.5 module and this tool will create a ready to install zip file with all the right files inside all correctly extending the right classes etc. Follow this link to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=209&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a tool that will cut some time of work of any custom Joomla Module development. Simply enter the name of your new Joomla 1.5 module and this tool will create a ready to install zip file with all the right files inside all correctly extending the right classes etc.</p>
<p>Follow this link to <a title="joomla module creator" href="http://onlineunnao.in/yaju/joomla1_5module_creater/" target="_blank">create module Joomla 1.5</a> or <a title="joomla module creator" href="http://onlineunnao.in/yaju/joomla1_7module_creater/" target="_blank">create module Joomla 1.7</a> .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=209&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/07/08/module-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Check object exists or not</title>
		<link>http://yajukumar.wordpress.com/2011/04/12/check-object-exists-or-not/</link>
		<comments>http://yajukumar.wordpress.com/2011/04/12/check-object-exists-or-not/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 05:49:39 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[check element exists]]></category>
		<category><![CDATA[check object exists.]]></category>
		<category><![CDATA[check through javascript if object exists]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=206</guid>
		<description><![CDATA[We can check through javascript whether html element exists or not. create this function function checkobject(obj) { if (document.getElementById(obj)) { return true; }else { return false; } } Pass element&#8217;s id in this function, this function return &#8216;true&#8217; if that element exists on web page other wise return false. &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=206&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We can check through javascript whether html element exists or not.<br />
create this function<br />
function checkobject(obj) {<br />
if (document.getElementById(obj)) {<br />
return true;<br />
}else {<br />
return false;<br />
}<br />
}</p>
<p>Pass element&#8217;s id in this function, this function return &#8216;true&#8217; if that element exists on web page other wise return false.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=206&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/04/12/check-object-exists-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get which element clicked</title>
		<link>http://yajukumar.wordpress.com/2011/04/11/how-to-get-which-element-clicked/</link>
		<comments>http://yajukumar.wordpress.com/2011/04/11/how-to-get-which-element-clicked/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 08:21:16 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[get clicked element's id]]></category>
		<category><![CDATA[how to get clicked element]]></category>
		<category><![CDATA[javascript onclick getelement]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=202</guid>
		<description><![CDATA[We can find out which element clicked on web document. First we need to create a function i.e function gotElement(){ var ele = arguments[0] &#124;&#124; window.event, origEl = ev.target &#124;&#124; ev.srcElement; alert(ele.tagName);//Getting  tag name of element. } Now call this function like this&#8230; document.onclick = gotElement(); Whenever user click on click on document then a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=202&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We can find out which element clicked on web document.<br />
First we need to create a function i.e<br />
function gotElement(){<br />
var ele = arguments[0] || window.event, origEl = ev.target || ev.srcElement;<br />
alert(ele.tagName);//Getting  tag name of element.<br />
}</p>
<p>Now call this function like this&#8230;<br />
document.onclick = gotElement();</p>
<p>Whenever user click on click on document then a alert will open that contains tag name.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=202&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/04/11/how-to-get-which-element-clicked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check browser has javascript enabled or not</title>
		<link>http://yajukumar.wordpress.com/2011/04/07/how-to-check-browser-has-javascript-enabled-or-not/</link>
		<comments>http://yajukumar.wordpress.com/2011/04/07/how-to-check-browser-has-javascript-enabled-or-not/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 07:28:07 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[browser javascript enabled]]></category>
		<category><![CDATA[check javascript enable]]></category>
		<category><![CDATA[disabled javascritp]]></category>
		<category><![CDATA[javascript disabled]]></category>
		<category><![CDATA[no script]]></category>
		<category><![CDATA[webpage javascript enabled]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=199</guid>
		<description><![CDATA[The &#60;noscript&#62; tag is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn’t support client-side scripting. &#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.1//EN&#8221; &#8220;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#8221;&#62; &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&#62; &#60;head&#62; &#60;title&#62;Title&#60;/title&#62; &#60;noscript&#62; &#60;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://www.domain.com/errorPage.php&#8221;/&#62; &#60;/noscript&#62; &#60;/head&#62; &#60;body&#62; &#60;/body&#62; &#60;/html&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=199&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;noscript&gt; tag is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn’t support client-side scripting.</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.1//EN&#8221; &#8220;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#8221;&gt;</p>
<p>&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Title&lt;/title&gt;<br />
&lt;noscript&gt;<br />
&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://www.domain.com/errorPage.php&#8221;/&gt;<br />
&lt;/noscript&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=199&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2011/04/07/how-to-check-browser-has-javascript-enabled-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Add and Remove element</title>
		<link>http://yajukumar.wordpress.com/2010/10/28/add-and-remove-element/</link>
		<comments>http://yajukumar.wordpress.com/2010/10/28/add-and-remove-element/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 05:56:30 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[add element thorugh javascript]]></category>
		<category><![CDATA[add remove element through javascript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[remove element through javascript]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=183</guid>
		<description><![CDATA[We can add any element through javascript. It is so simple and easy.  Use below script to add and remove a div element. &#60;html&#62; &#60;head&#62; &#60;title&#62;Add Element&#60;/title&#62; &#60;script language=&#8221;javascript&#8221;&#62; this.num = 1; function addElement(){ $top = document.getElementById(&#8216;top&#8217;); newId = document.createElement(&#8216;div&#8217;); id = &#8216;my&#8217;+this.num; newId.setAttribute(&#8216;id&#8217;, id ); newId.innerHTML = &#8220;&#60;a href=&#8217;javascript:void(0); &#8216; onclick=&#8217;removedThis( &#8220;+id +&#8221;)&#8217; &#62;Added [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=183&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We can add any element through javascript. It is so simple and easy.  Use below script to add and remove a div element.</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Add Element&lt;/title&gt;<br />
&lt;script language=&#8221;javascript&#8221;&gt;<br />
this.num = 1;<br />
function addElement(){<br />
$top = document.getElementById(&#8216;top&#8217;);<br />
newId = document.createElement(&#8216;div&#8217;);<br />
id = &#8216;my&#8217;+this.num;<br />
newId.setAttribute(&#8216;id&#8217;, id );<br />
newId.innerHTML = &#8220;&lt;a href=&#8217;javascript:void(0); &#8216; onclick=&#8217;removedThis( &#8220;+id +&#8221;)&#8217; &gt;Added Element&#8221;+id+&#8221;&lt;/a&gt;&#8221;;<br />
$top.appendChild(newId);<br />
this.num++;<br />
}<br />
function removedThis( id ){<br />
var d = document.getElementById(&#8216;top&#8217;);<br />
d.removeChild(id);<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;input type=&#8221;button&#8221; name=&#8221;button&#8221; value=&#8221;Add Element&#8221; onclick=&#8221;addElement()&#8221; /&gt;<br />
&lt;div id=&#8221;top&#8221; &gt;&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=183&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2010/10/28/add-and-remove-element/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Export database from MYSQL to Ms Access</title>
		<link>http://yajukumar.wordpress.com/2010/04/14/export-database-from-mysql-to-ms-access/</link>
		<comments>http://yajukumar.wordpress.com/2010/04/14/export-database-from-mysql-to-ms-access/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 10:10:46 +0000</pubDate>
		<dc:creator>Yaju</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Export database from MYSQL to Ms Access]]></category>
		<category><![CDATA[ms access]]></category>
		<category><![CDATA[sun mysql]]></category>

		<guid isPermaLink="false">http://yajukumar.wordpress.com/?p=158</guid>
		<description><![CDATA[Download ODBC driver from http://dev.mysql.com/downloads/connector/odbc/ Create a system DSN for the MySQL database. Create a new Access database, then do File Get External Data Import&#8230; In the Import dialog click the &#8220;Files of type&#8221; drop-down and choose &#8220;ODBC Databases ()&#8221;. In the &#8220;Select Data Source&#8221; dialog click the &#8220;Machine Data Source&#8221; , select the DSN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=158&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Download ODBC driver from</div>
<div id="_mcePaste"><a href="http://dev.mysql.com/downloads/connector/odbc/" target="_self">http://dev.mysql.com/downloads/connector/odbc/</a></div>
<div id="_mcePaste">Create a system DSN for the MySQL database.</div>
<div id="_mcePaste">Create a new Access database, then do</div>
<div id="_mcePaste">File Get External Data Import&#8230;</div>
<div id="_mcePaste">In the Import dialog click the &#8220;Files of type&#8221; drop-down and choose</div>
<div id="_mcePaste">&#8220;ODBC Databases ()&#8221;. In the &#8220;Select Data Source&#8221; dialog click the</div>
<div id="_mcePaste">&#8220;Machine Data Source&#8221; , select the DSN you created, and click &#8220;OK&#8221;.</div>
<div id="_mcePaste">Select all of the tables and import them.</div>
<p>Download ODBC driver from http://dev.mysql.com/downloads/connector/odbc/<br />
Create a system DSN for the MySQL database. Create a new Access database, then doFile Get External Data Import&#8230;<br />
In the Import dialog click the &#8220;Files of type&#8221; drop-down and choose&#8221;ODBC Databases ()&#8221;. In the &#8220;Select Data Source&#8221; dialog click the&#8221;Machine Data Source&#8221; , select the DSN you created, and click &#8220;OK&#8221;.Select all of the tables and import them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yajukumar.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yajukumar.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yajukumar.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yajukumar.wordpress.com&amp;blog=8499573&amp;post=158&amp;subd=yajukumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yajukumar.wordpress.com/2010/04/14/export-database-from-mysql-to-ms-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a112d3dc253ef712d70afed120eeec66?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yajukumar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
