<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>upgrade &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/upgrade/</link>
	<description>Feed of posts on WordPress.com tagged "upgrade"</description>
	<pubDate>Mon, 13 Oct 2008 19:03:00 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Ruby on Rails Dreamhost Upgrade railsapp Crash Nightmare]]></title>
<link>http://honewatson.wordpress.com/?p=336</link>
<pubDate>Mon, 13 Oct 2008 11:16:04 +0000</pubDate>
<dc:creator>honewatson</dc:creator>
<guid>http://bookmarks.honewatson.com/2008/10/13/ruby-on-rails-dreamhost-upgrade-railsapp-crash-nightmare/</guid>
<description><![CDATA[The geniuses over at Dreamhost decided to upgrade their Rails without telling anyone and without pro]]></description>
<content:encoded><![CDATA[<p>The geniuses over at Dreamhost decided to upgrade their Rails without telling anyone and without providing instructions on how to upgrade older apps meaning hundreds of websites crashing and not working for days.</p>
<p><!--more--></p>
<p>Here is my fix for the problem.  I included some stuff here that wasn't included in the dreamhost wiki.</p>
<p>From ssh shell:</p>
<p class="code">
<code><br />
cd ~<br />
mkdir .gems bin lib src<br />
mkdir .gems<br />
echo 'export GEM_HOME="$HOME/.gems"' &#62;&#62; .bash_profile<br />
echo 'export GEM_PATH="$GEM_HOME:/usr/lib/ruby/gems/1.8"' &#62;&#62; .bash_profile<br />
echo 'export PATH="$HOME/.gems/bin:$PATH"' &#62;&#62; .bash_profile<br />
source ~/.bash_profile</p>
<p></code>
</p>
<p>Now I had to download and manually install an older version of rails:</p>
<p>Check here for manual installation details (<a href="http://wiki.rubyonrails.org/rails/pages/GemRails">http://wiki.rubyonrails.org/rails/pages/GemRails</a>)</p>
<p class="code">
<code><br />
cd ~/src<br />
wget http://rubyforge.org/frs/download.php/43985/rubygems-1.3.0.tgz<br />
tar xzvf rubygems-1.3.0.tgz<br />
cd rubygems-1.3.0<br />
ruby setup.rb --prefix=$HOME<br />
wget http://rubyforge.org/frs/download.php/12245/activerecord-1.14.4.gem<br />
gem install --local activerecord-1.14.4.gem<br />
wget http://rubyforge.org/frs/download.php/12269/actionpack-1.12.4.gem<br />
gem install --local actionpack-1.12.4.gem<br />
wget http://rubyforge.org/frs/download.php/12251/actionmailer-1.2.4.gem<br />
gem install --local actionmailer-1.2.4.gem<br />
wget http://rubyforge.org/frs/download.php/12254/actionwebservice-1.1.5.gem<br />
gem install --local actionwebservice-1.1.5.gem<br />
wget http://rubyforge.org/frs/download.php/12257/rails-1.1.5.gem<br />
gem install --local rails-1.1.5.gem<br />
cd ~/.gems/bin<br />
vim rake</p>
<p></code>
</p>
<p>Now you need to add the following line:</p>
<p class="code">
<code><br />
require 'rubygems/gem_runner'<br />
</code>
</p>
<p>below:</p>
<p class="code">
<code><br />
require 'rubygems/<br />
</code>
</p>
<p>Now finally:</p>
<p class="code">
<code><br />
cd ~/railsapp<br />
rm -rdf vendor/rails<br />
rake rails:freeze:gems<br />
</code>
</p>
<p>Now if you get issues you'll have to run --trace</p>
<p class="code">
<code><br />
rm -rdf vendor/rails<br />
rake rails:freeze:gems  --trace<br />
</code></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[NOD32 antivirus]]></title>
<link>http://tcode.wordpress.com/?p=3</link>
<pubDate>Mon, 13 Oct 2008 10:28:35 +0000</pubDate>
<dc:creator>tcode</dc:creator>
<guid>http://tcode.pl.wordpress.com/2008/10/13/nod32-antivirus/</guid>
<description><![CDATA[自從電腦能連上互聯網以後，被外來的侵襲的機會大大增加，健康的人尚有]]></description>
<content:encoded><![CDATA[<p>自從電腦能連上互聯網以後，被外來的侵襲的機會大大增加，健康的人尚有免疫能力，但即使最健康的電腦系統也需要防護。試用過不少antivirus system，由Norton到avast!，到現在用的NOD32，雖然現在還要經常手動更新升級ID，但NOD32真算做得頗主動。</p>
<p>1) 到 NOD32 30天免費試用版: <a href="http://www.eset.hk/html/44/42/" target="_blank">http://www.eset.hk/html/44/42/</a></p>
<p><img class="alignnone size-full wp-image-6" title="30days1" src="http://tcode.wordpress.com/files/2008/10/30days1.jpg" alt="" width="572" height="185" /></p>
<p>2) 選擇下載 "ESET NOD32 防毒軟件 3.0 繁體中文"<br />
<img class="alignnone size-full wp-image-4" title="eset32" src="http://tcode.wordpress.com/files/2008/10/eset32.jpg" alt="" width="555" height="118" /></p>
<p>*選32位還是64位? 這可要根據你電腦的CPU，如果你不清楚，你大概是32位吧!<br />
你可以從以下兩種方法查明一下:<br />
i) [windows] + [pause] 到 [系統] 的 "系統類別"<br />
ii) [windows] + [R] 到 [執行] 輸入 "msinfo32" 查看 "系統類別"，如是X86那就是32位，X64就是64位</p>
<p>3) 成功下載及安裝後，你可以安心使用30天</p>
<p>4) 到30天期限之前，你可以到以下網址得到最新升級ID: <a href="http://www.nod321.com" target="_blank">http://www.nod321.com</a></p>
<p><img class="alignnone size-full wp-image-9" title="nod3211" src="http://tcode.wordpress.com/files/2008/10/nod3211.jpg" alt="" width="658" height="542" /></p>
<p>5) 然後手動更新 [更新病毒資料庫]，如有需要，輸入從以上網頁取得的升級ID</p>
<p><img class="alignnone size-full wp-image-11" title="update1" src="http://tcode.wordpress.com/files/2008/10/update1.jpg" alt="" width="589" height="325" /></p>
<p>小結：防護軟件一向是系統佔用的重敵，NOD32勝在佔系統很少，而且掃毒速度(不是數獨啊XD)也很快。想試用的，心動不如行動啊。</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Obama and McCain Differ on Net Neutrality ]]></title>
<link>http://robotpirateninja.com/2008/10/12/obama-and-mccain-differ-on-net-neutrality/</link>
<pubDate>Sun, 12 Oct 2008 18:03:11 +0000</pubDate>
<dc:creator>RoPiNi</dc:creator>
<guid>http://robotpirateninja.com/2008/10/12/obama-and-mccain-differ-on-net-neutrality/</guid>
<description><![CDATA[ Network neutrality has gathered enough political momentum for both candidates to take an official s]]></description>
<content:encoded><![CDATA[<blockquote><p><span> Network neutrality has gathered enough political momentum for both candidates to take an official stand on it. Although the issue was debated furiously in both the House of Representatives and the Senate in 2006, neither side managed to produce a bill that could be signed into law. (The only lasting result of the efforts on Capitol Hill was an unintentionally comical bit of grandstanding by Alaska senator Ted Stevens, where he offered an analogy describing the Internet as a "series of tubes.") In the absence of any clear legislation on the matter, the FCC has taken up the role of neutrality enforcer, forcing cable provider Comcast to stop restricting BitTorrent traffic earlier this year.</span></p>
<p><strong> According to their position statements on the issues, <a href="http://www.johnmccain.com/Informing/Issues/cbcd3a48-4b0e-4864-8be1-d04561c13%202ea.htm" target="_blank">John McCain is against Net neutrality</a> and <a href="http://www.barackobama.com/issues/technology/#open-internet" target="_blank"> Barack Obama is for it</a>.</strong> This makes it one of the few technology issues on which the candidates clearly disagree.</p></blockquote>
<p>via <a href="http://www.popularmechanics.com/technology/industry/4286547.html">Obama and McCain Differ on Net Neutrality - Internet Policy from McCain and Obama - Popular Mechanics</a></p>
<p>--</p>
<p>This article is an <em>outstanding primer</em> on the topic of "network neutrality".  They didn't get specific responses from the campaigns (this issue is currently more of a nerd only thing), but the basic slant of each candidate is evident...</p>
<blockquote><p><span>...the general philosophies of each side seem clear: McCain believes in a lightly regulated Internet, while Obama believes in more government involvement. But it gets a bit more complicated. When it comes to net neutrality, both sides can make a credible case that they're the ones defending freedom of innovation and open communication. </span></p></blockquote>
<p>The author then does an excellent job of defining the term...</p>
<blockquote><p><span><br />
One reason is that there's no accepted definition of network neutrality itself. It is, in fact, more of a networking philosophy than a defined political position. A pure "neutral" network is one that would treat all content that traveled across it equally. No one data packet would be prioritized above another. Image files, audio files, a request from a consumer for a web page—all would be blindly routed from one location to another, and the network would neither know nor care what kind of data was encompassed in each packet.For most but not all kinds of files, that's how it works now. </span></p></blockquote>
<p>...and then talks about the literal "technical difficulties" that face the topic in the future.</p>
<p><a title="Network Neutrality discussion" href="http://www.popularmechanics.com/technology/industry/4286547.html" target="_blank">Go read the article to get a better idea of what those are going to be.</a> Feel free to suggest your own.</p>
<p>It's an interesting question, as it gets directly at the question of the degree to which the government should regulate the market to protect rights of people, to protect rights of "property" ownership*, and how much we should let the market itself do both...or neither.</p>
<p>* This asterisk is for intellectual property and the whole copyright/internet question, which is of itself a stimulatingly difficult situation to resolve.  It is tangential to the Internet as a whole, but also drives a lot of the demand for the bandwidth in question.   <a title="Comcast vs BitTorrent" href="http://www.theregister.co.uk/2007/10/20/comcast_denies_bittorrent_busting_again/" target="_blank">Comcast got busted for making a decision along this axis.</a></p>
<p>That is, the copyright/internet question of what is in the dumptrucks.  The network neutrality question is what information super-highway they can get on, and whether or not the telecom industry can set up toll booths in the fast lane...<em>and</em> harass the riff-raff.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What Container Does WebCenter Run on: WebLogic or OC4J?]]></title>
<link>http://pmoskovi.wordpress.com/?p=203</link>
<pubDate>Sun, 12 Oct 2008 07:44:18 +0000</pubDate>
<dc:creator>Peter Moskovits</dc:creator>
<guid>http://pmoskovi.pl.wordpress.com/2008/10/12/what-container-does-webcenter-run-on-weblogic-or-oc4j/</guid>
<description><![CDATA[I&#8217;ve been getting this question more and more often lately: which application server does WebC]]></description>
<content:encoded><![CDATA[<p>I've been getting this question more and more often lately: which application server does WebCenter run on? WebLogic Server, acquired from BEA, or Oracle's own OC4J?</p>
<p>The answer is very short and simple: <strong>WebCenter 10g runs on OC4J, WebCenter 11g runs </strong>(read: will run) <strong>on WebLogic Server</strong>.</p>
<p>The explanation is easy and straight forward too: in the 10g times the only Java EE container Oracle had, was OC4J. No problem there. When the 11g version ships, the entire Oracle Fusion Middleware 11g, including WebCenter will run on WebLogic Server.</p>
<p>Do I have to worry about migration, then?<br />
No. You, as an application developer, see very little from the underlying container changes. In a nutshell, this is how you migrate an application built using JDeveloper 10.x: Open your workspace or project in JDeveloper 11g, and the automatically invoked migration tools will migrate your application, so it can run on the 11g WebLogic Server.</p>
<p>If there's interest, as we get closer to the 11g release, I'll be happy to post about the migration process as well. Just let me know... ;-)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OS X 10.5.5 Leopard Review. Installation.]]></title>
<link>http://joshsemans.wordpress.com/?p=113</link>
<pubDate>Sat, 11 Oct 2008 17:47:57 +0000</pubDate>
<dc:creator>joshsemans</dc:creator>
<guid>http://joshsemans.pl.wordpress.com/2008/10/11/os-x-1055-leopard-review-installation/</guid>
<description><![CDATA[Hi everyone
This is a run through and review of what happened on my upgrade and my opinion on the OS]]></description>
<content:encoded><![CDATA[<p>Hi everyone</p>
<p>This is a run through and review of what happened on my upgrade and my opinion on the OS.</p>
<p><strong>Installation</strong></p>
<p>I backed up my drive using <a href="http://www.bombich.com/software/ccc.html" target="_blank">Carbon Copy Cloner</a>, this is much better than <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" target="_blank">SuperDuper</a> and a little bit faster. It automatically sets the copy to be bootable which is very good. This took about 2 hours in all.</p>
<p>With my back up at the ready in case of a backfire during installation, I popped in the OS X Leopard Installation DvD. It came up with a friendly window like many app installer windows. I opened the OS X Installer straightaway and filled out the install form. I restarted my Macbook and on log in it began to install, I was able to skip the DvD verification as the disc has been used successfully on another Mac running Tiger. The installation took about  2 hours to complete. Then I restarted again and it was done.</p>
<p>I had a few updates installed via the Software Update and I am now running on an up to date MacBook</p>
<p><strong>My opinion of Leopard</strong></p>
<p>Leopard is a great OS, it has loads of new features.</p>
<p>Stacks enables the user to click on a folder icon or stack icon on the Dock ,files spew forth from the icon in a beautiful fan like motion. I use this to house my Graphics and Downloads and it works great.</p>
<p>Now Coverflow is featured in Finder to make it easier for the user to access files, images and videos in Finder ,It's great, I find it easier and more stylish to browse my files and videos now. </p>
<p>Photobooth has a few more effects, Greenscreen or Bluescreen allows the user to import him or herself into a rollercoaster, space, a polka-dot background and many more. It also enables the user to take 4 photos in quick succesionof each other. I find the effetcs good, but they only work nicely with a greenscreen or bluescreen.</p>
<p>How can I forget the Dock? It's great, the icons on the Dock have their own dynamic reflections and the active application indicator is a nice glowing rectangle. The menu bar is now transparent and lets 50% of the wallpaper through without losing text and icon visibility, depending on the wallpaper you have, I am using Aurora, it's really nice and it's the iconic Leopard wallpaper.</p>
<p> </p>
<p>Overall, Leopard is a great, amazing OS and I personally love it.</p>
<p> </p>
<p>Thanks</p>
<p>JDS</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[New Release of Python 2.6]]></title>
<link>http://dbaktiar.wordpress.com/?p=311</link>
<pubDate>Sat, 11 Oct 2008 17:16:02 +0000</pubDate>
<dc:creator>dbaktiar</dc:creator>
<guid>http://dbaktiar.pl.wordpress.com/2008/10/12/new-release-of-python-26/</guid>
<description><![CDATA[A new version of Python, version 2.6 has been released.
This version contains recent addition to the]]></description>
<content:encoded><![CDATA[<p>A new version of Python, version 2.6 has been released.</p>
<p>This version contains recent addition to the incoming Python 3.0 that doesn't break the current 2.x version's code. As we know, Python 3.0 was designed to break compatibility of 2.x code. Some changes and additions to the 3.0 that is not breaking the 2.x is backported into this 2.6 release.</p>
<p>New modules added to the standard library: multiprocessing, json.</p>
<p>Look at the website: <a href="http://www.python.org/download/releases/2.6/" target="_blank">http://www.python.org/download/releases/2.6/</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Can You Hear It ? Leopard Upgrade.]]></title>
<link>http://joshsemans.wordpress.com/?p=111</link>
<pubDate>Sat, 11 Oct 2008 08:25:29 +0000</pubDate>
<dc:creator>joshsemans</dc:creator>
<guid>http://joshsemans.pl.wordpress.com/2008/10/11/can-you-hear-it-leopard-upgrade/</guid>
<description><![CDATA[I am now running on Leopard, I am still upgrading to 10.5.5 through software update but I am still h]]></description>
<content:encoded><![CDATA[<p>I am now running on Leopard, I am still upgrading to 10.5.5 through software update but I am still happy as can be.</p>
<p>I backed my drive up, twice, to make sure. Popped in the Leopard disc and installed it. That's it!</p>
<p>Leopard is great y the way, if you are thinking of getting it, by all means get it!</p>
<p> </p>
<p>Thanks</p>
<p>JDS</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Is Microsoft is slamming Windows shut for new users?]]></title>
<link>http://explaintechnology.wordpress.com/?p=42</link>
<pubDate>Fri, 10 Oct 2008 22:06:10 +0000</pubDate>
<dc:creator>Ben K</dc:creator>
<guid>http://explaintechnology.pl.wordpress.com/2008/10/10/is-microsoft-is-slamming-windows-shut-for-new-users/</guid>
<description><![CDATA[A colleague of mine forwarded this article on Microsoft extending the life of its Windows XP operati]]></description>
<content:encoded><![CDATA[<p>A colleague of mine forwarded <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=210800478" target="_blank">this article </a>on Microsoft extending the life of its Windows XP operating system due to user disinterest in its next operating system, Windows Vista. Apparently Microsoft is concerned about users not wanting to transition, as they intended, from XP to Vista.</p>
<p>I find this situation curious. First, I have heard all the arguments/complaints about incompatibilities, stability, security, etc., but let’s set those aside and ask a more fundamental question: <em>why would users want to upgrade an operating system at all?</em> If Microsoft is so concerned about maintaining market share (and widespread discussion indicates that they certainly are), why not take a look at why users don’t want to use the next, newest thing just because it’s the next, newest thing? Most people I know are perfectly content using Windows XP. Since an operating system governs the user experience for operating the PC, switching the OS is not a small change.</p>
<p>Here’s what I think the answer to that question is: most users <em>don’t</em>. Technology users that actively depend on the technology for productivity really just want consistency, and will only accept change if it makes tasks better in some way — faster, more efficient, and almost universally, <em>easier</em>. Do you really want to use new technology if it doesn’t provide you with something you need? Will you acquire the newer form of that technology if it doesn’t provide you with something crucial that you don’t have today? Do you want technology that makes (or even if it only appears to make) your tasks <em>more difficult</em>? Efficiency is found in consistency, and products that change constantly won’t be well adopted by those that need to be able to depend on using the technology without taking time to re-learn, re-learn, re-learn. Yes, there are some technology aficionados that love that cycle, but I feel safe in saying that most of us don’t. We just want our technology to <em>work</em> for us, not the other way around.</p>
<p>Now, in the context of operating system changes, put on the new PC user hat. For new users, change is almost insurmountable. (Is change while learning difficult? Have you ever tried changing the engine on a moving car?) A PC is hard enough to use. Change the operating system significantly and they’re ready to throw in the towel altogether. As a more experienced user, I understand updates are needed (especially for security these days), but honestly, I wonder if Microsoft likes change just for the sake of change (and profit.) Could it be that Windows XP is simply <em>good enough</em> for most existing PC users? Is it possible Vista doesn’t yield anything “improved” enough to warrant the change? And what about our brand new PC users? Is Vista or XP better for them, or neither?</p>
<p>Given that choice, my vote would be neither. Neither Windows XP nor Windows Vista are gracious enough to new users… they’re obviously made for existing users. Since learning about PCs and operating systems is a pretty tough request for new users, is there something that could make the learning curve easier? I think there might be. My colleagues know I’m a big fan of software that teaches users to develop better skills (on that particular software) via different “user modes.” Many pieces of software currently on the market have “beginner” modes which allow new users to be productive without expending vast amounts of effort just to learn the software. Eventually, an intermediate mode allows users to progress toward more sophisticated use. Truly experienced users can elect “advanced” mode.</p>
<p>For some time it has been my opinion that Windows needs something like this. Imagine an interface that is a little more “real world” for new PC users. It would be intuitive, yet allow completion of the same tasks the standard (“advanced”) Windows interface does while at the same time reinforcing the concepts needed to understand “advanced mode.” What might “beginner” mode look like? Well, I have a few ideas running around in my mind… nothing final, but it would surely need to be a little more discreet. Perhaps the interface would be slightly analogous to other “real world” machines. Now, please understand  I do NOT mean something like <a href="http://en.wikipedia.org/wiki/Microsoft_Bob" target="_blank">Microsoft Bob</a>. While "Bob" used a real world,  analogy-based approach to the PC interface— and I’m certainly fond of analogies — it took the concept much too far. <strong>Note to Microsoft</strong> (and other developers): <strong>even</strong> <strong>the newest, most elderly users understand that a PC is a <em>machine</em></strong>. What they don’t understand is <strong>how to <em>operate</em> it!</strong></p>
<p>That’s what I see as the ultimate challenge — making sense of the machine. That’s why I wrote <em>The Ultimate PC Primer</em> , and that’s where I see Microsoft’s operating systems closing the door on new PC users — the OS is still too foreign. Do I think it’s easy to solve? Not at all. But it is needed, and it is worthwhile to try to solve. So while Microsoft is worried about losing existing users when it comes to adoption of their new operating system(s), perhaps they should also double-check to make sure they’re not slamming their own Windows closed on potential newcomers to the market.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Upgrading Now !!]]></title>
<link>http://joshsemans.wordpress.com/?p=107</link>
<pubDate>Fri, 10 Oct 2008 20:12:18 +0000</pubDate>
<dc:creator>joshsemans</dc:creator>
<guid>http://joshsemans.pl.wordpress.com/2008/10/10/upgrading-now/</guid>
<description><![CDATA[Hi everyone
I am now backing up my drive on my macbook running Tiger, preparation for installing Leo]]></description>
<content:encoded><![CDATA[<p>Hi everyone</p>
<p>I am now backing up my drive on my macbook running Tiger, preparation for installing Leopard which I got today. This is a very "scary" time for me as I love my macbook to bits, and i am very paranoid guy so everyhting that could go wrong always scares me, as I think it's going to. Everyone cross your fingers because if this goes wrong, well, im going to be;</p>
<p>disheartened</p>
<p>annoyed</p>
<p>sad</p>
<p>and annoyed, again.</p>
<p>Corss you fingers everybody. this is the dawning of a new age...</p>
<p> </p>
<p>To be continued...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wesmar Bow &amp; Stern Thrusters]]></title>
<link>http://go2marine.wordpress.com/?p=295</link>
<pubDate>Fri, 10 Oct 2008 18:35:07 +0000</pubDate>
<dc:creator>sailorf21</dc:creator>
<guid>http://go2marine.pl.wordpress.com/2008/10/10/wesmar-bow-stern-thrusters/</guid>
<description><![CDATA[Wesmar Thrusters Stainless Steel Dual Prop
Wesmar Bow and Stern Thrusters are an all stainless stee]]></description>
<content:encoded><![CDATA[[caption id="attachment_508" align="alignnone" width="300" caption="Wesmar Thrusters Stainless Steel Dual Prop"]<a href="http://www.go2marine.com/manufacturer.do?no=763"><img class="size-full wp-image-508" title="wesmar-prop" src="http://go2marine.wordpress.com/files/2008/10/wesmar-prop.jpg" alt="Wesmar Thrusters Stainless Steel Dual Prop" width="300" height="300" /></a>[/caption]
<p><a title="Wesmar Bow and Stern Thrusters" href="http://www.go2marine.com/search.do?q=wesmar+prop" target="_blank">Wesmar Bow and Stern Thrusters</a> are an all stainless steel design. A low maintenance design is assured with polished stainless props, stainless steel casings and stainless steel seal and bearing carriers. Wesmar's Bow and Stern thrusters are designed for low maintenance with extremely rugged and reliable operation, more thrust from the motor horsepower, easy of retrofitting or upgrading as well as precise operator control.</p>
<p>Wesmar's new line of all stainless steel double propeller bow and stern thrusters is based on over 40 years experience in the ocean. From luxury yachts to commercial fishing vessels, some working in midwinter Arctic and Antarctic waters, Wesmar has been manufacturing rugged, reliable bow and stern thrusters.</p>
<p> </p>
[caption id="attachment_513" align="alignnone" width="256" caption="Wesmar Thrusters for Power Boats"]<a href="http://www.go2marine.com/manufacturer.do?no=763"><img class="size-full wp-image-513" title="cruisier1" src="http://go2marine.wordpress.com/files/2008/10/cruisier1.gif" alt="Wesmar Thrusters for Power Boats" width="256" height="203" /></a>[/caption]
<p><a title="Wesmar Customer Report" href="http://www.wesmar.com/pdf/Customer%20Reports/final%20version.pdf" target="_blank">Wesmar's Customer Satisfaction Report</a> is available as a PDF. From mega yachts to work vessels to tour boats.</p>
[caption id="attachment_510" align="alignnone" width="255" caption="Wesmar Thrusters for Commercial Vessels"]<a href="http://www.go2marine.com/manufacturer.do?no=763"><img class="size-full wp-image-510" title="fishing" src="http://go2marine.wordpress.com/files/2008/10/fishing.gif" alt="Wesmar Thrusters for Commercial Vessels" width="255" height="199" /></a>[/caption]
<p>Wesmars counter rotating dual propeller thrusters design was invented by Wesmar. The counter rotating propellers provide 40% more thrust from the same tunnel and input power over a single propeller design.</p>
<p>Wesmar Thruster are available from Go2marine in Direct Drive DC and Hydraulic Drives. Special orders can be fitted with Proportional DC Drive, AC Electric Drive and fitted for Central Hydraulics.</p>
<p><a title="Wesmar Electric Vortex Bow / Stern Thrusters, Stainless Steel Dual Prop" href="http://www.go2marine.com/product.do?no=84734F" target="_blank">Direct Drive DC Electronic</a> - (6 to 12 inch Thrusters), Two motor sizes with standard solenoid switch on/off control.</p>
<p><a title="Wesmar Hydraulic Vortex Bow / Stern Thrusters, Stainless Steel Dual Prop " href="http://www.go2marine.com/product.do?no=191385F" target="_blank">Hydraulic Drive</a> - with load sense pumps, piston motors, proportional control valves, high and low pressure filtering, various sensing devices and a variety of tanks to fit vessels space requirements.</p>
<p>Wesmar Thrusters are available from 5 to 350 Horsepower and from 6" to 42" propellers for vessels from 25 to 250+ feet. Custom orders are available. <a title="Go2marine Home Page" href="http://www.go2marine.com/index.jsp" target="_blank">Contact Go2marine</a> to discuss your application.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Soluzione Wicd!!]]></title>
<link>http://banalmenteoriginale.wordpress.com/?p=140</link>
<pubDate>Fri, 10 Oct 2008 07:43:00 +0000</pubDate>
<dc:creator>banalmenteoriginale</dc:creator>
<guid>http://banalmenteoriginale.pl.wordpress.com/2008/10/10/soluzione-wicd/</guid>
<description><![CDATA[Ciao a tutti! In particolare a Ciccio.
Da quanto successo stamattina, direi che la soluzione non pu]]></description>
<content:encoded><![CDATA[<p>Ciao a tutti! In particolare a Ciccio.</p>
<p>Da quanto successo stamattina, direi che la soluzione non può dipendere da me: penso che in realtà qualcuno degli aggiornamenti fatti in questi giorni (ad altre cose) abbia in qualche modo "messo a posto" il problema di Wicd. Vi sto infatti scrivendo grazie alla connessione "procacciatami" da wicd 1.5.3....</p>
<p>Stamattina, esasperata dalla vecchia versione che avevo momentaneamente risuscitato, ho ritentato con l'aggiornamento: ho risposto "Sostituisci" a tutte le domande che mi ha fatto durante l'aggiornamento (come sono sicura di aver fatto anche l'altra volta), sono andata subito a cancellare la voce che avevo aggiunto a mano all'elenco dei programmi d'avvio che sta nella finestra delle sessioni, ho spento e riacceso (perchè a riavviare ho qualche problema)... e tutto ha funzionato!!</p>
<p>A tutti voi che avete desistito: ritentate! Sarete più fortunati.</p>
<p>A presto.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Qype: Palace Theatre in London]]></title>
<link>http://simonmcewen.wordpress.com/2008/10/09/qype-palace-theatre-in-london/</link>
<pubDate>Thu, 09 Oct 2008 20:53:28 +0000</pubDate>
<dc:creator>simonmcewen</dc:creator>
<guid>http://simonmcewen.pl.wordpress.com/2008/10/09/qype-palace-theatre-in-london/</guid>
<description><![CDATA[London - Arts &amp; Entertainment - Theatres
I&#8217;m finding that all reviews are dualistic. Not t]]></description>
<content:encoded><![CDATA[<p><a href="http://www.qype.co.uk/uki">London</a> - <a href="http://www.qype.co.uk/uki/categories/4-sightseeing">Arts &#38; Entertainment</a> - <a href="http://www.qype.co.uk/uki/categories/102-theatres-in-london">Theatres</a></p>
<p>I'm finding that all reviews are dualistic. Not the swordfighting kind (although that does relate here) but you are always reviewing both the place, and the event that you experience within it.<br />
I saw Spamalot at the Palace theatre on Tuesday and I was deeply impressed with the play and had very positive feelings about the venue.<br />
I always buy the cheapest tickets for plays - have probably never spent more than 20 pounds and that was for Chicago and it was crap. Simple maths. A 70 pound ticket is not seven times better than a ten pound ticket, maybe twice as good, but that just strikes me as a bad deal.<br />
Admitadly I have strained my ears and neck throughout performances so it was with some approbation that I booked £12.50 tickets and invited friends to an evening at the theatre.<br />
Exiting slightly sake sauced from a roast duck mortury, we swaggered into the ticket both and received the enormous news that our seats had been upgraded from the outer cosmos to the middle of the dress circle. I had organised these tickets as a repayment of kindness to a few friends and my apparant generosity was now happily positioning me in credit.<br />
Staff were friendly, the venue seemed clean, the wine was priced as though we were Saudi Princes and the seats were perfect.<br />
I'm one of those people, and gosh there are a lot of us, who can near as recite the enitrety of Monty Python's "The Holy Grail". Was a little unsure how to prepare myself for this then except that I knew it was lovingly crafted by Eric Idle and had recieved broadly brilliant reviews.<br />
And it was great. Really great. I was saying at the time that it was the best play I'd seen, but on colder reflection, it was at least very very good, if not this.<br />
The worst bits, though they were good, were the dialogue from the fim. The best bits were the surprises, the hilarious songs, the great spectical, the pace of the thing and the ironic king arthur played by that indian guy from the Kumars.<br />
I'm just spending my time now scanning the cheap theatre ticket web sites; trying to find the cheapest tickets on the worst nights to the best shows, and angling for upgrades.<br />
Check out my review of <a href="http://www.qype.co.uk/place/137299-Palace-Theatre-London">Palace Theatre</a> - I am <a href="http://www.qype.co.uk/people/gotiges7">gotiges7</a> - on <a href="http://www.qype.co.uk/">Qype</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple invite for October 14th event. Focus: Laptops]]></title>
<link>http://thunkdifferent.wordpress.com/?p=948</link>
<pubDate>Thu, 09 Oct 2008 17:41:24 +0000</pubDate>
<dc:creator>Now with RSS!</dc:creator>
<guid>http://thunkdifferent.com/2008/10/09/apple-invite-for-october-14th-event-focus-laptops/</guid>
<description><![CDATA[Here is an invite from Cupertino regarding the latest Apple rumors that the event will be about lapt]]></description>
<content:encoded><![CDATA[<p>Here is an invite from Cupertino regarding the latest Apple rumors that the event will be about laptops. Well wonder no more... some pending rumors include 12 price points (currently 8 between macbooks, pros, and airs) a new design, more RAM, memory, firewire 800, firewire 3200, and and upgraded nVidia video card across the board. or should I say books. ;)</p>
<p><a href="http://thunkdifferent.wordpress.com/files/2008/10/apple-invite.jpg"><img class="alignnone size-full wp-image-949" title="Apple Invite For Event Scheduled October 9th, 2008" src="http://thunkdifferent.wordpress.com/files/2008/10/apple-invite.jpg" alt="" width="450" height="593" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Some Basics about GPT Programs]]></title>
<link>http://fvmiranda.wordpress.com/?p=3</link>
<pubDate>Thu, 09 Oct 2008 02:53:32 +0000</pubDate>
<dc:creator>adjahar</dc:creator>
<guid>http://fvmiranda.pl.wordpress.com/2008/10/09/some-basics-about-gpt-programs/</guid>
<description><![CDATA[GPT&#8230;What is it?
GPT is an acronym for &#8220;Get Paid To&#8221;. These are programs that will ]]></description>
<content:encoded><![CDATA[<p><span style="font-weight:bold;">GPT...What is it?</span></p>
<p>GPT is an acronym for "Get Paid To". These are programs that will pay you to be their member. There are several types of GPT programs on the net, such as pay you to read e-mails, click ads or links, surf other members sites, promote your own site, complete online surveys, etc. I have always been an avid follower and advocator of GPT programs, more in particular, the PTC and PTR programs. And I have always recommended joining these two programs to various people including all my relatives, personal friends and all valued online friends as well.</p>
<p>If possible I want to prove  to anyone else who has similar doubts that you can make REAL money from GPT programs.</p>
<p>And it is quite obvious that if people don't see the money, either directly or through others, they are going to quit with the wrong impression that GPT programs "just don't work" for making extra money online.</p>
<p>That is a loss to those GPT users and the GPT industry as a whole because it is not true. Although it's a fact that you cannot make "thousands" or "millions" from these programs, but you can make some good extra money from them every month without spending a dime and invest a very small fraction of it into a legitimate business opportunity that will pay you growing residual income.</p>
<p>But keep in mind GPT programs are not the "get rich quick scheme" type. There is no costs joining or be a member of these programs, none, nada, $0, zilch. Everything in GPT world is truly optional. Members are not forced to join anything. This arena is only for those seeking people that really want to make solid money online and make growing residual income if they wish to do so. It's really up to you how much money you want to make... fix your own time limits according to your convenience and without spending a dime from your pocket. That's it!</p>
<p><span style="font-weight:bold;">PTC (Paid-To-Click)</span></p>
<p>A program where you get paid to click on or ads and visit websites. The process is easy! You simply click a link and view a website for a few seconds to earn money. You don't need any skills. This is because all you need to do is visit the sites they provide you with. You can earn even more by referring friends.</p>
<p><span style="font-weight:bold;">PTR (Paid-To-Read)</span></p>
<p>Same as PTC. The only difference is that you get paid by reading the e-mail advertisements sent to your e-mail account and visiting the advertised website for a few seconds to earn money. It's as simple as that. Also, you can earn even more by referring friends.</p>
<p><span style="font-weight:bold;">PTS (Paid-To-Surf)</span></p>
<p>Program that pays you for surfing, mostly autosurfing, other members sites. Like PTC and PTR programs, you earn even more even more by referring friends and upgrade your account to be able to earn more.</p>
<p><span style="font-weight:bold;">PTP (Paid-To-Promote)</span></p>
<p>Many says this program is one of the best among the GPT family and an easy way to make money online. This is also referred to as CPM program. You get paid per ad impression and the visitor don't even need to click on ad. Impression count and CPM rate varies from program to program.</p>
<p>There are several other GPT programs available on the internet. What I've shown above are only examples. So, now you know what GPT means in free money online world...free money-earning opportunity on the internet!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[DreamHost Now With Unlimted Space!]]></title>
<link>http://twodayslate.wordpress.com/?p=238</link>
<pubDate>Wed, 08 Oct 2008 19:55:37 +0000</pubDate>
<dc:creator>://</dc:creator>
<guid>http://twodayslate.pl.wordpress.com/2008/10/08/dreamhost-now-with-unlimted-space/</guid>
<description><![CDATA[If you have a DreamHost account you can upgrade for free in the Web Panel.
If you actually VOLUNTEER]]></description>
<content:encoded><![CDATA[<p>If you have a DreamHost account you can upgrade for free in the <a href="https://panel.dreamhost.com/?tree=billing.accounts">Web Panel</a>.</p>
<blockquote><p>If you actually VOLUNTEER to be one of the first moved to the new system<br />
your account will be "upgraded" to unlimited disk and bandwidth, forever.<br />
Of course, it's not like you'll use it, and it's of course subject to our<br />
"unlimited" policy. If you do decide to do it, you'd be a damn fool to<br />
not read the caveats listed there and *follow them*.</p>
<p>Damned fool if you do, gonna get moved eventually anyway if you don't.</p></blockquote>
<p>You can find information about the <a href="http://www.dreamhost.com/unlimited.html">unlimited plan over at DreamHost.com</a>. If you do not have DreamHost, signup and get an account.  To make this deal even better, use one of my promo codes for an even bgger discount!</p>
<table class="fancytable" border="0" cellspacing="0" summary="Your current promo codes">
<tbody>
<tr>
<th class="left">Code</th>
<th class="left">Description</th>
<th>Created</th>
<th>Active?</th>
<th class="left"></th>
</tr>
<tr>
<td class="left"><strong>PBGUNTRADER</strong></td>
<td class="left">"Max Discount"</td>
<td>2008-06-13</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr class="alt">
<td class="left"><strong>PBGUN</strong></td>
<td class="left">"Max discount and 1 domain and IP"</td>
<td>2008-06-13</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr>
<td class="left"><strong>MAXMONTH</strong></td>
<td class="left">"Max discount for monthly plan"</td>
<td>2007-04-04</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr class="alt">
<td class="left"><strong>1CENT</strong></td>
<td class="left">"$0.01 Discount on any plan"</td>
<td>2007-04-04</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr>
<td class="left"><strong>1IP70DISK</strong></td>
<td class="left">"+70% Bonus Disk &#38; IP"</td>
<td>2007-04-04</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr class="alt">
<td class="left"><strong>2DOMAINMAX</strong></td>
<td class="left">"Two free domains and discount"</td>
<td>2007-04-04</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr>
<td class="left"><strong>TWODAYSLATEMAX</strong></td>
<td class="left">"Max discount on any plan!"</td>
<td>2007-04-03</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
<tr class="alt">
<td class="left"><strong>TWODAYSLATE97</strong></td>
<td class="left">"Get $97 of yearly or two year L1"</td>
<td>2007-03-31</td>
<td><img title="yes" src="https://secure.newdream.net/newpanel/check-yes.gif" alt="yes" width="16" height="16" /></td>
<td class="actions"></td>
</tr>
</tbody>
</table>
<p>Please note the dates of the promocodes, some are old and don't work as described. I can make more upon request.<br />
<strong>I also have 5 invitations:</strong><br />
395056570420<br />
490272368317<br />
577810808160<br />
930134361276<br />
968613422275</p>
<ul>
<li> Are each good only one time!</li>
<li> Up our plan features to 2TB disk and 20TB bandwidth!</li>
<li> Give $150 off a 5-year signup or $200 off a 10-year signup!</li>
<li> Are way better than regular promo codes.. but are in very limited supply!</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My new website]]></title>
<link>http://capitalactive.wordpress.com/?p=208</link>
<pubDate>Wed, 08 Oct 2008 13:53:08 +0000</pubDate>
<dc:creator>Jason Dragon</dc:creator>
<guid>http://capitalactive.pl.wordpress.com/2008/10/08/my-new-website/</guid>
<description><![CDATA[Last most I got back into the business of creating websites.  I did this mostly because the hardwar]]></description>
<content:encoded><![CDATA[<p>Last most I got back into the business of creating websites.  I did this mostly because the hardware part of my business has gotten a bit slow recently.  I did a few websites for some of my customers.  There are still thousands of small businesses just in my city that STILL do not have websites.  It is crazy.</p>
<p><a href="http://www.emeraldcomputers.com/"><img class="alignright size-full wp-image-209" style="margin-left:4px;margin-right:4px;" title="emerald_computers_screen_shot" src="http://capitalactive.wordpress.com/files/2008/10/emerald_computers_screen_shot.jpg" alt="" width="331" height="278" /></a>Anyway after doing a few of these sites I looked at my own site.  It was version 3 of the Emerald Computers site, I have had it for about 2 years.  It was very limiting because I was in a fixed width and fixed height template.  It limited how much content I could have on any one page.  I decided it did not look good enough for a company that was going to create websites, add to that it simply did not generate sales.  So I spent 3 days designing and building the New <a href="http://www.emeraldcomputers.com/">Emerald Computers</a> site.  I found a nice template that I liked, but the menu was simply too small so I created a pull down menu, for the first time.  I also did a few other firsts on this website.  I built the entire site without using tables AT ALL.  Tables are so lame and hard to work with.  I also made the entire site with proper CSS, no more setting fonts in the text.  Something else I did, for the fourth time is that I divided the entire site up using PHP.  I have found that this makes it SO much easier to edit a site.  Everything is server side includes.  Most of the pages are 5-8 different PHP files spliced together, the server does all the work so the user can not even tell.  But what this lets me do is change just one file and all of my pages are changed.  Yes I KNOW this is not new, in fact this was been going on for 10 years, but I have only used it for 2 years.</p>
<p>On sunday I decided that the site was better than my old one, even though only 60% of the content was written so I deleted the old one and uploaded the new one.   I did something on this page I never did on any of my other pages, I put a call to action at the bottom of all the services pages.  A visitor simply can fill out a short form and then I can all them and set up a service call, it also has a link to our contact page.    I just did it because I thought it would be nice, but to my huge surprise I have had over 10% of the people who visited this page fill out the form, and I called them tuesday and two have been converted into sales!!!  WOW.  On top of that my volume of phone calls is up over 50%, with almost half of the calls mentioning my website.  This is crazy, I did not expect results this fast or this good.  Google still has not even indexed the new site.  I am working quickly to get the rest of the site down.  Yesterday I wrote a huge page about <a href="http://www.emeraldcomputers.com/dropship.php">dropshipping</a>, and I also wrote one about how to <a href="http://www.emeraldcomputers.com/upgrades.php">upgrade </a>a computer.</p>
<p>I hope this keeps up, I will keep my readers informed.  By the way this is why I have been fairly quite on the blog, I am too busy with this to blog much, even though some really important stuff is going on.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bulk up your PS3!  320GB HDD for cheap!]]></title>
<link>http://sev1512.wordpress.com/?p=3837</link>
<pubDate>Wed, 08 Oct 2008 03:03:04 +0000</pubDate>
<dc:creator>sev1512</dc:creator>
<guid>http://playstationlifestyle.net/2008/10/08/bulk-up-your-ps3-320gb-hdd-for-cheap/</guid>
<description><![CDATA[Written by Sev1512 
WD Scorpio 2.5&quot; 320 GB SATA HD WD3200BEVT 
Tired of always having to delete]]></description>
<content:encoded><![CDATA[<h6><em>Written by</em> <strong>Sev1512</strong> <a href="http://sev1512.wordpress.com/files/2008/09/sev1512-48.jpg"><img class="alignnone size-full wp-image-2642" title="sev1512-48" src="http://sev1512.wordpress.com/files/2008/09/sev1512-48.jpg" alt="" width="48" height="48" /></a></h6>
[caption id="" align="aligncenter" width="280" caption="WD Scorpio 2.5&#34; 320 GB SATA HD WD3200BEVT "]<img title="320GB HDD" src="http://g-ecx.images-amazon.com/images/G/01/ciu/4d/e0/7f32c060ada0e2c05eed8110.L.jpg" alt="WD Scorpio 2.5 320 GB SATA HD WD3200BEVT " width="280" height="280" />[/caption]
<p>Tired of always having to delete demos to make room for new ones?  Don't delete another thing, upgrade your PS3's HDD and do it for under $100.</p>
<p><a href="http://www.amazon.com/gp/product/B0011U65F2/?tag=ps3sp-20">Amazon.com</a> has listed Western Digital Scorpio 2.5" 320GB SATA HDD for the low price of $83.90, and since it ships from Amazon, and is over $25, it also qualifies for FREE super saver shipping.</p>
<p>You may be thinking, what would I need 320GB for?  Well, I upgraded to a 160GB HDD at the PS3 launch, and I only have 11GB left, so it's time to upgrade AGAIN.  My suggestion is to upgrade once, and make it BIG.  You do NOT want to upgrade twice like I have to.  The PS3, much like the PS2 and PSOne, will have a 10 year lifespan, so even if it may not seem it now, you WILL eventually need some extra storage on your PS3.</p>
<p>For an instructional video on <a href="http://www.youtube.com/watch?v=-B1mQ21XXLE">HOW TO</a> upgrade your PS3's HDD click <a href="http://www.youtube.com/watch?v=-B1mQ21XXLE">HERE</a>.</p>
<p><!--more--></p>
<p><span class="sociallinks">Add to: &#124; <a href="http://technorati.com/faves?add=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F" target="_blank">Technorati</a> &#124;  <a href="http://digg.com/submit?phase=2&#38;url=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F" target="_blank">Digg</a> &#124;  <a href="http://del.icio.us/post?url=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F;title=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21" target="_blank">del.icio.us</a> &#124;  <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21&#38;u=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F" target="_blank">Yahoo</a> &#124;  <a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&#38;Url=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F&#38;Title=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21" target="_blank">BlinkList</a> &#124;  <a href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F&#38;title=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21" target="_blank">Spurl</a> &#124;  <a href="http://reddit.com/submit?url=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F&#38;title=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21" target="_blank">reddit</a> &#124;   <a href="http://www.furl.net/storeIt.jsp?t=Bulk%20up%20your%20PS3%21%20%20320GB%20HDD%20for%20cheap%21&#38;u=http%3A%2F%2Fplaystationlifestyle%2Enet%2F2008%2F10%2F08%2Fbulk%2Dup%2Dyour%2Dps3%2D320gb%2Dhdd%2Dfor%2Dcheap%2F" target="_blank">Furl</a> &#124; </span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Official Gmail Blog: New in Labs: Stop sending mail you later regret]]></title>
<link>http://blog.wolffmyren.com/2008/10/07/official-gmail-blog-new-in-labs-stop-sending-mail-you-later-regret/</link>
<pubDate>Wed, 08 Oct 2008 01:43:28 +0000</pubDate>
<dc:creator>willwm</dc:creator>
<guid>http://blog.wolffmyren.com/2008/10/07/official-gmail-blog-new-in-labs-stop-sending-mail-you-later-regret/</guid>
<description><![CDATA[
Sometimes I send messages I shouldn&#8217;t send. Like the time I told that girl I had a crush on h]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" src="http://willwm.files.wordpress.com/2008/10/mail_goggles.png" alt="" /></p>
<p>Sometimes I send messages I shouldn't send. Like the time I told that girl I had a crush on her over text message. Or the time I sent that late night email to my ex-girlfriend that we should get back together. Gmail can't always prevent you from sending messages you might later regret, but today we're launching a new Labs feature I wrote called Mail Goggles which may help.</p>
<p>When you enable Mail Goggles, it will check that you're really sure you want to send that late night Friday email. And what better way to check than by making you solve a few simple math problems after you click send to verify you're in the right state of mind?</p>
<p><a href="http://gmailblog.blogspot.com/2008/10/new-in-labs-stop-sending-mail-you-later.html#">Official Gmail Blog: New in Labs: Stop sending mail you later regret</a></p>
]]></content:encoded>
</item>

</channel>
</rss>
