<?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>Web Application Development &#187; Web Masters</title>
	<atom:link href="http://webapplication.wordpress.com/category/web-masters/feed/" rel="self" type="application/rss+xml" />
	<link>http://webapplication.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 11 May 2009 06:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='webapplication.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/577eaaff208e41f9fdc6a52fed72901e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web Application Development &#187; Web Masters</title>
		<link>http://webapplication.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webapplication.wordpress.com/osd.xml" title="Web Application Development" />
		<item>
		<title>How to make your site look good in Google Chrome?</title>
		<link>http://webapplication.wordpress.com/2009/05/08/how-to-make-your-site-look-good-in-google-chrome/</link>
		<comments>http://webapplication.wordpress.com/2009/05/08/how-to-make-your-site-look-good-in-google-chrome/#comments</comments>
		<pubDate>Fri, 08 May 2009 09:03:56 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[detecting google chrome]]></category>
		<category><![CDATA[display content]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=66</guid>
		<description><![CDATA[Making your site compatible with all major web browsers is very important to reach people all over the world, as you can’t insist that people use a specific browser for viewing your site. Google Chrome is also becoming popular among the netizens, so it is better to make your site compatible with Google Chrome, apart [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=66&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><a href="http://blogs.agriya.com/wp-content/uploads/2009/05/gc.jpg"><img class="alignleft size-medium wp-image-281" src="http://blogs.agriya.com/wp-content/uploads/2009/05/gc.jpg" alt="" width="200" height="187" /></a>Making your site compatible with all major web browsers is very important to reach people all over the world, as you can’t insist that people use a specific browser for viewing your site. Google Chrome is also becoming popular among the netizens, so it is better to make your site compatible with Google Chrome, apart from all the others.</p>
<p style="text-align:justify;">The article will help you make your site compatible with Google chrome.</p>
<p style="text-align:justify;"><strong>Detecting Google Chrome</strong></p>
<p style="text-align:justify;"><strong></strong>Google Chrome is a web-kit based browser. Hence, if your site is compatible with web-kit based browsers like Safari, then your site will look good in Google Chrome as well. If it is not, then your site may not recognize Chrome’s user-string.</p>
<p style="text-align:justify;">Google has given the following solution for this issue:<br />
As platforms and browsers adopt WebKit as their rendering engine, your site can detect and support them automatically with the right JavaScript checks. Commonly, sites use JavaScript to ’sniff’ the navigator.userAgent property for “Chrome” or “Safari”, but you should use proper object detection if possible. In fact, Gmail has been detecting WebKit properly in Chrome since day one!</p>
<p style="text-align:justify;">If you must detect the user-agent type, you can use this simple JavaScript to detect WebKit:</p>
<p style="text-align:justify;">var isWebkit =  navigator.userAgent.indexOf(”AppleWebKit”) &gt; -1;</p>
<p style="text-align:justify;">Or, if you want to check that the version of WebKit is at least a certain version—say, if you want to use a spiffy new WebKit feature:<br />
var webkitVersion =   parseFloat(navigator.userAgent.split(”AppleWebKit/”)[1]) ||<br />
undefined;<br />
if (webkitVersion &amp;&amp; webkitVersion &gt; 500 ) {<br />
// use spiffy WebKit feature here<br />
}<br />
For reference, here are a few browser releases and the version of WebKit they shipped:</p>
<p style="text-align:justify;"><a href="http://blogs.agriya.com/wp-content/uploads/2009/05/table.gif"><img class="aligncenter size-medium wp-image-282" src="http://blogs.agriya.com/wp-content/uploads/2009/05/table-300x192.gif" alt="" width="300" height="192" /></a></p>
<p style="text-align:justify;">We do not recommend adding “Google” or “Apple” to your navigator.vendor checks to detect WebKit or Google Chrome, because this will not detect other WebKit or Chromium-based browsers!</p>
<p style="text-align:justify;"><strong>Display Content</strong><br />
Google Chrome can render content correctly, only when content and character encoding declaration information are provided at the top of your document’s source. Also it doesn’t read encoding information that’s declared with document.write (). If your site has frames or i-frames, then specify the encoding information at the top of the source of those frames.</p>
<p style="text-align:justify;"><strong>Popup</strong><br />
Google Chrome will display only the title bar of pop-ups in the lower-right section of the browser window, in order to prevent undesired pop-ups from covering the page. If needed, users can view a pop-up’s content by dragging its title bar into a more visible position.<br />
<strong></strong></p>
<p style="text-align:justify;"><strong>Scripts</strong><br />
Google Chrome supports only Netscape Plug-in Application Programming Interface (NPAPI) instead of ActiveX. Hence, if you want to load ActiveX control, specify the NPAPI version of the plug-in.</p>
<p style="text-align:justify;"><!-- Social Bookmarks BEGIN --></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=66&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/05/08/how-to-make-your-site-look-good-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>

		<media:content url="http://blogs.agriya.com/wp-content/uploads/2009/05/gc.jpg" medium="image" />

		<media:content url="http://blogs.agriya.com/wp-content/uploads/2009/05/table-300x192.gif" medium="image" />
	</item>
		<item>
		<title>Is paid link effective or not for achieving high PR?</title>
		<link>http://webapplication.wordpress.com/2009/04/29/is-paid-link-effective-or-not-for-achieving-high-pr/</link>
		<comments>http://webapplication.wordpress.com/2009/04/29/is-paid-link-effective-or-not-for-achieving-high-pr/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:40:25 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[Inorganic search ranking]]></category>
		<category><![CDATA[Organic search ranking]]></category>
		<category><![CDATA[paid linll]]></category>
		<category><![CDATA[SEO techniques]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=61</guid>
		<description><![CDATA[Do you think it is worth using paid links to achieve top page rank? Before answering this question please read this, Google is against the paid link during indexing and at the same time it offers Google Adsense through which webmasters can build link for a fixed pay. Why does this controversy exist in Google? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=61&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><img class="alignleft size-thumbnail wp-image-266" title="prgoogle1" src="http://agriyaarticles.files.wordpress.com/2009/04/prgoogle1.jpg?w=150&#038;h=150" alt="prgoogle1" width="150" height="150" />Do you think it is worth using paid links to achieve top page rank? Before answering this question please read this, Google is against the paid link during indexing and at the same time it offers Google Adsense through which webmasters can build link for a fixed pay. Why does this controversy exist in Google? Is paid link really fruitful for website optimization? This article will clearly explain the link concept followed by search engines to rank sites, and at the end you will find the answers to these questions.</p>
<p style="text-align:justify;">Most of them know that Google ranks websites under organic and inorganic search ranking. Do you know how it categorizes them? It is simple, if a website is well optimized using SEO techniques like press release, article submission, directories submission, forum, blog etc without using paid links, then Google will place the website under the organic search ranking. If a website is promoted mostly through the paid links, then the corresponding website will be listed under the inorganic search ranking.</p>
<p style="text-align:justify;">Websites covered under the Organic and Inorganic search rankings are displayed at the left and right sides of the Search Engine Result Page (SERP), respectively. Most often, users trust a website, if it is listed in the organic listing.</p>
<p style="text-align:justify;">With this explanation, you may conclude that the paid link is fruitless. But this is not true; Google will accept the links purchased for advertising purpose and it is purely against the links that are purchased for the purpose of getting high PR and that are part of the planned link exchange program.</p>
<p style="text-align:justify;">Obviously, you can use Google Adsense for advertising purposes, and gain top ranking. Not only Google, you can also buy text advertisements from someone else to achieve better results in search engines.<br />
Apart from the paid links, you can also build links by exchanging links with sites offering useful information for your site visitors. If your site has enough useful information, then other similar sites will be ready to place your site link without link exchange.</p>
<p style="text-align:justify;">To put it in the nut shell, getting the paid links for advertising purpose will drive targeted traffic and help you achieve high PR.</p>
<p style="text-align:justify;">A simple way to achieve high PR is to outsource SEO service of your site to a website servicing company. <a href="http://www.agriya.com">Agriya </a>is a Chennai-based web servicing company which offers world class web service. For more details, visit <a href="http://www.agriya.com">www.agriya.com</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=61&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/04/29/is-paid-link-effective-or-not-for-achieving-high-pr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>

		<media:content url="http://agriyaarticles.files.wordpress.com/2009/04/prgoogle1.jpg?w=150" medium="image">
			<media:title type="html">prgoogle1</media:title>
		</media:content>
	</item>
		<item>
		<title>How to avoid Over-optimization Penalty (OOP)?</title>
		<link>http://webapplication.wordpress.com/2009/04/23/how-to-avoid-over-optimization-penalty-oop/</link>
		<comments>http://webapplication.wordpress.com/2009/04/23/how-to-avoid-over-optimization-penalty-oop/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:28:31 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[Google penalize site]]></category>
		<category><![CDATA[Over-optimization]]></category>
		<category><![CDATA[Over-optimization penalty]]></category>
		<category><![CDATA[Penalty]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=50</guid>
		<description><![CDATA[When there is a sudden drop in your site rank even if you have done enough optimization through white hat, it means that Google has penalized you for over optimization. Once your site ranking goes down, you will start analyzing the reason and may conclude that it may be due to spamming. But spamming is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=50&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><img class="alignleft size-full wp-image-39" title="pr" src="http://websiteservice.files.wordpress.com/2009/04/pr.jpg?w=240&#038;h=191" alt="pr" width="240" height="191" />When there is a sudden drop in your site rank even if you have done enough optimization through white hat, it means that Google has penalized you for over optimization. Once your site ranking goes down, you will start analyzing the reason and may conclude that it may be due to spamming. But spamming is different from over optimization. Spamming will get your site banned, whereas over-optimization will lower search engine rankings.</p>
<p style="text-align:justify;">If you lose your site rankings immediately after making any changes, it would be a good idea to undo them. Here we have listed some of the techniques that are practiced in real-time to boost your site ranking without knowing that it was over-optimization.</p>
<p style="text-align:justify;">• Including keywords in page links. For example, changing the site navigation so that all the home page links says “KW1 KW2 home” instead of “home”.<br />
• Repetition of anchor text.<br />
• Adding backlinks with site name.<br />
• Repeating same set of keywords in Title, Meta tags, Hx<br />
• Using the same keywords used in anchor text, again in Title, Meta tags, Hx</p>
<p style="text-align:justify;">Don’t indulge in the above mentioned optimization techniques to avoid Over-optimized penalty. Also avoid keyword stuffing in image link Alt tags. Having good incoming links is the best way to get a good page rank.</p>
<p style="text-align:justify;">In order to optimize your site effectively without any penalty, outsource your site&#8217;s SEO service to <a href="http://www.agriya.com">Agriya</a>, a web development company.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=50&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/04/23/how-to-avoid-over-optimization-penalty-oop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>

		<media:content url="http://websiteservice.files.wordpress.com/2009/04/pr.jpg" medium="image">
			<media:title type="html">pr</media:title>
		</media:content>
	</item>
		<item>
		<title>How can you drive traffic to your site using Digg, Stumble Upon and Yahoo Buzz?</title>
		<link>http://webapplication.wordpress.com/2009/04/21/how-can-you-drive-traffic-to-your-site-using-digg-stumble-upon-and-yahoo-buzz/</link>
		<comments>http://webapplication.wordpress.com/2009/04/21/how-can-you-drive-traffic-to-your-site-using-digg-stumble-upon-and-yahoo-buzz/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:00:56 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[drive site traffic]]></category>
		<category><![CDATA[promote site]]></category>
		<category><![CDATA[stumble Upon]]></category>
		<category><![CDATA[submit content]]></category>
		<category><![CDATA[Yahoo Buzz]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/2009/04/21/how-can-you-drive-traffic-to-your-site-using-digg-stumble-upon-and-yahoo-buzz/</guid>
		<description><![CDATA[Social networking sites have become the easiest path for internet marketers to drive massive amounts of traffic to their sites at zero cost. This article will teach fresh marketers how to use popular social networking sites like Digg, Stumble Upon and Yahoo Buzz to drive traffic.
There is no separate procedure for each site. You can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=48&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Social networking sites have become the easiest path for internet marketers to drive massive amounts of traffic to their sites at zero cost. This article will teach fresh marketers how to use popular social networking sites like Digg, Stumble Upon and Yahoo Buzz to drive traffic.</p>
<p style="text-align:justify;">There is no separate procedure for each site. You can achieve your goal of driving an impressive amount of targeted traffic to your site through any social networking site in just four steps.</p>
<p style="text-align:justify;">Step 1: Signup</p>
<p style="text-align:justify;">Select social networking sites that could offer highest referrers and drive quality traffic. You can select more than one social networking site, depending on how much time you can spend for promoting sites on networks.</p>
<p style="text-align:justify;">Step 2: Profile</p>
<p style="text-align:justify;">Face is the index of the mind. In social networking sites, your profile acts as a face by which visitors see and judge you. So make sure your profile is impressive, and reflects your business well. You can create a profile for yourself or for your brand.</p>
<p style="text-align:justify;">Step 3: Submit content</p>
<p style="text-align:justify;">Provide any content related to your business with a link to your site, under appropriate categories. Keep in mind, that only if people find the content useful, you will get massive amounts of traffic to your site. If it is really interesting, people will review and bookmark your site, and refer it to their friends.</p>
<p style="text-align:justify;">Step 4: Promote site</p>
<p style="text-align:justify;">Actively participate in the social networking site by commenting on and voting for other’s content. Don’t forget to add them to your friends list. If someone comments or votes for your post, add them to your friend list with a note thanking them for it. People generally judge you through friends list, so add as many friends as you can. With the perfect content and an impressive friends list, you can reach the home page of networking sites easily.</p>
<p style="text-align:justify;">As you reach the homepage, the probability of getting traffic is doubled.</p>
<p style="text-align:justify;">Are you looking for a social networking script to start your own social networking site? visit Agriya, a web development company, which offers world class social networking scripts.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=48&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/04/21/how-can-you-drive-traffic-to-your-site-using-digg-stumble-upon-and-yahoo-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>
	</item>
		<item>
		<title>Effective ways to submit your site to directories with a higher page rank</title>
		<link>http://webapplication.wordpress.com/2009/04/18/effective-ways-to-submit-your-site-to-directories-with-a-higher-page-rank/</link>
		<comments>http://webapplication.wordpress.com/2009/04/18/effective-ways-to-submit-your-site-to-directories-with-a-higher-page-rank/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 10:07:07 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[automatic submission]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[high page rank]]></category>
		<category><![CDATA[manual submission]]></category>
		<category><![CDATA[search engine companies]]></category>
		<category><![CDATA[submission software]]></category>
		<category><![CDATA[submit your site]]></category>
		<category><![CDATA[third party submission]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/2009/04/18/effective-ways-to-submit-your-site-to-directories-with-a-higher-page-rank/</guid>
		<description><![CDATA[According to a recent study, more than 90% of Internet traffic is generated by search engines. Submitting your site to all major search engines is the most effective way of promoting your website on the Internet. It helps you maintain a search engine ranking at top level for any targeted ‘keywords’. There are 3 main [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=45&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">According to a recent study, more than 90% of Internet traffic is generated by search engines. Submitting your site to all major search engines is the most effective way of promoting your website on the Internet. It helps you maintain a search engine ranking at top level for any targeted ‘keywords’. There are 3 main ways to submit your website to the search engines, which includes:</p>
<p style="text-align:justify;"><strong>Manual submission:</strong></p>
<p style="text-align:justify;">Manual submission involves visiting every directory one by one and submitting your site manually. One of the main advantages is you have absolute control over the submission process. For example, if there is an error in the submission process you can handle the problem without any hassle and work easily. Keep in mind that, it can be a time consuming and laborious task.</p>
<p style="text-align:justify;"><strong>Online submission through third party services:</strong></p>
<p style="text-align:justify;">There are several search engine submission companies all over the world offering online submission services and search engine marketing solutions at reasonable prices. Most of them follow updated practices in the industry. They can submit your site to search engine friendly directories and directories with a higher Google page rank at one time for fast link-building.</p>
<p style="text-align:justify;">Generally they have a lot of experience for choosing the right category for your site and wording your site description with as many keywords as possible. Remember a search engine company can provide professional and effective services to you.</p>
<p style="text-align:justify;"><strong>Submission software:</strong></p>
<p style="text-align:justify;">There are various software packages which can be downloaded for the use of submitting your site automatically to the search engines. The main advantage of using the software is that you can save your time compared to manual submission processes and services. You have to enter your site details and click a button; the site will be submitted automatically to the major search engines. Its disadvantage, is that if any unexpected error happens during the submission, the script may not know how to handle the error.</p>
<p style="text-align:justify;">Do you want to increase your sites&#8217; page rank? contact agriya which is a chennai based web devlopment company offering world class SEO service. For further details contact <a href="http://www.agriya.com">www.agriya.com</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=45&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/04/18/effective-ways-to-submit-your-site-to-directories-with-a-higher-page-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>
	</item>
		<item>
		<title>Dare to challenge your competitors</title>
		<link>http://webapplication.wordpress.com/2009/03/28/dare-to-challenge-your-competitors/</link>
		<comments>http://webapplication.wordpress.com/2009/03/28/dare-to-challenge-your-competitors/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 10:22:11 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[business networking]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[discussions]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[networking sites]]></category>
		<category><![CDATA[site traffic]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/2009/03/28/dare-to-challenge-your-competitors/</guid>
		<description><![CDATA[The power of networking sites like MySpace, digg, facebook, Friendster, etc is spreading all over the Internet, as it helps to develop a close relationship with people who want to share interests with like-minded people. Today social networking sites can also be used as a marketing tool to promote products or services without spending money. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=43&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The power of networking sites like MySpace, digg, facebook, Friendster, etc is spreading all over the Internet, as it helps to develop a close relationship with people who want to share interests with like-minded people. Today social networking sites can also be used as a marketing tool to promote products or services without spending money. They can send tons of traffic to specific website; in an added bonus they also improve search engine rankings.</p>
<p style="text-align:justify;">Some business networking sites enable webmasters to join specific communities and discussion groups, post blogs and participate in forums, through which webmasters can expose their business to the world. By allowing members to comment, rate and review stuff, webmaster can get feedbacks, responses and credibility for their products/services. Webmasters can take advantage of such sites for advertising their products and services through clear videos and pictures. Healthy participation in networking sites will create a very good impression among customers.</p>
<p style="text-align:justify;">Consumers have lost trust in traditional sales, marketing and services. They need to build relationships and communities with people they trust. Online social networks allow a prospective customer to easily facilitate a real connection with individuals within an organization.</p>
<p style="text-align:justify;">Here are some instructions that will help you in promoting your business through social media:</p>
<p style="text-align:justify;">• Once you’ve selected a network, begin by filling out your profile page with pertinent information about yourself, your company, and your contacts.</p>
<p style="text-align:justify;">• Make sure to include your site link.</p>
<p style="text-align:justify;">• When you maintain a blog on social networking sites, don’t make your posts sound like advertisements, make them more like a casual conversation. Don’t forget to provide informative stuff.</p>
<p style="text-align:justify;">• Don’t spam. Avoid sending constant messages to your online friends about your products all the time. It will annoy them and they will ignore you.</p>
<p style="text-align:justify;">• Post clear photos and videos related to your products and/or services.</p>
<p style="text-align:justify;">• Make as many friends as possible because it will increase your exposure on social networking websites.</p>
<p style="text-align:justify;">• If you have colleagues or clients who are members of a network, ask them to write a recommendation for you.</p>
<p style="text-align:justify;">• Social networking sites such as YouTube are visited by millions of users daily so make videos related to your business using a high quality camera and post them on site.  Social networking sites are free to join and all you need to do is add your profile, photos, videos, and more. If your site makes it to the front page of any social networking site, then get ready for a mind blowing amount of traffic.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=43&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/03/28/dare-to-challenge-your-competitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>
	</item>
		<item>
		<title>Safeguard your website from hackers</title>
		<link>http://webapplication.wordpress.com/2009/03/27/safeguard-your-website-from-hackers/</link>
		<comments>http://webapplication.wordpress.com/2009/03/27/safeguard-your-website-from-hackers/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 07:25:03 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[cross-site scripting]]></category>
		<category><![CDATA[hijacking sponsored links]]></category>
		<category><![CDATA[redirecting server]]></category>
		<category><![CDATA[site hackers]]></category>
		<category><![CDATA[SQL injection]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=37</guid>
		<description><![CDATA[“Criminals have been hijacking sponsored links to attempt to spread malicious codes”, the search engine giant Google says.

“Turkish hackers broke into two of the most established international Websites that oversee and regulate the Internet in order to reroute visitors to a rogue domain” – news about site hijacking from the New York Times.
“Due to security [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=37&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><a href="http://blogs.agriya.com/wp-content/uploads/2009/03/hackers.jpg"><img class="alignleft size-medium wp-image-210" src="http://blogs.agriya.com/wp-content/uploads/2009/03/hackers-216x300.jpg" alt="site hackers" width="216" height="300" /></a>“Criminals have been hijacking sponsored links to attempt to spread malicious codes”, the search engine giant Google says.</p>
<div class="blgInfoDtls">
<p>“Turkish hackers broke into two of the most established international Websites that oversee and regulate the Internet in order to reroute visitors to a rogue domain” – news about site hijacking from the New York Times.</p>
<p>“Due to security weakness in Barack Obama’s site, it has been exploited to redirect visitors to Hillary Clinton’s website when visitors view the community blog section.”</p>
<p>We have listed only some of the site hijacking news to make you aware of site hackers. On reading this, you may ask yourself, is my website safe? How can I safeguard it from hackers? No worries, after reading this article you will get a clear view on various hacking techniques and precautions necessary to safeguard your site from hackers.</p>
<p>Hackers attack a website through many different techniques, to exploit it. Most notable techniques are SQL injection, cross-site scripting (XSS) and redirecting server.</p>
<p>SQL Injection –It is a code injection technique in which a piece of malicious SQL code is injected in a web form, to exploit a security vulnerability occurring in the database layer of an application. Through this technique, hackers will gain access to resources and make changes to web data. To protect against SQL injection, user input must not directly be embedded in SQL statements. Instead, parameterized statements must be used (preferred), or user input must be carefully escaped or filtered.</p>
<p>Cross-site scripting – It is the process of embedding malicious codes like HTML code and client-side scripts into the web pages used by other users, to bypass access control and collect some type of data from the victim. One way to eliminate some XSS vulnerabilities is to escape (either locally or at the server) all mistrusted data based on where that data is to be placed in the HTML document. This escaping prevents the data from being interpreted and executed. There are several different escaping schemes that must be used, including HTML numeric entity encoding, JavaScript escaping, CSS escaping, and URL (or percent) encoding.</p>
<p>Redirecting Server – People clicking on your site will be directed to other site that may or may not be related to your site. Even if your site URL is displayed in the browser, people will be redirected to some other site. If your site is affected by this issue, then it means that your site is attacked by hackers. They make use of flaws in some DNS and provide incorrect information to redirect your site to some other site.</p>
<p>Using a secure DNS server is the only way to get rid of this attack technique.</p>
<p>Some other simple techniques that help you in keeping your site safe are providing an entry page (a log in) for the site, update your open source applications regularly, avoid using Internet Explorer as it is vulnerable to some hacking tools like spy ware, and other security issues, and encrypt your web application with SSL.</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=37&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/03/27/safeguard-your-website-from-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>

		<media:content url="http://blogs.agriya.com/wp-content/uploads/2009/03/hackers-216x300.jpg" medium="image">
			<media:title type="html">site hackers</media:title>
		</media:content>
	</item>
		<item>
		<title>Latest target of money-minded hackers is social networking sites</title>
		<link>http://webapplication.wordpress.com/2009/03/17/latest-target-of-money-minded-hackers-is-social-networking-sites/</link>
		<comments>http://webapplication.wordpress.com/2009/03/17/latest-target-of-money-minded-hackers-is-social-networking-sites/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 03:58:50 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Koobface]]></category>
		<category><![CDATA[Social networking site]]></category>
		<category><![CDATA[site hackers]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=31</guid>
		<description><![CDATA[Today one of the most serious problems faced by social networking sites is attacks by cyber criminals. Hackers choose social networking sites as they can collect personal identity and sales details of millions of people through social networks. They can misuse the collected data to loot people’s money. Not just money, the hi-tech thieves can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=31&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Today one of the most serious problems faced by social networking sites is attacks by cyber criminals. Hackers choose social networking sites as they can collect personal identity and sales details of millions of people through social networks. They can misuse the collected data to loot people’s money. Not just money, the hi-tech thieves can take advantage of this and steal valuable data from members, using malware.</p>
<p style="text-align:justify;">Some online mischief-makers can send worms as an ideal vector on site. For instance, if several employees of a given company have records on a social networking site that mention their company’s name, an attacker could send a worm like XSS (enables pickpockets to get the best news and information about people) to hunt down their account details.</p>
<p style="text-align:justify;">The recent attack on social networking sites is the appearance of poisoned banner ads. It was a new type of attack, where if anyone clicks on one such ad, the adware automatically gets downloaded on their desktop and freezes their PC, according to iDefence, a research and security company. Anyway, the issue was fixed after a long time but the attack still found plenty of victims in a huge number of networking sites.</p>
<p style="text-align:justify;">Recently, social networking giant Facebook has been targeted by hackers looking to steal users&#8217; valuable information. It has been hit by five separate security problems in the last seven days, says a security expert.</p>
<p style="text-align:justify;">Facebook had been attacked by four malicious applications along with a new variant of the Koobface virus. These rogue applications try to rob saleable data from profiles of those who open the link.</p>
<p style="text-align:justify;">Every bad experience teaches us to discover a new way to solve the problems. Let us hope, that they will find a perfect way to resolve the security problems arising every hour on the net.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=31&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/03/17/latest-target-of-money-minded-hackers-is-social-networking-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>
	</item>
		<item>
		<title>Gaming on social networks</title>
		<link>http://webapplication.wordpress.com/2009/03/10/gaming-on-social-networks/</link>
		<comments>http://webapplication.wordpress.com/2009/03/10/gaming-on-social-networks/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:24:11 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[gaming networks]]></category>
		<category><![CDATA[social networking script]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=28</guid>
		<description><![CDATA[When talking about social networking, its growing association with the world of gaming is often understated. Social and gaming networks, once considered polar opposites, are cross-pollinating as online interactions, steadily gaining in popularity amongst the ‘gamer bees’. Apart from providing an arena for competitive PC gamers in particular, they can socialize, share their gaming feats, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=28&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">When talking about social networking, its growing association with the world of gaming is often understated. Social and gaming networks, once considered polar opposites, are cross-pollinating as online interactions, steadily gaining in popularity amongst the ‘gamer bees’. Apart from providing an arena for competitive PC gamers in particular, they can socialize, share their gaming feats, and organize themselves into teams and other associations. They also cater to the average internet user who’d like to take some time off from the real life to transcend into a second life. Staying on the topic of ‘second life’, users can now become a part of an online 3D virtual world that goes by the same name. Second Life has managed to capture the imagination of the people, giving them a chance to become the person that they’ve always wanted to be in their real lives. Another example of such an online gaming social network is Kaneva – a shopping-and partying game — where you can operate virtual nightclubs and host parties. Kaneva’s not your average game— the difference lying in the fact that it helps you interact with people, not provide escape from them as traditional games often do. These games are all the more enjoyable because they are less about skill levels and escapism and more about joining friends and strangers in virtual spaces where chatting, comparing notes, going dancing — and, yes, slaying monsters — are all options.</p>
<p>Gaming has also wormed its way into mainstream social networking with interactive titles like Scrabulous for Facebook. Apart from being a lot of fun for the people who play these games, they also make a lot of business sense for the creators. If each of Facebook’s 33 million and MySpace’s 72 million January users paid a dollar each for a new outfit for his or her avatar in a game, that would have produced a lot more revenue than the fractions of a penny the sites got for each click on an ad. The money involved is just fascinating considering the economic downturn in peoples’ ‘first lives’.</p>
<p>So prepare yourself for a lightweight, three-dimensional environment, a virtual world equivalent of Facebook where staying in touch will be more fun than ever before.</p>
<p>Agriya Infoway, a web development company sells good quality social networking scripts that can be used by webmasters to create social networks dedicated solely to gaming. Click <a href="http://www.agriya.com">here </a>for further details.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=28&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/03/10/gaming-on-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>
	</item>
		<item>
		<title>Notification for webmasters using IE 6</title>
		<link>http://webapplication.wordpress.com/2009/03/02/notification-for-webmasters-using-ie-6/</link>
		<comments>http://webapplication.wordpress.com/2009/03/02/notification-for-webmasters-using-ie-6/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:21:35 +0000</pubDate>
		<dc:creator>agriyainfo</dc:creator>
				<category><![CDATA[Web Masters]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE6 issues]]></category>
		<category><![CDATA[IE6 problems]]></category>
		<category><![CDATA[Switch to Firefox]]></category>
		<category><![CDATA[Upgrade to IE7]]></category>

		<guid isPermaLink="false">http://webapplication.wordpress.com/?p=26</guid>
		<description><![CDATA[Are you still using Internet Explorer 6? Then this article is for you. Please read it, and find how backward you are still.
Microsoft introduced IE6 with its XP operating system in 2001. The main drawback of IE 6 is that it doesn’t support Web standards, such as CSS (Cascading Style Sheets) and RSS which are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=26&subd=webapplication&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Are you still using Internet Explorer 6? Then this article is for you. Please read it, and find how backward you are still.</p>
<p>Microsoft introduced IE6 with its XP operating system in 2001. The main drawback of IE 6 is that it doesn’t support Web standards, such as <strong>CSS (Cascading Style Sheets) and RSS</strong> which are necessary to describe the web style and to publish frequently updated works. Since it was released there have been very few new features if any, and few attempts to make it more inclined towards the W3C standards.</p>
<p>Some of the common problems encountered with the IE 6 are:<br />
<strong>1.    Security</strong><br />
An attacker can execute a malicious code on a user’s system, when a user visits an attacker’s website. It paves a great way for attackers to take personal and credit details of a user without their consent.</p>
<p><strong>2.    Alignment</strong><br />
The alignment of text plays a major role in the look and feel of a site. With IE browser, sometimes the text spills out of its container and spoils the very style of a website. When the total web style is distorted, you can’t really enjoy the essence of a website.</p>
<p><strong>Actual format of a website:</strong></p>
<p><a href="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment2.gif"><img class="aligncenter size-full wp-image-163" src="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment2.gif" alt="" width="399" height="105" /></a></p>
<p><strong>Website format collapsed in IE6</strong></p>
<p><a href="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment1.gif"><img class="aligncenter size-full wp-image-162" src="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment1.gif" alt="" width="412" height="218" /></a></p>
<p><strong>3.    Flash</strong><br />
Nowadays, most webmasters use Flash to give special effects to their websites. But visitors using IE6 cannot enjoy it, as the flash player in IE6 cannot load xml files that use HTTP compression and no caching from web servers.</p>
<p><strong>4.    Disappearance of background image and floating text</strong><br />
One more bug that is frequently found in IE 6 is disappearance of background image and even text that having floating elements around, when a web page is scrolled up/down.<br />
<strong></strong></p>
<p><strong>5.    Web Style</strong><br />
Another problem encountered with the IE browser is that when you shrink the browser down from 800×600 resolution, the frame fixed at the left slides to the right. This occurs due to the lack of IE6s support for min-width.</p>
<p>Owing to all these issues, most websites like Facebook, digi.no present a notice and ask visitors to upgrade or switch browser when they visit their websites with IE6.</p>
<p>Even <strong>Microsoft has joined a campaign against IE6</strong>, and claims that its latest browser, IE8 which is in release candidate 1 status, will be the most standards-compliant one it has ever released.</p>
<p>With the increased awareness of Web standards among developers, they have spent lots of time to ensure their pages are compatible with all browsers.</p>
<p>It’s time to upgrade to IE7 or switch to other browsers like Firefox, Opera, Safari, and enjoy worldwide web sites.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webapplication.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webapplication.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webapplication.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webapplication.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webapplication.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webapplication.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webapplication.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webapplication.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webapplication.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webapplication.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webapplication.wordpress.com&blog=4581908&post=26&subd=webapplication&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webapplication.wordpress.com/2009/03/02/notification-for-webmasters-using-ie-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fb47a4d531b3839d85e6658d7371f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Agriya</media:title>
		</media:content>

		<media:content url="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment2.gif" medium="image" />

		<media:content url="http://blogs.agriya.com/wp-content/uploads/2009/02/alignment1.gif" medium="image" />
	</item>
	</channel>
</rss>