<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blooming Webs</title>
	<atom:link href="http://pavithra.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavithra.wordpress.com</link>
	<description>Innovate or Evaporate......</description>
	<pubDate>Tue, 22 Jul 2008 12:53:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Scour - Social Search Engine</title>
		<link>http://pavithra.wordpress.com/2008/07/22/scour-social-search-engine/</link>
		<comments>http://pavithra.wordpress.com/2008/07/22/scour-social-search-engine/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 12:51:05 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=892</guid>
		<description><![CDATA[Scour, yet another search engine similar to Crispyweb.com,  allows you to search Google, Yahoo, and MSN all from the same page at the same time and filter your search to include only images or videos.
Also it allows user to vote and comment on any given search result.
Depending on the number of votes that a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Scour, yet another search engine similar to Crispyweb.com,  allows you to search Google, Yahoo, and MSN all from the same page at the same time and filter your search to include only images or videos.<br />
Also it allows user to vote and comment on any given search result.</p>

<a href='http://pavithra.wordpress.com/2008/07/22/scour-social-search-engine/scour/' title='scour'><img src="http://pavithra.files.wordpress.com/2008/07/scour.jpg?w=128&h=62" width="128" height="62" class="attachment-thumbnail" alt="" /></a>

<p>Depending on the number of votes that a given result receives, its rank will be moved higher or lower down the page. Have a look at <a href="http://www.scour.com/faq/">Scour - faq</a> to know more about Scour.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/892/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/892/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/892/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=892&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/07/22/scour-social-search-engine/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax with JSON</title>
		<link>http://pavithra.wordpress.com/2008/07/19/ajax-with-json/</link>
		<comments>http://pavithra.wordpress.com/2008/07/19/ajax-with-json/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 04:58:20 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[JSON]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=896</guid>
		<description><![CDATA[In this post, lets see how to use JSON in Ajax-based applications.
AJAX - Asynchronous Javascript and XML is known to IE as ActiveX XMLHTTP object and to the other browsers as XMLHTTPRequest. Ajax uses JavaScript on the page to send requests to a Web server for data. Those requests are HTTP requests just like the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In this post, lets see how to use JSON in Ajax-based applications.</p>
<p><strong>AJAX - Asynchronous Javascript and XML</strong> is known to IE as <strong>ActiveX XMLHTTP</strong> object and to the other browsers as <strong>XMLHTTPRequest</strong>. Ajax uses JavaScript on the page to send requests to a Web server for data. Those requests are HTTP requests just like the one the browser used to retrieve the page. This XMLHttpRequest object can be used to retrieve any kind of data, not just XML. JavaScript can use XMLHttpRequest to retrieve even a plain text file from a Web server and display its contents within a form.</p>
<p>* If it is a plain text, you can access the text by examining the XMLHttpRequest object&#8217;s <strong>responsetext</strong> property.</p>
<p>* If it&#8217;s an XML, the XMLHttpRequest object runs an XML parser on the returned document and builds a DOM tree in memory representing the document, and makes that available in the <strong>responseXML</strong> property.</p>
<p>We know that JSON is just a string of text and not an object in and of itself. So, to make it useful, it has to be converted into a JSON object.<br />
<span id="more-896"></span><br />
Save the below code in JSON.txt</p>
<p>Ex:</p>
<p><code> var objResult = {"Results":<br />
{”Teachers” : [<br />
{"firstname": "aaa" ,<br />
"lastname" : "h" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 234234234},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 435345345},<br />
{"firstname": "ccc",<br />
"lastname" : "e" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 564564564},<br />
{"firstname": "ddd" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 343465645}<br />
]<br />
}</code></p>
<p>}</p>
<p>By using the XMLHttpRequest object, you can retrieve the JSON files from within your AJAX-based application. Hope you know how to create an xmlhttp object for all browsers, I&#8217;m moving on to the next step of retrieving the JSON data.<br />
<code><br />
xmlhttp.open(&#8221;GET&#8221;, &#8220;JSON.txt&#8221;, true);<br />
xmlhttp.onreadystatechange = callback;<br />
xmlhttp.send(null);<br />
</code><br />
The javascript object which is created on the client side is sent via GET or POST method by assiging the JSON string to a variable. The URL-encoded JSON string to the server as part of the HTTP Request.  It can also be sent as raw text using the POST method.<br />
<code><br />
function callback()<br />
{<br />
if(xmlhttp.readyState == 4)<br />
{<br />
if(xmlhttp.status == 200)<br />
{<br />
eval(xmlhttp.responseText);<br />
var showResult = &#8220;&#8221;;<br />
for (var i=0; i &lt; objResults.Results.Teachers.length; i++)<br />
{<br />
showResult += objResults.Results.Teachers[i].firstname+ &#8221; &#8221; +<br />
objResults.Results.Teachers[i].lastname + &#8220;&lt;br&gt;&#8221;;<br />
}<br />
//To display the result in a div<br />
var teacherdiv= document.getElementById(&#8221;teacherdiv&#8221;);<br />
teacherdiv.innerHTML = showResult;<br />
}<br />
}<br />
}<br />
</code><br />
eval(xmlhttp.responseText);</p>
<p>eval() invokes the JavaScript compiler. Since JSON is the subset of Javascript, any Javascript compiler is a JSON decoder. It willcorrectly parse the text and produce an object structure. eval() converts the JSON text into JavaScript Object. It tells the Javascript to treat the elements as Name/value Pair. Here, the JSON response comes from the same server. So, there eval() itself is safe to  use. If the respose comes from a different server, the parseJSON() should be used.</p>
<p>The next 3 lines of code is to Iterate through the Teachers object array.  After parsing each property into a string, the result is displayed in a div.</p>
<p><a href="http://pavithra.files.wordpress.com/2008/07/json-sample11.jpg"><img class="alignleft size-full wp-image-906" src="http://pavithra.files.wordpress.com/2008/07/json-sample11.jpg?w=227&h=144" alt="" width="227" height="144" /></a></p>
<p><strong>JSON on the Server Side:</strong></p>
<p>The JSON data can be sent to the server as a name/value pair via GET method. Now, we have a stringified object. To make use of that in the server side, you have to decode the incoming JSON string and convert the result to an object using a JSON parser for the language of your choice.</p>
<p>After doing your server side coding by keeping the response ready, again create an object to store the response data to send the JSON data back to the client. Convert that object to a string and send the string back to the client as a response body. In .NET,</p>
<p><code>Response.Write(jsonData);</code></p>
<p>After getting the response from the server side, convert the incoming JSON string into an object again using Javascript JSON parser and proceed whatever you wish to do with that data.</p>
<p>JSON is faster to parse and more easier than XML. <span style="font-size:10.5pt;font-family:Verdana;">JSON being a lightweight data interchange format makes server side class’ objects easily parseable by client side code to show output on browser.</span></p>
<p>Hope I have given a clear gist of JSON which would have helped you to start developing your web app with JSON. So, be ready to use JSON for your next web2.0 application.</p>
<p>To know more about JSON refer www.json.org.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fprogramming%2FAjax_with_JSON' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/896/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/896/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/896/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=896&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/07/19/ajax-with-json/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>

		<media:content url="http://pavithra.files.wordpress.com/2008/07/json-sample11.jpg" medium="image" />
	</item>
		<item>
		<title>Getting hands wet with JSON</title>
		<link>http://pavithra.wordpress.com/2008/07/13/getting-hands-wet-with-json/</link>
		<comments>http://pavithra.wordpress.com/2008/07/13/getting-hands-wet-with-json/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 06:40:01 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[JSON]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=889</guid>
		<description><![CDATA[In this post, we&#8217;re going to see how a JSON data can be accessed.
Have a look at the below sample.

var objResult = {”firstname”: “Pavithra” ,
“lastname” : “D” ,
“Phone” : 234234234}

where “objResult” is a JSON Javascript object holding 3 members firstname, lastname and phone.
To access any of the members, we use a dot (.) .

document.write(objResult.firstname);

The above [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In this post, we&#8217;re going to see how a JSON data can be accessed.<br />
Have a look at the below sample.<br />
<code><br />
var objResult = {”firstname”: “Pavithra” ,<br />
“lastname” : “D” ,<br />
“Phone” : 234234234}<br />
</code><br />
where “objResult” is a JSON Javascript object holding 3 members firstname, lastname and phone.</p>
<p>To access any of the members, we use a dot (.) .<br />
<code><br />
document.write(objResult.firstname);<br />
</code><br />
The above line will give an output : Pavithra.</p>
<p>Lets see how to access the array values in JSON.<br />
<code><br />
var objResult =<br />
{”Teachers” : [<br />
{"firstname": "aaa" ,<br />
"lastname" : "h" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 234234234},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 435345345},<br />
{"firstname": "ccc",<br />
"lastname" : "e" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 564564564},<br />
{"firstname": "ddd" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 343465645}<br />
]<br />
}<br />
</code><br />
In this example, an object &#8220;objResult&#8221; is created containing a single member &#8220;Teachers&#8221;, which contains an array  containing four objects, each containing &#8220;firstname&#8221;, &#8220;lastname&#8221;, &#8220;email&#8221; and &#8220;Phone&#8221; members.<br />
These members can be retrieved using dot or subscript operators.</p>
<p>Every object is a namespace in JSON. Its set of keys is independent of all other objects, even exclusive of nesting.  Also, JSON uses context to avoid ambiguity, just as programming languages do.  As I said before, JSON can store objects within objects and arrays within arrays that can also store objects, there is no virtual limit to what a JSON object can store.</p>
<p>document.write(objResult.Teachers[0].firstname); will give an output : aaa<br />
document.write(objResult.Teacher[2].Phone); will give an output : 343465645</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/889/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/889/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=889&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/07/13/getting-hands-wet-with-json/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>On the threshold of JSON</title>
		<link>http://pavithra.wordpress.com/2008/07/11/on-the-threshold-of-json/</link>
		<comments>http://pavithra.wordpress.com/2008/07/11/on-the-threshold-of-json/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:28:05 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[JSON]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=888</guid>
		<description><![CDATA[From my previous blog, you must have understood that JSON is nothing more than a &#8220;name : value&#8221; pair assigned within an object.  &#8220;name/value&#8221; pair is the universal data structure which is supported in all programming language in one form or another.  In short we can say, JSON is mainly for DEFINING DATA STRUCTURES wherease [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From my previous blog, you must have understood that JSON is nothing more than a &#8220;<strong>name : value</strong>&#8221; pair assigned within an object.  &#8220;name/value&#8221; pair is the universal data structure which is supported in all programming language in one form or another.  In short we can say, JSON is mainly for DEFINING DATA STRUCTURES wherease XML lacks data structure definition.</p>
<p>In this post, lets see the difference between XML and JSON syntax.</p>
<p>JSON - <strong>Javascript Object Notation</strong> is a subset of Object Notation in Javascript. It is a programming language independent data format. It is considered as a <strong>Light Weight Data Interchange Format</strong> as it is easy for programmers to read and for machines to parse and generate. And if you are familiar with C, C++, C#, Java or javascript syntax, JSON coding is very easy.</p>
<p>JSON can either be an object or an array. Object is an unordered set of &#8220;name : value&#8221; pairs whereas Array is an ordered set of entities.<br />
<strong>Basic  Syntax:</strong></p>
<p>{&#8221;string&#8221; : &#8220;value&#8221;}<br />
<span id="more-888"></span><br />
Ex:</p>
<p>{&#8221;firstname&#8221; : &#8220;Pavithra&#8221;}</p>
<p>where, firstname is the name (a string)<br />
Pavithra is the value</p>
<p>An object in JSON begins with &#8221; { &#8221;  and ends with &#8221; } &#8221; Squiggly brackets. Each name is followed by a : (colon) and the name/value pairs are separated by a &#8221; , &#8221; (comma).  <strong>JSON objects are typed</strong> whereas XML data are all strings.  So, the JSON value can be a <strong>string, number, boolean (true or false), null, a scientific notation or even an object or an array</strong>.</p>
<p>As you can see,  JSON is more readable, especially in the case of multiple values.<br />
<code><br />
{&#8221;firstname&#8221;: &#8220;Pavithra&#8221; ,<br />
&#8220;lastname&#8221; : &#8220;D&#8221; ,<br />
&#8220;Phone&#8221; : 234234234}<br />
</code><br />
Also this represents how the data are connected.  XML is also readable but more number of opening and closing tags annoys us a lot.<br />
JSON allows you to represent different things in the same data structure.  Also, grouping records in JSON is more simple.</p>
<p style="text-align:left;"><code><br />
{&#8221;Employee&#8221; : [<br />
{"firstname": "aaa" ,<br />
"lastname" : "h" ,<br />
"Phone" : 234234234},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t" ,<br />
"Phone" : 435345345},<br />
{"firstname": "ccc",<br />
"lastname" : "e" ,<br />
"Phone" : 564564564}<br />
]<br />
}<br />
</code><br />
where Employee is a member.  Firstname, lastname, phone are strings(names) and the others are values.</p>
<p>Equivalent XML code<br />
<code><br />
&lt; Employee &gt;<br />
&lt; firstname &gt;aaa&lt;/ firstname &gt;<br />
&lt; lastname &gt;h&lt;/ lastname &gt;<br />
&lt; phone &gt;234234234&lt;/ phone &gt;<br />
&lt; firstname &gt;bbb&lt;/ firstname &gt;<br />
&lt; lastname &gt;t&lt;/ lastname &gt;<br />
&lt; phone &gt;435345345&lt;/ phone &gt;<br />
&lt; firstname &gt;ccc&lt;/ firstname &gt;<br />
&lt; lastname &gt;e&lt;/ lastname &gt;<br />
&lt; phone &gt;564564564&lt;/ phone &gt;<br />
&lt;/ Employee &gt;<br />
</code><br />
As you see both the XML and JSON code, you can conclude that both are<strong> hierarchical</strong>. You can have any number of <strong>values inside a value</strong> (nested values). The above example represents an array and its records.</p>
<p>An array in JSON is holded by a square brackets. An array begins with &#8221; [ "  and ends with " ] &#8221; .<br />
Values are separated by , (comma). The same syntax can be used for multiple arrays also.<br />
<code><br />
var objResult =<br />
{&#8221;Teachers&#8221; : [  //array starts here<br />
{"firstname": "aaa" ,<br />
"lastname" : "h" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 234234234},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 435345345},<br />
{"firstname": "ccc",<br />
"lastname" : "e" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 564564564},<br />
{"firstname": "ddd" ,<br />
"lastname" : "t" ,<br />
"email" : "sdfsf@sd.com" ,<br />
"Phone" : 343465645}<br />
], //array ends here<br />
&#8220;Students&#8221; : [<br />
{"firstname": "aaa" ,<br />
"lastname" : "h" ,<br />
"mark" : 45},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t" ,<br />
"mark" : 67}<br />
],<br />
&#8220;Non-Teachers&#8221; : [<br />
{"firstname": "aaa" ,<br />
"lastname" : "h"},<br />
{"firstname": "bbb" ,<br />
"lastname" : "t"},<br />
{"firstname": "ccc",<br />
"lastname" : "e"}<br />
]<br />
}<br />
</code><br />
where &#8220;objResult&#8221; is a JSON Javascript object which hold 3 members: Teachers, Students and Non-Teachers. These are arrays with multiple values. See the diagramatic representation of the above code to understand better.</p>
<p><a href="http://pavithra.files.wordpress.com/2008/07/json-flow.jpg"><img class="alignnone size-full wp-image-891" src="http://pavithra.files.wordpress.com/2008/07/json-flow.jpg?w=362&h=571" alt="" width="362" height="571" /></a><br />
In XML you can use any name you want for an element but in JSON you CANNOT use Javascript reserved keywords as it is a native Javascript format. Also, Names are not allowed to start with a number; the entire name may not include any special characters except an underscore or dollar sign; and it cannot be a duplicate of a previously used name within the same object.</p>
<p>I&#8217;ll explain how the JSON data can be accessed easily, in the upcoming blog.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fprogramming%2FOn_the_threshold_of_JSON' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/888/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/888/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/888/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=888&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/07/11/on-the-threshold-of-json/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>

		<media:content url="http://pavithra.files.wordpress.com/2008/07/json-flow.jpg" medium="image" />
	</item>
		<item>
		<title>Plain Text, XML and now JSON!!!</title>
		<link>http://pavithra.wordpress.com/2008/07/07/plain-text-xml-and-now-json/</link>
		<comments>http://pavithra.wordpress.com/2008/07/07/plain-text-xml-and-now-json/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:40:22 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[JSON]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=886</guid>
		<description><![CDATA[Long time No blog&#8230; As usual, I have the same reason for not writing for such long time.  
I&#8217;m back to blogging with something interesting and pretty new stuff JSON - a Data Interchange Format (where I&#8217;m landed up currently in my Technology walk through (though not mastered anything yet   ) ). [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Long time No blog&#8230; As usual, I have the same reason for not writing for such long time. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m back to blogging with something interesting and pretty new stuff <strong>JSON</strong> - a Data Interchange Format (where I&#8217;m landed up currently in my Technology walk through (though not mastered anything yet <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) ). JSON is ofcourse, a bit old data format, which is used by Yahoo! in some of its web services and in Google&#8217;s web protocols.</p>
<p>But for those who are hearing JSON for the first time, here is a gist of JSON, which is a recent buzzword in Ajax context.<br />
Before exploring JSON, let me give an intro on data formats. Data Formats are used for sending and receiving informations in your asynchronous application.</p>
<p>some of the data formats</p>
<ul>
<li>Plain Text</li>
<li>XML</li>
</ul>
<p>Before getting into the reason for using JSON, lets see how the other data formats work.</p>
<p><span id="more-886"></span></p>
<p><strong>Plain Text Data Format</strong></p>
<p>Plain Text sends and receive data in the form of name/value pairs.</p>
<p>Ex:<code> firstname=Pavithra</code></p>
<p><code>firstname=Pavithra&amp;lastname=D&amp;email=pavi@gmail.com</code></p>
<p>This is more simple way of interchanging data. Plain Text is the most easier way for data interchange which occupies less space and can be sent through <strong>GET requests</strong>. Also the information doesn&#8217;t get lost when the program goes away. You can very well extract the information from a plain text document even if the program is lost.</p>
<p><strong>XML Data Format</strong></p>
<p>If Plain text does most of the things which we want, why XML data format? Plain text files are the smallest, so they can be fetched faster, but the processing is quite slow because you need to parse then in actual Javascript code loops.  Ofcourse XML is also a Plain Text format. But it makes the  plain Text format even easier by making it <strong>self-describing,</strong> such that you have metadata inside the file that you can use to extract out the actual semantic meaning of the data in the file, XML comes into context. </p>
<p>XML has a better processing speed when compared to Plaintext data format. XML turned out to be a better choice for the servers that need to send multiple pieces of information to your application. XML is more commonly used for responses to Ajax applications, rather than requests from Ajax applications.</p>
<p><strong>Why not XML?</strong></p>
<p>Okay, Plain Text has some disadvantages. But when XML is considered as the best, why not XML? Well, when using XML, you&#8217;re essentially getting the data from the application using JavaScript and stuffing it into a data format. JavaScript being a data manipulation language, moves and manipulates data from Web forms and puts it into a format that can be easily sent to a server-side program.</p>
<p>The objects in the JavaScript language are used to represent data, and more than that just moves<br />
data from Web forms into requests. In this case, it&#8217;s more pain to extract data from the objects in JavaScript and then  stuff that data into plain text (name/value pairs) or XML. This can be resolved if the Javascript object is converted to data and sent as a part of an asynchronous request. Here is where JSON peeps up.</p>
<p><strong>Atlast JSON:</strong></p>
<p><strong>JSON - Javascript Object Notation</strong> is also a type of data format which makes the data and objects move around the application in an easier way. <a href="http://json.org"> JSON </a>was invented by Doug Crockford - a Yahoo Javascript Architect.</p>
<p>JSON allows you to transform a set of data represented in a JavaScript object into a string that you can easily pass from one function to another, or from a Web client to a server-side program in the case of asynchronous applications.<br />
JSON lets you to call a simple function and get your data, formatted and ready for use. With other data formats, it&#8217;s your job to handle the conversion between the raw data and the formatted data. Even while using an API like DOM that provides a function to convert its own data structure into text, you need to learn the API and use that API&#8217;s objects. JSON being a javascript format, doesnt require any API or toolkits to work within javascript. JSON  string is easily interpreted by JavaScript.</p>
<p>Hope I have covered the basics of JSON.  But still, I know you are mussed up. JSON can clearly be differentiated from XML only by exploring even more, as the difference between JSON and XML is negligible.  In my next post, I&#8217;ll explain about the Name/value pairs in JSON, its syntax and how it is different from other data format.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fprogramming%2FPlain_Text_XML_and_now_JSON' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/886/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/886/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=886&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/07/07/plain-text-xml-and-now-json/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>Object tag issue in IE6</title>
		<link>http://pavithra.wordpress.com/2008/05/16/object-tag-issue-in-ie6/</link>
		<comments>http://pavithra.wordpress.com/2008/05/16/object-tag-issue-in-ie6/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:35:03 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[Internet/Browsers]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=883</guid>
		<description><![CDATA[I have gone through so many forums discussing about the Object tag issue in IE6. The issue was that IE6 does not support Object tag and if Flash content has to be displayed, then dynsrc is the only option. But I faced a different issue with Object tag in IE6. I wanted a Flash banner [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have gone through so many forums discussing about the Object tag issue in IE6. The issue was that IE6 does not support Object tag and if Flash content has to be displayed, then dynsrc is the only option. But I faced a different issue with Object tag in IE6. I wanted a Flash banner to be linked to a site. Instead of using the code &#8220;on (release) { getURL(&#8221;www.aaa.com&#8221;) }&#8221;  in ActionScript , I tried the below HTML code,</p>
<p><code>&lt;a href="aaa.com"&gt;&lt;Object ......&gt;&lt;/object&gt;&lt;/a&gt;</code></p>
<p>Ofcourse, this is not the proper way of linking a page to a flash. But, just tried and this was working fine in IE7 and not in IE6. I guessed that this should be the same issue &#8220;IE6 does not support Object tag&#8221;.  So I tried many methods to make it work both in IE6 and IE7. But all in vain. Later I found out the problem. It was really stupid. The issue was <strong>object</strong> tag cannot be nested inside <strong>a</strong> tag. This was fixed when I added a <strong>div</strong> between <strong>a </strong>tag and <strong>object</strong> tag. Even <strong>div</strong> shouldnt be nested within <strong>a!!!</strong> But why is this working? Also, how the former code works fine in IE7? Is this called an enhancement in IE7? Really funny!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/883/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/883/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/883/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=883&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/05/16/object-tag-issue-in-ie6/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO and Title Element</title>
		<link>http://pavithra.wordpress.com/2008/05/15/seo-and-title-element/</link>
		<comments>http://pavithra.wordpress.com/2008/05/15/seo-and-title-element/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:29:40 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[Internet/Browsers]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=882</guid>
		<description><![CDATA[Title Element also plays an important role in Search Engine Optimization. Every webpage must have a Title.
&#60;title&#62; SEO and Title Element &#60;/title&#62;
 The title must have two or three of your site&#8217;s keywords which should enumerate what your site is all about. It is recommended to have the title less than 64 characters as it [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Title Element also plays an important role in Search Engine Optimization. Every webpage must have a Title.<br />
<code>&lt;title&gt; SEO and Title Element &lt;/title&gt;</code></p>
<p> The title must have two or three of your site&#8217;s keywords which should enumerate what your site is all about. It is recommended to have the title less than <strong>64 characters</strong> as it will be truncated if long. The Title should be relevent to your page&#8217;s content as this will be the one displayed with description when your site is listed in the search results and this will be the one which will be read first. Search engines have title as an important factor to <strong>rank</strong> your site. Avoid using <strong>symbols and special characters</strong>. It is better to give few words in the Title as grammer also matters. Two or three words doesnt require grammar check.  Also, Title will be the default bookmark name while user bookmarks your site.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/882/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/882/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/882/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=882&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/05/15/seo-and-title-element/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO and Meta tags</title>
		<link>http://pavithra.wordpress.com/2008/05/13/seo-and-meta-tags/</link>
		<comments>http://pavithra.wordpress.com/2008/05/13/seo-and-meta-tags/#comments</comments>
		<pubDate>Tue, 13 May 2008 08:21:55 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Internet/Browsers]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=881</guid>
		<description><![CDATA[This is my first blog on SEO and I&#8217;d like to start from META tags. We all know the use of &#8220;meta&#8221; tag. The name itself defines that it gives a meta information about our page.  Lets start from the base.
What is meta information? How is this playing an important role in SEO?
Description and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is my first blog on <strong>SEO</strong> and I&#8217;d like to start from META tags. We all know the use of &#8220;<strong>meta</strong>&#8221; tag. The name itself defines that it gives a meta information about our page.  Lets start from the base.<br />
What is meta information? How is this playing an important role in SEO?<br />
<strong>Description</strong> and <strong>Keywords</strong> are the meta informations.</p>
<p>Why should we give Description and Keyword in the meta tags?<br />
There is something called <strong>ODP  (Open Directory Project)</strong>. ODP is nothing but a <strong>web directory</strong> of Internet resources. Its like a library hierarchically arranged by subject - from broad to specific. Your website will be evaluated by a team of experts and included in this directory. They provide a title and description for your site based on their evaluation.  When your site is listed in the Search result in any search engine, by default this description will be displayed as a snippet for the web result. Search engines like <strong>Google, MSN uses ODP</strong> while <strong>Yahoo! uses Yahoo! directory</strong>. In order to avoid the Search engines to get ODP data, you&#8217;ll have to specify your own description for your site. The reason for avoiding this is, the description given by ODP is outdated and will not have the current status of your website. This is the reason to have our own updated description.<br />
<span id="more-881"></span><br />
This is the right place to use meta tags where you can give the description and you can assure the search engines not to use data from ODP and Yahoo! directory. To avoid ODP data, just include <strong>robots meta tags</strong>. This robots meta tag is used to exclude the content. It is used only when you are unable to upload or control <strong>robots.txt</strong> file. The robots.txt file will have some set of instructions for robots(spiders) to index the content of your site. This file should be placed in the root directory of your site. The robots meta tags are just the replacement of this txt file.<br />
This is how you give the robots meta tag,</p>
<p><strong>&lt;meta name=&#8221;robots&#8221; content=&#8221;NOODP&#8221;&gt;<br />
NOODP - NO ODP data</strong></p>
<p>This is supported by Google, MSN.</p>
<p>In the case of Yahoo!, you can use NOYDIR to avoid Yahoo! directory data.</p>
<p><strong>&lt;meta name=&#8221;robots&#8221; content=&#8221;NOYDIR&#8221;&gt;<br />
NOODP - NO Yahoo! Directory</strong></p>
<p>To specifically prevent any particular search engine to use the ODP data, you&#8217;ll have to specify the meta tag with the following names<br />
<strong> &lt;meta name=&#8221;googlebot&#8221; content=&#8221;NOODP&#8221;&gt;</strong></p>
<p><strong>&lt;meta name=&#8221;slurp&#8221; content=&#8221;noydir&#8221;&gt;</strong></p>
<p><strong>&lt;meta name=&#8221;msnbot&#8221; content=&#8221;NOODP&#8221;&gt;</strong></p>
<p>But it will take some time or may be days to see your description. In the case of using the default description, you dont have to worry about site ranking.  Site ranking is no way related  to this since it is based on the search algorithm and not on how your site is classified in the web directory.</p>
<p>This is how meta tag bids an important role in SEO.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fdesign%2FSEO_and_Meta_tags' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/881/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/881/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/881/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=881&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/05/13/seo-and-meta-tags/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips to extend your Laptop battery&#8217;s life</title>
		<link>http://pavithra.wordpress.com/2008/04/20/tips-to-extend-your-laptop-batterys-life/</link>
		<comments>http://pavithra.wordpress.com/2008/04/20/tips-to-extend-your-laptop-batterys-life/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 08:06:38 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Laptops]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=880</guid>
		<description><![CDATA[I&#8217;ve been using my Acer laptop for almost a year now but still dint know many things which I am not supposed to do when my laptop is in battery mode. Today I came to know few stuff and I am sure it will be useful for a lot of you who are still a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been using my Acer laptop for almost a year now but still dint know many things which I am not supposed to do when my laptop is in battery mode. Today I came to know few stuff and I am sure it will be useful for a lot of you who are still a Trainee in using Laptops <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>DOs and Donts while using laptops in battery mode</strong></p>
<ul>
<li>Avoid running CD/DVDs</li>
<li>Avoid using Pen drives (this consumes more battery power)</li>
<li>Avoid scanning your laptops (Anti-virus)</li>
<li>Avoid playing 3D Games/ watching movies</li>
<li>Avoid multi tasking (MS Excel, Word consumes less battery power)</li>
<li>Always use your laptops in a cool place. </li>
</ul>
<p>Better leave it plugged in whenever possible.</p>
<p>Following these, will increase the life of your laptop&#8217;s battery.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fgadgets%2FTips_to_extend_your_Laptop_battery_s_life' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/880/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/880/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/880/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=880&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/04/20/tips-to-extend-your-laptop-batterys-life/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>
	</item>
		<item>
		<title>Password Bird : Password Generator</title>
		<link>http://pavithra.wordpress.com/2008/04/15/password-bird-password-generator/</link>
		<comments>http://pavithra.wordpress.com/2008/04/15/password-bird-password-generator/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:16:18 +0000</pubDate>
		<dc:creator>Pavithra</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Just Launched]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Technology and Software]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://pavithra.wordpress.com/?p=878</guid>
		<description><![CDATA[It is hard to think of a password which is easy-to-remember. I have many email accounts and unique passwords. I often forget those and keep on trying all possibilites since the passwords are no way related to the account type. It would be nice if someone hints a strong, easy-to-remember but hard to guess
passwords for [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is hard to think of a password which is easy-to-remember. I have many email accounts and unique passwords. I often forget those and keep on trying all possibilites since the passwords are no way related to the account type. It would be nice if someone hints a strong, easy-to-remember but hard to guess<br />
passwords for us. But we dont rely on others for passwords rite?</p>
<p>So, better use <a href="http://passwordbird.com/"><strong>Passwordbird</strong></a> which is launched only for generating passwords for the information you provide. Just answer few questions about you and get the password.</p>
<p><a href="http://pavithra.files.wordpress.com/2008/04/pbird.jpg"><img class="alignnone size-full wp-image-879" src="http://pavithra.files.wordpress.com/2008/04/pbird.jpg?w=437&h=294" alt="" width="437" height="294" /></a></p>
<p>Dont like the password?? Ask the bird to grind out a new one or, you can choose to start over completely with a new set of words and dates.</p>
<p>No registration, no request for your emailid and more secured.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fsecurity%2FPassword_Bird_Password_Generator' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pavithra.wordpress.com/878/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pavithra.wordpress.com/878/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavithra.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavithra.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavithra.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavithra.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavithra.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavithra.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavithra.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavithra.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavithra.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavithra.wordpress.com/878/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavithra.wordpress.com&blog=352558&post=878&subd=pavithra&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pavithra.wordpress.com/2008/04/15/password-bird-password-generator/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pavithra-128.jpg" medium="image">
			<media:title type="html">pavithra</media:title>
		</media:content>

		<media:content url="http://pavithra.files.wordpress.com/2008/04/pbird.jpg" medium="image" />
	</item>
	</channel>
</rss>