<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DigitalDiscuss</title>
	
	<link>http://www.tech.digitaldiscuss.com</link>
	<description>Digital Discuss and Technology News</description>
	<lastBuildDate>Sat, 09 Jan 2010 12:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TechDigitaldiscuss" /><feedburner:info uri="techdigitaldiscuss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TechDigitaldiscuss</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Login automatically to connect net for web browser based authentication</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/g1s_UB2ZTlo/</link>
		<comments>http://www.tech.digitaldiscuss.com/2010/01/09/how-to-login-automatically-to-connect-net-for-web-browser-based-authentication/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 12:29:55 +0000</pubDate>
		<dc:creator>Saurabh</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=87</guid>
		<description><![CDATA[Reliance Broadband is an ISP in India and they use a web browser based authentication system to log the user onto their network. One of their most popular plans the &#8211; Night Booster 4X offers 4 times more speed than day for unlimited  downloads from 10PM to 8AM. Now if there was a way to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Yp1pT6OcPsIxz6gLo_wg6mxkY9k/0/da"><img src="http://feedads.g.doubleclick.net/~a/Yp1pT6OcPsIxz6gLo_wg6mxkY9k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Yp1pT6OcPsIxz6gLo_wg6mxkY9k/1/da"><img src="http://feedads.g.doubleclick.net/~a/Yp1pT6OcPsIxz6gLo_wg6mxkY9k/1/di" border="0" ismap="true"></img></a></p><p><img class="aligncenter size-full wp-image-88" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2010/01/reliancelogin.jpg" alt="" width="450" height="325" /></p>
<p style="text-align: justify">Reliance Broadband is an ISP in India and they use a web browser based authentication system to log the user onto their network. One of their most popular plans the &#8211; Night Booster 4X offers 4 times more speed than day for unlimited  downloads from 10PM to 8AM. Now if there was a way to turn on your system at 10PM, automatically login to Asianet and turn your download manager on and then shutdown at 8AM it would have been perfect. The only problem is that the http based authentication system makes it a bit unwieldy to automate. Well not really <img src='http://www.tech.digitaldiscuss.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I found a bash script to automate this login process.<span id="more-87"></span></p>
<p style="text-align: justify"><strong>Features</strong></p>
<p style="text-align: justify">- Automatically connect to Asianet Dataline without having to sign in via the browser.<br />
- In startup and free mode the script will keep the connection alive.<br />
- The script will automatically reconnect if connection breaks because of a power failure or a line problem.<br />
- In free mode the script will call any related startup and shutdown scripts placed inside the ~/.auto-login/startup and ~/.auto-login/shutdown folders.</p>
<p style="text-align: justify"><strong>Setup Instructions</strong></p>
<p style="text-align: justify">a) Copy script to your favorite scripts folder.<br />
b) Edit script to update username and password with your Asianet login information.<br />
c) Add script to your startup process. See different ways of using the script below to know more.<br />
d) If you want to start and stop other applications at the time of starting the script then create a folder ~/.auto-login and inside that create sub-folders startup and shutdown. Place other scripts that have to be called during startup and shutdown of this script into the respective folders. Make sure that these scripts have their executable bit set.</p>
<p style="text-align: justify"><strong>Different ways of using the script</strong></p>
<p style="text-align: justify">1) Add a shortcut to your task bar to launch the script with the parameter &#8220;auto&#8221;. Use this shortcut to start the connection with one click and stop the connection with one click. Remember that the connection will time out if there is no activity. But that should not be a problem because you can connect again with a single click.<br />
2) Add the script to your startup process with parameter &#8220;startup&#8221;. This will keep the script running in the background and the script will keep the connection alive with keep-alive requests.<br />
3) Add the script to your startup process with parameter &#8220;free&#8221;. This will keep the script running in the background and the script will connect only during the free download hours and then it will keep the connection alive with keep-alive requests until the free time ends. When free time ends it will disconnect the connection. In this mode the script will also run any related startup and shutdown scripts placed inside the ~/.auto-login/startup and ~/.auto-login/shutdown folders.</p>
<p style="text-align: justify">The latest source can be downloaded from <a title="http://github.com/anoopjohn/Asianet-Auto-Login-Script" title='Original Link: http://github.com/anoopjohn/Asianet-Auto-Login-Script'  href="http://www.tech.digitaldiscuss.com/?KQ8LfcLI" target="_blank">http://github.com/anoopjohn/Asianet-Auto-Login-Script</a></p>
<p style="text-align: justify">If there are issues with the script please use the github issue queue at <a title="http://github.com/anoopjohn/Asianet-Auto-Login-Script/issues" title='Original Link: http://github.com/anoopjohn/Asianet-Auto-Login-Script/issues'  href="http://www.tech.digitaldiscuss.com/?EUR3dRli" target="_blank">http://github.com/anoopjohn/Asianet-Auto-Login-Script/issues</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2010/01/09/how-to-login-automatically-to-connect-net-for-web-browser-based-authentication/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2010%2F01%2F09%2Fhow-to-login-automatically-to-connect-net-for-web-browser-based-authentication%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2010%2F01%2F09%2Fhow-to-login-automatically-to-connect-net-for-web-browser-based-authentication%2F%22%3EHow%20to%20Login%20automatically%20to%20connect%20net%20for%20web%20browser%20based%20authentication%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/g1s_UB2ZTlo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2010/01/09/how-to-login-automatically-to-connect-net-for-web-browser-based-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2010/01/09/how-to-login-automatically-to-connect-net-for-web-browser-based-authentication/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Google related software in one Pack : Download all at Once</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/tWoIodUVTIk/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/12/23/google-related-software-in-one-pack-download-all-at-once/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:08:44 +0000</pubDate>
		<dc:creator>Saurabh</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=81</guid>
		<description><![CDATA[If you are a fan of Google products (I must say its getting increasingly hard to come across someone who is not) you might be using Google related software on your computer. As I am about to buy a new computer, I was looking up what is new that Google has to offer. Google Pack [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/58dpnbe9g2NjU1RfL_c7LURqR6Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/58dpnbe9g2NjU1RfL_c7LURqR6Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/58dpnbe9g2NjU1RfL_c7LURqR6Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/58dpnbe9g2NjU1RfL_c7LURqR6Y/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify;"><img class="alignleft size-full wp-image-83" title="google_pack1" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/12/google_pack1.png" alt="" width="232" height="247" />If you are a fan of Google products (I must say its getting increasingly hard to come across someone who is not) you might be using Google related software on your computer. As I am about to buy a new computer, I was looking up what is new that Google has to offer. Google Pack is a nice one stop shop to download various Google related software you might want to download in one go.<span id="more-81"></span></p>
<h3 style="text-align: justify;">About <a title='Original Link: http://pack.google.com/intl/en/pack_installer.html'  href="http://www.tech.digitaldiscuss.com/?puWDgv2z">Google Pack</a></h3>
<ul style="text-align: justify;">
<li>Visit the <a title='Original Link: http://pack.google.com/intl/en/pack_installer.html'  href="http://www.tech.digitaldiscuss.com/?puWDgv2z">Google Pack page</a>, and look up which Google affiliated software is missing on your computer.</li>
<li>You can check which one you want installed and start downloading.</li>
<li>Google Pack includes Chrome browser, Google Earth, Google Talk, Google Apps, Google Desktop, Picassa, Real Player, Adobe Reader, Google Toolbar for Firefox and Internet Explorer and Skype.</li>
<li>All these software applications can be downloaded from just once installation if you are using a <strong>Windows OS</strong>.</li>
<li>If you are using a <strong>Mac</strong>, you might want to check out their <a title='Original Link: http://www.google.com/mac/'  href="http://www.tech.digitaldiscuss.com/?F79RI1dW">Mac page</a> which also is a one stop page to download various mac related Google applications.</li>
</ul>
<p style="text-align: justify;">Try it out and let me know what you think about Google Pack through your comments.</p>
<p style="text-align: justify;"><strong>Links: </strong><a title='Original Link: http://pack.google.com/intl/en/pack_installer.html'  href="http://www.tech.digitaldiscuss.com/?puWDgv2z">Google Pack (Win)</a> | <a title='Original Link: http://www.google.com/mac/'  href="http://www.tech.digitaldiscuss.com/?F79RI1dW">Mac</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/12/23/google-related-software-in-one-pack-download-all-at-once/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F12%2F23%2Fgoogle-related-software-in-one-pack-download-all-at-once%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F12%2F23%2Fgoogle-related-software-in-one-pack-download-all-at-once%2F%22%3EGoogle%20related%20software%20in%20one%20Pack%20%3A%20Download%20all%20at%20Once%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/tWoIodUVTIk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/12/23/google-related-software-in-one-pack-download-all-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/12/23/google-related-software-in-one-pack-download-all-at-once/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Smarter Fox Firefox add-on to speed up your browsing experiance</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/kldzGohAIT0/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/12/23/smarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 05:55:48 +0000</pubDate>
		<dc:creator>Saurabh</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Smarter Fox]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=74</guid>
		<description><![CDATA[Smarter Fox is a Firefox browser add-on which does exactly what it claims. It makes your browser a lot more smarter. It quickens up the browsing experience a lot but giving the user a host of options to search and lookup information. Smarter Fox Features Awesomebar: This is a enhanced version of Bookmarks. If you want to go to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/_u4u-t5vcOg3UcGEatrTRAJEtQI/0/da"><img src="http://feedads.g.doubleclick.net/~a/_u4u-t5vcOg3UcGEatrTRAJEtQI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_u4u-t5vcOg3UcGEatrTRAJEtQI/1/da"><img src="http://feedads.g.doubleclick.net/~a/_u4u-t5vcOg3UcGEatrTRAJEtQI/1/di" border="0" ismap="true"></img></a></p><p><img src="http://i46.tinypic.com/5w9n2f.png" border="0" alt="Smarter Fox" /></p>
<p style="text-align: justify;"><a title='Original Link: http://smarterfox.com/features/'  href="http://www.tech.digitaldiscuss.com/?PNDwydEX">Smarter Fox</a> is a <strong>Firefox browser</strong> <strong>add-on </strong>which does exactly what it claims. It makes your browser a lot more smarter. It quickens up the browsing experience a lot but giving the user a host of options to search and lookup information.<span id="more-74"></span></p>
<h3 style="text-align: justify;">Smarter Fox Features</h3>
<ul style="text-align: justify;">
<li><strong>Awesomebar: </strong>This is a enhanced version of Bookmarks. If you want to go to a particular page just press <strong>Ctrl + Spacebar. </strong>There is a screen that pops up with all the websites you can visit in a click of a button. To add your favorite website into the <strong>Awesomebar </strong>just drag and drop the link from the address bar. It will be added automatically.</li>
<li>The <strong>pop up bubble</strong> is another great feature. Just highlight any text and bubble pops up with symbols of Google, Twitter, Wikipedia. Click on the symbol and a page opens after searching with the relevant service.</li>
<li>Finally just start typing in your address bar and search results are shown in the address bar drop down itself. No need for search engine page to load hence saving me time.</li>
</ul>
<p style="text-align: justify;">Try out Smarter Fox and let me know if you liked it through your comments.</p>
<p style="text-align: justify;"><strong>Link: </strong><a title='Original Link: https://addons.mozilla.org/en-US/firefox/addon/9825'  href="http://www.tech.digitaldiscuss.com/?gpSwmxRy">Download Smarter Fox</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/12/23/smarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F12%2F23%2Fsmarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F12%2F23%2Fsmarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance%2F%22%3ESmarter%20Fox%20Firefox%20add-on%20to%20speed%20up%20your%20browsing%20experiance%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/kldzGohAIT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/12/23/smarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/12/23/smarter-fox-firefox-add-on-to-speed-up-your-browsing-experiance/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Find AdSense for feeds directly in Blogger</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/9uPvwr-iypk/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogger(BlogSpot)]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=64</guid>
		<description><![CDATA[Recently I visited the AdSense for feeds blog of google &#38; I found that now it even easier to configure their blogs to work with FeedBurner and AdSense for Feeds, with just a few clicks, are able to do both at the same time. To set this up, go to Blogger and select the blog [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/u1bWVt83fl4cZ5JxKHXdW81LwNc/0/da"><img src="http://feedads.g.doubleclick.net/~a/u1bWVt83fl4cZ5JxKHXdW81LwNc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/u1bWVt83fl4cZ5JxKHXdW81LwNc/1/da"><img src="http://feedads.g.doubleclick.net/~a/u1bWVt83fl4cZ5JxKHXdW81LwNc/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify;">Recently I visited the AdSense for feeds blog of google &amp; I found that now it even easier to configure their blogs to work with FeedBurner and AdSense for Feeds, with just a few clicks,  are able to do both at the same time.</p>
<p style="text-align: justify;">To set this up, go to <a title='Original Link: http://www.blogger.com/'  href="http://www.tech.digitaldiscuss.com/?oLaePCQE" target="_blank">Blogger</a> and select the blog you wish to monetize on your Blogger Dashboard, and select &#8220;Monetize.&#8221; This will give you some basic options for configuring ads, and if you already have connected your Blogger feed to FeedBurner, will confirm that the proper feed is being configured. AdSense for feeds will automatically pick the right ad sizes for your users, content, and end medium.</p>
<p><span id="more-64"></span></p>
<p style="text-align: justify;"><a rel="attachment wp-att-65" href="http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/aff-blogger1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-65" title="AFF-Blogger1" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/AFF-Blogger1.png" alt="AFF-Blogger1" width="560" height="366" /></a></p>
<p style="text-align: justify;"><a rel="attachment wp-att-66" href="http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/aff-blogger2/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-66" title="AFF-Blogger2" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/AFF-Blogger2.png" alt="AFF-Blogger2" width="518" height="232" /></a>After setup, you will be able to view your AdSense reports (including feed revenue) directly from the Blogger Dashboard, as well as from your AdSense account. Additional feed management options for your feed and feed analytics will be available from <a title='Original Link: http://feedburner.google.com'  href="http://www.tech.digitaldiscuss.com/?xUXESpkX" target="_blank">http://feedburner.google.com</a>.</p>
<p style="text-align: justify;"><strong>Source :</strong> <a title='Original Link: http://adsenseforfeeds.blogspot.com/2009/10/adsense-for-feeds-now-available.html'  href="http://www.tech.digitaldiscuss.com/?C3W1aHPA" target="_blank">Adsense for Feeds Blog</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F31%2Ffind-adsense-for-feeds-directly-in-blogger%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F31%2Ffind-adsense-for-feeds-directly-in-blogger%2F%22%3EFind%20AdSense%20for%20feeds%20directly%20in%20Blogger%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/9uPvwr-iypk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/10/31/find-adsense-for-feeds-directly-in-blogger/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Google now discover new URLs Using RSS/Atom feeds</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/rFE4AlMQzsk/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/10/30/google-now-discover-new-urls-using-rssatom-feeds/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 06:46:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=61</guid>
		<description><![CDATA[Hey ! Just what we needed. In its endless efforts to make the life easier for webmasters, Google has now understood that indexing RSS feeds and Atoms could be yet another value addition to their arsenal of indexing tools. Google generally would use incoming links, sitemaps, etc to index new files and websites, and with  [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/R90bRepqn9keJ3ZT5n5-0hfHgYM/0/da"><img src="http://feedads.g.doubleclick.net/~a/R90bRepqn9keJ3ZT5n5-0hfHgYM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R90bRepqn9keJ3ZT5n5-0hfHgYM/1/da"><img src="http://feedads.g.doubleclick.net/~a/R90bRepqn9keJ3ZT5n5-0hfHgYM/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify;">Hey ! Just what we needed. In its endless efforts to make the life easier for webmasters, Google has now understood that indexing RSS feeds and Atoms could be yet another value addition to their arsenal of indexing tools.</p>
<p style="text-align: justify;">Google generally would use incoming links, sitemaps, etc to index new files and websites, and with  this new addition newer websites won’t find it hard to get indexed on Google. All you need to do is set up your RSS/Atom feed and as an added measure make sure your Robots.txt file doesn’t block it.</p>
<p style="text-align: justify;">In my opinion this feature had been in practice for quite some time, but its only now that Google announced it officially.</p>
<p style="text-align: justify;">Anyways, all good for webmasters.</p>
<p style="text-align: justify;"><strong>Via</strong> : <a rel="nofollow" title='Original Link: http://googlewebmastercentral.blogspot.com/2009/10/using-rssatom-feeds-to-discover-new.html'  href="http://www.tech.digitaldiscuss.com/?Uo3iyqDx">Google Webmaster Central Blog<br />
</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/10/30/google-now-discover-new-urls-using-rssatom-feeds/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F30%2Fgoogle-now-discover-new-urls-using-rssatom-feeds%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F30%2Fgoogle-now-discover-new-urls-using-rssatom-feeds%2F%22%3EGoogle%20now%20discover%20new%20URLs%20Using%20RSS%2FAtom%20feeds%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/rFE4AlMQzsk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/10/30/google-now-discover-new-urls-using-rssatom-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/10/30/google-now-discover-new-urls-using-rssatom-feeds/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Yahoo Meme : Yahoo’s New Service Like Twitter.</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/v6g4y2T7PcI/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/10/14/yahoo-meme-yahoos-new-service-like-twitter/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:17:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=52</guid>
		<description><![CDATA[Yahoo! Meme is the new micro-blogging service from Yahoo is now open to all. I decided to check out what was all the fuss was about and came away with mixed feelings. I liked its layout even though it felt a bit like Twitter, the idea of sharing videos, images and audio seems to be [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/GjFzTiXWK3oGBXvzNnIssOAzI50/0/da"><img src="http://feedads.g.doubleclick.net/~a/GjFzTiXWK3oGBXvzNnIssOAzI50/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GjFzTiXWK3oGBXvzNnIssOAzI50/1/da"><img src="http://feedads.g.doubleclick.net/~a/GjFzTiXWK3oGBXvzNnIssOAzI50/1/di" border="0" ismap="true"></img></a></p><p>Yahoo! Meme is the new micro-blogging service from Yahoo is now open to all. I decided to check out what was all the fuss was about and came away with mixed feelings.</p>
<p>I liked its layout even though it felt a bit like Twitter, the idea of sharing videos, images and audio seems to be novel and as far as options go, makes it more versatile than Twitter.</p>
<p><img class="aligncenter size-full wp-image-53" title="yahoo_meme" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/yahoo_meme.png" alt="yahoo_meme" width="500" height="254" /><span id="more-52"></span></p>
<h3>Yahoo Meme</h3>
<ul>
<li>The layout is very similar to Twitter. But you can share images from your desktop, post mp3 links for audio and share videos from YouTube or Vimeo.</li>
<li>The concept of ReTweet becomes Repost which is something they have clearly borrowed from Twitter. There is also Popular section which shows the post which has been reposted the most number of times.</li>
<li>Something they borrowed from Facebook was the option to comment on other peoples posts.</li>
<li>Yahoo Meme takes a different path from Twitter when it comes to the number of characters you can enter. At Twitter its 140 with a focus on updates from mobile phones and with Yahoo Meme the limit is 2000 characters.</li>
</ul>
<p>So now you have a social networking site which has borrowed somethings from Twitter and Facebook. It seems to be confused on who it wants to challenge or what exactly it wants to give internet users. It surely does not have anything really different from other websites for people to actively want to be a part of Yahoo Meme. It still is early days but at the moment it just looks like Yahoo Meme is a clone of Twitter without the high number of users. <img src="http://www.devilsworkshop.org/wp-includes/images/smilies/icon_wink.gif" alt=";-)" /></p>
<p><strong> </strong><a title='Original Link: http://twitter.com/bombaypirate'  href="http://www.tech.digitaldiscuss.com/?25JAVCQ8"><br />
</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/10/14/yahoo-meme-yahoos-new-service-like-twitter/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F14%2Fyahoo-meme-yahoos-new-service-like-twitter%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F14%2Fyahoo-meme-yahoos-new-service-like-twitter%2F%22%3EYahoo%20Meme%20%3A%20Yahoo%26%238217%3Bs%20New%20Service%20Like%20Twitter.%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/v6g4y2T7PcI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/10/14/yahoo-meme-yahoos-new-service-like-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/10/14/yahoo-meme-yahoos-new-service-like-twitter/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Try out the unofficial Free Open Source Chrome OS now!</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/zVkRdaXnP9c/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/10/14/try-out-the-unofficial-free-open-source-chrome-os-now/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=45</guid>
		<description><![CDATA[Can’t wait anymore to get the ultimate Google product, the Chrome OS, on your PC? Wait no more. Built from SUSE Studios, the Chrome OS Linux basically is a light install of SUSE Linux containing the latest developer build of Chrome for Linux. Although not the official launch from Google, the unofficial Chrome OS Linux [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/T85sDjuImxHk8H-5jkYYp7_Cvn4/0/da"><img src="http://feedads.g.doubleclick.net/~a/T85sDjuImxHk8H-5jkYYp7_Cvn4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T85sDjuImxHk8H-5jkYYp7_Cvn4/1/da"><img src="http://feedads.g.doubleclick.net/~a/T85sDjuImxHk8H-5jkYYp7_Cvn4/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify;"><img class="alignleft size-full wp-image-46" title="images" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/images.jpeg" alt="images" width="128" height="102" />Can’t wait anymore to get the ultimate Google product, the Chrome OS, on your PC? Wait no more. Built from <a title='Original Link: http://susestudio.com/'  href="http://www.tech.digitaldiscuss.com/?1ivDtdvO" target="_blank">SUSE Studios</a>, the Chrome OS Linux basically is a light install of <a title='Original Link: http://www.opensuse.org/'  href="http://www.tech.digitaldiscuss.com/?wUBeZ07p" target="_blank">SUSE Linux</a> containing the latest developer build of Chrome for Linux. Although not the official launch from Google, the unofficial <a title='Original Link: https://sites.google.com/site/chromeoslinux/home'  href="http://www.tech.digitaldiscuss.com/?Ce4hMBAe" target="_blank">Chrome OS Linux</a> project aims at giving users a feel of what they can expect once Chrome OS is released.<span id="more-45"></span></p>
<p>The OS can be installed to your hard-drive like any other OS or you can run it inside <a title='Original Link: http://www.virtualbox.org/'  href="http://www.tech.digitaldiscuss.com/?piyR0I1R" target="_blank">Virtual Box</a> or <a title='Original Link: http://www.vmware.com/'  href="http://www.tech.digitaldiscuss.com/?piyR0I1R" target="_blank">VMware</a>.</p>
<p style="text-align: justify;"><strong>Some screen-shots:</strong></p>
<p style="text-align: justify;"><strong><img class="aligncenter size-full wp-image-49" title="StartScreen" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/StartScreen.png" alt="StartScreen" width="530" height="399" /></strong></p>
<p style="text-align: justify;"><strong><img class="aligncenter size-full wp-image-47" title="chromeos3" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/chromeos3.png" alt="chromeos3" width="420" height="315" /></strong></p>
<p style="text-align: justify;"><strong><img class="aligncenter size-full wp-image-48" title="Firstrun" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/10/Firstrun.png" alt="Firstrun" width="530" height="398" /></strong></p>
<p style="text-align: justify;"><strong>Featured software in </strong><strong>Chrome OS:</strong></p>
<ul style="text-align: justify;">
<li>GNOME 2.24 desktop environment</li>
<li>Google Chrome 4.0.220 web browser</li>
<li>OpenOffice.org 3.0 office suite</li>
<li>GIMP 2.6 image editor</li>
<li>Flash Player 10.0 plugin</li>
<li>and much more!</li>
</ul>
<div style="text-align: justify;"><strong>System requirements of </strong><strong>Chrome OS:</strong></div>
<ul style="text-align: justify;">
<li>Processor: Intel Pentium, Xeon or newer; AMD Duron, Athlon, Sempron, Opteron or newer</li>
<li>RAM: min. 256 MB</li>
<li>Hard disk: min. 1 GB</li>
<li>Graphics card: supports most modern graphics cards</li>
</ul>
<p style="text-align: justify;">You can download the Chrome OS from the official site at <em><a title='Original Link: https://sites.google.com/site/chromeoslinux/home'  href="http://www.tech.digitaldiscuss.com/?Ce4hMBAe" target="_blank">https://sites.google.com/site/chromeoslinux/home</a></em>. <span style="font-size: 10px;"><a title='Original Link: http://www.labnol.org/software/unofficial-google-chrome-os/10023/'  href="http://www.tech.digitaldiscuss.com/?odQc4Msw" target="_blank">[via labnol]</a></span></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/10/14/try-out-the-unofficial-free-open-source-chrome-os-now/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F14%2Ftry-out-the-unofficial-free-open-source-chrome-os-now%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F10%2F14%2Ftry-out-the-unofficial-free-open-source-chrome-os-now%2F%22%3ETry%20out%20the%20unofficial%20Free%20Open%20Source%20Chrome%20OS%20now%21%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/zVkRdaXnP9c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/10/14/try-out-the-unofficial-free-open-source-chrome-os-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/10/14/try-out-the-unofficial-free-open-source-chrome-os-now/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Microsoft Courier – First Details</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/e3YqFiHiloA/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/09/30/microsoft-courier-first-details/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 09:20:32 +0000</pubDate>
		<dc:creator>William Park</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=33</guid>
		<description><![CDATA[Courier is a real device, and we&#8217;ve heard that it&#8217;s in the &#8220;late prototype&#8221; stage of development. It&#8217;s not a tablet, it&#8217;s a booklet. The dual 7-inch (or so) screens are multitouch, and designed for writing, flicking and drawing with a stylus, in addition to fingers. They&#8217;re connected by a hinge that holds a single [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/wPCgCKjMNlwdZKmBZtLmu6gGj2w/0/da"><img src="http://feedads.g.doubleclick.net/~a/wPCgCKjMNlwdZKmBZtLmu6gGj2w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wPCgCKjMNlwdZKmBZtLmu6gGj2w/1/da"><img src="http://feedads.g.doubleclick.net/~a/wPCgCKjMNlwdZKmBZtLmu6gGj2w/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/4/2009/09/500x_courier8.jpg" alt="Courier" width="450" height="338" /></p>
<p style="text-align: justify;">Courier is a real device, and we&#8217;ve heard that it&#8217;s in the &#8220;late prototype&#8221; stage of development. It&#8217;s not a tablet, it&#8217;s a booklet. The dual 7-inch (or so) screens are multitouch, and designed for writing, flicking and drawing with a stylus, in addition to fingers. They&#8217;re connected by a hinge that holds a single iPhone-esque home button. Statuses, like wireless signal and battery life, are displayed along the rim of one of the screens. On the back cover is a camera, and it might charge through an inductive pad, like the Palm Touchstone charging dock for Pre.</p>
<p style="text-align: justify;">Until recently, it was a skunkworks project deep inside Microsoft, only known to the few engineers and executives working on it—Microsoft&#8217;s brightest, like Entertainment &amp; Devices tech chief and user-experience wizard J. Allard, who&#8217;s spearheading the project. Currently, Courier appears to be at a stage where Microsoft is developing the user experience and showing design concepts to outside agencies.</p>
<p style="text-align: justify;"><img src="http://cache-foo-06.gawkerassets.com/gawker/assets/images/4/2009/09/500x_courier3_01.jpg" alt="Image of what the Courier is like" width="450" height="286" /></p>
<p style="text-align: justify;"><img src="http://cache-foo-04.gawkerassets.com/gawker/assets/images/4/2009/09/500x_courier4.jpg" alt="Better look at the Courier" width="450" height="327" /></p>
<p style="text-align: justify;">The Courier user experience presented here is almost the exact opposite of what everyone expects the Apple tablet to be, a kung fu eagle claw to Apple&#8217;s tiger style. It&#8217;s complex: Two screens, a mashup of a pen-dominated interface with several types of multitouch finger gestures, and multiple graphically complex themes, modes and applications. (Our favorite UI bit? The hinge doubles as a &#8220;pocket&#8221; to hold items you want move from one page to another.) Microsoft&#8217;s tablet heritage is digital ink-oriented, and this interface, while unlike anything we&#8217;ve seen before, clearly draws from that, its work with the Surface touch computer and even the Zune HD.</p>
<p style="text-align: justify;">For an animated demonstration of this, look here. <a title='Original Link: http://www.youtube.com/watch?v=pg7853cTtD8'  href="http://www.tech.digitaldiscuss.com/?F95KfJyE" target="_blank">http://www.youtube.com/watch?v=pg7853cTtD8</a></p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/09/30/microsoft-courier-first-details/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F09%2F30%2Fmicrosoft-courier-first-details%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F09%2F30%2Fmicrosoft-courier-first-details%2F%22%3EMicrosoft%20Courier%20%26%238211%3B%20First%20Details%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/e3YqFiHiloA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/09/30/microsoft-courier-first-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/09/30/microsoft-courier-first-details/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Windows 7 – $30 for Students</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/FukpU6PinGA/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/09/20/windows-7-30-for-students/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 01:18:39 +0000</pubDate>
		<dc:creator>William Park</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=27</guid>
		<description><![CDATA[Windows 7, the next and most updated operating system for home PC&#8217;s is getting closer to release on October 22nd. Coming with new improvements, upgrades and an eye pleasing new &#8220;glass&#8221; look, the OS should please owners of both powerful and underpowered machines alike. Any student with a valid student email address are eligible to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/vtT0znfWyfQ5ItDfqxpWNJk-I54/0/da"><img src="http://feedads.g.doubleclick.net/~a/vtT0znfWyfQ5ItDfqxpWNJk-I54/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vtT0znfWyfQ5ItDfqxpWNJk-I54/1/da"><img src="http://feedads.g.doubleclick.net/~a/vtT0znfWyfQ5ItDfqxpWNJk-I54/1/di" border="0" ismap="true"></img></a></p><p><em>Windows 7</em>, the next and most updated operating system for home PC&#8217;s is getting closer to release on October 22nd. Coming with new improvements, upgrades and an eye pleasing new &#8220;glass&#8221; look<span>, the OS should please owners of both powerful and underpowered machines alike. </span></p>
<p><span>Any student with a valid student email address </span><span>are eligible to get a copy of <em>Windows 7 Home Premium</em> or <em>Professional</em>, <em>32-bit</em> or<em> 64-bit</em> for<em> only </em><strong>a mere $30</strong>. The student will have the choice on which version they get, because presumably students with weaker net-books may want a less demanding version (but less features).</span></p>
<p><span>Windows aren&#8217;t the only ones being generous, with apple offering their new operating system <em>&#8220;Snow Leopard&#8221;</em> for $29, beating Microsoft&#8217;s <em>Windows 7</em> price by $1. </span></p>
<div class="wp-caption aligncenter" style="width: 413px"><a title='Original Link: http://win741.com'  href="http://www.tech.digitaldiscuss.com/?7CG37s1M"><img class=" " src="http://images.pcworld.com/news/graphics/152898-windows7logo.jpg" alt="Windows 7 Logo" width="403" height="210" /></a><p class="wp-caption-text">Windows 7 Logo</p></div>
<p><span>This offer will continue until </span><span><strong>January 3, 2010</strong> at <strong>12 a.m. CST</strong>. So you should, if you&#8217;re a student have plenty of time to pick up a copy as this offer is way to sweet to give up. </span><span>The deal is found on the<em> <a rel="nofollow" title='Original Link: http://www.win741.com/'  href="http://www.tech.digitaldiscuss.com/?SFciIPz_">win741.com</a> </em>site, a recently launched site from Microsoft.</span></p>
<p>This move seems like a smart one by Microsoft, considering apple have beat Microsoft (<span>Home Premium (upgrade) retailing for $120 and $200 for a Professional upgrade)</span> on the standard prices with Snow Leopard. ($29).</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/09/20/windows-7-30-for-students/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F09%2F20%2Fwindows-7-30-for-students%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F09%2F20%2Fwindows-7-30-for-students%2F%22%3EWindows%207%20%26%238211%3B%20%2430%20for%20Students%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/FukpU6PinGA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/09/20/windows-7-30-for-students/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/09/20/windows-7-30-for-students/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>MAPTOR Combines a Projector and Mapping GPS Into One</title>
		<link>http://feedproxy.google.com/~r/TechDigitaldiscuss/~3/xXbBiBPk1k8/</link>
		<comments>http://www.tech.digitaldiscuss.com/2009/08/26/maptor-combines-a-projector-and-mapping-gps-into-one/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:34:13 +0000</pubDate>
		<dc:creator>Saurabh</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://www.tech.digitaldiscuss.com/?p=9</guid>
		<description><![CDATA[Shaving some size and weight off the average GPS handheld or foldable map, MAPTOR, designed by Jin-Sun Park and Seon-keun Park, displays your maps via a pico projector no larger than a tiny flashlight. The concept includes a built-in GPS receiver that provides you with a little red dot of your location, so that you [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/dbe2zkf-WPYAD1CxifwjtWcNGOw/0/da"><img src="http://feedads.g.doubleclick.net/~a/dbe2zkf-WPYAD1CxifwjtWcNGOw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dbe2zkf-WPYAD1CxifwjtWcNGOw/1/da"><img src="http://feedads.g.doubleclick.net/~a/dbe2zkf-WPYAD1CxifwjtWcNGOw/1/di" border="0" ismap="true"></img></a></p><p style="text-align: justify"><img class="aligncenter size-full wp-image-11" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR-3.jpg" alt="MAPTOR-3" width="468" height="313" /></p>
<p style="text-align: justify">Shaving some size and weight off the average GPS handheld or foldable map, MAPTOR, designed by Jin-Sun Park and Seon-keun Park, displays your maps via a pico projector no larger than a tiny flashlight. The concept includes a built-in GPS receiver that provides you with a little red dot of your location, so that you can quickly get your bearings. <span id="more-9"></span>The device is designed to fit in a pocket or be worn on a lanyard. Pull it out, aim your map onto a nearby surface, whether it be your hand or a wall, adjust the map dimensions and zoom with the flick of a button, and get your directions in seconds. Since it’s only a concept, you won’t have to actually decide, but would you buy a standalone device like this or wait for technology to be built into a smartphone with projector? It’s certainly an innovative, useful idea, but seems like it might duplicate what you already get elsewhere without adding enough to justify the extra money.[via <a title='Original Link: http://www.walyou.com/blog/2009/08/25/maptor-gps-navigational-gadget/'  href="http://www.tech.digitaldiscuss.com/?iYCtkt4E" target="_blank">Walyou</a>]</p>
<p style="text-align: justify"><img class="aligncenter size-full wp-image-15" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR.jpg" alt="MAPTOR" width="468" height="313" /><br />
<img class="aligncenter size-full wp-image-10" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR-2.jpg" alt="MAPTOR-2" width="468" height="390" /><br />
<img class="aligncenter size-full wp-image-12" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR-4.jpg" alt="MAPTOR-4" width="468" height="451" /><br />
<img class="aligncenter size-full wp-image-13" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR-5.jpg" alt="MAPTOR-5" width="468" height="580" /><br />
<img class="aligncenter size-full wp-image-14" src="http://www.tech.digitaldiscuss.com/wp-content/uploads/2009/08/MAPTOR-6.jpg" alt="MAPTOR-6" width="468" height="353" /></p>
<p style="text-align: justify">
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TechDigitalDiscuss?i=http://www.tech.digitaldiscuss.com/2009/08/26/maptor-combines-a-projector-and-mapping-gps-into-one/" type="text/javascript" charset="utf-8"></script></div><script src="http://cdn.gigya.com/wildfire/JS/WFButtonV2.js?b=click&w=250&h=220&theme=6&btnURL=http%3A%2F%2Fcdn.gigya.com%2Fwildfire%2Fi%2Fshare-button.gif&localConfig=%3Cconfig%3E%3Cdisplay%20showEmail%3D%22true%22%20showBookmarks%3D%22true%22%20showPost%3D%22false%22%3E%3C%2Fdisplay%3E%3Cbody%3E%3Ccontrols%3E%3Csnbuttons%20iconsOnly%3D%22true%22%20%2F%3E%3C%2Fcontrols%3E%3C%2Fbody%3E%3C%2Fconfig%3E&amp;defaultBookmarkURL=http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F08%2F26%2Fmaptor-combines-a-projector-and-mapping-gps-into-one%2F&amp;emailBody=I%20just%20read%20%3Ca%20href%3D%22http%3A%2F%2Fwww.tech.digitaldiscuss.com%2F2009%2F08%2F26%2Fmaptor-combines-a-projector-and-mapping-gps-into-one%2F%22%3EMAPTOR%20Combines%20a%20Projector%20and%20Mapping%20GPS%20Into%20One%3C%2Fa%3E%20on%20DigitalDiscuss.%3Cbr%20%2F%3E%3Cbr%20%2F%3E%24userMsg%24&amp;partner=704071&amp;lang=en"></script><img src="http://feeds.feedburner.com/~r/TechDigitaldiscuss/~4/xXbBiBPk1k8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tech.digitaldiscuss.com/2009/08/26/maptor-combines-a-projector-and-mapping-gps-into-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.tech.digitaldiscuss.com/2009/08/26/maptor-combines-a-projector-and-mapping-gps-into-one/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.495 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-06 00:57:42 -->
