<?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>Modern Street&#187; General</title>
	<atom:link href="http://www.modernstreet.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modernstreet.com</link>
	<description>A Blog on and about the Web</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>8 steps to learning your first computer programming language</title>
		<link>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/</link>
		<comments>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:50:26 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[beginning computer programming]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[computer programming basics]]></category>
		<category><![CDATA[computer programming languages]]></category>
		<category><![CDATA[learning computer programming]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1064</guid>
		<description><![CDATA[Have you ever considered learning some basic computer programming? Everyone who owns a computer should learn at least a little programming at some point, if not now. Just like everyone who owns a kitchen should at least know how to cook a little. Simple programming skills will make your computer experience a thousand times better. [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever considered <span style="text-decoration: underline;">learning some basic computer programming</span>? Everyone who owns a computer should learn at least a little programming at some point, if not now. Just like everyone who owns a kitchen should at least know how to cook a little. Simple programming skills will make your computer experience a thousand times better. You can fix your own problems, make your own custom gizmos that work the way you want them to, and even develop a deeper understanding of other people&#8217;s programs.</p>
<p>Microsoft even understood this, and included a copy of their BASIC programming language interpreter on Windows versions up to 98. But, you can still start for free and it&#8217;s easier than you think!<span id="more-1064"></span></p>
<p>1. <strong>Pick a language</strong>.</p>
<p><img class="alignnone size-full wp-image-1067" style="float: right; margin: 5px; border: 1px solid black;" title="python-programming" src="http://www.modernstreet.com/wp-content/uploads/2010/08/python-programming.jpg" alt="Python programming" width="300" height="134" />While we won&#8217;t start an argument over the best language, some ok suggestions are:</p>
<ul>
<li>Shell &#8211; on Windows this is Windows PowerShell. On Mac and Linux, this is Bash (the born-again shell). Programs in shell languages are known as &#8216;shell scripts.&#8217;</li>
<li>Python &#8211; open source and free for every platform. It&#8217;s easy, fun, and used in some of the highest-level applications, like Blender 3D and bitTorrent clients.</li>
<li>Javascript. It runs in your web browser. It&#8217;s everywhere on the web.</li>
<li>Basic &#8211; still found in places like Microsoft Word, Excel, Powerpoint, Frontpage, and Visio. It&#8217;s easy to learn; that’s why they named it “Basic.”</li>
</ul>
<p><img class="alignnone size-full wp-image-1070" style="float: right; margin: 5px; border: 1px solid black;" title="dummies-javascript" src="http://www.modernstreet.com/wp-content/uploads/2010/08/dummies-javascript.jpg" alt="Javascript for dummies" width="150" height="189" />2. <strong>Gather some documentation</strong>. One of the most famous is the “Dummies” series which I’m sure some of you have seen before. There is a &#8220;For Dummies&#8221; book for probably every programming language out there. Search Google for name-of-language plus &#8216;tutorial&#8217;. A common name for your first program in any language is &#8220;Hello World!&#8221; which prints output to the screen. Search for that to find beginner&#8217;s level programs.</p>
<p>3. <strong>Be a quiet, self-starting learner</strong>. If you go into a programmer&#8217;s chat room hangout and interrupt their discussion of high-level computer science stuff to ask something like &#8220;How do I print?&#8221; the only answer they&#8217;ll give you is what you were told in step #2. Beginner&#8217;s level manuals are very easy to follow. Have some confidence in yourself!</p>
<p>4. <strong>Take your time</strong>. The best pace for the beginner is a few pages of the book per day. Don&#8217;t jump around in the book &#8211; it&#8217;s written with the easiest concepts presented first, with later concepts building on previous ones. One step at a time.</p>
<p>5. <strong>Take a read through a forum or message board devoted to your language</strong>. Simply typing the name of your language plus &#8216;forum&#8217; into Google should produce tons of links. Look though some of the questions people ask and the answers given &#8211; almost every question a beginner can have has been answered dozens of times.</p>
<p>6. <strong>Don&#8217;t give up!</strong> It’s like learning a real language, except this is a computing language. It&#8217;s OK to put it aside if you get too busy, but try to pick it up again later. The more you keep your hand in, the better you&#8217;ll memorize it.</p>
<p><img class="alignnone size-full wp-image-1071" style="float: right; margin: 5px; border: 1px solid black;" title="computer-programming-tips" src="http://www.modernstreet.com/wp-content/uploads/2010/08/computer-programming-tips.jpg" alt="Easy computer programming" width="220" height="136" />7. <strong>Have fun and don’t get too serious</strong>. Remember that this is a hobby, so it&#8217;s supposed to be fun. Any silly little thing you want to do, go ahead and do it. Much of what you&#8217;ll start out doing will be command-line things like inputting data to get output. Don&#8217;t let that stop you from making your own tic-tac-toe game or just a program that prints random characters on the screen really fast like a screensaver. Everybody needs to start somewhere.</p>
<p>8. <strong>Now you can join forums and chats and ask questions</strong>. And be sure to answer as many as you ask! By the time you&#8217;re out of the intermediate levels, you&#8217;re likely to become a valuable member of the programming community. There are plenty of websites out there devoted to hobbyist programmers &#8211; you don&#8217;t have to be the next Bill Gates or Linus Torvalds to enjoy programming as a hobby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Search Commands in Office 2007</title>
		<link>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/</link>
		<comments>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:33:09 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[excel 2007]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[powerpoint 2007]]></category>
		<category><![CDATA[search commands]]></category>
		<category><![CDATA[word 2007]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1041</guid>
		<description><![CDATA[Although Office 2007 is designed to be quite user friendly, you may find yourselves lost when you switch to it from Office 2003. One of the main problems that you may come across is searching for commands on the Office 2007 Ribbon. Search Commands is an Office 2007 add-in that enables you to quickly search [...]]]></description>
			<content:encoded><![CDATA[<p>Although Office 2007 is designed to be quite user friendly, you may find yourselves lost when you switch to it from Office 2003. One of the main problems that you may come across is searching for commands on the Office 2007 Ribbon.</p>
<p>Search Commands is an Office 2007 add-in that enables you to quickly search for those commands. Let’s see how to add and use this feature in Office 2007.<span id="more-1041"></span></p>
<p>One way to install Search Commands add-on is to join the Office Labs Analytics program when you install Office 2007. When you do this a new command called “Search Commands” is added to the Ribbon.</p>
<p>You can also choose to install the add-on later. For this, you first need to download <a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx?OI_CL=2176">Search Commands Add-on</a> from OfficeLabs website and then install it on your computer.</p>
<p><img class="alignnone size-full wp-image-1043" title="01-install-search-commands" src="http://www.modernstreet.com/wp-content/uploads/2010/07/01-install-search-commands.jpg" alt="Install Search Commands in Word 2007" width="400" height="309" /></p>
<p>After the installation is complete, you will see that a new tab with the name “Search Commands” added to your Office 2007 applications.</p>
<p><img class="alignnone size-full wp-image-1044" title="02-search-commands-tab" src="http://www.modernstreet.com/wp-content/uploads/2010/07/02-search-commands-tab.jpg" alt="Search Commands tab" width="480" height="78" /></p>
<p>Now that the Search Command is added to the Office 2007 Ribbon, let’s see a few examples to work with it.</p>
<p><strong>Example 1: Want to add lists in your Word 2007 document.</strong></p>
<p>Type “list” in the “Search” box and all commands related to it will be displayed on the search bar.</p>
<p><img class="alignnone size-full wp-image-1045" title="03-add-list" src="http://www.modernstreet.com/wp-content/uploads/2010/07/03-add-list.jpg" alt="Add list in Search Commands" width="480" height="57" /></p>
<p>Browse through and select the command you are looking for.</p>
<p><strong>Example 2: Can Word 2007 really save documents as PDF file.</strong></p>
<p>Yes, it can. Just type “save as pdf” in the Search box, and the command that will enable you to do it will be displayed for you.</p>
<p><img class="alignnone size-full wp-image-1046" title="04-saveas-pdf" src="http://www.modernstreet.com/wp-content/uploads/2010/07/04-saveas-pdf.jpg" alt="Save document as pdf in Word 2007" width="400" height="109" /><strong> </strong></p>
<p><strong>Example 3: List the commands related to creating a master slide in PowerPoint 2007.</strong></p>
<p>Type “master” and have all commands related to working with master slides displayed on the Ribbon.</p>
<p><img class="alignnone size-full wp-image-1047" title="05-add-master-ppt" src="http://www.modernstreet.com/wp-content/uploads/2010/07/05-add-master-ppt.jpg" alt="Create master slide in Power Point 2007" width="480" height="59" /></p>
<p><strong>Example 4: Don’t know how to go about working with slides in PowerPoint 2007.</strong></p>
<p>Just type “slide” in the Search box on the Search Command tab and gain easy access to all 60 commands related to slides.</p>
<p><img class="alignnone size-full wp-image-1048" title="06-add-slide-ppt" src="http://www.modernstreet.com/wp-content/uploads/2010/07/06-add-slide-ppt.jpg" alt="Display all commands for slides in Search Command" width="480" height="60" /></p>
<p><strong>Example 5: Easily access commands related to using Formulas in Excel worksheets.</strong></p>
<p><strong><img class="alignnone size-full wp-image-1049" title="07-use-formula-excel" src="http://www.modernstreet.com/wp-content/uploads/2010/07/07-use-formula-excel.jpg" alt="Access all commands in Excel 2007" width="480" height="46" /><br />
</strong></p>
<p>You can see that more 350 commands have been detected. You can use the &#8220;Previous and Next&#8221; buttons on the Search bar to scroll through all these commands and access the command that you want to use.</p>
<p><img class="alignnone size-full wp-image-1050" title="08-additional-tasks" src="http://www.modernstreet.com/wp-content/uploads/2010/07/08-additional-tasks.jpg" alt="Scroll all commands in Search Commands" width="367" height="107" /></p>
<p>Search Commands is a nice Office 2007 add-on that significantly simplifies the task of using Office 2007 Ribbon. With this add-on in place, you don’t have to waste your time looking for commands anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>5 most anticipated releases of 2010</title>
		<link>http://www.modernstreet.com/general/5-most-anticipated-releases-of-2010/</link>
		<comments>http://www.modernstreet.com/general/5-most-anticipated-releases-of-2010/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:08:37 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple iphone 4g]]></category>
		<category><![CDATA[Google chrome operating system]]></category>
		<category><![CDATA[microsoft office 2010]]></category>
		<category><![CDATA[nexus one]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=987</guid>
		<description><![CDATA[Without further ado, firstly let me explain that this post is going to be an outlay on some of the tech releases that have been, or will be unleashed on the world this year; it looks like they will be becoming big fixtures on the scene, at least for the next few years. Google is [...]]]></description>
			<content:encoded><![CDATA[<p>Without further ado, firstly let me explain that this post is going to be an outlay on some of the tech releases that have been, or will be unleashed on the world this year; it looks like they will be becoming big fixtures on the scene, at least for the next few years.</p>
<p>Google is definitely leading the charge, and with NexusOne, Buzz, Wave, Universal Translator, and Chrome OS, I think Google is still very much in the game, contrary to what detractors say of it being slowly left behind. Not to be outdone, Apple and Microsoft also came up with releases of their own. So let’s look at 5 of these:<span id="more-987"></span><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Google Chrome Operating System</strong></p>
<p>Google unveiled the Chrome Operating System in July 2009, a secure, easy, and faster operating system targeting people who use computers primarily for web browsing. The project was open-sourced for developers in November last year as “Chromium OS” for them to engage in the development of this new operating system. This essentially different model of computing is presently in its &#8220;Alpha&#8221; working state and not yet ready for consumers.</p>
<p>Like traditional operating systems, Google Chrome OS has no desktop applications, presenting a sleek and minimal interface. The Alpha release shows an interface merely comprising a launch button at the top corner of the screen that initiates an application page. Most of the user applications reside in the browser over the internet; as a consequence, users are set free from the hassle of managing, installing or updating programs. Moreover, as your desktop has no files or applications, this simply implies that no virus or malware can infect your computer making the user computing experience that much more secure.</p>
<p>The most distinguishing feature of Chrome OS is its speed. Chrome device connects users to the internet almost instantly as the device is booted, without loading unnecessary programs. Chrome OS is intended to run on 86x &amp; ARM chips. Currently, an assiduous team of engineers are working on the OEMs to launch this lightweight operating system on netbooks in the second half of 2010.<strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Nexus One</strong></p>
<p>Released in the US this January, Google’s smartphone is somewhat of a novelty with its sleek design, ultra-thinness of 11.5 mm and curved edges with a 480 x 800 OLED capacity latest multi-touch screen allowing users to be more virtuosic. With a 5 megapixel autofocus camera from 6cm to infinity, LED flash and 2X digital Zoom aided with low light feature, the new Nexus phone is as light as 130 grams, the equivalent of holding 10 ordinary pencils at a time.</p>
<p>Nexus features dual microphones for noise cancellation, a voice keyboard and the ability to transcribe voice to text in any text field on the phone. The phone also charges when it is connected to a computer’s USB port or when inserted in an optional desktop or car dock. Charging via the car charger makes Nexus One a navigation device that can provide users with directions for traveling.</p>
<p>The graphical features of Nexus are cool. The wallpapers are interactive, and respond to the user’s touch. Other features include 3D scrolling of apps, and a new way of checking out photographs utilizing Cooliris technology. This stunning Android handset is much better than any other Android handset so far. Moreover, as Android is open source, developers have freedom of apps creation ultimately benefiting the users. Users can also view pictures in their Picasa web album by automatic synchronization of Nexus with Picasa. Nexus One is sold in the unlocked GSM version, making it effortlessly accessible from any online store from Google. It’s being introduced throughout the world in stages; good thing is the price won’t blow a big hole in most my pocket&#8230;.</p>
<p><img class="alignnone size-full wp-image-988" title="tech-releases-2010" src="http://www.modernstreet.com/wp-content/uploads/2010/03/tech-releases-2010.jpg" alt="Tech releases of 2010" width="480" height="402" /></p>
<p><strong> </strong></p>
<p><strong>Google Buzz</strong></p>
<p>Announced on February 9th this year, Google Buzz presents the clever and handy way to share, at least from Google’s perspective. Since the past couple of years, Google have been profoundly voicing their idea of a “social web” to facilitate social networks and sharing, and Buzz is yet another social feature in a crowded field that allows users to connect more intimately, follow each other, and share things of mutual interest.</p>
<p>The most defining feature of Google Buzz is its integration with Gmail, this implies that users are set free from the intricacies of setting up a new contact book from scratch but it also provides the exposure Google wants out of Buzz.</p>
<p>Though Buzz is another milestone in socializing web users, many users have criticized its friendly nature towards strangers. The privacy concerns about this new application have been heavily debated. This meant Buzz has undergone revisions for as many as 3 times after its release, since the beginning of this year.</p>
<p><strong> </strong></p>
<p><strong>Apple iPhone 4G</strong></p>
<p>Its design inspired by the MacBook Air, the iPhone 4G is anything but a rumor. The concept of Apple’s iPhone 4G is to house anything conceivable and imaginable for a phone (and more), and perhaps iPhone 4G aims at offering every feature that the current iPhone models are deprived of, like a simple copy-paste facility.</p>
<p>Initial pictures of the Apple’s 4G phone showed a OLED touch screen on a fashionable titanium and glass casing with a front camera for iChat. Other features include 3.2 Megapixel Camera Video, Removable Battery, 32 Gb memory, and a superior processor for intelligent multi-tasking. Ultimately, the iPhone 4G can be viewed as an all-in-one multimedia device, and no longer a phone.</p>
<p>This promising device is rumored to have a very high speed internet connection. The iPhone 4G is expected as early as May this year, but don&#8217;t hold your breath. Apple targeted May as they expected Google to launch Nexus One around the same time world-wide; however let us all just keep our hands in our pockets for the time being <img src='http://www.modernstreet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, check out this <a href="http://modernstreet.tradepub.com/free/w_make03/?p=w_make03">Unofficial Guide to the iPhone</a>.</p>
<p><strong> </strong></p>
<p><strong>Microsoft Office 2010</strong></p>
<p>Microsoft planned to officially launch Microsoft office 2010 in May 2010, declaring that Office 2010 is all set for mass consumers and business community. On March 6th, (this year) Microsoft also announced a program offering free upgrade for licensed customers of Office 2007, who purchase this version between March and September this year.</p>
<p>We had a preview earlier when Microsoft publicly released a Microsoft Office 2010 beta in late 2009. The beta version had many added features, primarily focusing on increased usability. Among these features, the prominent one is a social networking connector. This connector will enable users to gather Windows Live and other social networking feeds into Outlook.</p>
<p>Microsoft Office seems to emphasize on collaboration technologies for co-authoring documents. Applications like MS Word, MS Excel, MS PowerPoint and MS OneNote support co-authoring in one way or another. The beta version also has an in-built capability for businesses to test the browser-based Office Web Apps within their enterprises. The beta version includes editing in Word and OneNote Web app.</p>
<p>Other notable features include a smooth UI. The office beta version presents a backstage area which contains all the functions of the File menu showing a list of file based actions such as Save, Open, New, Print and Share. To add, Microsoft is also rumored to introduce IE9 by late this year. All in, MS Office 2010 makes it to the list of most anticipated releases of 2010&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/5-most-anticipated-releases-of-2010/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Free news not so free after all</title>
		<link>http://www.modernstreet.com/general/free-news-not-so-free-after-all/</link>
		<comments>http://www.modernstreet.com/general/free-news-not-so-free-after-all/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:29:58 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[first click free program]]></category>
		<category><![CDATA[free news]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[rupert murdoch]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=925</guid>
		<description><![CDATA[In a recent development, newspaper and other online publishers can now set the number of free articles which people can access through Google and keep the rest as subscriber-based only under a newly implemented program by Google, starting last year. So what has happened is that surfers who click on more than 5 news articles [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent development, newspaper and other online publishers can now set the number of free articles which people can access through Google and keep the rest as subscriber-based only under a newly implemented program by Google, starting last year.<span id="more-925"></span></p>
<p>So what has happened is that surfers who click on more than 5 news articles will be routed to a payment or sign up page, under the <a href="http://googlewebmastercentral.blogspot.com/2009/12/changes-in-first-click-free.html">most recent update</a> to the <a href="http://googlewebmastercentral.blogspot.com/2008/10/first-click-free-for-web-search.html">First Click Free program</a>. All participating websites under this program can choose to disallow people from accessing their sites and (yet) have their sites indexed in Google. I’ve written before about <a title="Accessing protected pages" href="http://www.modernstreet.com/web-browsers/using-firefox-to-discipline-naughty-websites/">accessing protected pages from Google</a>; but this method may soon no longer work, as you may well guess.</p>
<p>All this follows on the <a href="http://www.guardian.co.uk/media/2009/nov/09/murdoch-google">well publicized spat</a> between Rupert Murdoch and Google, leading to Murdoch threatening to pull out all his news from Google and only allowing its rival Bing to index his sites, but if you look a little deeper, this isn’t just limited to a Murdoch vs Google issue.</p>
<p>At the heart or core of the issue is the ever declining revenue from online advertising over the past several years, a downward slide which newspaper publishers have argued makes it untenable for them to continue providing content for free. The BBC has a nice <a href="http://news.bbc.co.uk/2/hi/business/8389896.stm">wrap up of the situation</a>, describing it as, “<em>Nobody has quite figured out a business model for a world where consumers don&#8217;t want their morning or evening news, but want the Now O&#8217;clock News &#8211; the &#8220;on-demand and to my taste&#8221; news</em>.”</p>
<p>I think restricting content to a subscription model goes against the spirit of the Internet especially that lain down over the past couple of years by Web 2.0; there seems to be an inevitability to this trend because companies are only just waking up to the fact that Internet traffic is not as easy to monetize as they initially thought!</p>
<p>Case in point would be Geocities, which recently closed down. An old website of mine there, was one of the casualties.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/free-news-not-so-free-after-all/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Super cheap cars of the future &#8211; The single seat VW</title>
		<link>http://www.modernstreet.com/general/super-cheap-cars-of-the-future-the-single-seat-vw/</link>
		<comments>http://www.modernstreet.com/general/super-cheap-cars-of-the-future-the-single-seat-vw/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 14:42:41 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cheap cars]]></category>
		<category><![CDATA[economical cars]]></category>
		<category><![CDATA[single seat vw]]></category>
		<category><![CDATA[volkswagen]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=901</guid>
		<description><![CDATA[I have a thing for budget cars of the future, and although this piece of news is a bit old, I bet not many have heard of it. Take a peek at the new single seat Volkswagen (VW). This car is planned for the China market, and as far as I know, this will be [...]]]></description>
			<content:encoded><![CDATA[<p>I have a thing for budget cars of the future, and although this piece of news is a bit <em>old</em>, I bet not many have heard of it. Take a peek at the new single seat Volkswagen (VW). This car is planned for the China market, and as far as I know, this will be the cheapest car in the world when it is released (slated next year).</p>
<p>Similar to the <a title="Tata Nano" href="http://www.modernstreet.com/general/cheapest-car-in-the-world-the-nano/">Tata Nano</a>, but MUCH cheaper, this single seater car boasts of 258 miles to the gallon with a tank capacity of 1.7 gallons. This means a car can run for about 440 miles or 708 kilometers on a full tank. Not bad.<span id="more-901"></span></p>
<p>It runs at speeds of 62-74 miles per hour, or about 100-120 km/hour, which is also decent. All that for a projected price of $600 (the Nano currently costs about $2100). It is cheap enough to buy it in China, and then bring it back with you to your own country if you can&#8217;t get it anywhere else.</p>
<p>Yup, this car is real.</p>
<p><a href="http://www.modernstreet.com/general/super-cheap-cars-of-the-future-the-single-seat-vw/"><em>Click here to view the embedded video.</em></a></p>
<p>Not much else is known about this car, as Volkswagen has been keeping news of this car hushed up till today, but I’d be looking forward to when it does come out, and if this trend of super cheap cars gains more mainstream acceptance, than hey, that can only be a good thing. The only downside to this car, is you can’t take it to go out on a date with someone else, plus you wouldn&#8217;t want to <em>bump</em> it into anything!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/super-cheap-cars-of-the-future-the-single-seat-vw/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Spotlight on net neutrality and privacy</title>
		<link>http://www.modernstreet.com/general/spotlight-on-net-neutrality-and-privacy/</link>
		<comments>http://www.modernstreet.com/general/spotlight-on-net-neutrality-and-privacy/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:14:03 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[ftc endorsement ruling]]></category>
		<category><![CDATA[internet privacy]]></category>
		<category><![CDATA[kaspersky]]></category>
		<category><![CDATA[net neutrality]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=896</guid>
		<description><![CDATA[Did anyone read the latest interview with Eugene Kaspersky, creator of the world famous Kaspersky antivirus software? I just read it, and in the interview Kaspersky mentions that the root cause for all security problems is &#8211; Internet anonymity. For those of you who haven’t read it, the interview is here. The Internet has always [...]]]></description>
			<content:encoded><![CDATA[<p>Did anyone read the latest interview with Eugene Kaspersky, creator of the world famous Kaspersky antivirus software? I just read it, and in the interview Kaspersky mentions that the root cause for all security problems is &#8211; Internet anonymity. For those of you who haven’t read it, the interview is <strong><a href="http://www.zdnetasia.com/insight/security/0,39044829,62058697,00.htm">here</a></strong>.<span id="more-896"></span></p>
<p>The Internet has always held an attraction for many because of 2 basic things, which are net neutrality and privacy, along with being one of the last bastions of free speech left in the world. Sure, the threats are there because of the ability to be anonymous, but even if it was controlled and regulated the way Kaspersky describes, my question is, can we trust the new Internet gatekeepers to have our best interests at heart then, and after?</p>
<p><img class="alignnone size-full wp-image-897" style="margin: 3px 6px; float: right;" title="big-brother-internet" src="http://www.modernstreet.com/wp-content/uploads/2009/10/big-brother-internet.jpg" alt="big-brother-internet" width="300" height="203" />Kaspersky has a point, the gist of it being that security problems mostly stem from the ability of attackers to conduct attacks anonymously and anywhere. This has always been the problem. But Big Brother style control (Internet passports/Internet police) is not exactly something that most of us who regularly surf the Web would consider the ideal model is it? Restricting Internet access to a paid subscription model limited to zones and controlled by telcos or some other conglomerate is something that should concern every Web citizen (if it hasn&#8217;t yet).</p>
<p>Another recent development that should be of concern for bloggers who endorse products for compensation is the Federal Trade Commission (FTC) announcement that they are <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/10/05/AR2009100503620.html">setting up endorsement rules for blogs</a>. I’m not sure when this ruling came into effect (if it actually did), but in a nutshell, the ruling stipulates that bloggers who endorse products need to disclose whether they receive any compensation from the subjects of their endorsements. Failure to do so will result in punishments ranging from warning letters up to a fine of $11,000 per violation. Whoa!</p>
<p>I just wonder how the FTC is going to police the Web with the millions upon millions of sites out there (and more coming everyday). Also, how many bloggers out there are actually aware of this ruling right now? While it makes sense to push <em>ideals</em> of transparency and credibility in the blogging world (it probably is a little insane right now), it is another thing to make such a move stick. Will there be further announcements/news by the FTC on this (if they are really serious)? I&#8217;m keeping tabs on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/spotlight-on-net-neutrality-and-privacy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
