<?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>gHacks technology news &#187; Melanie</title>
	<atom:link href="http://www.ghacks.net/author/melanie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Benefits of Programming in Ruby</title>
		<link>http://www.ghacks.net/2009/07/06/benefits-of-programming-in-ruby/</link>
		<comments>http://www.ghacks.net/2009/07/06/benefits-of-programming-in-ruby/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:54:09 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[programmning]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web dev]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14155</guid>
		<description><![CDATA[There are several programming languages that to-be programmers (or current programmers) can choose from. For first-time programmers, choosing a programming language can be difficult. There are many programming languages that are dying out, just aren&#8217;t popular, or are just generally hard to learn. It would be a shame for any first-time programmer to purchase books [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/rails.png" alt="rails" title="rails" width="87" height="111" class="alignleft size-full wp-image-14156" />There are several programming languages that to-be programmers (or current programmers) can choose from. For first-time programmers, choosing a programming language can be difficult. There are many programming languages that are dying out, just aren&#8217;t popular, or are just generally hard to learn. It would be a shame for any first-time programmer to purchase books to learn a language to find that it is too difficult. It would also be a shame to learn a programming language that has no application at work. Ruby is a great programming language because it offers a great feature called Ruby on Rails. Rails is a web framework that can be used by programmers to speed up development. </p>
<p><span id="more-14155"></span>The programming language, Ruby, was created in the mid 1990’s in Japan, by Yukihiro &#8220;Matz&#8221; Matsumoto. Ruby is based on Perl, Smalltalk, Eiffel, Ada, and Lisp and was written to create a programming language that, according to Matsumoto, &#8220;was more powerful than Perl, and more object-oriented than Python.&#8221;</p>
<p>One of the goals of Ruby is to allow the simple and fast creation of web applications. The language itself satisfies this goal. Because of this, there is much less tedious work with this language than many other programming languages. Ruby is also free of charge. It is also free to copy, use, modify, and distribute. Since Ruby can be modified, programmers can make necessary changes and can code without feeling restricted. Another feature of Ruby is its mark-and-sweep garbage collection which allows programmers the ability to code without having to worry about the need to maintain reference counts in extension libraries. Also, if an operating system allows for it, Ruby can dynamically load extension libraries. Ruby currently ranks as the 9th most popular programming language in the world. There are many online guides where Ruby programmers to-be can learn how to program in Ruby.</p>
<p>Ruby on Rails, often simply called Rails, is an open source web application framework that was designed for Ruby by David Heinemeier Hansson and was released in July 2004. Ruby on Rails makes use of an object relational mapping layer known as the ActiveRecord. Because of this, programmers do not have to specify database column names in class definitions. Rails will retrieve this information on its own from the database based on the class name. Rails also has a testing framework built in which allows programmers to write test cases which helps them create more reliable, robust code.</p>

	Tags: <a href="http://www.ghacks.net/tag/coding/" title="coding" rel="tag">coding</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/programmning/" title="programmning" rel="tag">programmning</a>, <a href="http://www.ghacks.net/tag/rails/" title="rails" rel="tag">rails</a>, <a href="http://www.ghacks.net/tag/ruby/" title="ruby" rel="tag">ruby</a>, <a href="http://www.ghacks.net/tag/ruby-on-rails/" title="ruby on rails" rel="tag">ruby on rails</a>, <a href="http://www.ghacks.net/tag/web-dev/" title="web dev" rel="tag">web dev</a>, <a href="http://www.ghacks.net/tag/web-development/" title="web development" rel="tag">web development</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/01/web-development-php-what-role-does-it-fill/" title="Web Development: PHP &#8211; what role does it fill (February 1, 2009)">Web Development: PHP &#8211; what role does it fill</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/scriptastique-web-development-roundup/" title="Scriptastique web development roundup (March 9, 2009)">Scriptastique web development roundup</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/02/16/php-what-it-does-and-what-it-doesnt/" title="PHP &#8211; what it does and what it doesn&#8217;t (February 16, 2009)">PHP &#8211; what it does and what it doesn&#8217;t</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/07/mozilla-open-web-tools-directory/" title="Mozilla Open Web Tools Directory (July 7, 2009)">Mozilla Open Web Tools Directory</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/how-echo-works-in-php/" title="How echo works in PHP (March 4, 2009)">How echo works in PHP</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/06/benefits-of-programming-in-ruby/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Linux Mint</title>
		<link>http://www.ghacks.net/2009/07/02/linux-mint/</link>
		<comments>http://www.ghacks.net/2009/07/02/linux-mint/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 16:20:04 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[linux distribution]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14072</guid>
		<description><![CDATA[Linux Mint is an operating system that is used on PCs for production of elegant, up to date and comfortable GNU/Linux desktop distribution. It is quite easy to use compared to other operating systems. 
When Linux Mint was originally launched, it was a version of Ubuntu that offered integrated media codecs. Founded and developed by [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/linux_mint.jpg" alt="linux mint" title="linux mint" width="200" height="76" class="alignleft size-full wp-image-14073" />Linux Mint is an operating system that is used on PCs for production of elegant, up to date and comfortable GNU/Linux desktop distribution. It is quite easy to use compared to other operating systems. </p>
<p>When Linux Mint was originally launched, it was a version of Ubuntu that offered integrated media codecs. Founded and developed by Clement Lefebvre, Linux Mint boasts as one of the most user friendly and reliable distributions that can be found in the market. Lefebvre started out as just another Linux user in 1996. As he became more experienced in the usage of Linux he felt he wanted to give back to the Linux community which led to the development of Linux Mint. The idea came from a mixture of different Linux distros that he got from what he calls &#8220;distro-hopping&#8221; which is basically trying out different Linux distributions. &#8220;I enjoyed many different distributions and for different reasons,&#8221; says Lefebvre. Linux Mint is a mixture of many different popular features in varied distros in Linux. </p>
<p><span id="more-14072"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/07/linux-mint-499x383.jpg" alt="linux mint" title="linux mint" width="499" height="383" class="alignnone size-medium wp-image-14074" /></p>
<p><strong>Features of Linux Mint</strong></p>
<p>The features that Linux Mint boasts of are as follows:</p>
<ul>
<li>Custom desktop and menus</li>
<li>Several unique configuration tools</li>
<li>Web based package installation interface</li>
<li>Several different editions to fit individual user needs</li>
</ul>
<p>Because of these features, many users have found this Linux distribution among the easiest to use Linux distros.</p>
<p>Linux Mint also has WiFi cards driver in the file system, multimedia support and screen resolution features which focus on allowing things to work outside the box. Users are not limited to working just within the box when they have this system, which is a testament to the operating system&#8217;s reliability. </p>
<p>There are a collection of packages and software that users can get from the distribution that make it quite compatible. The system also uses the Ubuntu repositories. Ubuntu is known for having one of the easiest to use package manager systems, making Linux Mint even easier to use.</p>
<p><a href="http://www.linuxmint.com/">Linux Mint</a> is available in ISO images which can be used to create Live CDs and Live USBs. As is is Free software, it can legally be handed out to friends, relatives, etc.</p>
<p><strong>Linux Mint Editions </strong></p>
<p>As already mentioned, there are several different versions of this operating system. These include the main version which is GNOME, x86-32, the 64-bit Edition, the Universal version, and a handful of community editions. </p>
<p>Some of the configuration tools that can be found on the system are MintInstall, MintUpdate, MintDesktop, MintConfig, MintAssistant, MintUpload, MintSpace, MintMenu, MintWifi, MintNanny, MintMake and MintWelcome. These help users perform most of the functions that they expect to have with the OS.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-distribution/" title="linux distribution" rel="tag">linux distribution</a>, <a href="http://www.ghacks.net/tag/linux-mint/" title="linux mint" rel="tag">linux mint</a>, <a href="http://www.ghacks.net/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.ghacks.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/03/ubuntu-8-makes-it-even-easier-to-try-out-linux/" title="Ubuntu 8 makes it even easier to try out Linux (April 3, 2008)">Ubuntu 8 makes it even easier to try out Linux</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/portable-ubuntu/" title="Portable Ubuntu For Windows (April 2, 2009)">Portable Ubuntu For Windows</a> (36)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/26/ubuntu-take-2-i-think-im-getting-the-hang-of-things/" title="Ubuntu Take 2 &#8211; I Think I&#8217;m Getting the Hang of Things (April 26, 2009)">Ubuntu Take 2 &#8211; I Think I&#8217;m Getting the Hang of Things</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/01/24/easy-peasy-optimized-ubuntu-for-asus-eee-pcs/" title="Easy Peasy Optimized Ubuntu For Asus Eee PCs (January 24, 2009)">Easy Peasy Optimized Ubuntu For Asus Eee PCs</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/02/linux-mint/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Trap Spammers with Project Honey Pot</title>
		<link>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/</link>
		<comments>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:30:54 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email spam]]></category>
		<category><![CDATA[project honey pot]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammers]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14035</guid>
		<description><![CDATA[Junk mail is always a pain to deal with. Some junk mail may be stuff you actually sign up for and lost interest in. Spam, however, is stuff that you never signed up for and is often sent to you after some bot saw your email address on some site. Nobody like spam. The guy [...]]]></description>
			<content:encoded><![CDATA[<p>Junk mail is always a pain to deal with. Some junk mail may be stuff you actually sign up for and lost interest in. Spam, however, is stuff that you never signed up for and is often sent to you after some bot saw your email address on some site. Nobody like spam. The guy that had the bot harvest your email address probably even hates getting spam. Spam is actually illegal and there are actually people out there who track spammers and try to make sure they see their day in court.</p>
<p><span id="more-14035"></span>Project Honey Pot is a system designed with those who receive spam in mind. What this system basically does is sit on a site and watch for email harvesters. When it finds an email harvester, the honey pot logs information about the harvester into the Project Honey Pot system. This information is then built up into various sets of statistics that are used in court to prosecute spammers. One of the things that makes Project Honey Pot cool is that it shows all this data on their website for the world to see. This allows those curious about their own IPs to check and see if they are considered a spammer. It also offers information on various IPs and statistics such as the average amount of emails sent to the honey pot.</p>
<p>Website owners can do one of three things to help Project Honey Pot catch spammers. A honey pot can be added to any website which will watch for and log any suspicious data on that site. This is for those who have a web host and are willing to install the honey pot script onto their site. Those who don&#8217;t have their website hosted or don&#8217;t want to install a honey pot can install a QuickLink. When a bot visits a site, they likely visit other sites that the original site is linked to in order to find as many email addresses as possible. A QuickLink is a hidden, secret link that only bots can see and visit. The QuickLink will take the bot to a site that does have a honey pot installed. Another thing that webmasters can do is donate an MX record to the project. What this does is give Project Honey Pot an email address to receive spam. Project Honey Pot will use this email address to see what kind of spam the harvesters are sending among many other statistics. This option is for webmasters who have their own domain name.</p>
<p><a href="http://www.projecthoneypot.org">Project Honey Pot</a> is a completely free service that survives on donations and tshirt sales through CafePress. They also offer various other services such as a directory where users can look up information about various IPs, including IPs that are known to belong to dictionary attackers.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-spam/" title="email spam" rel="tag">email spam</a>, <a href="http://www.ghacks.net/tag/project-honey-pot/" title="project honey pot" rel="tag">project honey pot</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spammers/" title="spammers" rel="tag">spammers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
	<li><a href="http://www.ghacks.net/2005/10/24/how-do-spammers-spam/" title="How do spammers spam? (October 24, 2005)">How do spammers spam?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/01/25/phishing-explained/" title="Phishing Explained (January 25, 2006)">Phishing Explained</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Auction Giant eBay Make Changes to Fee Structure</title>
		<link>http://www.ghacks.net/2009/06/30/auction-giant-ebay-make-changes-to-fee-structure/</link>
		<comments>http://www.ghacks.net/2009/06/30/auction-giant-ebay-make-changes-to-fee-structure/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:55:44 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[auctions]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ebay auctions]]></category>
		<category><![CDATA[ebay fees]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14007</guid>
		<description><![CDATA[eBay, struggling to compete with the likes of Amazon.com recently announced a new fee structure in hopes to attract new sellers. Many sellers who have previously left eBay have complained that the fees were too high and when something doesn&#8217;t sell, it costs more to list on eBay than the money it brings in.
According to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/ebay.jpg" alt="ebay" title="ebay" width="115" height="54" class="alignleft size-full wp-image-12023" />eBay, struggling to compete with the likes of Amazon.com recently announced a new fee structure in hopes to attract new sellers. Many sellers who have previously left eBay have complained that the fees were too high and when something doesn&#8217;t sell, it costs more to list on eBay than the money it brings in.</p>
<p>According to a newsletter sent by eBay to its members, eBay will allow sellers to list their first five items each month without having to pay a listing fee. In the past, eBay has offered large discounts to bulk sellers on eBay leaving the burden of cost on the shoulders of those who list only a few items at a time. Former users have said, &#8220;because of this, what used to feel like an online garage sale where some treasures can be found has turned into just another online store.&#8221;</p>
<p><span id="more-14007"></span>With the new fee structure, eBay hopes to turn around sales on the site. The change allows sellers to list items without paying a listing fee for the first five items listed a month. This is aimed at bringing in new sellers and bringing back many of the sellers who have left eBay because of rate increases. In lieu of the listing fees for the first five items, eBay charges a flat 8.75% commission known on eBay as the final value fee. Those familiar with selling on eBay are probably aware of the final value fee as it is charged on all sales. Because of the flat rate final value fee offered with the first five items sold each month, sellers could end up paying more in fees by using the &#8220;first five items listed are free deal&#8221; than the traditional fee structure. When a seller surpasses the first five items listed per month, they will be subject to the insertion fees, but will benefit from the tiered final value fee system.</p>
<p>The reaction of the eBay community is mixed with many sellers stating that the final value fee system that goes along with the free insertion fees is &#8220;a hidden way to get more money&#8221; and &#8220;more punishment for the little guy.&#8221; Following the announcement on June 16th, eBay&#8217;s stock fell 1% closing at $17.23 per share. eBay stock hit its lowest point since 2001 earlier this year, closing at $10.43 per share on March 6th. The fee change has left many to wonder, will the free listings bring eBay out of its slump or will the change in the final value fee structure drive the auction giant further into the ground?</p>

	Tags: <a href="http://www.ghacks.net/tag/amazon/" title="amazon" rel="tag">amazon</a>, <a href="http://www.ghacks.net/tag/auctions/" title="auctions" rel="tag">auctions</a>, <a href="http://www.ghacks.net/tag/ebay/" title="ebay" rel="tag">ebay</a>, <a href="http://www.ghacks.net/tag/ebay-auctions/" title="ebay auctions" rel="tag">ebay auctions</a>, <a href="http://www.ghacks.net/tag/ebay-fees/" title="ebay fees" rel="tag">ebay fees</a>, <a href="http://www.ghacks.net/tag/online-services/" title="Online Services" rel="tag">Online Services</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/30/find-misspelled-ebay-auction/" title="Find Misspelled eBay Auction (May 30, 2008)">Find Misspelled eBay Auction</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/15/ebay-auction-monitor/" title="Ebay Auction Monitor (April 15, 2009)">Ebay Auction Monitor</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/15/win-more-ebay-auctions/" title="Win more eBay auctions (April 15, 2009)">Win more eBay auctions</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/06/19/what-online-services-would-you-recommend/" title="What Online Services would you recommend ? (June 19, 2007)">What Online Services would you recommend ?</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/04/05/website-value-calculator-stimator/" title="Website Value Calculator Stimator (April 5, 2009)">Website Value Calculator Stimator</a> (27)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/30/auction-giant-ebay-make-changes-to-fee-structure/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Open Courseware Movement Offers Free Education Online</title>
		<link>http://www.ghacks.net/2009/06/29/the-open-courseware-movement-offers-free-education-online/</link>
		<comments>http://www.ghacks.net/2009/06/29/the-open-courseware-movement-offers-free-education-online/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 13:31:36 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[courseware]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mit]]></category>
		<category><![CDATA[open courseware]]></category>
		<category><![CDATA[stanford]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[yale]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13972</guid>
		<description><![CDATA[Not everyone takes a college class just for the credit toward their degree, there are actually a lot of people who love taking classes just to learn something new, because they are bored, or because they wish to prepare themselves a little better for future classes. Among these people there are those with no money [...]]]></description>
			<content:encoded><![CDATA[<p>Not everyone takes a college class just for the credit toward their degree, there are actually a lot of people who love taking classes just to learn something new, because they are bored, or because they wish to prepare themselves a little better for future classes. Among these people there are those with no money to put toward school, who don&#8217;t have a car, or want to take a class at 1 AM. Whatever the reason, the Open CourseWare Movement has helped thousands of people who are interested in taking classes online take them for free. Because of the Open CourseWare Movement, students can take classes online without enrolling to a school or paying anything. Those wishing to take a class can do so immediately without waiting to hear back from some advisor or waiting for the bursar&#8217;s office to approve a payment.</p>
<p><span id="more-13972"></span>The Open CourseWare Movement allows students to find courses online that fit their needs. Because of the large amount of schools currently serving free online classes, students can choose from literally thousands of courses. These aren&#8217;t just your every day, run of the mill colleges either! Universities such as <a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm">MIT</a>, <a href="http://oyc.yale.edu/">Yale</a>, and <a href="http://see.stanford.edu/">Stanford</a> are among those that offer free courses online. Even colleges and universities in different countries such as Japan, Israel, and Spain are participating in the program. Because of this, many courses are offered in languages other than English.</p>
<p> For a college to qualify for the Open CourseWare program, they must offer at least 10 courses free online. The courses must contain everything a student needs, including the reading material (students who use this don&#8217;t have to pay for books) for it to be a part of the program. Whether it&#8217;s a class taken for fun or to learn something new, it&#8217;s a good idea for students to look for classes from universities known particularly for that course or major. This helps ensure that the student will get the best education they can. Different courses are taught in different ways. Many courses have video lectures, just audio, or just course transcripts. It&#8217;s important for those looking to take a class through the Open CourseWare program to look for classes that fit their needs such as a video class for those who learn better visually than by reading.</p>
<p>The goal of the Open CourseWare Movement is to get as many colleges and universities to participate as possible so that more people are given the chance to learn online. There are many ways that those who&#8217;ve benefited from the Open CourseWare Movement can help such as donating, passing on the word, or just taking a course to better themselves. It is usually a good idea to open a search engine and search for &#8220;open courseware&#8221; to find universities and colleges that offer these free courses.</p>

	Tags: <a href="http://www.ghacks.net/tag/courseware/" title="courseware" rel="tag">courseware</a>, <a href="http://www.ghacks.net/tag/education/" title="education" rel="tag">education</a>, <a href="http://www.ghacks.net/tag/learning/" title="learning" rel="tag">learning</a>, <a href="http://www.ghacks.net/tag/mit/" title="mit" rel="tag">mit</a>, <a href="http://www.ghacks.net/tag/open-courseware/" title="open courseware" rel="tag">open courseware</a>, <a href="http://www.ghacks.net/tag/stanford/" title="stanford" rel="tag">stanford</a>, <a href="http://www.ghacks.net/tag/university/" title="university" rel="tag">university</a>, <a href="http://www.ghacks.net/tag/yale/" title="yale" rel="tag">yale</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/18/online-free-classes/" title="Online Free Classes (January 18, 2008)">Online Free Classes</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/09/21/computer-trainer/" title="Computer Trainer (September 21, 2008)">Computer Trainer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/11/large-list-of-podcasts-that-teach-you-something/" title="Large List of Podcasts that teach you something (December 11, 2006)">Large List of Podcasts that teach you something</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/03/13/how-to-find-the-best-deals-on-textbooks/" title="How to Find the Best Deals on Textbooks (March 13, 2009)">How to Find the Best Deals on Textbooks</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/08/04/hide-and-view-private-websites-at-work/" title="Hide And View Private Websites At Work (August 4, 2008)">Hide And View Private Websites At Work</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/29/the-open-courseware-movement-offers-free-education-online/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Niche Marketer&#8217;s SEO Toolbox</title>
		<link>http://www.ghacks.net/2009/06/26/a-niche-marketers-seo-toolbox/</link>
		<comments>http://www.ghacks.net/2009/06/26/a-niche-marketers-seo-toolbox/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:00:14 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google adwords]]></category>
		<category><![CDATA[keywor tool]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[niche marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo tools]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13878</guid>
		<description><![CDATA[Each day there are hundreds of newcomers to SEO. Most of these newcomers have no idea what they&#8217;re doing. Luckily, there are a ton of SEO tools that can help. The pitfall is that many of these tools require that users pay or the tools could just not work as intended. SEO is already competitive [...]]]></description>
			<content:encoded><![CDATA[<p>Each day there are hundreds of newcomers to SEO. Most of these newcomers have no idea what they&#8217;re doing. Luckily, there are a ton of SEO tools that can help. The pitfall is that many of these tools require that users pay or the tools could just not work as intended. SEO is already competitive enough without people getting and paying for the wrong tools. Thus, the following list of must-have SEO tools has been compiled to help out those new to the SEO scene and even maybe some of the more seasoned web marketers.</p>
<p><span id="more-13878"></span>FireFox &#8211; This isn&#8217;t really a SEO tool per se, but more of a requirement. Most SEO tools on the Internet require FireFox and the reason is simple: FireFox allows plugins. FireFox is an amazing browser which has gained astounding ground since its release leaving Internet Explorer to the not-so-tech-savvy and those who are currently using Internet Explorer to download FireFox!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5687">NoDoFollow</a> &#8211; This is very handy tool to find whether links on a site are no-follow or do-follow. When doing SEO for Google, Internet marketers prefer their site&#8217;s back links to be do-follow. Do-follow back links raise a website up in Google SERPs more so than no-follow links. It&#8217;s important to know whether a site gives do-follow links or no-follow links when doing link building. The NoDoFollow Firefox plugin (yes, you&#8217;re going to need FireFox for this one) allows link builders to differentiate between do-follow and no-follow links.</p>
<p><a href="https://adwords.google.com/select/KeywordToolExternal">Google AdWords Keyword Tool</a> &#8211; Anyone looking to earn money from creating and doing search engine optimization on niche sites will have to do keyword research. Those versed in SEO already know this, but there are a lot of SEO newbies out there who have neve rheard of keyword research. This is extremely important. Doing keyword research often means the difference of making cents or dollars online. It&#8217;s a good idea to know which keywords make money and which don&#8217;t before spending time and money doing SEO for a site. Doing keyword research prevents that time and money from being wasted &#8212; most of the time. Surprisingly, there are a lot of people who don&#8217;t even do keyword research!</p>
<p><a href="http://tools.seobook.com/firefox/seo-for-firefox.html">SEO for Firefox Extension</a> &#8211; This is a major time saver. Those who&#8217;ve ever had a full piggy bank as a child and counted out all the change before taking it to the bank where the teller just dumped the change into a machine that counts the change in a matter of seconds can appreciate the time saved with this addon. Those on dial-up will also appreciate this. When doing keyword research it&#8217;s important to know the Google Page Rank of a site and how many back links from Yahoo of probably hundreds of sites depending on how many keywords researched. Instead of inputting each site into some online Page Rank checking and manually going to Yahoo to find how back links a site has, this tool allows Googlers to see ALL this information and more right in Google search when they&#8217;re researching each individual keyword.</p>
<p><a href="http://website.grader.com/">Website Marketing SEO Score Tool</a> &#8211; This is actually pretty cool. This tool gives web site owners to see what&#8217;s wrong with their website. This tool gives each site a score and tells what could be done differently. Of course, anyone can manually check all this stuff themselves, but this is great for a nice pick me up and it can be used as a learning tool.<br />
<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/"></p>
<p>All in One SEO Pack</a> &#8211; Have a niche site? If so, you probably use WordPress. I&#8217;m not making fun of Blogger users, but those using WordPress do have a significant SEO advantage over those who use Blogger. If you&#8217;re a niche site person like me, you&#8217;ve probably got WordPress. This tool configures WordPress blogs to be very SEO friendly and is highly popular among literally the whole niche marketing crowd. It&#8217;s important not to use something because it&#8217;s popular, but because it works. However, this is popular for a reason.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/google-adwords/" title="google adwords" rel="tag">google adwords</a>, <a href="http://www.ghacks.net/tag/keywor-tool/" title="keywor tool" rel="tag">keywor tool</a>, <a href="http://www.ghacks.net/tag/keywords/" title="keywords" rel="tag">keywords</a>, <a href="http://www.ghacks.net/tag/niche/" title="niche" rel="tag">niche</a>, <a href="http://www.ghacks.net/tag/niche-marketing/" title="niche marketing" rel="tag">niche marketing</a>, <a href="http://www.ghacks.net/tag/seo/" title="seo" rel="tag">seo</a>, <a href="http://www.ghacks.net/tag/seo-tools/" title="seo tools" rel="tag">seo tools</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/11/test-googles-next-generation-search-engine-infrastructure/" title="Test Google&#8217;s Next-Generation Search Engine Infrastructure (August 11, 2009)">Test Google&#8217;s Next-Generation Search Engine Infrastructure</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/18/an-advice-on-buying-and-selling-websites/" title="An Advice on Buying and Selling Websites (December 18, 2007)">An Advice on Buying and Selling Websites</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/15/protect-your-privacy-from-google-adsenses-new-behavioral-ads/" title="Protect your privacy from Google AdSense&#8217;s new behavioral ads (March 15, 2009)">Protect your privacy from Google AdSense&#8217;s new behavioral ads</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/26/a-niche-marketers-seo-toolbox/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Top 5 Twitter Addons</title>
		<link>http://www.ghacks.net/2009/06/25/top-5-twitter-addons/</link>
		<comments>http://www.ghacks.net/2009/06/25/top-5-twitter-addons/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:36:35 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[twellow]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter addons]]></category>
		<category><![CDATA[twitter plugins]]></category>
		<category><![CDATA[twitterfox]]></category>
		<category><![CDATA[twitterholic]]></category>
		<category><![CDATA[twitthis]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13856</guid>
		<description><![CDATA[Twitter, as with most things started out small. Then it went viral and exploded which is ironic because now it&#8217;s known for being the place where things go viral. As if Twitter isn&#8217;t addicting enough, there are actually several addons that make it more addicting. There are some obvious favorites in the Twitter community and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/twitter.jpg" alt="twitter" title="twitter" width="218" height="55" class="alignleft size-full wp-image-12508" />Twitter, as with most things started out small. Then it went viral and exploded which is ironic because now it&#8217;s known for being the place where things go viral. As if Twitter isn&#8217;t addicting enough, there are actually several addons that make it more addicting. There are some obvious favorites in the Twitter community and then there are some scammy password stealing ones. It&#8217;s important for Twitter users to be careful what sites they enter their password on, but that&#8217;s a whole &#8216;nother ballgame err&#8230; post. Here are the top five safe Twitter addons.</p>
<p><span id="more-13856"></span>#5 <a href="http://twitterholic.com/">TwitterHolic</a></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/twitterholic-500x278.jpg" alt="twitterholic" title="twitterholic" width="500" height="278" class="alignnone size-medium wp-image-13857" /></p>
<p>The name of this says addiction all over it. Can you guess which part? Yep, you got it, it&#8217;s Twitter! As with many Twitter addons, this is one of those &#8220;I&#8217;m really bored and feel like looking at some stats&#8221; addons. It&#8217;s still really cool to use and sadly a little competitive, but we&#8217;re not quite off the MySpace Top Friends kick so we deserve a little bit of competition in Twitter. It&#8217;s human nature, right? TwitterHolic shows users their rank by the number of followers they have and how they rank based on where they live. It also has a line graph showing how many followers a specific user has had in the past and how many are predicted for the user in he future.</p>
<p>#4 <a href="http://www.twellow.com/">Twellow</a></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/twellow-500x320.jpg" alt="twellow" title="twellow" width="500" height="320" class="alignnone size-medium wp-image-13859" /></p>
<p>There are two ways to follow people on Twitter. There is the noob way which is to find a popular twitterer and follow all their followers or they can find people to follow based on their interests. The latter is more fun because instead of seeing a bunch of &#8220;my socks smell today, I should change them&#8221; or &#8220;CHECK OUT THIS AWESOME SPAM SITE ITS GREAT,&#8221; tweets users can actually see tweets they care about. Twellow allow users to browse other twitters based on their interests. Twellow only allows users to put themselves into 10 categories which prevents people from stuffing themselves in every category in a sad attempt to get followers. The site itself could use a redesign, but it&#8217;s a great tool.</p>
<p>#3 <a href="http://www.tweetdeck.com/beta/">TweetDeck</a></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/tweetdeck-500x272.jpg" alt="tweetdeck" title="tweetdeck" width="500" height="272" class="alignnone size-medium wp-image-13860" /></p>
<p>TweetDeck is great for those who follow a lot of people or the few people they do follow tweet a lot. This application allows users to sort twitters into different groups making Tweets much easier to read. Many people use Twirl instead, but I personally prefer TweetDeck.</p>
<p>#2 <a href="http://twitthis.com/">TwitThis</a></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/twitthis-500x308.jpg" alt="twitthis" title="twitthis" width="500" height="308" class="alignnone size-medium wp-image-13861" /></p>
<p>This is a tool that more blogger need to use. This allows bloggers to put a little button by each blog post. When a twitter user finds and likes a blog post, they can click the button which will automatically tweet the blog post title and url from the twitterers account. This is similar to Digg, StumbleUpon, and Delicious icons that are often found on blogs.</p>
<p>#1 <a href="http://twitterfox.net/">TwitterFox</a></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/twitterfox-500x365.jpg" alt="twitterfox" title="twitterfox" width="500" height="365" class="alignnone size-medium wp-image-13862" /></p>
<p>Those addicted to both Firefox and Twitter can save time and be addicted to both at once. TwitterFox makes this possible by allowing Firefox users to make tweets right from their browser. This is great for people who are browsing their favorite forum or editing a blog post and feel the sudden urge to tweet something. Instead of switching tabs, all TwitterFox users need to do is enter their tweet up into the little TwitterFox box that stays in their browser toolbar. Easy peesy!</p>

	Tags: <a href="http://www.ghacks.net/tag/tweetdeck/" title="tweetdeck" rel="tag">tweetdeck</a>, <a href="http://www.ghacks.net/tag/twellow/" title="twellow" rel="tag">twellow</a>, <a href="http://www.ghacks.net/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://www.ghacks.net/tag/twitter-addons/" title="twitter addons" rel="tag">twitter addons</a>, <a href="http://www.ghacks.net/tag/twitter-plugins/" title="twitter plugins" rel="tag">twitter plugins</a>, <a href="http://www.ghacks.net/tag/twitterfox/" title="twitterfox" rel="tag">twitterfox</a>, <a href="http://www.ghacks.net/tag/twitterholic/" title="twitterholic" rel="tag">twitterholic</a>, <a href="http://www.ghacks.net/tag/twitthis/" title="twitthis" rel="tag">twitthis</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/08/yahoo-meme-opens-registrations-for-anyone/" title="Yahoo Meme Opens Registrations For Anyone (October 8, 2009)">Yahoo Meme Opens Registrations For Anyone</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/09/22/yahoo-meme-invites/" title="Yahoo Meme Invites (September 22, 2009)">Yahoo Meme Invites</a> (48)</li>
	<li><a href="http://www.ghacks.net/2009/07/26/webmasters-search-for-links-posted-on-twitter/" title="Webmasters: Search For Links Posted On Twitter (July 26, 2009)">Webmasters: Search For Links Posted On Twitter</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/22/use-twitter-as-a-reminder-service/" title="Use Twitter As a Reminder Service (July 22, 2009)">Use Twitter As a Reminder Service</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/use-twhirl-for-adobe-air-to-twitter/" title="Use Twhirl for Adobe Air to twitter (May 13, 2008)">Use Twhirl for Adobe Air to twitter</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/25/top-5-twitter-addons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SitePoint Raises Rates; Tells Customers to Stop Whining</title>
		<link>http://www.ghacks.net/2009/06/24/sitepoint-raises-rates-tells-customers-to-stop-whining/</link>
		<comments>http://www.ghacks.net/2009/06/24/sitepoint-raises-rates-tells-customers-to-stop-whining/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:16:53 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[digitalpoint]]></category>
		<category><![CDATA[flippa]]></category>
		<category><![CDATA[flipping websites]]></category>
		<category><![CDATA[selling websites]]></category>
		<category><![CDATA[sitepoint]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13820</guid>
		<description><![CDATA[On June 22, 2009 the domain sales service known as SitePoint split and changed their name to Flippa. Flippa&#8217;s design is simplified compared to SitePoint although it still offers options to browse popular categories like established or premium websites. According to SitePoint, Flippa will offer a new search function that allows users to search for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/flippa.jpg" alt="flippa" title="flippa" width="208" height="94" class="alignleft size-full wp-image-13821" />On June 22, 2009 the domain sales service known as SitePoint split and changed their name to <a href="http://flippa.com/">Flippa</a>. Flippa&#8217;s design is simplified compared to SitePoint although it still offers options to browse popular categories like established or premium websites. According to SitePoint, Flippa will offer a new search function that allows users to search for specific things such as minimum traffic. Flippa will also be featuring a statistics widget which will allow website shoppers to see quick stats about a particular site or domain such as the site&#8217;s Google page rank or their uniques per month.</p>
<p>The changes don&#8217;t come without a hefty price tag, however. Flippa will also be introduced with a new fee structure more expensive than SitePoint&#8217;s previous fee structure. Flippa will be charging a &#8220;success fee&#8221; similar to eBay&#8217;s final value fee. SitePoint has not yet announced whether or not they will be offering a marketplace for hosting, link sales, or scripts. User feedback made on SitePoint forums in regard to the change has been mostly negative. Many Twitter users are also spreading news of the change with retweets at the TechCrunch twitter account saying &#8220;SitePoint Spins Off Website Marketplace As Flippa, Upsets Users.&#8221;</p>
<p><span id="more-13820"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/selling_websites-500x283.jpg" alt="selling websites" title="selling websites" width="500" height="283" class="alignnone size-medium wp-image-13822" /></p>
<p>SitePoint co-founder, Mark Harbottle commented, &#8220;If you want to come across to flippa and sell your site in the professional marketplace we’re creating for serious buyers, we welcome you with open arms. If not, please do go to digitalpoint. List your site for free and see if the old adage of “you get what you pay for” applies.&#8221; This commented shocked and appalled many Digital Point users, many of which felt the remark by Mark Harbottle was &#8220;unprofessional&#8221; and that it was a &#8220;low blow&#8221; to the DigitalPoint.com webmaster community.</p>
<p>Mark Harbottle also commented, &#8220;Meanwhile while you all whine and complain about the fees, the design, etc. the smart sellers are listing their sites on flippa.com and they are attracting the majority of the buyer interest,&#8221; which many SitePoint users found it not only hurtful for being called whiners and complainers, but also that this blow came after the announcement that fees will be rising. It came as a shocker that those who list their sites on SitePoint were insulted and told to leave if they don&#8217;t like the changes. This change comes at a key period in the US economy where consumer spending has hit only one point higher than the US all time low</p>

	Tags: <a href="http://www.ghacks.net/tag/digitalpoint/" title="digitalpoint" rel="tag">digitalpoint</a>, <a href="http://www.ghacks.net/tag/flippa/" title="flippa" rel="tag">flippa</a>, <a href="http://www.ghacks.net/tag/flipping-websites/" title="flipping websites" rel="tag">flipping websites</a>, <a href="http://www.ghacks.net/tag/selling-websites/" title="selling websites" rel="tag">selling websites</a>, <a href="http://www.ghacks.net/tag/sitepoint/" title="sitepoint" rel="tag">sitepoint</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a>, <a href="http://www.ghacks.net/tag/websites/" title="websites" rel="tag">websites</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/28/website-information/" title="Website Information (August 28, 2008)">Website Information</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/30/use-multiple-internet-explorer-versions-simultaneously/" title="Use Multiple Internet Explorer Versions Simultaneously (August 30, 2008)">Use Multiple Internet Explorer Versions Simultaneously</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/08/13/server-monitoring-with-observu/" title="Server Monitoring With Observu (August 13, 2008)">Server Monitoring With Observu</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/26/publish-rss-news-feeds-on-twitter/" title="Publish RSS News Feeds On Twitter (October 26, 2008)">Publish RSS News Feeds On Twitter</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/08/09/page-rank-tool-to-check-all-pages-of-a-domain/" title="Page Rank Tool To Check All Pages Of A Domain (August 9, 2008)">Page Rank Tool To Check All Pages Of A Domain</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/24/sitepoint-raises-rates-tells-customers-to-stop-whining/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Microsoft Apologizes for Next Gen Console Mixup</title>
		<link>http://www.ghacks.net/2009/06/23/microsoft-apologizes-for-next-gen-console-mixup/</link>
		<comments>http://www.ghacks.net/2009/06/23/microsoft-apologizes-for-next-gen-console-mixup/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:17:38 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[natal]]></category>
		<category><![CDATA[next gen]]></category>
		<category><![CDATA[project natal]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox-360]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13806</guid>
		<description><![CDATA[Microsoft has found themselves in yet another mix-up, yet its CEO personally apologized to devastated gamers. Microsoft CEO, Steve Ballmer, has apologized for unclear remarks made last week regarding careless word choices that led gamers to believe that a Microsoft would be releasing a new gaming console. Ballmer reportedly made an announcement that that a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/xbox360.jpg" alt="xbox360" title="xbox360" width="120" height="72" class="alignleft size-full wp-image-13808" />Microsoft has found themselves in yet another mix-up, yet its CEO personally apologized to devastated gamers. Microsoft CEO, Steve Ballmer, has apologized for unclear remarks made last week regarding careless word choices that led gamers to believe that a Microsoft would be releasing a new gaming console. Ballmer reportedly made an announcement that that a new Xbox console will be released in 2010. What Ballmer really was talking about was Project Natal which was announced by Microsoft earlier this month.</p>
<p>In a rare occasion, Ballmer apologized to the masses of gamers who were let down after the excitement of the news of an upcoming next generation console. After reports of gamers talking about the &#8220;new console&#8221; arose, Aaron Greenburg of Microsoft stated, &#8220;We&#8217;re not going to be launching a new console any time soon.&#8221; This devastated many excited gamers who are looking forward to any hints of next generation consoles to come in the distant future.</p>
<p><span id="more-13806"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/project_natal-500x325.jpg" alt="project natal" title="project natal" width="500" height="325" class="alignnone size-medium wp-image-13807" /></p>
<p>&#8220;I confused the issue with my poorly chosen words,&#8221; Ballmer told IGN. &#8220;There is no news in my comments.&#8221; Microsoft hasn&#8217;t officially confirmed a date for the release of the add-on peripheral for the Xbox 360, but Ballmer&#8217;s comments have led many to believe the &#8220;controller-free gaming and entertainment experience&#8221; will arrive sometime in 2010. Although, the confusion over the &#8220;new console&#8221; disappointed gamers, many are still excited about the upcoming feature for Xbox 360 which is likely to release in late 2010.</p>
<p>Project Natal, which was announced on June 1, 2009 featured many demos including a game called &#8220;Ricochet&#8221; where the player can use his or her body to bounce balls at blocks. Natal also allow players to log in to their console faced on facial recognition and try on clothes in 3D. Other demos shown at E3 were &#8220;Paint Party&#8221; where players can &#8220;throw&#8221; paint on walls using body motion and &#8220;Burnout Natal&#8221; where players can race in cars using their body motion to steel the wheel of the car instead of a controller that current gaming technology requires. Because of the new technology behind the project, the announcement has caused the Xbox 360 to gain more ground in the market.</p>
<p>The name Natal comes from Microsoft&#8217;s tradition of code naming products from cities. The name Natal, a city in Brazil, was chosen by Microsoft&#8217;s director, Alex Kipman, as a tribute to his home country. The word natal also means &#8220;relating to birth&#8221; where Microsoft shares its view that the addon is the &#8220;birth of the next-generation of home entertainment.&#8221;</p>

	Tags: <a href="http://www.ghacks.net/tag/gaming/" title="gaming" rel="tag">gaming</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/natal/" title="natal" rel="tag">natal</a>, <a href="http://www.ghacks.net/tag/next-gen/" title="next gen" rel="tag">next gen</a>, <a href="http://www.ghacks.net/tag/project-natal/" title="project natal" rel="tag">project natal</a>, <a href="http://www.ghacks.net/tag/xbox/" title="xbox" rel="tag">xbox</a>, <a href="http://www.ghacks.net/tag/xbox-360/" title="xbox-360" rel="tag">xbox-360</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/07/xbox-project-natal/" title="Xbox Project Natal (June 7, 2009)">Xbox Project Natal</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/11/11/xbox-360-hd-can-be-connected-to-your-pc/" title="Xbox 360 HD can be connected to your pc (November 11, 2006)">Xbox 360 HD can be connected to your pc</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/10/11/what-you-should-consider-before-selling-a-video-game-system/" title="What you should consider before selling a video game system (October 11, 2006)">What you should consider before selling a video game system</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/08/01/three-things-that-are-holding-back-the-sony-ps3/" title="Three Things That Are Holding Back The Sony PS3 (August 1, 2009)">Three Things That Are Holding Back The Sony PS3</a> (21)</li>
	<li><a href="http://www.ghacks.net/2007/02/09/play-divx-movies-on-your-xbox-360/" title="Play Divx Movies on your Xbox 360 (February 9, 2007)">Play Divx Movies on your Xbox 360</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/23/microsoft-apologizes-for-next-gen-console-mixup/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
