<?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/"
	>

<channel>
	<title>Aakash Web Solutions</title>
	<atom:link href="http://www.aakashwebsolutions.com/explore-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aakashwebsolutions.com/explore-yourself</link>
	<description>Partner website of youthcrowd.com &#124; Explore yourself in YouthCrowd</description>
	<lastBuildDate>Mon, 19 Sep 2011 18:36:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get the speed up web page loading</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2011/07/16/get-the-speed-up-web-page-loading/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2011/07/16/get-the-speed-up-web-page-loading/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 10:08:48 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[website traffic]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=222</guid>
		<description><![CDATA[Formatting Tips To Speed up Your WebsiteWhile more and more people are getting access to high speed internet, there are many left on dial up. Be kind to those visitors and do a few, simple things to speed up your webpages. Not only will these tips give you a faster load time, most will also [...]]]></description>
			<content:encoded><![CDATA[<p>Formatting Tips To Speed up Your WebsiteWhile more and more people are getting access to high speed internet, there are many left on dial up. Be kind to those visitors and do a few, simple things to speed up your webpages. Not only will these tips give you a faster load time, most will also help keep your bandwidth fees low as well!</p>
<p>Use CSS For Faster PagesEven if you decide to use tables, CSS can greatly improve your web sites load time! With your styles in an external .css file, the browser can cache all the formatting and stylizing for your pages instead of having to read each and every single tag all over again. Also it cuts down on long drawn out tags and replaces them with smaller class styles instead.</p>
<p>Use External ScriptsUse the same script on multiple pages? Switch to an external script. I&#8217;m not talking about remotely hosted, I mean loading javascript files from one source instead of adding all that code to each of your pages like this:</p>
<p><script type="text/javascript" src="yourscript.js"></script><br />
That way the browser already has it in it&#8217;s cache and won&#8217;t have to read it each time another page loads. This one saves a ton of load time, specially for larger scripts!</p>
<p>Remove Anything You Don&#8217;t Really NeedOK, while this might sound obvious sometimes the hardest thing about creating a website is not using every fancy trick that you know. Images, flash and sometimes even sound files are very impressive.. but do you really need to showcase all your talents on one page?</p>
<p>Embedded sound files are something many people just find annoying anyway. You&#8217;d be surprised how many are surfing at work <img src='http://www.aakashwebsolutions.com/explore-yourself/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . The last thing anyone wants is a loud music or sounds announcing to their boss that they&#8217;re surfing. Also many people have their own music playing&#8230; hearing a song over top of what we&#8217;re listening to is less than pleasant. As for Java applets, try to ditch them or if you want those effects, JavaScript unusually loads faster and can do just as much or more. Stand back and take a critical look at your website, you may see a few special effects that can be let go of for the sake of faster load time.</p>
<p>Avoid Nested TablesOK, I&#8217;m not a big fan of using tables for layout anyway (I&#8217;m one of those people that believes content and presentation should be separate.. but thats another tip page). With that said, if in your templates tables seem necessary (or the easier way to do it), try to avoid nesting. Why? When you place a table inside another table, it takes a lot longer for the browser to work out the spacing since it has to wait to read the entire html and then work out the layout. If at all possible, try using CSS to create the columns on your page.</p>
<p>Avoid Full Page Tables for Faster RenderingIf you use tables, try avoiding the whole page being one big table. The browser won&#8217;t show anything until it&#8217;s read the whole thing that way. For a faster loading webpage, either try multiple tables (not nested) or having stuff above the main table to make your content in the first table show up faster. That way your visitors will have something to read while the rest of your page loads. It may not really make you page faster, but it will feel like it to your visitors.</p>
<p>Split Up Long Pages &#8211; Multiple Short Pages Load FasterBy splitting up long pages into multiple pages you not only make the content show up faster but many people that see a very long scroll bar give up. Remember, people&#8217;s attention spans are often shorter than a grasshoppers (OK, not literally, but you get my point) since so much information is available at our fingertips. Try breaking it up into more readable lengths.</p>
<p>Remove Excess &#8220;Whitespace&#8221;Whitespace is the spaces between your coding, removing the unneeded tabs and spaces can help a lot! Doing this will take a lot of extra bytes off the total size of your page and will speed up load time quite a bit. (Careful using automatic squishers, I find they often squish too much and makes it rather hard to edit later.)</p>
<p>Keep Your Code CleanIf you do use a wysiwyg editor, most times the will add useless code to your pages for example, many will leave empty tags (ie. <font> </font>). Removing any of those excess tags will not only speed up your load time, but make you pages validate a lot cleaner.</p>
<p>Speed up Images Load TimeDon&#8217;t Go Overboard On ImagesWhile images can greatly enhance the look of a site they can really slow it down if there are too many. Try to decide if all your images are really needed (quite a few nice effects can be done with css, so sometimes images are unneeded.)</p>
<p>Height And Width TagsWhen the page loads and the image size is already defined (ie. you&#8217;ve used the height and width tags), the browser knows where everything will be before the images are loaded. Otherwise the page has to wait and load the images before the text. Same goes for tables, so try to use width tags when possible on those as well for a speedier page.</p>
<p>Faster Images? Reduce Their File SizeThere are many totally free, online image optimizers so you don&#8217;t even have to install anything and it&#8217;s extremely easy! Online Image Optimizer will greatly reduce the file size of your gif, jpg, or pngs and neither you or your visitors will be able to see the difference other than a page that loads a heck of a lot faster. They also keep the transparency and animations in gifs!</p>
<p>GIF vs JPG vs PNGPersonally on new sites I design I tend to go for optimized pngs. They have lossless compression (jpgs are lossy) and can be used without worry (gifs have the potential to have copyright issues) and load fast when optimized. Jpgs however are usually better for photos and sometimes highly detailed images. The best idea is really to try the image you want in different formats and compare file size to quality.</p>
<p>Here&#8217;s a bit of fast info&#8230; If you don&#8217;t need sharp resolution, choose PNGs or GIFs over JPEGs, as PNGs and GIFs generally load quicker. JPGs are generally best for photos, PNGs or GIFs for anything else.</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;title=Get+the+speed+up+web+page+loading" title="Bookmark this post : Get the speed up web page loading on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;title=Get+the+speed+up+web+page+loading&amp;bodytext=Formatting+Tips+To+Speed+up+Your+WebsiteWhile+more+and+more+people+are+getting+access+to+high+speed+internet%2C+there+are+many+left+on+dial+up.+Be+kind+to+those+visitors+and+do+a+few%2C+simple+things+to+speed+up+your+webpages.+Not+only+will+these+tips+give+you+a+faster+load+time%2C+most+will+also+help+keep+your+bandwidth+fee" title="Digg this post : Get the speed up web page loading"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;t=Get+the+speed+up+web+page+loading" title="Recommend this post : Get the speed up web page loading on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;title=Get+the+speed+up+web+page+loading" title="Buzz up this post : Get the speed up web page loading "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F" title="Buzz up this post : Get the speed up web page loading "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;body=Get+the+speed+up+web+page+loading" title="Tip this post : Get the speed up web page loading on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F" title="Share this post : Get the speed up web page loading on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Get the speed up web page loading via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;tt=Get+the+speed+up+web+page+loading" title="Share this post : Get the speed up web page loading on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;title=Get+the+speed+up+web+page+loading" title="Share this post : Get the speed up web page loading on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F&amp;title=Get+the+speed+up+web+page+loading" title="Share this post : Get the speed up web page loading with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F07%2F16%2Fget-the-speed-up-web-page-loading%2F" title="Tweet this post : Get the speed up web page loading on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2011/07/16/get-the-speed-up-web-page-loading/feed" title="Follow this post : Get the speed up web page loading comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2011/07/16/get-the-speed-up-web-page-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of interlinking while doing SEO</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2011/06/17/importance-of-interlinking-while-doing-seo/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2011/06/17/importance-of-interlinking-while-doing-seo/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 17:54:14 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[interkinking]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo friendly url]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=219</guid>
		<description><![CDATA[Interlinking is very crucial to your SEO strategy. It means how you link to your inner pages, the web pages residing under your domain. These links could include:
Your navigation text links
Your breadcrumb links
Subject area links
Individual page links
You can use all these links to strategically increase your keyword density and improve your search engine rankings.
Navigation links
Some [...]]]></description>
			<content:encoded><![CDATA[<p>Interlinking is very crucial to your SEO strategy. It means how you link to your inner pages, the web pages residing under your domain. These links could include:</p>
<p>Your navigation text links<br />
Your breadcrumb links<br />
Subject area links<br />
Individual page links<br />
You can use all these links to strategically increase your keyword density and improve your search engine rankings.</p>
<p>Navigation links<br />
Some people are dead against using images as your navigation links but if you use the ALT attribute of the image tags and use the right text, it’s same as using the anchor text. But the point is, you can use your navigation to create the right keyword density by using appropriate anchor text. Through your navigation, if you link to your web designing services page by using “Web Designing Services” as your anchor text it is much better than simply using an image without the ALT attribute.</p>
<p>Breadcrumb links<br />
Breadcrumb links are navigation links that appear at the top of the page as your visitor first clicks in a category, then a sub-category and then a link. For example, view this breadcrumb navigation: Web Designing >> Free Web Templates >>  Template Name. All the expressions in the above mentioned breadcrumb navigation contain relevant keywords.</p>
<p>Subject area links<br />
Content websites having information on varied subjects can use those subject names as anchor text and increase link-based SEO relevance. For instance a website publishing SEO information can have interlinking as a separate subject and then link to that section from various pages with interlinking as the anchor text.</p>
<p>Individual page links<br />
These are the most important links in terms of interlinking because they directly link to the pages. These can be your main navigation pages being referred to from your inner pages, or some support pages that don’t need a place in the navigation scheme but supply small chunks of information as and when needed.</p>
<p>The interlinking helps the search engine spiders navigate your website and evaluate it in a realistic manner, according to the keywords and phrases you use as anchor texts.
</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;title=Importance+of+interlinking+while+doing+SEO" title="Bookmark this post : Importance of interlinking while doing SEO on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;title=Importance+of+interlinking+while+doing+SEO&amp;bodytext=Interlinking+is+very+crucial+to+your+SEO+strategy.+It+means+how+you+link+to+your+inner+pages%2C+the+web+pages+residing+under+your+domain.+These+links+could+include%3A%0D%0A%0D%0AYour+navigation+text+links+%0D%0AYour+breadcrumb+links+%0D%0ASubject+area+links+%0D%0AIndividual+page+links+%0D%0AYou+can+use+all+these+links+to+strategically+increase+yo" title="Digg this post : Importance of interlinking while doing SEO"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;t=Importance+of+interlinking+while+doing+SEO" title="Recommend this post : Importance of interlinking while doing SEO on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;title=Importance+of+interlinking+while+doing+SEO" title="Buzz up this post : Importance of interlinking while doing SEO "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F" title="Buzz up this post : Importance of interlinking while doing SEO "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;body=Importance+of+interlinking+while+doing+SEO" title="Tip this post : Importance of interlinking while doing SEO on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F" title="Share this post : Importance of interlinking while doing SEO on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Importance of interlinking while doing SEO via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;tt=Importance+of+interlinking+while+doing+SEO" title="Share this post : Importance of interlinking while doing SEO on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;title=Importance+of+interlinking+while+doing+SEO" title="Share this post : Importance of interlinking while doing SEO on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F&amp;title=Importance+of+interlinking+while+doing+SEO" title="Share this post : Importance of interlinking while doing SEO with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F06%2F17%2Fimportance-of-interlinking-while-doing-seo%2F" title="Tweet this post : Importance of interlinking while doing SEO on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2011/06/17/importance-of-interlinking-while-doing-seo/feed" title="Follow this post : Importance of interlinking while doing SEO comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2011/06/17/importance-of-interlinking-while-doing-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 steps that will help you get more traffic to your Blog</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/21-steps-that-will-help-you-get-more-traffic-to-your-blog/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/21-steps-that-will-help-you-get-more-traffic-to-your-blog/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 11:23:50 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[PHP Hypertext Preprocessor]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[guidance]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=189</guid>
		<description><![CDATA[Just about anyone can become a blogger but not everyone can make a lot of money from blogging. Making money from your blog is a slow process that required dedication and hard work. Remember slow and steady always wins the race.
I have listed 21 steps that will get your blog more traffic and in turn [...]]]></description>
			<content:encoded><![CDATA[<p>Just about anyone can become a blogger but not everyone can make a lot of money from blogging. Making money from your blog is a slow process that required dedication and hard work. Remember slow and steady always wins the race.</p>
<p>I have listed 21 steps that will get your blog more traffic and in turn help you make more revenue.</p>
<p>1. Write at least one article daily. The more you write the better.<br />
2. Make sure your content is original and related to your blog.<br />
3. Highlight specific keywords using or tags on the content page.<br />
4. Use keywords in title, description and first paragraph of your content.<br />
5. Manually link keywords / phrases to related internal page on your site.<br />
6. Write on current topics (Something that people may be interested in).<br />
7. An image speaks a thousand words but it helps adding the alt text, at least for the sake of Google.<br />
8. Research keywords.<br />
9. If you are using WordPress, use a good theme that is SEO optimized.<br />
10. Offer visitors email and full RSS subscription options.<br />
11. Comment on other related popular blogs that provides link back to your site.<br />
12. Make sure comment’s on your blog go through moderation before making it live, so as to keep spam content out.<br />
13. Use fewer ads and if possible keep the content area free from ads, so that the user can easily read the content without any distraction.<br />
14. Show Social Networking buttons such as Facebook, Stumble-upon, Digg, Twitter etc so if a user finds the article interesting they can easily share on their preferred network. Sometimes social networking can get you a hell lot of traffic.<br />
15. Keep your sitemap updated and make use of webmaster tools to check for error and when found, correct them.<br />
16. Look out for those 404 errors, fix them.<br />
17. Do not buy or sell links.<br />
18. Write guest articles that can be posted on other blogs or you can submit it to ezinearticles.<br />
19. Keep a watch on your hosting server and make sure that your site is up 99% of the time. If too much traffic go for a dedicated hosting or VPS (Virtual Private Servers).<br />
20. Write content for users and not for search engine (avoid too much keyword stuffing).<br />
21. Go To 1.</p>
<div style="float:left;width:500px;border:0px solid red;">
<div style="float:left;width:250px;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5309473646220050";
/* 200x200, created 1/12/11 */
google_ad_slot = "9101995878";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
</div>
<div style="float:left;width:240px;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5309473646220050";
/* 200x200, created 1/12/11 */
google_ad_slot = "9101995878";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div style="clear:both;">&nbsp;</div>
</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;title=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Bookmark this post : 21 steps that will help you get more traffic to your Blog on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;title=21+steps+that+will+help+you+get+more+traffic+to+your+Blog&amp;bodytext=Just+about+anyone+can+become+a+blogger+but+not+everyone+can+make+a+lot+of+money+from+blogging.+Making+money+from+your+blog+is+a+slow+process+that+required+dedication+and+hard+work.+Remember+slow+and+steady+always+wins+the+race.%0D%0A%0D%0AI+have+listed+21+steps+that+will+get+your+blog+more+traffic+and+in+turn+help+you+make+mor" title="Digg this post : 21 steps that will help you get more traffic to your Blog"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;t=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Recommend this post : 21 steps that will help you get more traffic to your Blog on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;title=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Buzz up this post : 21 steps that will help you get more traffic to your Blog "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F" title="Buzz up this post : 21 steps that will help you get more traffic to your Blog "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;body=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Tip this post : 21 steps that will help you get more traffic to your Blog on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F" title="Share this post : 21 steps that will help you get more traffic to your Blog on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : 21 steps that will help you get more traffic to your Blog via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;tt=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Share this post : 21 steps that will help you get more traffic to your Blog on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;title=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Share this post : 21 steps that will help you get more traffic to your Blog on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F&amp;title=21+steps+that+will+help+you+get+more+traffic+to+your+Blog" title="Share this post : 21 steps that will help you get more traffic to your Blog with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2F21-steps-that-will-help-you-get-more-traffic-to-your-blog%2F" title="Tweet this post : 21 steps that will help you get more traffic to your Blog on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/21-steps-that-will-help-you-get-more-traffic-to-your-blog/feed" title="Follow this post : 21 steps that will help you get more traffic to your Blog comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/21-steps-that-will-help-you-get-more-traffic-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic steps for Search Engine Optimization</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/basic-steps-for-search-engine-optimization/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/basic-steps-for-search-engine-optimization/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 11:11:17 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[PHP Hypertext Preprocessor]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[basic steps]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo friendly url]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=186</guid>
		<description><![CDATA[1. Start by building up a list of targeted search terms that people might search for when looking for the products or services you offer. These will be the keywords that you will target.
2. Optimize the pages on your site for your keywords.
3. Add a descriptive page title and meta tags to your web pages. [...]]]></description>
			<content:encoded><![CDATA[<p>1. Start by building up a list of targeted search terms that people might search for when looking for the products or services you offer. These will be the keywords that you will target.</p>
<p>2. Optimize the pages on your site for your keywords.</p>
<p>3. Add a descriptive page title and meta tags to your web pages. </p>
<p>4. Place your targeted keywords in H1 headers.</p>
<p>5. Be sure to have your keywords well placed in your website content.</p>
<p>6. Get quality backlinks which are relevant to your website.</p>
<p>7. Make the site easy to navigate &#8211; if you use buttons for your navigation add text links at the bottom of the page so that search engines can index all of your pages</p>
<p>8. Don&#8217;t overstuff your page with keywords.</p>
<p>9. Use the title setting in your links. For example:<br />
<a href="http://www.hooverwebdesign.com" title="professional web design" target="_blank">Hoover Web Design</a></p>
<p>10. Use alt tags on all of your images For example:<br />
<img src="http://www.hooverwebdesign.com/images/460x68_flashphtoogallery.gif" width="460" height="68" border="0" alt="Flash Photo Gallery"></a>
</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;title=Basic+steps+for+Search+Engine+Optimization" title="Bookmark this post : Basic steps for Search Engine Optimization on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;title=Basic+steps+for+Search+Engine+Optimization&amp;bodytext=1.+Start+by+building+up+a+list+of+targeted+search+terms+that+people+might+search+for+when+looking+for+the+products+or+services+you+offer.+These+will+be+the+keywords+that+you+will+target.%0D%0A%0D%0A2.+Optimize+the+pages+on+your+site+for+your+keywords.%0D%0A%0D%0A3.+Add+a+descriptive+page+title+and+meta+tags+to+your+web+pages.+%0D%0A%0D%0A4.+P" title="Digg this post : Basic steps for Search Engine Optimization"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;t=Basic+steps+for+Search+Engine+Optimization" title="Recommend this post : Basic steps for Search Engine Optimization on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;title=Basic+steps+for+Search+Engine+Optimization" title="Buzz up this post : Basic steps for Search Engine Optimization "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F" title="Buzz up this post : Basic steps for Search Engine Optimization "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;body=Basic+steps+for+Search+Engine+Optimization" title="Tip this post : Basic steps for Search Engine Optimization on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F" title="Share this post : Basic steps for Search Engine Optimization on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Basic steps for Search Engine Optimization via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;tt=Basic+steps+for+Search+Engine+Optimization" title="Share this post : Basic steps for Search Engine Optimization on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;title=Basic+steps+for+Search+Engine+Optimization" title="Share this post : Basic steps for Search Engine Optimization on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F&amp;title=Basic+steps+for+Search+Engine+Optimization" title="Share this post : Basic steps for Search Engine Optimization with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2011%2F02%2F18%2Fbasic-steps-for-search-engine-optimization%2F" title="Tweet this post : Basic steps for Search Engine Optimization on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/basic-steps-for-search-engine-optimization/feed" title="Follow this post : Basic steps for Search Engine Optimization comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2011/02/18/basic-steps-for-search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Installation Instructions</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/codeigniter-installation-instructions/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/codeigniter-installation-instructions/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 20:53:23 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[CodeIgniter Tutorial and User Guide]]></category>
		<category><![CDATA[codigniter]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mannual]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user guide]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=152</guid>
		<description><![CDATA[CodeIgniter is installed in four steps:
   1. Unzip the package.
   2. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
   3. Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption [...]]]></description>
			<content:encoded><![CDATA[<p>CodeIgniter is installed in four steps:</p>
<p>   1. Unzip the package.<br />
   2. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.<br />
   3. Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.<br />
   4. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.</p>
<p>If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system folder to something more private. If you do rename it, you must open your main index.php file and set the $system_folder variable at the top of the page with the new name you&#8217;ve chosen.</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;title=CodeIgniter+Installation+Instructions" title="Bookmark this post : CodeIgniter Installation Instructions on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;title=CodeIgniter+Installation+Instructions&amp;bodytext=CodeIgniter+is+installed+in+four+steps%3A%0D%0A%0D%0A+++1.+Unzip+the+package.%0D%0A+++2.+Upload+the+CodeIgniter+folders+and+files+to+your+server.+Normally+the+index.php+file+will+be+at+your+root.%0D%0A+++3.+Open+the+application%2Fconfig%2Fconfig.php+file+with+a+text+editor+and+set+your+base+URL.+If+you+intend+to+use+encryption+or+sessions%2C+" title="Digg this post : CodeIgniter Installation Instructions"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;t=CodeIgniter+Installation+Instructions" title="Recommend this post : CodeIgniter Installation Instructions on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;title=CodeIgniter+Installation+Instructions" title="Buzz up this post : CodeIgniter Installation Instructions "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F" title="Buzz up this post : CodeIgniter Installation Instructions "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;body=CodeIgniter+Installation+Instructions" title="Tip this post : CodeIgniter Installation Instructions on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F" title="Share this post : CodeIgniter Installation Instructions on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : CodeIgniter Installation Instructions via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;tt=CodeIgniter+Installation+Instructions" title="Share this post : CodeIgniter Installation Instructions on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;title=CodeIgniter+Installation+Instructions" title="Share this post : CodeIgniter Installation Instructions on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F&amp;title=CodeIgniter+Installation+Instructions" title="Share this post : CodeIgniter Installation Instructions with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fcodeigniter-installation-instructions%2F" title="Tweet this post : CodeIgniter Installation Instructions on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/codeigniter-installation-instructions/feed" title="Follow this post : CodeIgniter Installation Instructions comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/codeigniter-installation-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good place where we can interact each others</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/a-good-place-where-we-can-interact-each-others/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/a-good-place-where-we-can-interact-each-others/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:58:24 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Friends Talk]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=48</guid>
		<description><![CDATA[Please come together to AakashWebSolutions where we can talk each other by posting comment on friends talk.

Post comment on this topic and I will post reply.

Bookmark on Delicious
Digg this post
Recommend on Facebook
Buzz it up
Buzz it up
Tip on Hyves
Mixx it up
Share via MySpace
Share on Orkut
share via Reddit
Share with Stumblers
Tweet about it
Subscribe to the comments on this [...]]]></description>
			<content:encoded><![CDATA[<p><em>Please come together to </em><a href="http://www.aakashwebsolutions.com"><em>AakashWebSolutions</em></a><em> where we can talk each other by posting comment on friends talk.<br />
<a href="http://www.aakashwebsolutions.com/explore-yourself/wp-content/uploads/2010/05/DSC088401.jpg"><img class="aligncenter size-full wp-image-51" title="Yash Sharma" src="http://www.aakashwebsolutions.com/explore-yourself/wp-content/uploads/2010/05/DSC088401.jpg" alt="" width="640" height="360" /></a></em></p>
<p><em>Post comment on this topic and I will post reply.</em></p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;title=A+good+place+where+we+can+interact+each+others" title="Bookmark this post : A good place where we can interact each others on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;title=A+good+place+where+we+can+interact+each+others&amp;bodytext=Please+come+together+to+AakashWebSolutions+where+we+can+talk+each+other+by+posting+comment+on+friends+talk.%0D%0A%0D%0A%0D%0APost+comment+on+this+topic+and+I+will+post+reply." title="Digg this post : A good place where we can interact each others"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;t=A+good+place+where+we+can+interact+each+others" title="Recommend this post : A good place where we can interact each others on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;title=A+good+place+where+we+can+interact+each+others" title="Buzz up this post : A good place where we can interact each others "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F" title="Buzz up this post : A good place where we can interact each others "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;body=A+good+place+where+we+can+interact+each+others" title="Tip this post : A good place where we can interact each others on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F" title="Share this post : A good place where we can interact each others on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : A good place where we can interact each others via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;tt=A+good+place+where+we+can+interact+each+others" title="Share this post : A good place where we can interact each others on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;title=A+good+place+where+we+can+interact+each+others" title="Share this post : A good place where we can interact each others on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F&amp;title=A+good+place+where+we+can+interact+each+others" title="Share this post : A good place where we can interact each others with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fa-good-place-where-we-can-interact-each-others%2F" title="Tweet this post : A good place where we can interact each others on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/a-good-place-where-we-can-interact-each-others/feed" title="Follow this post : A good place where we can interact each others comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/a-good-place-where-we-can-interact-each-others/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Want to create a personal website but how to get started?</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/want-to-create-a-personal-website-but-how-to-get-started/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/want-to-create-a-personal-website-but-how-to-get-started/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:29:35 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[webpage]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=146</guid>
		<description><![CDATA[A personal website is a group of Web pages that someone creates about themselves where you can write about your imagination,dreams and family.But how to get started to create?You can begin creating our own personal website, you&#8217;ll need a few things.A personal website is a place where you can relieve your soul. Create webpages about [...]]]></description>
			<content:encoded><![CDATA[<p>A personal website is a group of Web pages that someone creates about themselves where you can write about your imagination,dreams and family.But how to get started to create?You can begin creating our own personal website, you&#8217;ll need a few things.A personal website is a place where you can relieve your soul. Create webpages about anything you like and get it all out there for everyone to see. If you&#8217;re a private person, you can still do create a personal website. Just make sure not to post your name or any other personal information that may let people know who you are.<br />
Choosing the perfect title,what to write about,learn to link,adding photos and graphics,getting People to your Site, and your personal safety Once you learn the basics of making your own website, you&#8217;ll be able create your own website.</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;title=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Bookmark this post : Want to create a personal website but how to get started? on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;title=Want+to+create+a+personal+website+but+how+to+get+started%3F&amp;bodytext=A+personal+website+is+a+group+of+Web+pages+that+someone+creates+about+themselves+where+you+can+write+about+your+imagination%2Cdreams+and+family.But+how+to+get+started+to+create%3FYou+can+begin+creating+our+own+personal+website%2C+you%27ll+need+a+few+things.A+personal+website+is+a+place+where+you+can+relieve+your+soul.+Create+w" title="Digg this post : Want to create a personal website but how to get started?"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;t=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Recommend this post : Want to create a personal website but how to get started? on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;title=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Buzz up this post : Want to create a personal website but how to get started? "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F" title="Buzz up this post : Want to create a personal website but how to get started? "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;body=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Tip this post : Want to create a personal website but how to get started? on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F" title="Share this post : Want to create a personal website but how to get started? on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Want to create a personal website but how to get started? via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;tt=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Share this post : Want to create a personal website but how to get started? on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;title=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Share this post : Want to create a personal website but how to get started? on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F&amp;title=Want+to+create+a+personal+website+but+how+to+get+started%3F" title="Share this post : Want to create a personal website but how to get started? with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F21%2Fwant-to-create-a-personal-website-but-how-to-get-started%2F" title="Tweet this post : Want to create a personal website but how to get started? on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/want-to-create-a-personal-website-but-how-to-get-started/feed" title="Follow this post : Want to create a personal website but how to get started? comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/21/want-to-create-a-personal-website-but-how-to-get-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of career guidance</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/15/importance-of-career-guidance/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/15/importance-of-career-guidance/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 09:33:09 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Friends Talk]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[develpment]]></category>
		<category><![CDATA[guidance]]></category>
		<category><![CDATA[occupation]]></category>
		<category><![CDATA[proffesional]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=143</guid>
		<description><![CDATA[How to choose a career?What career should i choose,if you are having trouble choosing a career,then career guidance is very important.Choosing a career can be confusing.Career guide will guide you through the process of selecting the occupation that is most suitable for you.There are hundreds of career options out there. How do you make a [...]]]></description>
			<content:encoded><![CDATA[<p>How to choose a career?What career should i choose,if you are having trouble choosing a career,then career guidance is very important.Choosing a career can be confusing.Career guide will guide you through the process of selecting the occupation that is most suitable for you.There are hundreds of career options out there. How do you make a career choice when you don&#8217;t really know what you want to do? A career development professional will use various tools to help you evaluate your interests, personality, skills, and values.He or she will then show you how all these things, combined, play a role in choosing a career.</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;title=Importance+of+career+guidance" title="Bookmark this post : Importance of career guidance on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;title=Importance+of+career+guidance&amp;bodytext=How+to+choose+a+career%3FWhat+career+should+i+choose%2Cif+you+are+having+trouble+choosing+a+career%2Cthen+career+guidance+is+very+important.Choosing+a+career+can+be+confusing.Career+guide+will+guide+you+through+the+process+of+selecting+the+occupation+that+is+most+suitable+for+you.There+are+hundreds+of+career+options+out+ther" title="Digg this post : Importance of career guidance"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;t=Importance+of+career+guidance" title="Recommend this post : Importance of career guidance on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;title=Importance+of+career+guidance" title="Buzz up this post : Importance of career guidance "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F" title="Buzz up this post : Importance of career guidance "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;body=Importance+of+career+guidance" title="Tip this post : Importance of career guidance on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F" title="Share this post : Importance of career guidance on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Importance of career guidance via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;tt=Importance+of+career+guidance" title="Share this post : Importance of career guidance on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;title=Importance+of+career+guidance" title="Share this post : Importance of career guidance on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F&amp;title=Importance+of+career+guidance" title="Share this post : Importance of career guidance with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F15%2Fimportance-of-career-guidance%2F" title="Tweet this post : Importance of career guidance on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/15/importance-of-career-guidance/feed" title="Follow this post : Importance of career guidance comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/15/importance-of-career-guidance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantage of online learning</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/11/advantage-of-online-learning/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/11/advantage-of-online-learning/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:42:21 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[YouthCrowd]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[instructor]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[tution]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=137</guid>
		<description><![CDATA[Online learning can be done in any location,as long as you have access to a computer and internet connectivity.With online learning you can learn on your own schedule.Online courses are interactive, which means you will get feedback from your instructors and peers, and possibly even more individualized attention as well. With distance learning, you are [...]]]></description>
			<content:encoded><![CDATA[<p>Online learning can be done in any location,as long as you have access to a computer and internet connectivity.With online learning you can learn on your own schedule.Online courses are interactive, which means you will get feedback from your instructors and peers, and possibly even more individualized attention as well. With distance learning, you are immediately connected with students from all over the world.This allows students to work when and where it is more convenient for them without having to squeeze in scheduled classes to an already busy life.Even if you live in a community with few or no colleges distance learning allows you to choose from a wide variety of schools to complete your education.
</p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;title=Advantage+of+online+learning" title="Bookmark this post : Advantage of online learning on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;title=Advantage+of+online+learning&amp;bodytext=Online+learning+can+be+done+in+any+location%2Cas+long+as+you+have+access+to+a+computer+and+internet+connectivity.With+online+learning+you+can+learn+on+your+own+schedule.Online+courses+are+interactive%2C+which+means+you+will+get+feedback+from+your+instructors+and+peers%2C+and+possibly+even+more+individualized+attention+as+wel" title="Digg this post : Advantage of online learning"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;t=Advantage+of+online+learning" title="Recommend this post : Advantage of online learning on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;title=Advantage+of+online+learning" title="Buzz up this post : Advantage of online learning "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F" title="Buzz up this post : Advantage of online learning "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;body=Advantage+of+online+learning" title="Tip this post : Advantage of online learning on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F" title="Share this post : Advantage of online learning on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Advantage of online learning via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;tt=Advantage+of+online+learning" title="Share this post : Advantage of online learning on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;title=Advantage+of+online+learning" title="Share this post : Advantage of online learning on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F&amp;title=Advantage+of+online+learning" title="Share this post : Advantage of online learning with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F11%2Fadvantage-of-online-learning%2F" title="Tweet this post : Advantage of online learning on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/11/advantage-of-online-learning/feed" title="Follow this post : Advantage of online learning comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/11/advantage-of-online-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build bright career in Information Technology</title>
		<link>http://www.aakashwebsolutions.com/explore-yourself/2010/10/08/build-bright-career-in-information-technology/</link>
		<comments>http://www.aakashwebsolutions.com/explore-yourself/2010/10/08/build-bright-career-in-information-technology/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 10:56:35 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[educational]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[growing]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://www.aakashwebsolutions.com/explore-yourself/?p=128</guid>
		<description><![CDATA[ IT is such a broad subject. The field of information technology is the fastest growing and fastest changing field at present. There are so many career options in this field and finding and preparing for the right one is your ticket to success.Information Technology is a field that encompasses a wide range of employment [...]]]></description>
			<content:encoded><![CDATA[<p> IT is such a broad subject. The field of information technology is the fastest growing and fastest changing field at present. There are so many career options in this field and finding and preparing for the right one is your ticket to success.Information Technology is a field that encompasses a wide range of employment possibilities.From software development and hardware integration to webmasters and beyond, the possibilities are almost limitless. What isn&#8217;t limitless, unfortunately, are the educational opportunities related to IT training.How exactly does one go about establishing a career in the IT field. Between communications and computer science majors, self taught gurus and others already working in the field, there doesn&#8217;t seem to be a particular academic path to follow which can guarantee success. </p>
<ul class="socialwrap size16 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;title=Build+bright+career+in+Information+Technology" title="Bookmark this post : Build bright career in Information Technology on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;title=Build+bright+career+in+Information+Technology&amp;bodytext=+IT+is+such+a+broad+subject.+The+field+of+information+technology+is+the+fastest+growing+and+fastest+changing+field+at+present.+There+are+so+many+career+options+in+this+field+and+finding+and+preparing+for+the+right+one+is+your+ticket+to+success.Information+Technology+is+a+field+that+encompasses+a+wide+range+of+employmen" title="Digg this post : Build bright career in Information Technology"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;t=Build+bright+career+in+Information+Technology" title="Recommend this post : Build bright career in Information Technology on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;title=Build+bright+career+in+Information+Technology" title="Buzz up this post : Build bright career in Information Technology "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F" title="Buzz up this post : Build bright career in Information Technology "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="hyves" href="http://hyves-share.nl/button/tip/?tipcategoryid=12&amp;rating=5&amp;title=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;body=Build+bright+career+in+Information+Technology" title="Tip this post : Build bright career in Information Technology on Hyves"><span class="head">Tip on Hyves</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="mixx" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F" title="Share this post : Build bright career in Information Technology on Mixx"><span class="head">Mixx it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="myspace" href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())" title="Share this post : Build bright career in Information Technology via MySpace"><span class="head">Share via MySpace</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;tt=Build+bright+career+in+Information+Technology" title="Share this post : Build bright career in Information Technology on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;title=Build+bright+career+in+Information+Technology" title="Share this post : Build bright career in Information Technology on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F&amp;title=Build+bright+career+in+Information+Technology" title="Share this post : Build bright career in Information Technology with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fwww.aakashwebsolutions.com%2Fexplore-yourself%2F2010%2F10%2F08%2Fbuild-bright-career-in-information-technology%2F" title="Tweet this post : Build bright career in Information Technology on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.aakashwebsolutions.com/explore-yourself/2010/10/08/build-bright-career-in-information-technology/feed" title="Follow this post : Build bright career in Information Technology comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashwebsolutions.com/explore-yourself/2010/10/08/build-bright-career-in-information-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

