<?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>Learnxpress &#187; website</title>
	<atom:link href="http://www.learnxpress.com/tags/website/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learnxpress.com</link>
	<description>Your Learning Encyclopedia</description>
	<lastBuildDate>Mon, 06 Sep 2010 04:49:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Integrating Twitter Into An ASP.NET Website Using OAuth</title>
		<link>http://www.learnxpress.com/integrating-twitter-into-an-asp-net-website-using-oauth.html</link>
		<comments>http://www.learnxpress.com/integrating-twitter-into-an-asp-net-website-using-oauth.html#comments</comments>
		<pubDate>Wed, 12 May 2010 13:00:45 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Integrating]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/integrating-twitter-into-an-asp-net-website-using-oauth.html</guid>
		<description><![CDATA[Earlier this year I wrote an article about Twitterizer, an open-source .NET library that can be used to integrate your applicationwith Twitter. Using Twitterizer you can allow your visitors to post tweets, view their timeline, and much more, all without leaving your website. The original article, Integrating Twitter Into An ASP.NET Website, showed how to [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
<!-- 
lqm_channel=1;
lqm_publisher=175;
lqm_zone=1;
lqm_format=7;
//-->
</script>
<script type="text/javascript" src="http://a.lakequincy.com/s.js"></script></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Fintegrating-twitter-into-an-asp-net-website-using-oauth.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Fintegrating-twitter-into-an-asp-net-website-using-oauth.html&amp;style=normal" height="61" width="50" title="Integrating Twitter Into An ASP.NET Website Using OAuth" alt="Integrating Twitter Into An ASP.NET Website Using OAuth" /><br />
			</a>
		</div>
<p> Earlier this year I wrote an article about Twitterizer, an open-source .NET library that can be used to integrate your applicationwith Twitter. Using Twitterizer you can allow your visitors to post tweets, view their timeline, and much more, all without leaving your website. </p>
<p>The original article, Integrating Twitter Into An ASP.NET Website, showed how to post tweets andview a timeline to a particular Twitter account using Twitterizer 1.0. To post a tweet to a specific account, Twitterizer 1.0 uses basic authentication. </p>
<p>Basic authenticationis a very simple authentication scheme. For an application to post a tweet to JohnDoe&#8217;s Twitter account, it would submit JohnDoe&#8217;s username and password (along with the tweet text) to Twitter&#8217;s servers. </p>
<p>Basic authentication, while easy to implement, is not an ideal authentication scheme as it requires that the integrating application know the username(s) and password(s) of the accounts that it is connected to. </p>
<p>Consequently, a user must share her password in order to connect her Twitter account with the application. Such password sharing is not only insecure, but it can also cause difficulties down the line if the user changes her password or decides that she no longer wants to connect her account to certain applications (but wants to remain connected to others).</p>
<p>To remedy these issues, Twitter introduced support for OAuth, which is a simple, secure protocol for granting API access. In a nutshell, OAuth allows a user to connect an application to their Twitter account without having to share their password. </p>
<p>Instead, the user is sent to Twitter&#8217;s website where theyconfirm whether they want to connect to the application. Upon confirmation, Twitter generates an token that is then sent back to the application. The applicationthen submits this token when integrating with the user&#8217;s account. </p>
<p>The token serves as proof that the user has allowed this application access to their account. (Twitter userscan view what application&#8217;s they&#8217;re connected to and may revoke these tokens on an application-by-application basis.)</p>
<p> In late 2009, Twitter announced that it was ending its support for basic authentication in June 2010. </p>
<p> As a result, the code examined in Integrating Twitter Into An ASP.NET Website, which uses basic authentication, will no longer work once the cut off date is reached. The good news is that the Twitterizer version 2.0 supportsOAuth. </p>
<p>This article examines how to use Twitterizer 2.0 and OAuth from a website. Specifically, we&#8217;ll see how to retrieve and display a user&#8217;s latest tweets and how to post a tweet from an ASP.NET page.</p>
<p>View the <a href="http://www.4guysfromrolla.com/articles/051210-1.aspx" rel="nofollow">Original article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/integrating-twitter-into-an-asp-net-website-using-oauth.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is It Easy to Create our own Website? What is HTML?</title>
		<link>http://www.learnxpress.com/is-it-easy-to-create-our-own-website-what-is-html.html</link>
		<comments>http://www.learnxpress.com/is-it-easy-to-create-our-own-website-what-is-html.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 04:47:21 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/is-it-easy-to-create-our-own-website-what-is-html.html</guid>
		<description><![CDATA[Creating a website is not so much a feat, if we compare it to the education of other technical skills. Most people tend to give up and pack their bags as soon as they hear the word “programming” and “technical”. They think it`s too much of a hassle to actually learn a whole computer “language”. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Fis-it-easy-to-create-our-own-website-what-is-html.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Fis-it-easy-to-create-our-own-website-what-is-html.html&amp;style=normal" height="61" width="50" title="Is It Easy to Create our own Website? What is HTML?" alt="Is It Easy to Create our own Website? What is HTML?" /><br />
			</a>
		</div>
<p>Creating a website is not so much a feat, if we compare it to the education of other technical skills. Most people tend to give up and pack their bags as soon as they hear the word “programming” and “technical”. They think it`s too much of a hassle to actually learn a whole computer “language”. HTML, the most basic computer language in building websites, is actually pretty simple to understand, as long as we have the interest in learning new things.</p>
<p>What is HTML?</p>
<p>HTML is the acronym for Hyper Text Markup Language. For learning purposes, just think of it as a language that the computer understands. For example, as humans, we were taught different languages; i.e. HTML as a language, is mostly and specifically used to create a website. The web browser, such as Microsoft Internet Explorer or Mozilla Firefox, will then decipher and interpret the code or rather, language(HTML), and display it in a way we can understand it, just like in a basic webpage.</p>
<p>Coding.</p>
<p>Coding the HTML language might be a bit tough for some people, so we can actually purchase programmes, such as Macromedia Dreamweaver, or even Microsoft Frontpage. These programmes are solely created to help individuals in designing professional webpages/websites. </p>
<p>Furthermore, one could also gain access to online web-builders, website builders that are inbuilt and can be directly controlled from the net. There are many different and specific builders online.</p>
<p>Books and magazines contain guides that can help in offering tutorials and ways to put up our own websites. Even online tutorials are credible, as in the modern world, information technology is the best and most cost efficient way in retaining knowledge, especially in this particular field.</p>
<p>So, you could start and build one right away. If you enjoy coding, it might even become a favourable past-time.</p>
<p>[Insert Your Resource Box Here]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/is-it-easy-to-create-our-own-website-what-is-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Important Rules in Website Design</title>
		<link>http://www.learnxpress.com/5-important-rules-in-website-design-2.html</link>
		<comments>http://www.learnxpress.com/5-important-rules-in-website-design-2.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 04:46:55 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[.tif silverlight visual basic]]></category>
		<category><![CDATA[csharp whiteboard]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[google scada imaging]]></category>
		<category><![CDATA[Important]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[sample DragLeave in c#]]></category>
		<category><![CDATA[silverlight shared whiteboard]]></category>
		<category><![CDATA[toolbar of crystal report on vs 2010]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/5-important-rules-in-website-design-2.html</guid>
		<description><![CDATA[When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are seven important rules of thumb to observe to make sure your website performs well. 1) Do not use splash pages Splash pages are the first pages you see [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2F5-important-rules-in-website-design-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2F5-important-rules-in-website-design-2.html&amp;style=normal" height="61" width="50" title="5 Important Rules in Website Design" alt="5 Important Rules in Website Design" /><br />
			</a>
		</div>
<p>When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are seven important rules of thumb to observe to make sure your website performs well. </p>
<p>1) Do not use splash pages</p>
<p>Splash pages are the first pages you see when you arrive at a website. They normally have a very beautiful image with words like &#8220;welcome&#8221; or &#8220;click here to enter&#8221;. In fact, they are just that &#8212; pretty vases with no real purpose. Do not let your visitors have a reason to click on the &#8220;back&#8221; button! Give them the value of your site up front without the splash page.</p>
<p>2) Do not use excessive banner advertisements</p>
<p>Even the least net savvy people have trained themselves to ignore banner advertisements so you will be wasting valuable website real estate. Instead, provide more valueable content and weave relevant affiliate links into your content, and let your visitors feel that they want to buy instead of being pushed to buy. </p>
<p>3) Have a simple and clear navigation</p>
<p>You have to provide a simple and very straightforward navigation menu so that even a young child will know how to use it. Stay away from complicated Flash based menus or multi-tiered dropdown menus. If your visitors don&#8217;t know how to navigate, they will leave your site. </p>
<p>4) Have a clear indication of where the user is</p>
<p>When visitors are deeply engrossed in browsing your site, you will want to make sure they know which part of the site they are in at that moment. That way, they will be able to browse relevant information or navigate to any section of the site easily. Don&#8217;t confuse your visitors because confusion means &#8220;abandon ship&#8221;!</p>
<p>5) Avoid using audio on your site</p>
<p>If your visitor is going to stay a long time at your site, reading your content, you will want to make sure they&#8217;re not annoyed by some audio looping on and on on your website. If you insist on adding audio, make sure they have some control over it &#8212; volume or muting controls would work fine. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/5-important-rules-in-website-design-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways to Keep Visitors Coming Back</title>
		<link>http://www.learnxpress.com/5-ways-to-keep-visitors-coming-back.html</link>
		<comments>http://www.learnxpress.com/5-ways-to-keep-visitors-coming-back.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 16:25:01 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[5 Ways to Keep Visitors Coming Back]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[improving traffic]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website visitors]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/5-ways-to-keep-visitors-coming-back.html</guid>
		<description><![CDATA[When you start a forum, chatroom or shoutbox, you are providing your visitors a place to voice their opinions and interact with their peers &#8212; all of them are visitors of your site. As conversations build up, a sense of community will also follow and your visitors will come back to your site almost religiously [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2F5-ways-to-keep-visitors-coming-back.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2F5-ways-to-keep-visitors-coming-back.html&amp;style=normal" height="61" width="50" title="5 Ways to Keep Visitors Coming Back " alt="5 Ways to Keep Visitors Coming Back " /><br />
			</a>
		</div>
<p>When you start a forum, chatroom or shoutbox, you are providing your visitors a place to voice their opinions and interact with their peers &#8212; all of them are visitors of your site. As conversations build up, a sense of community will also follow and your visitors will come back to your site almost religiously every day.</p>
<h3>Start a web log (blog)</h3>
<p>Keep an online journal, or more commonly known as a blog, on your site and keep it updated with latest news about yourself. Human beings are curious creatures and they will keep their eyes glued to the monitor if you post fresh news frequently. You will also build up your credibility as you are proving to them that there is also a real life person behind the website.</p>
<h3>Carry out polls or surveys</h3>
<p>Polls and surveys are other forms of interaction that you should definitely consider adding to your site. They provide a quick way for visitors to voice their opinions and to get involved in your website. Be sure to publish polls or surveys that are strongly relevant to the target market of your website to keep them interested to find out about the results.</p>
<h3>Hold puzzles, quizzes and games</h3>
<p>Just imagine how many office workers procrastinate at work every day, and you will be able to gauge how many people will keep visiting your site if you provide a very interesting or addicting way of entertainment. You can also hold competitions to award the high score winner to keep people trying continuously to earn the prize.</p>
<h3>Update frequently with fresh content</h3>
<p>Update your site frequently with fresh content so that every time your visitors come back, they will have something to read on your site. This is the most widely known and most effective method of attracting returning visitors, but this is also the least carried out one because of the laziness of webmasters. No one will want to browse a site that looks the same over ten years, so keep your site updated with fresh bites!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/5-ways-to-keep-visitors-coming-back.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Important Rules in Website Design</title>
		<link>http://www.learnxpress.com/5-important-rules-in-website-design.html</link>
		<comments>http://www.learnxpress.com/5-important-rules-in-website-design.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:24:00 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/5-important-rules-in-website-design.html</guid>
		<description><![CDATA[When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are seven important rules of thumb to observe to make sure your website performs well. The first rule is that you should not make use of splash pages. They [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2F5-important-rules-in-website-design.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2F5-important-rules-in-website-design.html&amp;style=normal" height="61" width="50" title="5 Important Rules in Website Design " alt="5 Important Rules in Website Design " /><br />
			</a>
		</div>
<p>When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are seven important rules of thumb to observe to make sure your website performs well. The first rule is that you should not make use of splash pages. They are the first pages you see when you arrive at a website. They normally have a very beautiful image with words like &#8220;welcome&#8221; or &#8220;click here to enter&#8221;. In fact, they are just that &#8212;  pretty vases with no real purpose. Do not let your visitors have a reason to click on the &#8220;back&#8221; button! Give them the value of your site up front without the splash page.</p>
<p>You should not use excessive banner advertisements. Even the least net savvy people have trained themselves to ignore banner advertisements so you will be wasting valuable website real estate. Instead, provide more valueable content and weave relevant affiliate links into your content, and let your visitors feel that they want to buy instead of being pushed to buy. Some of the othe important rules are explained below</p>
<p>Have a simple and clear navigation</p>
<p>You have to provide a simple and very straightforward navigation menu so that even a young child will know how to use it. Stay away from complicated Flash based menus or multi-tiered dropdown menus. If your visitors don&#8217;t know how to navigate, they will leave your site. </p>
<p>Have a clear indication of where the user is</p>
<p>When visitors are deeply engrossed in browsing your site, you will want to make sure they know which part of the site they are in at that moment. That way, they will be able to browse relevant information or navigate to any section of the site easily. Don&#8217;t confuse your visitors because confusion means &#8220;abandon ship&#8221;!</p>
<p>Avoid using audio on your site</p>
<p>If your visitor is going to stay a long time at your site, reading your content, you will want to make sure they&#8217;re not annoyed by some audio looping on and on on your website. If you insist on adding audio, make sure they have some control over it &#8212; volume or muting controls would work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/5-important-rules-in-website-design.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Find the RSS Feed Subscribers of any Blog using FeedBurner</title>
		<link>http://www.learnxpress.com/find-the-rss-feed-subscribers-of-any-blog-using-feedburner.html</link>
		<comments>http://www.learnxpress.com/find-the-rss-feed-subscribers-of-any-blog-using-feedburner.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:07:31 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Freewares]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/?p=7175</guid>
		<description><![CDATA[ByteChip.com has recently developed a great freeware that can benefit the other bloggers. Feed Counter is a portable tool, that can find the number of RSS Feed subscribers of any account using FeedBurner without even knowing their password. The tool doesn&#8217;t require any installation and comes with and without .NET Framework support. If you are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Ffind-the-rss-feed-subscribers-of-any-blog-using-feedburner.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Ffind-the-rss-feed-subscribers-of-any-blog-using-feedburner.html&amp;style=normal" height="61" width="50" title="Find the RSS Feed Subscribers of any Blog using FeedBurner" alt="Find the RSS Feed Subscribers of any Blog using FeedBurner" /><br />
			</a>
		</div>
<p>ByteChip.com has recently developed a great <a href="http://www.bytechip.com/2010/02/feed-2/" target="_blank">freeware </a>that can benefit the other bloggers. Feed Counter is a portable tool, that can find the number of RSS Feed subscribers of any account using FeedBurner without even knowing their password.</p>
<p>The tool doesn&#8217;t require any installation and comes with and without .NET Framework support. If you are a fan of .NET then you can make use of the .NET based application.You can find the Feed Statistics of any account on a particular day or a series of time and export them to CSV.</p>
<p>The initial screenshot will look like as shown below</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://www.learnxpress.com/en/images/2010/03/Figure_12.png"><img class="aligncenter size-medium wp-image-7176" src="http://www.learnxpress.com/en/images/2010/03/Figure_12-300x73.png" alt="Find the RSS Feed Subscribers of any Blog using FeedBurner" width="300" height="73" title="Find the RSS Feed Subscribers of any Blog using FeedBurner" /></a></p>
<p>You will then need to provide the feed name used in Feedburner and click on the Update button. The resulting output will appear as shown in Figure 2</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://www.learnxpress.com/en/images/2010/03/Figure_22.png"><img class="aligncenter size-medium wp-image-7177" src="http://www.learnxpress.com/en/images/2010/03/Figure_22-300x183.png" alt="Find the RSS Feed Subscribers of any Blog using FeedBurner" width="300" height="183" title="Find the RSS Feed Subscribers of any Blog using FeedBurner" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/find-the-rss-feed-subscribers-of-any-blog-using-feedburner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SnagIt captures screen shots from the computer monitor and website</title>
		<link>http://www.learnxpress.com/snagit-captures-screenshots-from-the-computer-monitor-and-website.html</link>
		<comments>http://www.learnxpress.com/snagit-captures-screenshots-from-the-computer-monitor-and-website.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:07:22 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Product Review]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[print screen]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[screen capture software]]></category>
		<category><![CDATA[screen captures]]></category>
		<category><![CDATA[screencapture]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[snagit]]></category>
		<category><![CDATA[techsmith]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/?p=7082</guid>
		<description><![CDATA[SnagIt is a screen capture tool which is quite famous among software and web developers. It is created by a leading software company &#8211; TechSmith. The tool enables you to capture full screen or window, part of the screen or window as per your preference. You can also select a portion of the screen using [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Fsnagit-captures-screenshots-from-the-computer-monitor-and-website.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Fsnagit-captures-screenshots-from-the-computer-monitor-and-website.html&amp;style=normal" height="61" width="50" title="SnagIt captures screen shots from the computer monitor and website" alt="SnagIt captures screen shots from the computer monitor and website" /><br />
			</a>
		</div>
<p>SnagIt is a screen capture tool which is quite famous among software and web developers. It is created by a leading software company &#8211; TechSmith. The tool enables you to capture full screen or window, part of the screen or window as per your preference.</p>
<p>You can also select a portion of the screen using the mouse and the tool automatically captures the selection. You can then edit or save the image using the SnagIt Editor. A screenshot of the tool is given below where you can see the names of all profiles.</p>
<p><strong>Figure 1 &#8211; SnagIt Home Page</strong></p>
<p><a href="http://www.learnxpress.com/en/images/2010/02/profiles.png"><img style="display: inline; border: 0px;" title="snagit, screen capture, techsmith" src="http://www.learnxpress.com/en/images/2010/02/profiles_thumb.png" border="0" alt="snagit, screen capture, techsmith" width="532" height="345" /></a></p>
<p>As soon as you install the tool, it adds a shortcut to the Windows 7 Taskbar. You can then select a profile and assign a shortcut key to it. Normally, the key will be a function key or a combination of all keys.</p>
<p><strong>Figure 2 &#8211; SnagIt Keyboard Shortcut</strong></p>
<p><a href="http://www.learnxpress.com/en/images/2010/02/snagit_preferences.png"><img style="display: inline; border: 0px;" title="snagit, screen capture, techsmith" src="http://www.learnxpress.com/en/images/2010/02/snagit_preferences_thumb.png" border="0" alt="snagit, screen capture, techsmith" width="420" height="429" /></a></p>
<p>I would prefer to assign the function key as it is easy to remember. Then whenever you need to capture the screen you just need to press the shortcut key and the captured portion will be opened in the SnagIt editor. Advanced users can make use of the tools provided within the SnagIt Editor  to further customize the captured shot as shown in the figure below</p>
<p><strong>Figure 2 &#8211; Captured Screen Inside the SnagIt Editor</strong></p>
<p><a href="http://www.learnxpress.com/en/images/2010/02/editor.png"><img style="display: inline; border: 0px;" title="snagit, screen capture, techsmith" src="http://www.learnxpress.com/en/images/2010/02/editor_thumb.png" border="0" alt="snagit, screen capture, techsmith" width="532" height="345" /></a></p>
<p>The tool is extremely valuable for seasoned professionals and authors who need to regularly capture screen shots. Please visit http://www.techsmith.com/screen-capture.asp for more information and also to download a fully functional 30 days trial copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/snagit-captures-screenshots-from-the-computer-monitor-and-website.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Just published: Murach&#8217;s JavaScript and DOM Scripting</title>
		<link>http://www.learnxpress.com/just-published-murachs-javascript-and-dom-scripting.html</link>
		<comments>http://www.learnxpress.com/just-published-murachs-javascript-and-dom-scripting.html#comments</comments>
		<pubDate>Sat, 29 Aug 2009 10:51:49 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Latest]]></category>
		<category><![CDATA[Press Releases]]></category>
		<category><![CDATA[978-1-890774-52-3 download]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[dom scripting]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[download ebook 978-1-890774-52-3]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mike murach silverlight]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[murach]]></category>
		<category><![CDATA[murach silverlight]]></category>
		<category><![CDATA[Murach Visual Studio 2010]]></category>
		<category><![CDATA[murach's silverlight]]></category>
		<category><![CDATA[print using javascript in asp .net3.5]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/08/29/just-published-murachs-javascript-and-dom-scripting/</guid>
		<description><![CDATA[Mike Murach &#38; Associates has just published a new book entitled Murach&#8217;s JavaScript and DOM Scripting. This book is written for developers who want to know how to use JavaScript and DOM scripting to create websites that deliver the fast response times, dynamic user interfaces, and special effects that today&#8217;s users expect. Here are some [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Fjust-published-murachs-javascript-and-dom-scripting.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Fjust-published-murachs-javascript-and-dom-scripting.html&amp;style=normal" height="61" width="50" title="Just published: Murachs JavaScript and DOM Scripting" alt="Just published: Murachs JavaScript and DOM Scripting" /><br />
			</a>
		</div>
<p>Mike Murach &amp; Associates has just published a new book entitled <a href="http://www.murach.com/books/mdom/index.htm" target="_blank">Murach&#8217;s JavaScript and DOM Scripting</a>. This book is written for developers who want to know how to use JavaScript and DOM scripting to create websites that deliver the fast response times, dynamic user interfaces, and special effects that today&#8217;s users expect. Here are some highlights: </p>
<p><strong>#1: Two books in one, it covers both JavaScript and DOM scripting</strong>    <br />Most books cover either JavaScript or DOM scripting. But to create user-responsive sites, you need to know both. </p>
<p>So the first half of this book is a course in JavaScript essentials. Then, the second half is a course in applied JavaScript, showing how to use DOM scripting to build applications that run slide shows, use drop-down menus, rotate headlines, sort tables, and provide animation. </p>
<p>As a result, web developers can gain basic to expert skills using a single book. </p>
<p><strong>#2: It provides a fast start</strong>    <br />Section 1 is a crash course in JavaScript. In fact, by the end of chapter 3, developers will know how to code, test, and debug applications that include elementary DOM scripting. Then, the rest of the book builds on those skills to cover all the JavaScript and DOM scripting essentials. </p>
<p><strong>#3: It shows how to create and use</strong>     <br />event-handling libraries for browser compatibility    <br />One of the headaches of web programming is ensuring that the JavaScript code will work with all the popular browsers. </p>
<p>So this book shows web developers how to create their own event-handling libraries of browser-compatible code. That training also enables them to appreciate&#8230;and profit from&#8230;the extensive libraries of tested code that are included in the downloadable applications for the book. </p>
<p><strong>#4: It shows 20 complete applications that can be used as models for new apps</strong>    <br />The key to mastering client-side web development is to have plenty of applications that show how the features interact and what problems might occur in building a website. So this book shows complete code for 20 professional applications, ranging from forms validation to revolving slide shows. </p>
<p>These can be downloaded for free from the Murach website, so developers can experiment with them on their own. </p>
<p><strong>#5: The paired-pages format lets developers set their own pace</strong>    <br />Murach books have a distinctive format. Each two-page spread presents a single topic: the lefthand page explains the topic, while the righthand page shows the critical details, using syntax, code, screen shots, and how-to notes. Both beginning and experienced developers find that this format makes it easy to focus on the information they need, whether they’re using the book for training or reference. </p>
<p>Murach&#8217;s JavaScript and DOM Scripting is available directly from the publisher at <a href="http://www.murach.com">www.murach.com</a> and from all major retail outlets.</p>
<p>Murach&#8217;s JavaScript and DOM Scripting   <br />Author: Ray Harris    <br />Pages: 764&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />ISBN: 978-1-890774-55-4&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />Price: $54.50 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/just-published-murachs-javascript-and-dom-scripting.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Basic Steps to deploy a website</title>
		<link>http://www.learnxpress.com/basic-steps-to-deploy-a-website.html</link>
		<comments>http://www.learnxpress.com/basic-steps-to-deploy-a-website.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 06:51:26 +0000</pubDate>
		<dc:creator>Anand Narayanaswamy</dc:creator>
				<category><![CDATA[Internet Tutorials]]></category>
		<category><![CDATA[briefly about c# and c# tools]]></category>
		<category><![CDATA[c sharp compiler download]]></category>
		<category><![CDATA[c# compilers]]></category>
		<category><![CDATA[C# keywords classified]]></category>
		<category><![CDATA[develop in c# in windows98]]></category>
		<category><![CDATA[download C# compiler for windows xp]]></category>
		<category><![CDATA[download different Types Of Compilers in C#]]></category>
		<category><![CDATA[explain briefly about c# and c# tools]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[multiform application in C#.Net]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/01/20/basic-steps-to-deploy-a-website/</guid>
		<description><![CDATA[There are basically three steps involved in setting up a website. Firstly, you should register a domain name from a hosting provider and purchase a web space for hosting. The final step is to upload the files using FTP. Domain Name Registration Domain name is your identity on the web. The address you entered in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.learnxpress.com%2Fbasic-steps-to-deploy-a-website.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.learnxpress.com%2Fbasic-steps-to-deploy-a-website.html&amp;style=normal" height="61" width="50" title="Basic Steps to deploy a website" alt="Basic Steps to deploy a website" /><br />
			</a>
		</div>
<p>There are basically three steps involved in setting up a website. Firstly, you should register a domain name from a hosting provider and purchase a web space for hosting. The final step is to upload the files using FTP.</p>
<h3>Domain Name Registration</h3>
<p>Domain name is your identity on the web. The address you entered in the Address Bar of your browser is a domain name. Without a valid and registered domain name, websites won&#8217;t exists. There are companies like Network Solutions, Registrar.com with whom you can register domain names with .com, .net and .org prefixes. Other domain prefixes like .edu, .in. .uk, .gov are available only to the concerned persons or authorities.</p>
<p>If you are unable to approach these companies on your own, then you can avail the services of other providers and companies. These service providers will register domain names on behalf of them. You have to pay a required cost for registering a domain of your choice. Moreover, you can check for the availability of domain names by visiting godaddy.com, netsol.com, verisign.com, registrar.com.</p>
<h3>Finding a Web Hosting Provider</h3>
<p>After registering a domain name, you should find a hosting provider to get a server space for your domain name. Usually, the service provider with whom you registered the domain name, provides this service. Many hosting providers have different plans like 5 MB, 10 MB, 20 MB web space, even though 10 MB is common nowadays.</p>
<p>The amount of space depends upon your needs and business. Upon registration the service provider provides you with a username, password, FTP account name and DNS addresses. For example, if your domain name is abc.com, your FTP account name will be ftp.abc.com. FTP is called as File Transfer Protocol and it enables you to transfer your files to your server.</p>
<h3>Uploading your files via FTP</h3>
<p>Now, you have the required information for transferring the files to the server. You should install a FTP Client Software such as FileZilla, CuteFTP. This software enables you to upload the files to the server. Initially, you have to enter some information like username, password and so on. After that you can just select the files from the left panel and upload them.</p>
<p><strong>Note</strong>: FTP stands for File Transfer Protocol</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxpress.com/basic-steps-to-deploy-a-website.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
