<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>The State of Affairs</title> <link>http://stateofaffairs.info</link> <description /> <lastBuildDate>Sat, 24 Jul 2010 13:51:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator>  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thestateofaffairs" /><feedburner:info uri="thestateofaffairs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://stateofaffairs.info</link><url>http://stateofaffairs.info/Images/soa-gravatar.png</url><title>The State of Affairs</title></image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId>thestateofaffairs</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Amazon S3 vs Google Storage vs VPS Speed Test</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/82Lt-FiCsus/</link> <comments>http://stateofaffairs.info/archive/amazon-s3-google-storage-speed/#comments</comments> <pubDate>Mon, 05 Jul 2010 21:48:36 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[amazon cloudfront]]></category> <category><![CDATA[amazon s3]]></category> <category><![CDATA[amazon s3 speed test]]></category> <category><![CDATA[amazon s3 vs google storage]]></category> <category><![CDATA[cloudfront vs google storage]]></category> <category><![CDATA[google storage]]></category> <category><![CDATA[google storage for developers]]></category> <category><![CDATA[google storage speed test]]></category> <category><![CDATA[vps speed test]]></category> <category><![CDATA[vps vs amazon s3]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3566</guid> <description><![CDATA[Google Storage for Developers is a new cloud based storage service that is currently open to a limited number of developers in the US. With Google Storage, Google is now a direct competitor to Amazon&#8217;s family of Cloud based web solutions, such as Amazon S3 and Amazon CloudFront. Well I just received my invite for [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>Google Storage for Developers is a new cloud based storage service that is currently open to a limited number of developers in the US. With Google Storage, Google is now a direct competitor to Amazon&#8217;s family of Cloud based web solutions, such as Amazon S3 and Amazon CloudFront. Well I just received my invite for Google Storage for Developers and my first order of business was too test Google Storage&#8217;s speed vs Amazon&#8217;s S3 speed and my VPS&#8217;s speed (added Amazon CloudFront Speeds).</p><p>I have been using Amazon&#8217;s S3 and CloudFront service to serve static image files for the past 6 months and have been very happy with their speed and reliability. I also recently switch from a shared web hosting solution to an unmanaged VPS hosting service and wanted to see if my LAMP VPS server would be faster than Amazon S3.</p><p>I chose 3 images with varying sizes, 1 small (4.83k .png), 1 medium ( 389k .jpg) and 1 large (5.65mb .jpg) and loaded them up multiple times (no cache). Here are the speeds I ended up with. Note these test results are meant to be taken with a grain of salt. This is just an example of the speeds you will find with these types of services.</p><p>All speeds are averages.</p><div
class="plasticwarp"><h3>Small Sized Image &#8211; 4.83k .PNG</h3><p>Google Storage: 32ms<br
/> Amazon CloudFront: 32ms<br
/> Amazon S3: 47ms<br
/> LAMP VPS: 78ms</p><p>Winner(s): Google Storage For Developers and Amazon CloudFront<br
/> +15ms vs Amazon S3<br
/> +46ms vs LAMP VPS</p></div><div
class="plasticwarp"><h3>Medium Sized Image &#8211; 389k .JPG</h3><p>Google Storage: 270ms<br
/> Amazon CloudFront: 286ms<br
/> Amazon S3: 395ms<br
/> LAMP VPS: 753ms</p><p>Winner: Google Storage For Developers<br
/> +16ms vs Amazon CloudFront<br
/> +125ms vs Amazon S3<br
/> +483ms vs LAMP VPS</p></div><div
class="plasticwarp"><h3>Large Sized Image &#8211; 5.65mb .JPG</h3><p>Google Storage: 3.33s<br
/> Amazon CloudFront: 2.15s<br
/> Amazon S3: 3.03s<br
/> LAMP VPS: 4.35s</p><p>Winner: Amazon CloudFront<br
/> +880ms vs Amazon S3<br
/> +1180ms vs Google Storage<br
/> +1020ms vs Lamp VPS</p></div><p>The clear winners in the test were Google Storage For Developers and Amazon CloudFront, with my LAMP VPS in a distant fourth. Amazon S3 actually performed better then Google Storage with the large image file, but was slower then Google Storage in the small and medium size image test. One aspect of the test that I found very interesting is that my LAMP VPS was very consistent in it&#8217;s speeds where Google Storage, Amazon S3, and CloudFront were not. Nevertheless, this test does show that geography is a very important factor when serving image files on the web.</p><p>So what does this all prove? Something, but not everything. It does show that serving images from the cloud is a better solution then your LAMP VPS and also shows Amazon CloudFront is faster then Amazon S3 (to be expected). Perhaps a LEMP VPS would perform better, but that still does not address the problem with geography. I will be sticking with Amazon S3 and CloudFront for now, but may move to Google Storage in the future. If you are interested in trying out Amazon&#8217;s Cloud based services you can follow the link below. As of right now you will need to request an invite before trying Google Storage For Developers.</p><p><a
target="_blank" href="http://code.google.com/apis/storage/">Google Storage For Developers</a><br
/> <a
target="_blank" href="http://aws.amazon.com/">Amazon Web Services</a></p><p>Feel free to share any test you have done yourself if the comments section below.</p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/amazon+s3" class="ttags" target="_blank" rel="tag nofollow">amazon s3</a>, <a
href="http://technorati.com/tag/google+storage" class="ttags" target="_blank" rel="tag nofollow"> google storage</a>, <a
href="http://technorati.com/tag/google+storage+for+developers" class="ttags" target="_blank" rel="tag nofollow"> google storage for developers</a>, <a
href="http://technorati.com/tag/vps+vs+amazon+s3" class="ttags" target="_blank" rel="tag nofollow"> vps vs amazon s3</a>, <a
href="http://technorati.com/tag/amazon+s3+vs+google+storage" class="ttags" target="_blank" rel="tag nofollow"> amazon s3 vs google storage</a>, <a
href="http://technorati.com/tag/amazon+s3+speed+test" class="ttags" target="_blank" rel="tag nofollow"> amazon s3 speed test</a>, <a
href="http://technorati.com/tag/google+storage+speed+test" class="ttags" target="_blank" rel="tag nofollow"> google storage speed test</a>, <a
href="http://technorati.com/tag/vps+speed+test" class="ttags" target="_blank" rel="tag nofollow"> vps speed test</a>, <a
href="http://technorati.com/tag/amazon+cloudfront" class="ttags" target="_blank" rel="tag nofollow"> amazon cloudfront</a>, <a
href="http://technorati.com/tag/cloudfront+vs+google+storage" class="ttags" target="_blank" rel="tag nofollow"> cloudfront vs google storage</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=82Lt-FiCsus:xP9ANWJP-Vc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=82Lt-FiCsus:xP9ANWJP-Vc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=82Lt-FiCsus:xP9ANWJP-Vc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/82Lt-FiCsus" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/amazon-s3-google-storage-speed/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/amazon-s3-google-storage-speed/</feedburner:origLink></item> <item><title>Best Gaming Laptop for the Money (June 2010)</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/EysoP7yufls/</link> <comments>http://stateofaffairs.info/archive/gaming-laptop-june-2010/#comments</comments> <pubDate>Mon, 07 Jun 2010 12:50:27 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Tech Gadgets]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[2010]]></category> <category><![CDATA[affordable gaming notebook]]></category> <category><![CDATA[best 2010]]></category> <category><![CDATA[best gaming]]></category> <category><![CDATA[best gaming notebook 2010]]></category> <category><![CDATA[best laptop 2010]]></category> <category><![CDATA[cheap gaming laptop]]></category> <category><![CDATA[gaming]]></category> <category><![CDATA[gaming notebook]]></category> <category><![CDATA[gaming notebook review]]></category> <category><![CDATA[laptop]]></category> <category><![CDATA[laptop computer]]></category> <category><![CDATA[laptop for gaming]]></category> <category><![CDATA[laptop for under]]></category> <category><![CDATA[notebook]]></category> <category><![CDATA[notebook for price]]></category> <category><![CDATA[under 1000]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3506</guid> <description><![CDATA[It&#8217;s time for some more gaming laptop reviews. It&#8217;s been 6 months since the last set of reviews and I must say I am impressed with the options available right now. 6 months ago in January, it was hard to come up with a list of good deals. This was in part because of the [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>It&#8217;s time for some more gaming laptop reviews. It&#8217;s been 6 months since the last set of reviews and I must say I am impressed with the options available right now. 6 months ago in January, it was hard to come up with a list of good deals. This was in part because of the holiday season ending and a lack of new mobile graphics cards being released around that time. Luckily, ATI has released some great new cards that have created better competition with Nvidia&#8217;s aging recycled releases.</p><p>The baseline price starts off at <del
datetime="2010-07-23T18:40:21+00:00">$850</del> $680 for the budget recommendations below. I always strive to come up with a sub $800 recommendation, but if the performance can&#8217;t match the price, I simply can&#8217;t justify the review. The top end price is $1400, but is a definite extreme gaming notebook in a class of its own.</p><div
class="clearboth"></div><div
class="plasticwarp"><h3>Budget Gaming Notebook</h3><p></br></p><h4><del
datetime="2010-07-23T18:40:21+00:00">Gateway NV7901u</del></h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/06/gateway-nv7901u.jpg" alt="gateway nv7901u Best Gaming Laptop for the Money (June 2010)" title="gateway-nv7901u" width="225" height="156" class="alignnone size-full wp-image-3514" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; Intel Core i5 430M (2.26GHz)</li><li>Screen &#8211; 17.3&#8243;</li><li>Graphics Card &#8211; ATI Mobility Radeon HD 5650</li><li>Video Memory &#8211; 1GB DDR3 VRAM</li><li>Memory- 4GB DDR3</li><li>Hard Disk &#8211; 500GB 5400rmp SATA</li><li>Max Resolution &#8211; 1600 x 900</li></ul><div
class="clearboth"></div><p>The Gateway NV7901u comes equipped with the ATI Mobility Radeon HD 5650, which averages 29FPS on high and 42FPS on medium in Battlefield Bad Company 2. The HD 5650 is a DirectX 11 compatible card, but unfortunately probably won&#8217;t have the power to use the new DX 11 features in upcoming games. With that aside, the Mobility HD 5650 is still a powerful gaming laptop card and a great deal in a $850 laptop.</p><p>The Gateway NV7901u also comes with the new Intel Core i5 430M at 2.26GHz, 4GB of DDR3 ram, a large 17.3&#8243; screen, and a 500gb 5400rmp hard drive. With all of those features and the ATI Mobility Radeon HD 5650, this is definitely a great budget laptop.</p><p><a
href="http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html" rel="nofollow" target="_blank">Mobility Radeon HD 5650 Benchmarks</a> on notebookcheck.net</p><p>Street Price &#8211; $849.99<br
/> <del
datetime="2010-07-23T18:40:21+00:00">More info on the Gateway NV7901u</del> *No longer available</p><h3>Alternative Budget Gaming Notebook</h3><p></br><br
/> Two great alternatives to the Gateway NV7901u are the Aspire AS5551G-4591 and the HP Pavilion dv7-4060us. They both come equipped with the same ATI Mobility Radeon HD 5650, but come with slightly slower and older processors. If you&#8217;re on a budget, you can&#8217;t go wrong with either of these machines.</p><h4>Aspire AS5551G-4591</h4><p></br></p><ul
class="lap-features"><li>CPU Type &#8211; AMD Turion™ II X2 Dual-Core P520</li><li>Screen &#8211; 15.6&#8243;</li><li>Graphics Card &#8211; ATI Mobility Radeon HD 5650</li><li>Video Memory &#8211; 1GB DDR3 VRAM</li><li>Memory- 4GB DDR3</li><li>Hard Disk &#8211; 500GB 5400rmp SATA</li><li>Max Resolution &#8211; 1366 x 768</li></ul><div
class="clearboth"></div><p>Street Price &#8211; $679.99<br
/> <a
rel="nofollow" target="_blank" href="http://www.microcenter.com/single_product_results.phtml?product_id=0337842">More info on the Aspire AS5551G-4591</a></p><h4>HP Pavilion dv7-4060us</h4><p></br></p><ul
class="lap-features"><li>CPU Type &#8211; AMD Phenom™ II Triple-Core Mobile N830</li><li>Screen &#8211; 17.3&#8243;</li><li>Graphics Card &#8211; ATI Mobility Radeon HD 5650</li><li>Video Memory &#8211; 1GB DDR3 VRAM</li><li>Memory- 4GB DDR3</li><li>Hard Disk &#8211; 500GB 7200rmp SATA</li><li>Max Resolution &#8211; 1600 x 900</li></ul><div
class="clearboth"></div><p>Street Price &#8211; $849.99 ($799.99 after rebate)<br
/> <a
rel="nofollow" target="_blank" href="http://www.microcenter.com/single_product_results.phtml?product_id=0336424">More info on the HP Pavilion dv7-4060us</a></div><div
class="plasticwarp"><h3>Recommended Gaming Notebook</h3><p></br></p><h4>Gateway P-7908u FX Edition</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/P-7908u-225x168.jpg" alt="P 7908u 225x168 Best Gaming Laptop for the Money (June 2010)" title="P-7908u" width="225" height="168" class="alignnone size-medium wp-image-3237" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; Intel Core 2 Duo P8700 2.53G</li><li>Screen &#8211; 17&#8243; WXGA+</li><li>Graphics Card &#8211; NVIDIA GeForce GTX 260M</li><li>Video Memory &#8211; 1GB GDDR3</li><li>Memory- 4GB DDR3 1066</li><li>Hard Disk &#8211; 500GB SATA 5400rpm</li><li>Max Resolution &#8211; 1440 x 900</li></ul><div
class="clearboth"></div><p>The Gateway P-7908u is the same exact laptop I recommended in January of this year. Even though it&#8217;s been 6 months since I first recommended it, it&#8217;s still a killer laptop and still a great deal at $950. The one big downfall to this laptop is that the max resolution is limited to 1440&#215;900. To me this wouldn&#8217;t be a deal breaker, but for some this may be an issue.</p><p>It still comes with the NVIDIA GeForce GTX 260M, which is actually a bit faster then the GTS 360M in my next recommendation below. The next recommendation below is $150 more, but makes up for it with other great features.</p><p><a
href="http://www.notebookcheck.net/NVIDIA-GeForce-GTX-260M.14559.0.html" rel="nofollow" target="_blank">NVIDIA GeForce GTX 260M Benchmarks</a> on notebookcheck.net</p><p>Street Price &#8211; $949.99<br
/> <a
rel="nofollow" target="_blank" href="http://www.amazon.com/Gateway-P-7908u-FX-17-Inch-Laptop/dp/tech-data/B002QPWBY0/ref=de_a_smtd?ie=UTF8&#038;m=A9B09ZK9BZJQ6">More info on the Gateway P-7908u</a></div><div
class="plasticwarp"><h3>Hi-End Recommended Gaming Notebook</h3><p></br></p><h4>TOSHIBA Qosmio X505-Q860</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/06/qosmio-x505.jpg" alt="qosmio x505 Best Gaming Laptop for the Money (June 2010)" title="qosmio-x505" width="225" height="153" class="alignnone size-full wp-image-3515" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; Intel Core i5 430M (2.26GHz)</li><li>Screen &#8211; 18.4&#8243;</li><li>Graphics Card &#8211; NVIDIA GeForce GTS 360M</li><li>Video Memory &#8211; 1GB GDDR5</li><li>Memory- 4GB DDR3 1066</li><li>Hard Disk &#8211; 500GB SATA 7200rpm</li><li>Max Resolution &#8211; 1680 x 945</li></ul><p></br></p><div
class="clearboth"></div><p>The TOSHIBA Qosmio X505-Q860 comes with a NVIDIA GeForce GTS 360M with 1GB of GDDR5 and beefy hardware to match. As I noted in my recommended gaming laptop above, the GTS 360M is a touch slower than the older GTX 260M, but this laptop comes with newer hardware to match the newer graphics card.</p><p>It comes with the new Intel Core i5 430M, 4GB of DDR3 ram, a 7200RPM 500GB hard drive and a massive 18.4&#8243; screen @ 1680&#215;945. The newer processor, faster hard drive, and larger screen with a higher max resolution can easily justify the extra $150 if you have it.</p><p><a
href="http://www.notebookcheck.net/NVIDIA-GeForce-GTS-360M.24058.0.html" rel="nofollow" target="_blank">GeForce GTS 360M Benchmarks</a> on notebookcheck.net</p><p>Alternatively you may be interested in <a
href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834220700" rel="nofollow" target="_blank">ASUS G Series G51JX-X1 NoteBook</a> for $1199.99. It also has the GTS 360m but comes with a Intel Core i7 720QM processor and a 15.6&#8243; screen which is definitely more portable than a 18.4&#8243; screen.</p><p>Street Price &#8211; $1099.99<br
/> <a
rel="nofollow" target="_blank" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834114796">More info on the TOSHIBA Qosmio X505-Q860u</a></div><div
class="plasticwarp"><h3>Extreme Gaming Notebook</h3><p></br></p><h4>MSI GX740-079US</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/06/msi-g740.jpg" alt="msi g740 Best Gaming Laptop for the Money (June 2010)" title="msi-g740" width="225" height="166" class="alignnone size-full wp-image-3516" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; Intel Core i7 720QM (1.60GHz)</li><li>Screen &#8211; 17&#8243; Wide SXGA+</li><li>Graphics Card &#8211; ATI Mobility Radeon HD 5870</li><li>Video Memory &#8211; 1GB DDR5</li><li>Memory- 4GB DDR3</li><li>Hard Disk &#8211; 500GB SATA 7200rpm</li><li>Max Resolution &#8211; 1680 x 1050</li></ul><p></br></p><div
class="clearboth"></div><p>The MSI GX740-079US pretty much speaks for itself. A fast Core i7 720QM, a blazing Mobility Radeon HD 5870, gigabit lan, wireless N, and bluetooth. You get the picture.</p><p>If you have the money, it&#8217;s a awesome laptop for the price.</p><p><a
href="http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5870.23073.0.html" rel="nofollow" target="_blank">ATI Mobility Radeon HD 5870 Benchmarks</a> on notebookcheck.net</p><p>Street Price &#8211; $1399.99<br
/> <a
rel="nofollow" target="_blank" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834152192">More info on the MSI GX740-079US</a></div><p><em><strong>Disclaimer:</strong> The State of Affairs received no direct compensation for writing this article and is in no way directly affiliated with Gateway, Toshiba, ASUS, MSI or Newegg.com.</em></p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/best+gaming" class="ttags" target="_blank" rel="tag nofollow">best gaming</a>, <a
href="http://technorati.com/tag/gaming" class="ttags" target="_blank" rel="tag nofollow"> gaming</a>, <a
href="http://technorati.com/tag/laptop" class="ttags" target="_blank" rel="tag nofollow"> laptop</a>, <a
href="http://technorati.com/tag/notebook" class="ttags" target="_blank" rel="tag nofollow"> notebook</a>, <a
href="http://technorati.com/tag/gaming+notebook" class="ttags" target="_blank" rel="tag nofollow"> gaming notebook</a>, <a
href="http://technorati.com/tag/2010" class="ttags" target="_blank" rel="tag nofollow"> 2010</a>, <a
href="http://technorati.com/tag/best+2010" class="ttags" target="_blank" rel="tag nofollow"> best 2010</a>, <a
href="http://technorati.com/tag/best+laptop+2010" class="ttags" target="_blank" rel="tag nofollow"> best laptop 2010</a>, <a
href="http://technorati.com/tag/best+gaming+notebook+2010" class="ttags" target="_blank" rel="tag nofollow"> best gaming notebook 2010</a>, <a
href="http://technorati.com/tag/laptop+computer" class="ttags" target="_blank" rel="tag nofollow"> laptop computer</a>, <a
href="http://technorati.com/tag/laptop+for+gaming" class="ttags" target="_blank" rel="tag nofollow"> laptop for gaming</a>, <a
href="http://technorati.com/tag/gaming+notebook+review" class="ttags" target="_blank" rel="tag nofollow"> gaming notebook review</a>, <a
href="http://technorati.com/tag/laptop+for+under" class="ttags" target="_blank" rel="tag nofollow"> laptop for under</a>, <a
href="http://technorati.com/tag/under+1000" class="ttags" target="_blank" rel="tag nofollow"> under 1000</a>, <a
href="http://technorati.com/tag/affordable+gaming+notebook" class="ttags" target="_blank" rel="tag nofollow"> affordable gaming notebook</a>, <a
href="http://technorati.com/tag/notebook+for+price" class="ttags" target="_blank" rel="tag nofollow"> notebook for price</a>, <a
href="http://technorati.com/tag/cheap+gaming+laptop" class="ttags" target="_blank" rel="tag nofollow"> cheap gaming laptop</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=EysoP7yufls:c71YwpoAZY0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=EysoP7yufls:c71YwpoAZY0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EysoP7yufls:c71YwpoAZY0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/EysoP7yufls" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/gaming-laptop-june-2010/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/gaming-laptop-june-2010/</feedburner:origLink></item> <item><title>Set Google SSL Search as Default in Chrome</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/vfHh6FWbva8/</link> <comments>http://stateofaffairs.info/archive/google-ssl-search-chrome/#comments</comments> <pubDate>Sun, 23 May 2010 02:28:23 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Web News]]></category> <category><![CDATA[chrome search]]></category> <category><![CDATA[chrome search tutorial]]></category> <category><![CDATA[chrome tutorial]]></category> <category><![CDATA[default search]]></category> <category><![CDATA[default search chrome]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google beta]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google ssl]]></category> <category><![CDATA[google ssl search]]></category> <category><![CDATA[google ssl search beta]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[ssl search beta]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3466</guid> <description><![CDATA[Google has made yet another big announcement this week with the release of Google SSL Search Beta. This addition to Googleâ€™s lineup makes a big step forward in enhancing privacy while searching for content on the web. ]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>Google has made yet another big announcement this week with the release of Google SSL Search Beta. This addition to Google&#8217;s lineup makes a big step forward in enhancing privacy while searching for content on the web.</p><p>Right now, if you are searching on Yahoo or the standard Google web search, your search terms are not encrypted. This means, if a hacker had access to the network you are using (your home or local coffee shop for example) they would be able to see, in plain text, what you were searching for.</p><p>Google SSL Search Beta takes the next step and encrypts the search data, so hackers won&#8217;t have access to it.</p><p>Think of SSL encryption as this. If I was sending you a message in mores code, I would send you a series of short and long beeps. If I used SSL encryption, my message would be rearranged and jumbled to a point where nobody would be able to understand it, except you and me.</p><h2>How to use Google SSL Beta as the default search in Google Chrome</h2><p>The first thing you may want to do is ensure all of your searches are made using Google SSL Search in Google Chrome. To do this we will create a new search engine in Chrome and set it as our default.</p><ol><li>In chrome, click the wrench icon in the upper right corner and look for the <strong>Options</strong> selection.</li><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-1.png"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-1-500x302.png" alt="default search chrome 1 500x302 Set Google SSL Search as Default in Chrome" title="default-search-chrome-1" width="500" height="302" class="alignnone size-large wp-image-3475" /></a></p><div
style="clear:both;"></div><li>In the new window that opens, look towards the bottom for <strong>Default Search</strong> and click on the <strong>Manage</strong> button</li><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-2.png"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-2-500x303.png" alt="default search chrome 2 500x303 Set Google SSL Search as Default in Chrome" title="default-search-chrome-2" width="500" height="303" class="alignnone size-large wp-image-3476" /></a></p><div
style="clear:both;"></div><li>Next you will see a screen that shows all of your available search engines. Some of these are from sites you have visited in the past.<br
/> Off to the right, click <strong>Add&#8230;</strong></li><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-3.png"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-3-500x303.png" alt="default search chrome 3 500x303 Set Google SSL Search as Default in Chrome" title="default-search-chrome-3" width="500" height="303" class="alignnone size-large wp-image-3478" /></a></p><div
style="clear:both;"></div><li>The first option is name and can be anything you would like to call it, the second option is keyword and can also be anything you would like, as long as it is unique from your other search engines, and the third text area is URL which should be copied from below. Here is what I used</li><p><strong>Name:</strong> Google SSH</p><p><strong>Keyword:</strong> google</p><p><strong>URL:</strong> https://www.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&#038;ie={inputEncoding}&#038;q=%s<br
/> <a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-4.png"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-4-500x304.png" alt="default search chrome 4 500x304 Set Google SSL Search as Default in Chrome" title="default-search-chrome-4" width="500" height="304" class="alignnone size-large wp-image-3480" /></a></p><div
style="clear:both;"></div><li>After clicking <strong>Ok</strong> to confirm your new search engine, select it from your list and click the button on the right called <strong>Make Default</strong></li><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-5.png"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/default-search-chrome-5-500x303.png" alt="default search chrome 5 500x303 Set Google SSL Search as Default in Chrome" title="default-search-chrome-5" width="500" height="303" class="alignnone size-large wp-image-3481" /></a></p><div
style="clear:both;"></div><li>Done!</li></ol><p>Now all of your search&#8217;s in Google Chrome will be secured with 128bit encryption. There are a couple of caveats right now with Google SSL Beta. First off, SSL can reduce load times, but should be marginal as Google is so fast already and secondly, only your standard web queries will be encrypted at the moment. If the future Google image search and news, for example, will also have the option to be encrypted.</p><p>Hence the beta tag.</p><p>For more info on Google&#8217;s SSL Search, check out the <a
target="_blank" href="http://www.google.com/support/websearch/bin/answer.py?answer=173733&#038;hl=en">SSL search help page</a>.</p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/google" class="ttags" target="_blank" rel="tag nofollow">google</a>, <a
href="http://technorati.com/tag/google+chrome" class="ttags" target="_blank" rel="tag nofollow"> google chrome</a>, <a
href="http://technorati.com/tag/chrome+search" class="ttags" target="_blank" rel="tag nofollow"> chrome search</a>, <a
href="http://technorati.com/tag/google+ssl" class="ttags" target="_blank" rel="tag nofollow"> google ssl</a>, <a
href="http://technorati.com/tag/google+ssl+search" class="ttags" target="_blank" rel="tag nofollow"> google ssl search</a>, <a
href="http://technorati.com/tag/ssl+search+beta" class="ttags" target="_blank" rel="tag nofollow"> ssl search beta</a>, <a
href="http://technorati.com/tag/google+ssl+search+beta" class="ttags" target="_blank" rel="tag nofollow"> google ssl search beta</a>, <a
href="http://technorati.com/tag/google+beta" class="ttags" target="_blank" rel="tag nofollow"> google beta</a>, <a
href="http://technorati.com/tag/default+search+chrome" class="ttags" target="_blank" rel="tag nofollow"> default search chrome</a>, <a
href="http://technorati.com/tag/default+search" class="ttags" target="_blank" rel="tag nofollow"> default search</a>, <a
href="http://technorati.com/tag/chrome+tutorial" class="ttags" target="_blank" rel="tag nofollow"> chrome tutorial</a>, <a
href="http://technorati.com/tag/chrome+search+tutorial" class="ttags" target="_blank" rel="tag nofollow"> chrome search tutorial</a>, <a
href="http://technorati.com/tag/how+to" class="ttags" target="_blank" rel="tag nofollow"> how to </a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=vfHh6FWbva8:pqY4dnMhMgk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=vfHh6FWbva8:pqY4dnMhMgk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=vfHh6FWbva8:pqY4dnMhMgk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/vfHh6FWbva8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/google-ssl-search-chrome/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/google-ssl-search-chrome/</feedburner:origLink></item> <item><title>Analyze Your Sleep Cycle With The WakeMate</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/P42-I09tNO4/</link> <comments>http://stateofaffairs.info/archive/analyze-sleep-cycle-wakemate/#comments</comments> <pubDate>Fri, 14 May 2010 18:42:10 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Tech Gadgets]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[actigraphy]]></category> <category><![CDATA[analyze sleep]]></category> <category><![CDATA[analyze sleep cycles]]></category> <category><![CDATA[analyze sleep patterns]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[restful sleep]]></category> <category><![CDATA[sleep cycles]]></category> <category><![CDATA[sleep research]]></category> <category><![CDATA[sleep solutions]]></category> <category><![CDATA[sleep stages]]></category> <category><![CDATA[sleep test]]></category> <category><![CDATA[sleeping better]]></category> <category><![CDATA[wakemate]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3334</guid> <description><![CDATA[The science of sleep is a fascinating subject that obviously, we can all relate too. Why do we wake up feeling exhausted sometimes and completely rested other times, regardless of how long we sleep? Do we transition from each sleep cycle seamlessly or do we waver from different &#8220;levels&#8221; of sleep during the night? These [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>The science of sleep is a fascinating subject that obviously, we can all relate too. Why do we wake up feeling exhausted sometimes and completely rested other times, regardless of how long we sleep? Do we transition from each sleep cycle seamlessly or do we waver from different &#8220;levels&#8221; of sleep during the night? These are the questions that I had and they are what lead me too this amazingly cool and scientifically fascinating device called the WakeMate.</p><h2>What The WakeMate Is And What It Isn&#8217;t</h2><p></br><br
/> <img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/wakemate-150x150.jpg" alt="wakemate 150x150 Analyze Your Sleep Cycle With The WakeMate" title="wakemate" width="150" height="150" class="alignnone size-thumbnail wp-image-3449" />In the most basic sense, the WakeMate is a alarm clock, but more precisely, it&#8217;s a alarm clock that learns your sleep patterns and intelligently chooses when to wake you. While you sleep, the WakeMate monitors you movement through a sensor that attaches to wrist. This method is known as <a
rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Actigraphy">actigraphy</a> and has been used by doctors and scientist for many years in the study of analyzing sleep.</p><p>Here are the basic steps in using the WakeMate</p><ol><li>Slide the WakeMate around your wrist (like a wrist band)</li><li>Set the WakeMake alarm clock application on your smart phone</li><li>Sleep!</li></ol><p>The WakeMate will then analyze you sleep pattern and will wake you at the optimal time during your 20 minute &#8220;wake up time&#8221; window. The fact is we don&#8217;t fall asleep and stay asleep at the same depth during the entire night, in fact there are many points during the night when we are sort of half-asleep. What the WakeMate does is trigger your alarm during one of those half-awake moments, thereby saving you from being woken during the deepest parts of your 20 minute wake up window.</p><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/sleep-data-500x130.png" alt="sleep data 500x130 Analyze Your Sleep Cycle With The WakeMate" title="sleep-data" width="500" height="130" class="alignnone size-large wp-image-3450" /></p><p>Very cool indeed.</p><p>I don&#8217;t personally own one, so I can not speak from a user standpoint, but the science behind the process of using a actigraph is very sound. Traditionally you would go to a doctor who would then provide you with a actigraph unit to take home. After gathering some data at home, you would take the unit back to the doctor who would then analyze the data and give you more insight into your sleep patters. That same data can now be complied at home, without needing a doctors assistance.</p><p>Now, the WakeMate does not provide the same amount of information that a polysomnogram would. Polysomnography monitors many parts of the body while you sleep such as your brain waves, rapid eye movement, and heart rhythm. It&#8217;s a very involved and complex test that is usually used for patients with specific sleep disorders. A actigraph is a much more realistic means of monitoring our sleep cycle and circadian rhythm&#8217;s personally, yet effectively.</p><p>The WakeMate is only available for pre-order right now, but it should be shipping by September later this year according to their website. If you&#8217;re looking to get a better nights sleep and have something really interesting to talk about at work, check out the <a
rel="nofollow" target="_blank" href="http://wakemate.com/">WakeMate website</a> for more info.</p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/wakemate" class="ttags" target="_blank" rel="tag nofollow">wakemate</a>, <a
href="http://technorati.com/tag/analyze+sleep" class="ttags" target="_blank" rel="tag nofollow"> analyze sleep</a>, <a
href="http://technorati.com/tag/analyze+sleep+patterns" class="ttags" target="_blank" rel="tag nofollow"> analyze sleep patterns</a>, <a
href="http://technorati.com/tag/analyze+sleep+cycles" class="ttags" target="_blank" rel="tag nofollow"> analyze sleep cycles</a>, <a
href="http://technorati.com/tag/actigraphy" class="ttags" target="_blank" rel="tag nofollow"> actigraphy</a>, <a
href="http://technorati.com/tag/how-to" class="ttags" target="_blank" rel="tag nofollow"> how-to</a>, <a
href="http://technorati.com/tag/sleep+test" class="ttags" target="_blank" rel="tag nofollow"> sleep test</a>, <a
href="http://technorati.com/tag/sleep+research" class="ttags" target="_blank" rel="tag nofollow"> sleep research</a>, <a
href="http://technorati.com/tag/sleep+stages" class="ttags" target="_blank" rel="tag nofollow"> sleep stages</a>, <a
href="http://technorati.com/tag/sleep+cycles" class="ttags" target="_blank" rel="tag nofollow"> sleep cycles</a>, <a
href="http://technorati.com/tag/sleep+solutions" class="ttags" target="_blank" rel="tag nofollow"> sleep solutions</a>, <a
href="http://technorati.com/tag/sleeping+better" class="ttags" target="_blank" rel="tag nofollow"> sleeping better</a>, <a
href="http://technorati.com/tag/restful+sleep" class="ttags" target="_blank" rel="tag nofollow"> restful sleep</a></p><p><strong>Disclaimer:</strong><em> The State of Affairs received no direct compensation for writing this article and is in no way directly affiliated with the creators of the WakeMate, we simply thought it was a cool idea. Also, we are not doctors and don&#8217;t pretend to be, so if you feel you have a serious sleep condition, consult your physician. </em></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=P42-I09tNO4:R4baDBEuJkg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=P42-I09tNO4:R4baDBEuJkg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=P42-I09tNO4:R4baDBEuJkg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/P42-I09tNO4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/analyze-sleep-cycle-wakemate/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/analyze-sleep-cycle-wakemate/</feedburner:origLink></item> <item><title>Yahoo Ad Attacks Google By Pretending It’s Google</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/SQbYGIP1t-c/</link> <comments>http://stateofaffairs.info/archive/yahoo-ad-attacks-google/#comments</comments> <pubDate>Thu, 06 May 2010 12:10:33 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Opinion Articles]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google seach]]></category> <category><![CDATA[yahoo]]></category> <category><![CDATA[yahoo ad]]></category> <category><![CDATA[yahoo ad google]]></category> <category><![CDATA[yahoo against google]]></category> <category><![CDATA[yahoo search]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3410</guid> <description><![CDATA[Yahoo&#8217;s new ad is bright, ear catching, and filled with positive thoughts. The one thing it isn&#8217;t though, is realistic. In the new ad, Yahoo states that their homepage is all about you. It&#8217;s your sports, your news, and your entertainment all rolled into one! Disclaimer: I admit, before writing this, I had not used [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>Yahoo&#8217;s new ad is bright, ear catching, and filled with positive thoughts. The one thing it isn&#8217;t though, is realistic. In the new ad, Yahoo states that their homepage is all about you. It&#8217;s your sports, your news, and your entertainment all rolled into one!</p><p>Disclaimer: I admit, before writing this, I had not used Yahoo&#8217;s Search in over 5 years. Therefore to be fair, I signed up for a Yahoo username to &#8220;experience&#8221; the new Yahoo of today.</p><p>After signing up, here is the Yahoo homepage I was greeted with. This is a random page and the first one that loaded for me. It&#8217;s an example only.</p><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-homepage.jpg"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-homepage-225x255.jpg" alt="yahoo homepage 225x255 Yahoo Ad Attacks Google By Pretending Its Google" title="yahoo-homepage" width="225" height="255" class="aligncenter size-medium wp-image-3411" /></a></p><p>Wow, I have to look at all of this just to search for bread recipes?</p><p>Not only is this information completely unnecessary for my goal of finding bread recipes, it&#8217;s actually the complete opposite of what Yahoo claims to be in their new ad.</p><p>We will start with exhibit A and only focus on Yahoo&#8217;s and Google&#8217;s Search homepage.</p><div
style="clear:both;"></div><div
class="plasticwarp"><h3>My Sports</h3><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-mysports.jpg" alt="yahoo mysports Yahoo Ad Attacks Google By Pretending Its Google" title="yahoo-mysports" width="225" height="213" class="aligncenter size-full wp-image-3418" /></p><p>According to Yahoo, these two sports articles cover all of &#8220;My Sports&#8221; needs. I am not a huge sport nut, I do follow soccer quite a bit, but I don&#8217;t follow baseball or golf one bit.</p><p>These articles are worthless too me. I don&#8217;t want to see them, but I have no choice if I want to find a soccer forum on Yahoo&#8217;s Search Homepage.</p><p>I did find a link called &#8220;soccer&#8221; that takes me to a general Yahoo sports page about soccer. While the page gives a good general overview of soccer news around the world, it doesn&#8217;t provide me with all of the latest Seattle Sounders news or even just MLS news, which is all I really wanted anyways.</p><div
style="clear:both;"></div><h4>Yahoo claims, Google Delivers</h4><p>Here is a better option to get &#8220;Your Sports&#8221;. Go to Google&#8217;s Homepage, log in, and then click on &#8220;News&#8221; up at the top. Next, off to the top right click, &#8220;Add Section&#8221;. Now, either search for your favorite sports team or create a custom personalized section for you team. Now you can get all of the sports news you want and none of the sports news you don&#8217;t want.</p></div><div
class="plasticwarp"><h3>My News</h3><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-mynews.jpg"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-mynews-225x186.jpg" alt="yahoo mynews 225x186 Yahoo Ad Attacks Google By Pretending Its Google" title="yahoo-mynews" width="225" height="186" class="alignnone size-medium wp-image-3433" /></a></p><p>I do have to give a little bit of credit to Yahoo for taking my geolocation and providing me with some local news stories from the Seattle Times and the Seattle Pi, but that is where my praise ends.</p><p>My first question, what is all of this finance rubbish? Why does Yahoo assume that I want a specific section on finance? Do I care that the DOW is down 0.54%?</p><p>You wouldn&#8217;t even need the Yahoo sponsored stock search on Google. You can type any stock symbol right into Google Search and get instant realtime results. Once again, &#8220;My News&#8221;, is nowhere to be found.</p><div
style="clear:both;"></div><h4>Yahoo claims, Google Delivers</h4><p>Just go to Google&#8217;s homepage and click on &#8220;News&#8221; at the top. It&#8217;s more organized and incredibly more comprehensive then what you will see on Yahoo&#8217;s homepage.</p></div><div
class="plasticwarp"><h3>My Entertainment</h3><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-myent.jpg"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/05/yahoo-myent-225x213.jpg" alt="yahoo myent 225x213 Yahoo Ad Attacks Google By Pretending Its Google" title="yahoo-myent" width="225" height="213" class="alignnone size-medium wp-image-3439" /></a></p><p>I don&#8217;t need a lesson on what type of language to use in different social situations and I really don&#8217;t want to have to hear another story about Justin Bieber.</p><p>Does Yahoo assume I am a 13 year old boy or girl?</p><div
style="clear:both;"></div><h4>Yahoo claims, Google Delivers</h4><p>Just go to Google News already!</p></div><p>What really separates Yahoo&#8217;s Search Page and Google&#8217;s Search page apart is their focus. Yahoo tries to make a simple search a &#8220;experience&#8221;, while Google makes it a simple search. Attempting to appeal to every person in this world with one handful of random popular topics is actually counter productive. In the end Yahoo&#8217;s attempt at mass appeal ends up being, mass disillusionment.</p><p>Here is the ad from Yahoo. To me the ad is a absolute hypocrisy, but as always, think for yourself and if you wish, post your thoughts in the comment section below.</p><p><object
id="wsj_fp" width="512" height="363"><param
name="movie" value="http://s.wsj.net/media/swf/main.swf"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><param
name="flashvars" value="videoGUID={08FE09BB-97F4-42AD-A908-1706A27B4C16}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/"name="flashPlayer"></param><embed
src="http://s.wsj.net/media/swf/main.swf" bgcolor="#FFFFFF"flashVars="videoGUID={08FE09BB-97F4-42AD-A908-1706A27B4C16}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/" name="flashPlayer" width="512" height="363" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/google" class="ttags" target="_blank" rel="tag nofollow">google</a>, <a
href="http://technorati.com/tag/yahoo" class="ttags" target="_blank" rel="tag nofollow"> yahoo</a>, <a
href="http://technorati.com/tag/yahoo+ad+google" class="ttags" target="_blank" rel="tag nofollow"> yahoo ad google</a>, <a
href="http://technorati.com/tag/yahoo+ad" class="ttags" target="_blank" rel="tag nofollow"> yahoo ad</a>, <a
href="http://technorati.com/tag/yahoo+against+google" class="ttags" target="_blank" rel="tag nofollow"> yahoo against google</a>, <a
href="http://technorati.com/tag/yahoo+search" class="ttags" target="_blank" rel="tag nofollow"> yahoo search</a>, <a
href="http://technorati.com/tag/google+seach" class="ttags" target="_blank" rel="tag nofollow"> google seach</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=SQbYGIP1t-c:9A5z9ZcKTTs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=SQbYGIP1t-c:9A5z9ZcKTTs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=SQbYGIP1t-c:9A5z9ZcKTTs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/SQbYGIP1t-c" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/yahoo-ad-attacks-google/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/yahoo-ad-attacks-google/</feedburner:origLink></item> <item><title>Glenn Greenwald Videos on Terrorism and Health Care</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/EWLcvv2VmKg/</link> <comments>http://stateofaffairs.info/archive/glenn-greenwald-videos/#comments</comments> <pubDate>Fri, 26 Feb 2010 06:34:11 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Important People]]></category> <category><![CDATA[News]]></category> <category><![CDATA[congress]]></category> <category><![CDATA[democracynow]]></category> <category><![CDATA[glenn greenwald]]></category> <category><![CDATA[glenn greenwald blog]]></category> <category><![CDATA[glenn greenwald interview]]></category> <category><![CDATA[glenn greenwald videos]]></category> <category><![CDATA[glenn salon.com]]></category> <category><![CDATA[health care]]></category> <category><![CDATA[news]]></category> <category><![CDATA[salon.com]]></category> <category><![CDATA[video]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3370</guid> <description><![CDATA[Glenn Greedwald previously was a constitutional law attorney in the US, he now spends his time as an author and a full-time blogger on Salon.com. If you&#8217;re looking for a sober, concise, and rational approach to today&#8217;s issues, such as terrorism and the health care debacle, you need look no further then Glenn&#8217;s writings on [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>Glenn Greedwald previously was a constitutional law attorney in the US, he now spends his time as an author and a full-time blogger on Salon.com. If you&#8217;re looking for a sober, concise, and rational approach to today&#8217;s issues, such as terrorism and the health care debacle, you need look no further then <a
target="_blank" href="http://www.salon.com/news/opinion/glenn_greenwald/index.html">Glenn&#8217;s writings on Salon.com</a>.</p><p>I have read Glenn&#8217;s writings on Salon.com for about 4 months now and must say he is probably one of the most logical and intelligent thinkers on the internet . He&#8217;s currently doing a speaking tour and has been on The Rachel Maddow Show, <a
target="_blank" href="http://democracynow.org">Democracynow</a>, and Dylan Ratigan&#8217;s show. I highly recommend checking out these videos as well as Glenn&#8217;s writings on Salon.com.</p><h3>Glenn Greedwald on The Rachel Maddow Show</h3><p><object
width="420" height="245" id="msnbc3ef6cc" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"><param
name="movie" value="http://www.msnbc.msn.com/id/32545640"><param
name="FlashVars" value="launch=35573770&#038;width=420&#038;height=245"><param
name="allowScriptAccess" value="always" /><param
name="allowFullScreen" value="true" /><param
name="wmode" value="opaque" /><embed
name="msnbc3ef6cc" src="http://www.msnbc.msn.com/id/32545640" width="420" height="245" FlashVars="launch=35573770&#038;width=420&#038;height=245" allowscriptaccess="always" allowFullScreen="true" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p><div
style="height:50px;width:200px;"></div><h3>Glenn Greedwald on Democracynow</h3><p><script type="text/javascript" src="http://www.democracynow.org/embed_show_v1/460/2010/2/25/segment/2"></script></p><div
style="height:75px;width:200px;"></div><h3>Glenn Greedwald on Dylan Ratigan&#8217;s show</h3><p><object
width="480" height="385"><param
name="movie" value="http://www.youtube-nocookie.com/v/n7pGpOB5u9E&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube-nocookie.com/v/n7pGpOB5u9E&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p><div
style="height:50px;width:200px;"></div><h3>Glenn Greedwald on MSNBC&#8217;s Morning Joe</h3><p><object
width="420" height="245" id="msnbc7acbd1"><param
name="movie" value="http://www.msnbc.msn.com/id/32545640" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"><param
name="FlashVars" value="launch=35601244&#038;width=420&#038;height=245"><param
name="allowScriptAccess" value="always" /><param
name="allowFullScreen" value="true" /><param
name="wmode" value="opaque" /><embed
name="msnbc7acbd1" src="http://www.msnbc.msn.com/id/32545640" width="420" height="245" FlashVars="launch=35601244&#038;width=420&#038;height=245" allowscriptaccess="always" allowFullScreen="true" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p><p><object
width="480" height="385"><param
name="movie" value="http://www.youtube-nocookie.com/v/Q5vqtUwFeoA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube-nocookie.com/v/Q5vqtUwFeoA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/glenn+greenwald" class="ttags" target="_blank" rel="tag nofollow">glenn greenwald</a>, <a
href="http://technorati.com/tag/glenn+greenwald+videos" class="ttags" target="_blank" rel="tag nofollow"> glenn greenwald videos</a>, <a
href="http://technorati.com/tag/glenn+greenwald+interview" class="ttags" target="_blank" rel="tag nofollow"> glenn greenwald interview</a>, <a
href="http://technorati.com/tag/democracynow" class="ttags" target="_blank" rel="tag nofollow"> democracynow</a>, <a
href="http://technorati.com/tag/glenn+salon.com" class="ttags" target="_blank" rel="tag nofollow"> glenn salon.com</a>, <a
href="http://technorati.com/tag/salon.com" class="ttags" target="_blank" rel="tag nofollow"> salon.com</a>, <a
href="http://technorati.com/tag/health+care" class="ttags" target="_blank" rel="tag nofollow"> health care</a>, <a
href="http://technorati.com/tag/glenn+greenwald+blog" class="ttags" target="_blank" rel="tag nofollow"> glenn greenwald blog</a>, <a
href="http://technorati.com/tag/video" class="ttags" target="_blank" rel="tag nofollow"> video</a>, <a
href="http://technorati.com/tag/news" class="ttags" target="_blank" rel="tag nofollow"> news</a>, <a
href="http://technorati.com/tag/congress" class="ttags" target="_blank" rel="tag nofollow"> congress</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=EWLcvv2VmKg:aGaQ1ovVSAk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=EWLcvv2VmKg:aGaQ1ovVSAk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=EWLcvv2VmKg:aGaQ1ovVSAk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/EWLcvv2VmKg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/glenn-greenwald-videos/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/glenn-greenwald-videos/</feedburner:origLink></item> <item><title>Allow HTML5 Video Tags in bbPress Plugin</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/l35unm9oUuE/</link> <comments>http://stateofaffairs.info/archive/html5-video-bbpress-plugin/#comments</comments> <pubDate>Sat, 20 Feb 2010 06:23:11 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[allow video bbpress]]></category> <category><![CDATA[bbpress download]]></category> <category><![CDATA[bbpress forum plugin]]></category> <category><![CDATA[bbpress plugin]]></category> <category><![CDATA[bbpress plugins]]></category> <category><![CDATA[bbpress video]]></category> <category><![CDATA[download]]></category> <category><![CDATA[forum plugin]]></category> <category><![CDATA[html5]]></category> <category><![CDATA[html5 source]]></category> <category><![CDATA[html5 video]]></category> <category><![CDATA[video]]></category> <category><![CDATA[website]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3346</guid> <description><![CDATA[This plugin allows the &#60;video&#62; and &#60;source&#62; elements to be posted in your bbPress forum.  This makes it quick and easy for forum members to add videos to their posts.]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/02/bbPress-Logo1-150x150.jpg" alt="bbPress Logo1 150x150 Allow HTML5 Video Tags in bbPress Plugin" title="bbPress-Logo" width="150" height="150" class="alignnone size-full wp-image-3360" /><br
/><h3>About</h3><p>This plugin allows the &lt;video&gt; and &lt;source&gt; elements to be posted in your bbPress forum.  This makes it quick and easy for forum members to add videos to their posts.</p><p>Here is the list of allowed tags and allowed attributes.</p><p><strong>&lt;video&gt;</strong></p><ul><li>src</li><li>type</li><li>autoplay</li><li>poster</li><li>controls</li><li>width</li><li>height</li></ul><p><strong>&lt;source&gt;</strong></p><ul><li>-src</li><li>-type</li><li>-media</li></ul><h3>Installation</h3><p>1. Add the `allow-html5-video.php` file to bbPress&#8217; `my-plugins/` directory.<br
/> 2. Activate the plugin through the &#8216;Plugins&#8217; menu in bbPress.</p><p>*Make sure you have set up your webhost to allow the correct MIME types for OGG and OGV files.</p><p>MIME Type: video/ogg<br
/> Extension(s): ogv ogg ogm</p><h3>Frequently Asked Questions</h3><p><em>What are some example embed codes?</em></p><p>Example #1 (Works in most modern browsers)</p><p>&lt;video src=&quot;test-video.ogv&quot; controls&gt; <br
/> Your browser does not support the &lt;code&gt;video&lt;/code&gt; element. <br
/> &lt;/video&gt;</p><p>Example #2 (Should Work in all modern browsers)</p><p>&lt;video controls&gt; <br
/> &lt;source src=&quot;test-video.ogg&quot; type=&quot;video/ogg&quot;&gt; <br
/> &lt;source src=&quot;test-video.mp4&quot;&gt; <br
/> Your browser does not support the &lt;code&gt;video&lt;/code&gt; element. <br
/> &lt;/video&gt;</p><p><em>What codecs are recommended?</em></p><p>Theora for .ogg and .ogv<br
/> .h264 for .mp4</p><p><em>Does it work with other video plugins?</em></p><p>Yes, it works with other video plugins (bbvideo and others).</p><h3>Compatibility</h3><p>Tested up to: 1.0.2<br
/> Requires at least: 0.8.4</p><h3>Changelog</h3><p>- 0.9 -<br
/> *initial release</p><p><a
class="buttonstyle" style="color:#FFFFFF;padding:10px;" href="http://bbpress.org/plugins/topic/allow-html5-video/">Download Allow HTML5 Video</a></p><div
class="clearboth"></div><p>Allow HTML5 Video is based off of mdawaffe&#8217;s and qayqay12&#8242;s <a
rel="nofollow" target="_blank" href="http://bbpress.org/plugins/topic/allow-images/">Allow Images plugin</a>.</p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/html5" class="ttags" target="_blank" rel="tag nofollow">html5</a>, <a
href="http://technorati.com/tag/bbpress+plugin" class="ttags" target="_blank" rel="tag nofollow"> bbpress plugin</a>, <a
href="http://technorati.com/tag/bbpress+plugins" class="ttags" target="_blank" rel="tag nofollow"> bbpress plugins</a>, <a
href="http://technorati.com/tag/allow+video+bbpress" class="ttags" target="_blank" rel="tag nofollow"> allow video bbpress</a>, <a
href="http://technorati.com/tag/bbpress+video" class="ttags" target="_blank" rel="tag nofollow"> bbpress video</a>, <a
href="http://technorati.com/tag/bbpress+download" class="ttags" target="_blank" rel="tag nofollow"> bbpress download</a>, <a
href="http://technorati.com/tag/html5+video" class="ttags" target="_blank" rel="tag nofollow"> html5 video</a>, <a
href="http://technorati.com/tag/html5+source" class="ttags" target="_blank" rel="tag nofollow"> html5 source</a>, <a
href="http://technorati.com/tag/bbpress+forum+plugin" class="ttags" target="_blank" rel="tag nofollow"> bbpress forum plugin</a>, <a
href="http://technorati.com/tag/forum+plugin" class="ttags" target="_blank" rel="tag nofollow"> forum plugin</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=l35unm9oUuE:8CXOjqLS0sU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=l35unm9oUuE:8CXOjqLS0sU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=l35unm9oUuE:8CXOjqLS0sU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/l35unm9oUuE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/html5-video-bbpress-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/html5-video-bbpress-plugin/</feedburner:origLink></item> <item><title>Best Gaming Laptop for the Money (Jan 2010)</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/Y0GttZ5yMJQ/</link> <comments>http://stateofaffairs.info/archive/gaming-laptop-jan-2010/#comments</comments> <pubDate>Wed, 20 Jan 2010 12:13:28 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Tech Gadgets]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[2010]]></category> <category><![CDATA[affordable gaming notebook]]></category> <category><![CDATA[best 2010]]></category> <category><![CDATA[best gaming]]></category> <category><![CDATA[best gaming notebook 2010]]></category> <category><![CDATA[best laptop 2010]]></category> <category><![CDATA[cheap gaming laptop]]></category> <category><![CDATA[gaming]]></category> <category><![CDATA[gaming notebook]]></category> <category><![CDATA[gaming notebook review]]></category> <category><![CDATA[laptop]]></category> <category><![CDATA[laptop computer]]></category> <category><![CDATA[laptop for gaming]]></category> <category><![CDATA[laptop for under]]></category> <category><![CDATA[notebook]]></category> <category><![CDATA[notebook for price]]></category> <category><![CDATA[under 1000]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3231</guid> <description><![CDATA[See also: Best Gaming Laptop for the Money (June 2010) At last, there are finally some good recommendations for gaming laptops in 2010. I have attempted to come up with a list of gaming laptops for over two months now, but with the holiday prices bouncing around faster than an electron in a super collider, [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p><strong>See also: </strong><a
href="http://stateofaffairs.info/archive/gaming-laptop-june-2010/">Best Gaming Laptop for the Money (June 2010)</a></p><p>At last, there are finally some good recommendations for gaming laptops in 2010. I have attempted to come up with a list of gaming laptops for over two months now, but with the holiday prices bouncing around faster than an electron in a super collider, I just couldn&#8217;t recommend any solid deals.</p><p>Now that the market has finally calmed down, there are some pretty great laptops in the reasonable price range of $750 to $1000 dollars. I attempted to find a recommendation below $750 dollars, but the gaming performance of the laptops in that price range simply can&#8217;t compare to the laptops below, even for a casual gamer. If you are looking for a laptop over the $1000 price range, I would recommend pricing out a custom laptop through a company similar too <a
href="http://www.alienware.com/" rel="nofollow" target="_blank">Alienware</a>.</p><p>The first two recommendations are great budget laptops that are each powered by a ATI Mobility Radeon HD 4650 1GB card. The third is powered by a very fast NVIDIA  GTX 260M 1gb card.</p><div
class="clearboth"></div><div
class="plasticwarp"><h3>Recommended Budget Gaming Notebook</h3><p></br></p><h4>HP Pavilion DV6-2144NR</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/hp_pavilion_dv6_2144nr-225x225.jpg" alt="hp pavilion dv6 2144nr 225x225 Best Gaming Laptop for the Money (Jan 2010)" title="pavilion dv6 2144nr" width="225" height="225" class="alignnone size-medium wp-image-3235" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; AMD Turion II M520(2.3GHz)</li><li>Screen &#8211; 15.6&#8243;</li><li>Graphics Card &#8211; ATI Mobility Radeon HD 4650</li><li>Video Memory &#8211; 1GB DDR3</li><li>Memory- 4GB DDR2</li><li>Hard Disk &#8211; 320GB 7200rmp SATA</li><li>Max Resolution &#8211; 1366 x 768</li></ul><div
class="clearboth"></div><p>The HP Pavilion DV6-2144NR comes equipped with a Ati Mobility Radeon HD 4650, which can run Crysis on high at a respectable 30fps average. Newer games coming out this year may test this card and push you settings back to medium, but for $750 dollars, this is a great gaming laptop.</p><p><a
href="http://www.notebookcheck.net/AMD-ATI-Mobility-Radeon-HD-4650.13883.0.html" rel="nofollow" target="_blank">Radeon HD 4650 Benchmarks</a> on notebookcheck.net</p><p>Street Price &#8211; $749.99<br
/> <a
rel="nofollow" target="_blank" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834157046">More info on the HP Pavilion DV6-2144NR</a></div><div
class="plasticwarp"><h3>Alternative Budget Gaming Notebook</h3><p></br></p><h4>ASUS X83VP-A1</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/asus-x83vp-225x202.jpg" alt="asus x83vp 225x202 Best Gaming Laptop for the Money (Jan 2010)" title="asus x83vp" width="225" height="202" class="alignnone size-medium wp-image-3236" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; <strong>Intel Core 2 Duo P8700 2.53G</strong></li><li>Screen &#8211; <strong>14.1&#8243; WXGA</strong></li><li>Graphics Card &#8211; ATI Mobility Radeon HD 4650</li><li>Video Memory &#8211; 1GB DDR3</li><li>Memory- 4GB DDR2</li><li>Hard Disk &#8211; <strong>500GB SATA 5400rpm</strong></li><li>Max Resolution &#8211; <strong>1280 x 800</strong></li></ul><div
class="clearboth"></div><p>The ASUS X83VP-A1 has the same Radeon HD 4650 as the HP laptop above, but does cost $849.99 out of pocket before a $100 mail in rebate. There are a couple other differences that I highlighted above. The processor is faster, the hard drive is bigger (but slower), the screen is a smaller 14.1&#8243; (portable), and the max resolution is 1280&#215;800 instead of 1366 x 768.</p><p>I would personally buy the HP Pavilion DV6-2144NR, but you may find the ASUS X83VP-A1 is more your style.</p><p>Street Price &#8211; $849.99 <del
datetime="2010-02-03T15:30:29+00:00">($749.99 after Mail in Rebate Expires:01-31-10)</del><br
/> <a
rel="nofollow" target="_blank" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834220667">More info on the ASUS X83VP-A1</a></div><div
class="plasticwarp"><h3>Recommended Gaming Notebook</h3><p></br></p><h4>Gateway P-7908u FX Edition</h4><p><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/P-7908u-225x168.jpg" alt="P 7908u 225x168 Best Gaming Laptop for the Money (Jan 2010)" title="P-7908u" width="225" height="168" class="alignnone size-medium wp-image-3237" /></p><p><strong>Features:</strong></p><ul
class="lap-features"><li>CPU Type &#8211; Intel Core 2 Duo P8700 2.53G</li><li>Screen &#8211;  17&#8243; WXGA+</li><li>Graphics Card &#8211; NVIDIA GeForce GTX 260M</li><li>Video Memory &#8211; 1GB GDDR3</li><li>Memory- 4GB DDR3 1066</li><li>Hard Disk &#8211; 500GB SATA 5400rpm</li><li>Max Resolution &#8211; 1440 x 900</li></ul><p></br></p><div
class="clearboth"></div><p>The Gateway P-7908u FX Edition is definitely a gamers laptop and is a great deal at only $999.99 equipped with the NVIDIA GeForce GTX 260M. The GeForce GTX 260M has a 256 Memory Bus which really separates it from most mobile graphics cards on the market now. It will run pretty much all current games on max and should keep up quite well with newer games coming out this year.</p><p><a
href="http://www.notebookcheck.net/NVIDIA-GeForce-GTX-260M.14559.0.html" rel="nofollow" target="_blank">GeForce GTX 260M Benchmarks</a> on notebookcheck.net</p><p>Street Price &#8211; <del
datetime="2010-01-26T16:26:35+00:00">$999.99</del> <del
datetime="2010-02-23T03:58:08+00:00">Now $1099.99</del> (sold out on Newegg.com) <del
datetime="2010-06-07T10:39:32+00:00">now $1113.39 at bhphotovideo.com</del> now <a
rel="nofollow" target="_blank" href="http://www.amazon.com/Gateway-P-7908u-FX-17-Inch-Laptop/dp/tech-data/B002QPWBY0/ref=de_a_smtd?ie=UTF8&#038;m=A9B09ZK9BZJQ6">$950 through Amazon.com</a></p><p><a
rel="nofollow" target="_blank" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834101203">More info on the Gateway P-7908u FX Edition</a></div><p><em><strong>Disclaimer:</strong> The State of Affairs received no direct compensation for writing this articles and is in no way directly affiliated with Gateway, HP, ASUS or Newegg.com.</em></p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/best+gaming" class="ttags" target="_blank" rel="tag nofollow">best gaming</a>, <a
href="http://technorati.com/tag/gaming" class="ttags" target="_blank" rel="tag nofollow"> gaming</a>, <a
href="http://technorati.com/tag/laptop" class="ttags" target="_blank" rel="tag nofollow"> laptop</a>, <a
href="http://technorati.com/tag/notebook" class="ttags" target="_blank" rel="tag nofollow"> notebook</a>, <a
href="http://technorati.com/tag/gaming+notebook" class="ttags" target="_blank" rel="tag nofollow"> gaming notebook</a>, <a
href="http://technorati.com/tag/2010" class="ttags" target="_blank" rel="tag nofollow"> 2010</a>, <a
href="http://technorati.com/tag/best+2010" class="ttags" target="_blank" rel="tag nofollow"> best 2010</a>, <a
href="http://technorati.com/tag/best+laptop+2010" class="ttags" target="_blank" rel="tag nofollow"> best laptop 2010</a>, <a
href="http://technorati.com/tag/best+gaming+notebook+2010" class="ttags" target="_blank" rel="tag nofollow"> best gaming notebook 2010</a>, <a
href="http://technorati.com/tag/laptop+computer" class="ttags" target="_blank" rel="tag nofollow"> laptop computer</a>, <a
href="http://technorati.com/tag/laptop+for+gaming" class="ttags" target="_blank" rel="tag nofollow"> laptop for gaming</a>, <a
href="http://technorati.com/tag/gaming+notebook+review" class="ttags" target="_blank" rel="tag nofollow"> gaming notebook review</a>, <a
href="http://technorati.com/tag/laptop+for+under" class="ttags" target="_blank" rel="tag nofollow"> laptop for under</a>, <a
href="http://technorati.com/tag/under+1000" class="ttags" target="_blank" rel="tag nofollow"> under 1000</a>, <a
href="http://technorati.com/tag/affordable+gaming+notebook" class="ttags" target="_blank" rel="tag nofollow"> affordable gaming notebook</a>, <a
href="http://technorati.com/tag/notebook+for+price" class="ttags" target="_blank" rel="tag nofollow"> notebook for price</a>, <a
href="http://technorati.com/tag/cheap+gaming+laptop" class="ttags" target="_blank" rel="tag nofollow"> cheap gaming laptop</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=Y0GttZ5yMJQ:q7nEgofUe3w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=Y0GttZ5yMJQ:q7nEgofUe3w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=Y0GttZ5yMJQ:q7nEgofUe3w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/Y0GttZ5yMJQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/gaming-laptop-jan-2010/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/gaming-laptop-jan-2010/</feedburner:origLink></item> <item><title>Get a Google Nexus One on a T-Mobile Family Plan</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/_-92mNv8_as/</link> <comments>http://stateofaffairs.info/archive/google-nexus-tmobile-family-plan/#comments</comments> <pubDate>Tue, 05 Jan 2010 22:31:00 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Tech Gadgets]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[family plan google nexus]]></category> <category><![CDATA[family plan nexus one]]></category> <category><![CDATA[google nexus]]></category> <category><![CDATA[google nexus discount]]></category> <category><![CDATA[google nexus one]]></category> <category><![CDATA[google tmobile]]></category> <category><![CDATA[individual nexus one]]></category> <category><![CDATA[nexus discount]]></category> <category><![CDATA[nexus one]]></category> <category><![CDATA[nexus one 120 days]]></category> <category><![CDATA[nexus one price]]></category> <category><![CDATA[nexus one t-mobile]]></category> <category><![CDATA[nexus one tmobile]]></category> <category><![CDATA[tmobile family nexus one]]></category> <category><![CDATA[tmobile family plan nexus]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3212</guid> <description><![CDATA[The new Google Nexus One is all the buzz on the web. As of now the Nexus One is available for $529 unlocked or $179 with T-Mobile USA service plan (NEW customers only). One hitch now on the T-Mobile US plan is the fact that, you can not get your T-Mobile phone upgrade price on [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p><a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/01/nexus-one.jpg"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/nexus-one-150x150.jpg" alt="Google Nexus One" title="nexus-one" width="150" height="150" class="alignnone size-thumbnail wp-image-3216" /></a>The new Google Nexus One is all the buzz on the web. As of now the Nexus One is available for $529 unlocked or $179 with T-Mobile USA service plan (NEW customers only). One hitch now on the T-Mobile US plan is the fact that, you can not get your T-Mobile phone upgrade price on the Google Nexus One if you are on a family plan.</p><p>Many T-Mobile users are already digging up the scoop on this one though. According to many discussions around the web, the trick to getting the discounted price on the Nexus One is to pull your number from your family plan and move it to an individual plan.</p><p>This is where everyone one has said what? &#8220;It&#8217;s $10 month for the extra line on my family plan, if I move to an individual plan that is $50 a month more!&#8221;. Correct, but the trick is apparently after 120 days, you can move your individual line back to your family plan. I say apparently as T-Mobile customer service is giving different customers, different answers on this one.</p><p>Basically, you have three choices now:</p><ul><li>One, buy the phone for $529 for your family plan</li><li>Two, move to a individual plan and pay around $380 ($179 for the discounted phone price + $200 extra for 4 months at the individual plan price)</li><li>Three, stick with the phone you got and wait for a better option on the price of the phone and the service plan restrictions.</li></ul><p>I do recommend calling T-Mobile directly and confirming the above options before ordering. Try and get them to &#8220;leak&#8221; the truth about when you can switch your particular line back to your family plan. Also the new line will need to be placed under a different name as the $179 price is for new customers only.</p><p>I won&#8217;t be buying a Google Nexus One as of now, but I may soon, as I&#8217;m a Verizon Wireless customer. According to Matt Cutts, this spring the Nexus One will be coming to Verizon Wireless.</p><p><strong>Did you get a Google Nexus One? If you did, leave a review below, if you didn&#8217;t, leave a comment about why you aren&#8217;t buying one!</strong></p><p>**********************</p><p>Update I:<br
/> <a
href="http://media.stateofaffairs.info/wp-content/uploads/2010/01/phone-prices1.jpg"><img
src="http://media.stateofaffairs.info/wp-content/uploads/2010/01/phone-prices1-500x303.jpg" alt="phone prices1 500x303 Get a Google Nexus One on a T Mobile Family Plan" title="phone-prices" width="500" height="303" class="alignnone size-large wp-image-3229" /></a>After looking at some prices for other unlocked smart phones online, it looks like the $529 regular price is on the upper end, but is still well within the reasonable price range.</p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/google+nexus+one" class="ttags" target="_blank" rel="tag nofollow">google nexus one</a>, <a
href="http://technorati.com/tag/nexus+one" class="ttags" target="_blank" rel="tag nofollow"> nexus one</a>, <a
href="http://technorati.com/tag/google+nexus" class="ttags" target="_blank" rel="tag nofollow"> google nexus</a>, <a
href="http://technorati.com/tag/nexus+one+tmobile" class="ttags" target="_blank" rel="tag nofollow"> nexus one tmobile</a>, <a
href="http://technorati.com/tag/nexus+one+t-mobile" class="ttags" target="_blank" rel="tag nofollow"> nexus one t-mobile</a>, <a
href="http://technorati.com/tag/google+tmobile" class="ttags" target="_blank" rel="tag nofollow"> google tmobile</a>, <a
href="http://technorati.com/tag/tmobile+family+nexus+one" class="ttags" target="_blank" rel="tag nofollow"> tmobile family nexus one</a>, <a
href="http://technorati.com/tag/tmobile+family+plan+nexus" class="ttags" target="_blank" rel="tag nofollow"> tmobile family plan nexus</a>, <a
href="http://technorati.com/tag/family+plan+nexus+one" class="ttags" target="_blank" rel="tag nofollow"> family plan nexus one</a>, <a
href="http://technorati.com/tag/family+plan+google+nexus" class="ttags" target="_blank" rel="tag nofollow"> family plan google nexus</a>, <a
href="http://technorati.com/tag/nexus+one+price" class="ttags" target="_blank" rel="tag nofollow"> nexus one price</a>, <a
href="http://technorati.com/tag/individual+nexus+one" class="ttags" target="_blank" rel="tag nofollow"> individual nexus one</a>, <a
href="http://technorati.com/tag/nexus+one+120+days" class="ttags" target="_blank" rel="tag nofollow"> nexus one 120 days</a>, <a
href="http://technorati.com/tag/google+nexus+discount" class="ttags" target="_blank" rel="tag nofollow"> google nexus discount</a>, <a
href="http://technorati.com/tag/nexus+discount" class="ttags" target="_blank" rel="tag nofollow"> nexus discount</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=_-92mNv8_as:QfIVcateXeQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=_-92mNv8_as:QfIVcateXeQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=_-92mNv8_as:QfIVcateXeQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/_-92mNv8_as" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/google-nexus-tmobile-family-plan/feed/</wfw:commentRss> <slash:comments>11</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/google-nexus-tmobile-family-plan/</feedburner:origLink></item> <item><title>Current Tv’s InfoMania Looks Back at 2009</title><link>http://feedproxy.google.com/~r/thestateofaffairs/~3/sddqgQZTq-k/</link> <comments>http://stateofaffairs.info/archive/current-infomania-2009-retrospective/#comments</comments> <pubDate>Fri, 25 Dec 2009 07:37:40 +0000</pubDate> <dc:creator>Jeremy Winter</dc:creator> <category><![CDATA[Current News]]></category> <category><![CDATA[News]]></category> <category><![CDATA[2009]]></category> <category><![CDATA[current]]></category> <category><![CDATA[current tv]]></category> <category><![CDATA[current tv retrospectacular]]></category> <category><![CDATA[infomania]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[news]]></category> <category><![CDATA[retrospective]]></category> <category><![CDATA[sergios top picks]]></category> <category><![CDATA[video]]></category> <category><![CDATA[website]]></category><guid isPermaLink="false">http://stateofaffairs.info/?p=3186</guid> <description><![CDATA[As we near the end of 2009, now is the time to look back and reflect on our culture and how our culture has evolved over the past 350 something days. Current Tv&#8217;s InfoMania released this video to showcase all of the best-est and worst-est moments over the last year. A few highlight of the [...]]]></description> <content:encoded><![CDATA[<!-- google_ad_section_start --><p><p>As we near the end of 2009, now is the time to look back and reflect on our culture and how our culture has evolved over the past 350 something days. Current Tv&#8217;s InfoMania released this video to showcase all of the best-est and worst-est moments over the last year.</p><p>A few highlight of the video:</p><ul><li>Sergio&#8217;s Top 5 Music picks of the week, this time though, he covers the top 5 songs on ITunes in 2009 and explains to his father what Lady Gaga really means by her &#8220;pa pa pa pa poker face&#8221;</li><li> Another great segment is Sarah Haskins review some of the best products of 2009. Plus you&#8217;ll learn why butts are stupid.</li></ul><p>Enjoy and have a good holiday, see ya on the other side!</p><p><object
width="500" height="375" id="ce_91712570"><param
name="movie" value="http://current.com/e/91712570/en_US"></param><param
name="wmode" value="transparent"></param><param
name="allowfullscreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
type="application/x-shockwave-flash" src="http://current.com/e/91712570/en_US" width="500" height="375" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" ></embed></object></p><p
class="ttags">Technorati Tags: <a
href="http://technorati.com/tag/2009" class="ttags" target="_blank" rel="tag nofollow">2009</a>, <a
href="http://technorati.com/tag/music" class="ttags" target="_blank" rel="tag nofollow"> music</a>, <a
href="http://technorati.com/tag/news" class="ttags" target="_blank" rel="tag nofollow"> news</a>, <a
href="http://technorati.com/tag/video" class="ttags" target="_blank" rel="tag nofollow"> video</a>, <a
href="http://technorati.com/tag/website" class="ttags" target="_blank" rel="tag nofollow"> website</a>, <a
href="http://technorati.com/tag/current+tv" class="ttags" target="_blank" rel="tag nofollow"> current tv</a>, <a
href="http://technorati.com/tag/current+tv+retrospectacular" class="ttags" target="_blank" rel="tag nofollow"> current tv retrospectacular</a>, <a
href="http://technorati.com/tag/current" class="ttags" target="_blank" rel="tag nofollow"> current</a>, <a
href="http://technorati.com/tag/infomania" class="ttags" target="_blank" rel="tag nofollow"> infomania</a>, <a
href="http://technorati.com/tag/retrospective" class="ttags" target="_blank" rel="tag nofollow"> retrospective</a>, <a
href="http://technorati.com/tag/sergios+top+picks" class="ttags" target="_blank" rel="tag nofollow"> sergios top picks</a></p> <!-- google_ad_section_end --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=sddqgQZTq-k:vxEd1-9oIe4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?i=sddqgQZTq-k:vxEd1-9oIe4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/thestateofaffairs?a=sddqgQZTq-k:vxEd1-9oIe4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/thestateofaffairs?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thestateofaffairs/~4/sddqgQZTq-k" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://stateofaffairs.info/archive/current-infomania-2009-retrospective/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://stateofaffairs.info/archive/current-infomania-2009-retrospective/</feedburner:origLink></item> </channel> </rss><!-- Served from: stateofaffairs.info @ 2010-07-26 12:57:31 by W3 Total Cache -->
