<?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>Techinfo</title>
	<atom:link href="http://kingring.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kingring.wordpress.com</link>
	<description>After all its a new weblog for tech beginners</description>
	<lastBuildDate>Fri, 21 Oct 2011 08:42:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kingring.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f11fe50ec66c9c6f0d828accedc5735f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Techinfo</title>
		<link>http://kingring.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kingring.wordpress.com/osd.xml" title="Techinfo" />
	<atom:link rel='hub' href='http://kingring.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to set and unset cookie using jquery</title>
		<link>http://kingring.wordpress.com/2011/10/21/how-to-set-and-unset-cookie-using-jquery/</link>
		<comments>http://kingring.wordpress.com/2011/10/21/how-to-set-and-unset-cookie-using-jquery/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 08:40:10 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[delete cookie]]></category>
		<category><![CDATA[javascript cookies]]></category>
		<category><![CDATA[jquery cookie]]></category>
		<category><![CDATA[manage cookie]]></category>
		<category><![CDATA[set cookie]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=531</guid>
		<description><![CDATA[There is a way to set and unset cookie in browser using jquery, you need this defined js file for doing this action, check this reference https://github.com/carhartl/jquery-cookie I&#8217;m sure that this location is permanent if you want a permanent location you can search this in http://jquery.com , once you have embedded this in your header you can proceed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=531&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is a way to set and unset cookie in browser using jquery, you need this defined js file for doing this action, check this reference <a href="https://github.com/carhartl/jquery-cookie">https://github.com/carhartl/jquery-cookie</a> I&#8217;m sure that this location is permanent if you want a permanent location you can search this in <a title="jquery" href="http://jquery.com">http://jquery.com</a> , once you have embedded this in your header you can proceed to make use of this cookie plugin, there are some simple steps to follow to set and unset cookie check the below setps.</p>
<p>step:1  Make document get loaded with  $(document).ready(function(){ });</p>
<p>step:2  Inside document ready function you set cookie using $.cookie(&#8220;example&#8221;, &#8220;foo&#8221;); where example is cookie name and foo is value of the cookie.</p>
<p>step:3  To call stored cookie $.cookie(&#8220;example&#8221;);</p>
<p>step:4  To unset cookie $.cookie(&#8220;example&#8221;, null);  null makes the cookie unset, leaving it blank makes it undefined.</p>
<p>step:5  Even there are options called, path and expires , setting the path for the cookie means that this cookie is available for the particular page or for the whole domain $.cookie(&#8220;example&#8221;, &#8220;foo&#8221;, {path: &#8216;/&#8217;}, {expires: 7}); 7 is for a week, and &#8216;/&#8217; is the path for the whole domain, setting like this &#8216;/user&#8217; this cookie is available for this subpath level. for even more information you can check that in docs comes with this plugin.</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/cookie/'>cookie</a>, <a href='http://kingring.wordpress.com/tag/delete-cookie/'>delete cookie</a>, <a href='http://kingring.wordpress.com/tag/javascript-cookies/'>javascript cookies</a>, <a href='http://kingring.wordpress.com/tag/jquery-cookie/'>jquery cookie</a>, <a href='http://kingring.wordpress.com/tag/manage-cookie/'>manage cookie</a>, <a href='http://kingring.wordpress.com/tag/set-cookie/'>set cookie</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/531/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=531&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2011/10/21/how-to-set-and-unset-cookie-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting out with Javascript</title>
		<link>http://kingring.wordpress.com/2011/07/13/starting-out-with-javascript/</link>
		<comments>http://kingring.wordpress.com/2011/07/13/starting-out-with-javascript/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 06:27:50 +0000</pubDate>
		<dc:creator>Nareshkumar Rao</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=498</guid>
		<description><![CDATA[Hi guys this is a tutorial for all you newbies out there. You always see those flashy sites online and you wanna make sites like that. Remember guys, if you are not sure about anything. W3School is an awesome to refer Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=498&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi guys this is a tutorial for all you newbies out there. You always see those flashy sites online and you wanna make sites like that.</p>
<p>Remember guys, if you are not sure about anything. W3School is an awesome to refer</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/498/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=498&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2011/07/13/starting-out-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/698beedb7e2845497aecac7563d44a9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naresh</media:title>
		</media:content>
	</item>
		<item>
		<title>Kernel PAE</title>
		<link>http://kingring.wordpress.com/2010/11/25/kernel-pae/</link>
		<comments>http://kingring.wordpress.com/2010/11/25/kernel-pae/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 06:26:53 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[big memory]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel PAE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maximum memory]]></category>
		<category><![CDATA[pae]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=511</guid>
		<description><![CDATA[PAE is Physical Address Extension is a technology which gives  capability to 32 bit operating system to use upto 64gb of ram, and this feature is normally achieved by switching to 64 bit system, in other words PAE is a feature in computing to allow X86 processors to access physical address space including(Random access memory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=511&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PAE is<strong><em> Physical Address Extension </em></strong>is a technology which gives  capability to <strong><em>32 bit </em></strong>operating system to use upto <strong><em>64gb</em></strong> of ram, and this feature is normally achieved by switching to <strong><em>64 bit</em></strong> system, in other words <strong><em>PAE</em></strong> is a feature in computing to allow <strong><em>X86</em></strong> processors to access <strong><em>physical address space</em></strong> including(Random access memory and memory mapped devices) larger than <strong><em>4gb</em></strong> .. for more details about <strong><em>PAE</em></strong> <a href="http://en.wikipedia.org/wiki/Physical_Address_Extension" target="_blank">clickhere</a></p>
<p>And installing this <strong><em>PAE</em></strong> is easy in Debian based operating system, there are few steps to follow for who are all using ubuntu as a favourite operating system,but in general a proper <strong><em>64 bit </em></strong>operating system is recommended if the system is having <strong><em>4gb</em></strong> or more than that, in some case switching to complete <strong><em>64 bit </em></strong>is not needed in such a case <strong><em>PAE</em></strong> is a fix for that</p>
<p>In ubuntu 10.XX series its has the capability of detecting ram memory, if the physical memory is more than 3gb it automatically install <strong><em>PAE </em></strong>kernel, in case of live cd it needs a working internet connection to fetch <strong><em>PAE </em></strong>dependency files</p>
<p>Manual install is an another process which is also an easy process in this case you are provided to use synaptic package manager tool which is available at administration menu, open up synaptic package manager and search for <strong><em>linux-generic-pae </em></strong>and <strong><em>linux-headers-generic-pae</em></strong> install these two reboot to see the changes, if you are cli lover then use the following command  <strong><em>1. sudo apt-get update 2. sudo apt-get install linux-generic-pae 3. sudo apt-get install linux-headers-generic-pae</em> <em>4. sudo init 6</em></strong></p>
<p>grub menu&gt;&gt; you can able to see new kernel pae, select and proceed to boot.</p>
<p>thanks for staying with me</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://kingring.wordpress.com/tag/big-memory/'>big memory</a>, <a href='http://kingring.wordpress.com/tag/debian/'>debian</a>, <a href='http://kingring.wordpress.com/tag/kernel/'>kernel</a>, <a href='http://kingring.wordpress.com/tag/kernel-pae/'>kernel PAE</a>, <a href='http://kingring.wordpress.com/tag/linux/'>linux</a>, <a href='http://kingring.wordpress.com/tag/maximum-memory/'>maximum memory</a>, <a href='http://kingring.wordpress.com/tag/pae/'>pae</a>, <a href='http://kingring.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=511&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/11/25/kernel-pae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Complie xdebug for your xampp and eclipse debugging</title>
		<link>http://kingring.wordpress.com/2010/09/25/complie-xdebug-for-your-xampp-and-eclipse-debugging/</link>
		<comments>http://kingring.wordpress.com/2010/09/25/complie-xdebug-for-your-xampp-and-eclipse-debugging/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 07:04:06 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[eclipse debug]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xampp development pacakage]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=505</guid>
		<description><![CDATA[This tutorial is not a bible for compiling xdebug and making it work with eclipse for debug php and i use xampp and linux disro  for this whole tutorial&#8230; At first you have to download a eclipse version that suits for  your php project, the best thing you can do is download a stable release, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=505&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This tutorial is not a bible for compiling xdebug and making it work with eclipse for debug php and i use xampp and linux disro  for this whole tutorial&#8230;</p>
<p>At first you have to download a eclipse version that suits for  your php project, the best thing you can do is download a stable release, http://www.eclipse.org/downloads/ and you can download xampp and xampp developement packages at http://www.apachefriends.org/en/xampp-linux</p>
<p>Then install xampp and xampp development packages in your system and then you are not fully done , need to download and install xdebug the following url is where you can download xdebug http://xdebug.org/download.php</p>
<p>Extract xdebug in your php folder of xampp, compiling steps are simple and even you can do that, since you are using linux flavor  make sure that you are installed build-essential tool and automake .</p>
<p>open up terminal and change directory to xdebug with sudo permission [sudo cd /xx/xx], there will be a readme file if you could ? open it with a text editor and since i&#8217;m using xampp in opt dir i&#8217;m using the following location to execute the command sudo sudo /opt/lampp/bin/phpize it shows you some information and then you have to execute  sudo ./configure &#8211;enable-xdebug<br />
&#8211;with-php-config=/path/to/php-config and this path for me is /opt/lampp/bin/php-config, and once you finished these things make xdebug file by using the following command sudo make</p>
<p>cp modules/xdebug.so /to/wherever/you/want/it</p>
<p>and you need to add following lines to your php.ini file&gt;&gt;</p>
<p>zend_extension=&#8221;/wherever/you/put/it/xdebug.so&#8221;</p>
<p>There are few more lines to paste in php.in, you can see my last post.</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/eclipse-debug/'>eclipse debug</a>, <a href='http://kingring.wordpress.com/tag/xampp/'>xampp</a>, <a href='http://kingring.wordpress.com/tag/xampp-development-pacakage/'>xampp development pacakage</a>, <a href='http://kingring.wordpress.com/tag/xdebug/'>xdebug</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=505&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/09/25/complie-xdebug-for-your-xampp-and-eclipse-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Sun java in LucidLynx(Ubuntu 10.04)</title>
		<link>http://kingring.wordpress.com/2010/07/08/sun-java-in-lucidlynx/</link>
		<comments>http://kingring.wordpress.com/2010/07/08/sun-java-in-lucidlynx/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:20:57 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[install sun java in lucid lynx]]></category>
		<category><![CDATA[lucid lynx java]]></category>
		<category><![CDATA[lucid lynx sun java]]></category>
		<category><![CDATA[sun java]]></category>
		<category><![CDATA[sun java ubuntu 10.0.4]]></category>
		<category><![CDATA[ubuntu 10.0.4 java]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=491</guid>
		<description><![CDATA[LucidLynx has option to install openjdk but not sun java, you need to add a addtional partner repo to Lucid, follow the steps to install sunjava in LucidLynx step1: sudo apt-get install python-software-properties step2: sudo apt-add-repository &#8220;deb http://archive.canonical.com/ lucid partner&#8221; step3: sudo apt-get update step4: sudo apt-get install sun-java6-jdk Happy end Filed under: My skill [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=491&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>LucidLynx has option to install openjdk but not sun java, you need to add a addtional partner repo to Lucid, follow the steps to install sunjava in LucidLynx</p>
<p>step1: sudo apt-get install python-software-properties</p>
<p>step2: sudo apt-add-repository &#8220;deb http://archive.canonical.com/ lucid partner&#8221;</p>
<p>step3: sudo apt-get update</p>
<p>step4: sudo apt-get install sun-java6-jdk</p>
<p><strong>Happy end <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/install-sun-java-in-lucid-lynx/'>install sun java in lucid lynx</a>, <a href='http://kingring.wordpress.com/tag/lucid-lynx-java/'>lucid lynx java</a>, <a href='http://kingring.wordpress.com/tag/lucid-lynx-sun-java/'>lucid lynx sun java</a>, <a href='http://kingring.wordpress.com/tag/sun-java/'>sun java</a>, <a href='http://kingring.wordpress.com/tag/sun-java-ubuntu-10-0-4/'>sun java ubuntu 10.0.4</a>, <a href='http://kingring.wordpress.com/tag/ubuntu-10-0-4-java/'>ubuntu 10.0.4 java</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=491&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/07/08/sun-java-in-lucidlynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Xampp easy installation</title>
		<link>http://kingring.wordpress.com/2010/07/08/xampp-easy-installation/</link>
		<comments>http://kingring.wordpress.com/2010/07/08/xampp-easy-installation/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:47:44 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[lampp installation]]></category>
		<category><![CDATA[ubuntu apache]]></category>
		<category><![CDATA[ubuntu xampp]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xampp installation]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=483</guid>
		<description><![CDATA[step1: Make sure that you don&#8217;t have apache and mysql if then stop the both running. step2: Download xampp package from here step3: Open up terminal and goto package(xampp) downloaded path. step4: Extract xampp to /opt using this command sudo tar xfvz filename -C /opt step:5 In the same terminal or in new terminal goto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=483&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>step1: Make sure that you don&#8217;t have apache and mysql if then stop the both running.</p>
<p>step2: Download xampp package from <a href="http://www.apachefriends.org/en/xampp-linux.html" target="_blank">here</a></p>
<p>step3: Open up terminal and goto package(xampp) downloaded path.</p>
<p>step4: Extract xampp to /opt using this command <strong>sudo tar xfvz filename -C /opt</strong></p>
<p>step:5 In the same terminal or in new terminal goto <strong>/opt/lampp/htdocs</strong></p>
<p>step6: Create a folder for your use with full permission <strong>sudo mkdir foldername </strong>and change the permission <strong>sudo chown username foldername</strong> or you can also use this <strong>sudo chmod 777 foldername</strong></p>
<p>step7: Now this is the command to start or stop lampp <strong>sudo /opt/lampp/lampp start , sudo /opt/lampp/lampp stop</strong></p>
<p>step8: Check with the browser, goto&gt;&gt; http://localhost</p>
<p>step9: You see a welcome screen of xampp.</p>
<p>step10: Click the language you want and proceed.</p>
<p>Happy end <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><br />
</strong></p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/lampp/'>lampp</a>, <a href='http://kingring.wordpress.com/tag/lampp-installation/'>lampp installation</a>, <a href='http://kingring.wordpress.com/tag/ubuntu-apache/'>ubuntu apache</a>, <a href='http://kingring.wordpress.com/tag/ubuntu-xampp/'>ubuntu xampp</a>, <a href='http://kingring.wordpress.com/tag/xampp/'>xampp</a>, <a href='http://kingring.wordpress.com/tag/xampp-installation/'>xampp installation</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=483&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/07/08/xampp-easy-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Airtel unlimited download trick</title>
		<link>http://kingring.wordpress.com/2010/05/26/airtel-unlimited-download-trick/</link>
		<comments>http://kingring.wordpress.com/2010/05/26/airtel-unlimited-download-trick/#comments</comments>
		<pubDate>Wed, 26 May 2010 12:43:04 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[airtel]]></category>
		<category><![CDATA[airtel unlimited internet]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[unlimited]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=466</guid>
		<description><![CDATA[The following settings are worked for me and i&#8217;m not sure that it work for others but still you have chance to try this settings in your mobile phone, all you need is a active airtel live connection and operamini advanced browser series you can download operamini from opera repo , create a new airtel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=466&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following settings are worked for me and i&#8217;m not sure that it work for others but still you have chance to try this settings in your mobile phone, all you need is a active airtel live connection and operamini advanced browser series you can download operamini from opera repo , create a new airtel live connection with following setings &gt;&gt; 1. ip= 100.1.200.99, 2.port=8080, 3.apn= airtelfun.com (Condition you need to have limited gprs pack activated), activate the newly created airtel live settings as default, open up operamini it will automatically configure the connection for http access, now restart mobile and now set mobile office setting as default, now open operamini and open any bookmark webpage if it opens you are success -&gt;&gt;&gt;</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://kingring.wordpress.com/tag/airtel/'>airtel</a>, <a href='http://kingring.wordpress.com/tag/airtel-unlimited-internet/'>airtel unlimited internet</a>, <a href='http://kingring.wordpress.com/tag/downloads/'>downloads</a>, <a href='http://kingring.wordpress.com/tag/gprs/'>gprs</a>, <a href='http://kingring.wordpress.com/tag/hack/'>hack</a>, <a href='http://kingring.wordpress.com/tag/internet/'>internet</a>, <a href='http://kingring.wordpress.com/tag/unlimited/'>unlimited</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=466&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/05/26/airtel-unlimited-download-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse debugging using xdebug (Linux xampp)</title>
		<link>http://kingring.wordpress.com/2010/05/18/eclipse-debugging-using-xdebug-linux-xampp/</link>
		<comments>http://kingring.wordpress.com/2010/05/18/eclipse-debugging-using-xdebug-linux-xampp/#comments</comments>
		<pubDate>Tue, 18 May 2010 12:10:34 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[configure xdebug in eclipse]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[eclipse xdebug]]></category>
		<category><![CDATA[how install eclipse xdebug]]></category>
		<category><![CDATA[how to configure xdebug]]></category>
		<category><![CDATA[how to install xdebug]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xdebug]]></category>
		<category><![CDATA[xdebug in eclipse]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=442</guid>
		<description><![CDATA[This post is all about how to make work debug in eclipse-pdt, i tried zend debugger its ends with mess, so i preferred xdebug its free and simple to configure, hope that you are having eclipse with pdt support if not download it from http://eclipse.org. since we having xampp, we should be aware of php [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=442&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is all about how to make work debug in eclipse-pdt, i tried zend debugger its ends with mess, so i preferred xdebug its free and simple to configure, hope that you are having eclipse with pdt support if not download it from http://eclipse.org.</p>
<p>since we having xampp, we should be aware of php version because each and every xdebug.so compiled for a particular version, check the php version before ahead to download xdebug, for me its xampp-linux-1.7.3a.tar.gz and php version is 5.3.1 .</p>
<p>we gonna a add some three lines in php.ini, you can find that in your lampp folder the structure will be like this lampp/etc/php.ini, open this file in your favorite text editor and leave it , now download xdebug for linux you can find that in this website http://downloads.activestate.com/Komodo/releases/5.2.4/remotedebugging/ choose the one that suits your computer and extract it in lampp/lib/php and rename the folder as xdebug.</p>
<p>now add these following lines in php.ini file (add it at the last) and save it before you close</p>
<p><strong>[Zend Debug]<br />
zend_extension=/opt/lampp/lib/xdebug/5.3/xdebug.so<br />
</strong></p>
<p><strong>xdebug.remote_enable=on</strong></p>
<p><strong>xdebug.remote_host=localhost</strong></p>
<p><strong>xdebug.remote_port=9000<br />
</strong></p>
<p><strong><br />
</strong></p>
<p>Open eclipse and make the configuration for xdebug..  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   hope that this would help you</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/configure-xdebug-in-eclipse/'>configure xdebug in eclipse</a>, <a href='http://kingring.wordpress.com/tag/debug/'>debug</a>, <a href='http://kingring.wordpress.com/tag/eclipse-xdebug/'>eclipse xdebug</a>, <a href='http://kingring.wordpress.com/tag/how-install-eclipse-xdebug/'>how install eclipse xdebug</a>, <a href='http://kingring.wordpress.com/tag/how-to-configure-xdebug/'>how to configure xdebug</a>, <a href='http://kingring.wordpress.com/tag/how-to-install-xdebug/'>how to install xdebug</a>, <a href='http://kingring.wordpress.com/tag/php/'>php</a>, <a href='http://kingring.wordpress.com/tag/xdebug/'>xdebug</a>, <a href='http://kingring.wordpress.com/tag/xdebug-in-eclipse/'>xdebug in eclipse</a>, <a href='http://kingring.wordpress.com/tag/zend/'>zend</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/442/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=442&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/05/18/eclipse-debugging-using-xdebug-linux-xampp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>URL [uniform resource locator]</title>
		<link>http://kingring.wordpress.com/2010/05/12/url-uniform-resource-locator/</link>
		<comments>http://kingring.wordpress.com/2010/05/12/url-uniform-resource-locator/#comments</comments>
		<pubDate>Wed, 12 May 2010 12:38:18 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[uniform resource locator]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=432</guid>
		<description><![CDATA[What i know about url, most of us don&#8217;t know this thing,  recently i read this url thing and i want to share it with you url is uniform resource locator and this is the format of url:::::&#62;&#62;&#62; http://www.google.com, for easy understanding i take this example, http://server.domain/myfolder/index.html 1. so, SERVER represents the server on which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=432&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What i know about url, most of us don&#8217;t know this thing,  recently i read this url thing and i want to share it with you</p>
<p>url is uniform resource locator and this is the format of url:::::&gt;&gt;&gt; http://www.google.com, for easy understanding i take this example,</p>
<p>http://server.domain/myfolder/index.html</p>
<p>1. so, SERVER represents the server on which you we run our application example, research, media, www</p>
<p>2. And DOMAIN points out the internet domain name such as , perl.edu, domnic.com .</p>
<p>3. MYFOLDER is directory structure that may have one or more content like html files in server</p>
<p>4. INDEX.HTML is a html file it would executed when requested.</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a> Tagged: <a href='http://kingring.wordpress.com/tag/http/'>http</a>, <a href='http://kingring.wordpress.com/tag/server/'>server</a>, <a href='http://kingring.wordpress.com/tag/uniform-resource-locator/'>uniform resource locator</a>, <a href='http://kingring.wordpress.com/tag/url/'>url</a>, <a href='http://kingring.wordpress.com/tag/www/'>www</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=432&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/05/12/url-uniform-resource-locator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript part1</title>
		<link>http://kingring.wordpress.com/2010/05/03/javascript-part1/</link>
		<comments>http://kingring.wordpress.com/2010/05/03/javascript-part1/#comments</comments>
		<pubDate>Mon, 03 May 2010 13:13:49 +0000</pubDate>
		<dc:creator>kingring</dc:creator>
				<category><![CDATA[My skill]]></category>

		<guid isPermaLink="false">http://kingring.wordpress.com/?p=424</guid>
		<description><![CDATA[Javascript has core set of objects, they are Array, Date and Math and core set of languages  elements as follows operators, control structures and statements core javascript can be used or extended for variety of purpose by supplementing it with addtional objects. Client side javascript: Client-side javascript extends the  core language by supplying objects to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=424&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Javascript has core set of objects, they are Array, Date and Math and core set of languages  elements as follows operators, control structures and statements core javascript can be used or extended for variety of purpose by supplementing it with addtional objects.</p>
<p>Client side javascript:</p>
<p>Client-side javascript extends the  core language by supplying objects to control a web browser or navigator and its Document Object Model (DOM) for example client side extension allows an application to place elements on html form and respond to user events such as click, mouseover, onclick . . . . .</p>
<p>Server side javascript:</p>
<p>Server side javascript extends the core language by supplying  objects  relavant to running javascript on a server for example server side extension allows an application to interact with relational database for the continuity of information and maniplations of sever side datas.</p>
<br />Filed under: <a href='http://kingring.wordpress.com/category/my-skill/'>My skill</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kingring.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kingring.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kingring.wordpress.com/424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kingring.wordpress.com&amp;blog=10683564&amp;post=424&amp;subd=kingring&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kingring.wordpress.com/2010/05/03/javascript-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e1ad171eb2b6721c795084c761aec3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingring</media:title>
		</media:content>
	</item>
	</channel>
</rss>
