<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/category/soap-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL SELECT Clause Order Cheat Sheet &amp; Other Opinionated Site Building Tips</title>
		<link>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/</link>
		<comments>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:47:13 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=973</guid>
		<description><![CDATA[Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember. These are the &#8220;mostly used&#8221; statements: FROM (Table [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember.</p>
<h2>These are the &#8220;mostly used&#8221; statements:</h2>
<pre>FROM (Table to retrieve data from)

WHERE (Row-level filtering) 

GROUP BY (Group specification)

HAVING (Group-level filtering)

ORDER BY (Output sort order)</pre>
<p>If anyone is interested, i&#8217;ll post the rest of my notes here on SQL(?). The order varies some depending upon use. Another useful item of interest is that the SQL (&#8220;mostly-regardless&#8221; of the flavor [<a href="http://www.mysql.com/" target="_blank">mysql</a>, <a href="http://www.mongodb.org/" target="_blank">mongo</a>, <a href="http://www.oracle.com/index.html" target="_blank">oracle</a>/etc...]), is that they all speak &#8216;SQL&#8217;. That may sound redundant, but it is actually interesting to start discovering the approaches that are implemented that all basically &#8216;do the same thing&#8217; or &#8216;place higher priorities on certain operations&#8217;.</p>
<p>Once you learn what each flavor of SQL is doing, what their design goal was, it&#8217;s interesting to learn you may be using something totally overkill for a simple purpose. In most cases for a small production website, SQL Lite may be perfectly acceptable for lower traffic/connection sites (which are the vast majority of all sites on the web). Some &#8216;family-type- websites have even been known to use flat-text files.</p>
<p>The downside to using a larger-scale SQL solution is that most people do not use it correctly in the first place. That&#8217;s fine to use it, but it&#8217;s kind of like driving a <a title="Yes... i linked nascar *hands head in shame*" href="http://www.nascar.com" target="_blank">NASCAR</a> to the supermarket.  Just because you &#8220;have and use&#8221; more power, doesn&#8217;t make it faster for the end client/customer. A basic website (3-10 pages), using <a href="http://apache.org/" target="_blank">Apache</a>, <a href="http://wiki.nginx.org/" target="_blank">NGINX</a>, <a href="http://www.lighttpd.net/" target="_blank">Lighttpd</a> (webservers), along with basic HTML(preferably HTML5 + CSS3), and maybe <a href="http://jquery.com/" target="_blank">jQuery</a> (if you need some pzazz), is more than enough for the basic website.  It&#8217;s fast, secure, presentable, and allows the author to maintain their focus (do what they were trying to do in the first place [get their message onto the web]).</p>
<p>If your goal is to see how much horse power you can use &#8211; see how flashy and widgetized you can get, then you&#8217;re missing the point of web development on the internet.  It&#8217;s cool to use the latest thing, but it&#8217;s cooler to get your message understood. Even if your message is to sell something, save a puppy from being put down, or getting your beliefs/blogging your experiences. If your page loads quickly, is easy to read, is obvious what you expect the reader to &#8216;get from your web presence&#8217;, then you and your web page reader/browser will enjoy a good relationship.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Software Give-Away &#8211; Enter Today!</title>
		<link>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/</link>
		<comments>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 22:35:58 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[ad-aware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spybot]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=639</guid>
		<description><![CDATA[Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource. Despite my warnings, my wife and all of our friends &#38; family use windows as their primary operating system. Yours truly is the designated help desk for any and all emergencies. During the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource.  Despite my warnings, my wife and all of our friends &amp; family use windows as their primary operating system.  Yours truly is the designated help desk for any and all emergencies.<br />
During the past 4 years (that&#8217;s about 20+ virus &amp; trojan emergencies [per year]), I stumbled across a product that actually works as described.  It&#8217;s rare to find something that completely works, but I&#8217;ve yet to find anything malware, spyware, trojan issue that this software cannot handle &#8211; COMPLETELY HANDLE and REMOVE.<br />
<a href="http://www.superantispyware.com/superantispyware.html?rid=3971"><img class="size-medium wp-image-650 alignleft" title="SUPERAntiSpyware-300DPI" src="http://www.attackr.com/wp-content/uploads/2009/09/SUPERAntiSpyware-300DPI-300x70.jpg" alt="SUPERAntiSpyware-300DPI" width="300" height="70" /></a><br />
During some conversations with the Marketing Director (Mike Duncan), we decided to share the experience by offering a free PROFESSIONAL license for the product &#8211; which carries a life time subscription (hence, no surprises later).   We will be awarding one license per month for the next three months.   You need to enter each month in order to be eligible. If you would like to register for a chance to win one of the free lifetime license keys &#8211; click on the following link:</p>
<h2><a href="http://www.syrbot.com/tools/attackr/superantispyware/" target="_blank">Enter The SUPERANTISPYWARE Give-Away</a></h2>
<p>The best part is that you can <a href="http://www.superantispyware.com/superantispyware.html?rid=3971">try this software for free, &#8220;NOW&#8221;</a> and they even offer a free version.  The free version offers some limited features &amp; does not offer the proactive features, but it still will removes ALL of the malware, spyware, and trojans.  It just will not self-update, run 24/7/365 and do scheduled scans/remove all the bad things automatically like the professional version does.<br />
If you decide to try the freeware version, there is no nagware &#8211; no aggrivating things asking for your information/etc.  Either way you&#8217;ll be pleasantly surprised at the experience, and more importantly you&#8217;ll be shocked at what it finds &amp; removes from your system.</p>
<h2 class="mceTemp">
<dl id="attachment_634" class="wp-caption alignnone" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.twitter.com/syrbot"><img class="size-thumbnail wp-image-634" title="twitter-follow-me-post" src="http://www.attackr.com/wp-content/uploads/2009/09/twitter-follow-me-post-150x111.jpg" alt="Follow Me On Twitter!" width="150" height="111" /></a></dt>
<dd class="wp-caption-dd">Follow Me On Twitter!</dd>
</dl>
</h2>
<p><strong>====Ammendment====<br />
Congrat&#8217;s to Jonathan Pereira our final SuperAntiSpyware Pro License winner for December 2009!</strong><br />
<a href="http://www.webfaction.com/?affiliate=geekbuntu">Need a RELIABLE Web Host?</a></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Who&#8217;s Who List Of Streaming Video BIG List Of Links</title>
		<link>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/</link>
		<comments>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:33:01 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[dedicated streaming server]]></category>
		<category><![CDATA[exchange streaming database]]></category>
		<category><![CDATA[streaming ticker]]></category>
		<category><![CDATA[Streaming TV]]></category>
		<category><![CDATA[streaming video conferencing]]></category>
		<category><![CDATA[tidal stream generators]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[video conferencing]]></category>
		<category><![CDATA[video production services]]></category>
		<category><![CDATA[Vlog]]></category>
		<category><![CDATA[windows streaming hosting]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=607</guid>
		<description><![CDATA[Here's a list of all the "video-type" sites i could find from a few sources.  It's worth bookmarking just for the sake of...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-611" title="Retro-TV" src="http://www.attackr.com/wp-content/uploads/2009/07/Retro-TV-231x300.jpg" alt="Retro-TV" width="78" height="101" /></p>
<p>Here&#8217;s a list of all the &#8220;video-type&#8221; sites i could find from a few sources.  It&#8217;s worth bookmarking just for the sake of finding shows/vlogs that are sometimes hard to find.  Some offer full episodes or webcast of events.</p>
<p><strong>Broadcast Networks</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/abc.go.com');" href="http://abc.go.com/player/index?pn=index" target="_blank">ABC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cbs.com');" href="http://www.cbs.com/video/" target="_blank">CBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nbc.com');" href="http://www.nbc.com/Video/library/full-episodes/" target="_blank">NBC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fox.com');" href="http://www.fox.com/fod/index.htm" target="_blank">Fox</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cwtv.com');" href="http://www.cwtv.com/cw-video" target="_blank">The CW</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cbssports.com');" href="http://www.cbssports.com/" target="_blank">CBS Sports</a></li>
</ul>
<p><strong>Cable networks with full episodes and / or live streams</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.foodnetwork.com');" href="http://www.foodnetwork.com/video-library/index.html" target="_blank">Food TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/drivein.monstershd.com');" href="http://drivein.monstershd.com/" target="_blank">Monsters HD</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mtvmusic.com');" href="http://www.mtvmusic.com/" target="_blank">MTV Music</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mtv.com');" href="http://www.mtv.com/" target="_blank">MTV Shows</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tnt.tv');" href="http://www.tnt.tv/dramavision/?cid=39824" target="_blank">TNT</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nick.com');" href="http://www.nick.com/turbonick/index....atewayid=86182" target="_blank">Nickelodeon</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tbs.com');" href="http://www.tbs.com/video/index/#/all...full-episodes/" target="_blank">TBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnn.com');" href="http://www.cnn.com/video/" target="_blank">CNN</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnn.com');" href="http://www.cnn.com/video/flashLive/live.html" target="_blank">CNN Live</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mylifetime.com');" href="http://www.mylifetime.com/on-tv/full-episodes/" target="_blank">Lifetime</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnbc.com');" href="http://www.cnbc.com/id/15839263" target="_blank">CNBC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.usanetwork.com');" href="http://www.usanetwork.com/fullepisodes/" target="_blank">USA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.scifi.com');" href="http://www.scifi.com/rewind/" target="_blank">SciFi</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vh1.com');" href="http://www.vh1.com/video/full_episodes.jhtml" target="_blank">VH1</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cartoonnetwork.com');" href="http://www.cartoonnetwork.com/video/index.html" target="_blank">Cartoon Network</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.adultswim.com');" href="http://www.adultswim.com/video/index.html" target="_blank">Adult Swim</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.trutv.com');" href="http://www.trutv.com/video/index.html" target="_blank">TruTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fxnetworks.com');" href="http://www.fxnetworks.com/episodes.php" target="_blank">FX</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/community.abcfamily.go.com');" href="http://community.abcfamily.go.com/watch" target="_blank">ABC Family</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.history.com');" href="http://www.history.com/video.do?action=home" target="_blank">History Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bet.com');" href="http://www.bet.com/OnBlast/" target="_blank">BET</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.aetv.com');" href="http://www.aetv.com/videos/display.jsp" target="_blank">A&amp;E</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/disney.go.com');" href="http://disney.go.com/videos/#/videos/tvshows/" target="_blank">Disney Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/video.discovery.com');" href="http://video.discovery.com/" target="_blank">TLC / Discovery / Animal Planet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hgtv.com');" href="http://www.hgtv.com/hgtv/pac_ctnt_98..._68627,00.html" target="_blank">HGTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.c-span.org');" href="http://www.c-span.org/Watch/C-SPAN_wm.aspx" target="_blank">CSPAN</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/current.com');" href="http://current.com/currenttv" target="_blank">Current</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.comdeycentral.com');" href="http://www.comdeycentral.com/" target="_blank">Comedy Central</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sho.com');" href="http://www.sho.com/site/video/brightcove/series/home.do" target="_blank">Showtime</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/abcnews.go.com');" href="http://abcnews.go.com/Video/playerIndex" target="_blank">ABC News</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tvland.com');" href="http://www.tvland.com/" target="_blank">TVLand</a></li>
</ul>
<p><strong>Show specific full episodes</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thedailyshow.com');" href="http://www.thedailyshow.com/full-episodes/" target="_blank">The Daily Show</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.comedycentral.com');" href="http://www.comedycentral.com/colbert...full-episodes/" target="_blank">The Colbert Report</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.southparkstudios.com');" href="http://www.southparkstudios.com/episodes/" target="_blank">South Park Studios</a></li>
</ul>
<p><strong>Independent Internet-only network</strong>s</p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reuters.com');" href="http://www.reuters.com/news/video" target="_blank">Reuters</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.miroguide.com');" href="https://www.miroguide.com/" target="_blank">MicroGuide</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.maniatv.com');" href="http://www.maniatv.com/" target="_blank">ManiaTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnettv.com');" href="http://www.cnettv.com/" target="_blank">CNET TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.revision3.com');" href="http://www.revision3.com/" target="_blank">Revision3</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nextnewnetworks.com');" href="http://www.nextnewnetworks.com/" target="_blank">NextNewNetworks</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.collegehumor.com');" href="http://www.collegehumor.com/" target="_blank">College Humor</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.funnyordie.com');" href="http://www.funnyordie.com/" target="_blank">Funny or Die</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gametrailers.com');" href="http://www.gametrailers.com/" target="_blank">Gametrailers</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/gamevideos.1up.com');" href="http://gamevideos.1up.com/" target="_blank">Gamevideos</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.superdeluxe.com');" href="http://www.superdeluxe.com/" target="_blank">Super Deluxe</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.theonion.com');" href="http://www.theonion.com/content/video" target="_blank">Onion News Network</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.crackle.com');" href="http://www.crackle.com/" target="_blank">Crackle</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/live.twit.tv');" href="http://live.twit.tv/" target="_blank">Twit</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vbs.tv');" href="http://www.vbs.tv/" target="_blank">VBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fearnet.com');" href="http://www.fearnet.com/movies/index.html" target="_blank">FearNet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blinkbox.com');" href="http://www.blinkbox.com/" target="_blank">blinkbox</a></li>
</ul>
<p><strong>Aggregation sites</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.veoh.com');" href="http://www.veoh.com/" target="_blank">Veoh</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/television.aol.com');" href="http://television.aol.com/in2tv" target="_blank">In2TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tv.com');" href="http://www.tv.com/" target="_blank">TV.com</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fancast.com');" href="http://www.fancast.com/" target="_blank">Fancast</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hulu.com');" href="http://www.hulu.com/" target="_blank">Hulu</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.joost.com');" href="http://www.joost.com/" target="_blank">Joost</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.apple.com');" href="http://www.apple.com/iTunes/" target="_blank">iTunes</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.youtube.com');" href="http://www.youtube.com/" target="_blank">YouTube</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vimeo.com');" href="http://www.vimeo.com/" target="_blank">Vimeo</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blip.tv');" href="http://www.blip.tv/" target="_blank">Blip.TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.revver.com');" href="http://www.revver.com/" target="_blank">Rewer</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ovguide.com');" href="http://www.ovguide.com/" target="_blank">OVGuide</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.firstonmars.com');" href="http://www.firstonmars.com/" target="_blank">First on Mars</a></li>
</ul>
<p><strong>Pay Per View</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dpbolvw.net');" href="http://www.dpbolvw.net/click-2276098-10545697" target="_blank">Blockbuster</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jaman.com');" href="http://www.jaman.com/" target="_blank">Jaman</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cinemanow.com');" href="http://www.cinemanow.com/" target="_blank">CinemaNow</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/surround.verizon.net');" href="http://surround.verizon.net/Shop/Ent...StarzPlay.aspx" target="_blank">StarzPlay</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.movieflix.com');" href="http://www.movieflix.com/" target="_blank">MovieFlix</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/home.vod.com');" href="http://home.vod.com/" target="_blank">VOD</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.play4film.com');" href="http://www.play4film.com/" target="_blank">Play4film</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bigstar.tv');" href="http://www.bigstar.tv/" target="_blank">Bigstar</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.totalvid.com');" href="http://www.totalvid.com/" target="_blank">TotalVid</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.etvnet.ca');" href="http://www.etvnet.ca/" target="_blank">etvnet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/click.linksynergy.com');" href="http://click.linksynergy.com/fs-bin/click?id=/uPJm*KbQv4&amp;offerid=135505.10000224&amp;type=3&amp;subid=0" target="_blank">Netflix</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.com');" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fontv%2Fstart%3Fie%3DUTF8%26%252AVersion%252A%3D1%26%252Aentries%252A%3D0&amp;tag=iphotoforumco-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank">Amazon</a></li>
</ul>
<p><strong>Sports</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/');" href="http://vault.sportsillustrated.cnn.c...home/index.htm" target="_blank">SI Vault</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hockeystreams.com');" href="http://www.hockeystreams.com/" target="_blank">HockeyStreams</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sports.espn.go.com');" href="http://sports.espn.go.com/broadband/video/" target="_blank">ESPN Video</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/espn.go.com');" href="http://espn.go.com/motion/echo/splash.html" target="_blank">ESPN Motion</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sportsline.com');" href="http://www.sportsline.com/video/player" target="_blank">CBS Sports</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/web.mlsnet.com');" href="http://web.mlsnet.com/quickkicks/" target="_blank">MLS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pba.com');" href="http://www.pba.com/xtraframe/" target="_blank">PBA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sportskool.com');" href="http://www.sportskool.com/" target="_blank">SPORTSKOOL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/mlb.mlb.com');" href="http://mlb.mlb.com/media/video.jsp" target="_blank">MLB</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/msn.foxsports.com');" href="http://msn.foxsports.com/video" target="_blank">Fox sports video</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wwe.com');" href="http://www.wwe.com/broadband/" target="_blank">WWE</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thetennischannel.com');" href="http://www.thetennischannel.com/video/" target="_blank">The Tennis Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nfl.com');" href="http://www.nfl.com/videos" target="_blank">NFL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nhl.tv');" href="http://www.nhl.tv/team/console.jsp" target="_blank">NHL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nba.com');" href="http://www.nba.com/video/" target="_blank">NBA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pgatour.com');" href="http://www.pgatour.com/video/" target="_blank">PGA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/tennis.com');" href="http://tennis.com/media/video/index.aspx" target="_blank">Tennis</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.opensports.com');" href="http://www.opensports.com/videos" target="_blank">Open sports video site</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.skysports.com');" href="http://www.skysports.com/video/0,20285,,00.html" target="_blank">Sky sports video</a></li>
</ul>
<address>Special Thanks to <a style="text-decoration: none; color: black;" href="http://geekybit.com/">geekybit</a>&#8216;s site for the bulk of these links.</address>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Beat Information Overload</title>
		<link>http://www.attackr.com/how-to-beat-information-overload/</link>
		<comments>http://www.attackr.com/how-to-beat-information-overload/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:00:28 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=265</guid>
		<description><![CDATA[The Internet is fantastic. You can communicate with anyone, you can learn anything, you can read anything, the sky is the limit. But it is really easy to become overwhelmed and suffer from information overload. And what ends up happening is that you don&#8217;t accomplish anything because you are too distracted. So here&#8217;s some steps [...]]]></description>
			<content:encoded><![CDATA[<p>The Internet is fantastic. You can communicate with anyone, you can learn anything, you can read anything, the sky is the limit. But it is really easy to become overwhelmed and suffer from information overload. And what ends up happening is that you don&#8217;t accomplish anything because you are too distracted.</p>
<p>So here&#8217;s some steps you can take to end information overload:</p>
<ul>
<li>Only subscribe to 2 or 3 lists. Make sure these are lists that you enjoy reading or you can relate to </li>
<li>Check your email twice a day only. If you run an online business make sure you put some disclaimer along with your contact info along these lines: <em>Thank you for contacting us. <strong>We will respond within 24-48 hours</strong></em>.</li>
<li>Spend less time in forums or social sites, unless you are there for a specific purpose, like asking a question, or helping someone out.</li>
<li>Be very picky about the information you are digesting. Stay away from any form of negativity.</li>
<li>Focus on one thing on your to-do list and finish it. </li>
<li>Get away from the computer for a break every so often. Your eyes will thank you, and so will the rest of your body. You need to stretch, re-energize, re-group. You&#8217;ll find that you&#8217;ll be able to concentrate on tasks a lot better if you do that.</li>
</ul>
<p>Learning to be selective about what information you are digesting on a daily basis will help you become a lot more productive and a lot less stressed.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/how-to-beat-information-overload/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hiding download links is pure stupidity</title>
		<link>http://www.attackr.com/hiding-download-links-is-pure-stupidity/</link>
		<comments>http://www.attackr.com/hiding-download-links-is-pure-stupidity/#comments</comments>
		<pubDate>Mon, 05 May 2008 04:24:56 +0000</pubDate>
		<dc:creator>niemi</dc:creator>
				<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/hiding-download-links-is-pure-stupidity/</guid>
		<description><![CDATA[Not that many years ago, usability expert Jacob Nielsen recommended that links should be blue. No negotiation, just make that link blue. In 2006 Nielsen recently decided to pull back that guide line as &#8220;today&#8217;s users have seen links in many other colors&#8221;. It doesn&#8217;t matter if a download link (or any other link) is [...]]]></description>
			<content:encoded><![CDATA[<p>Not that many years ago, usability expert Jacob Nielsen recommended that links should be blue. No negotiation, just make that link blue. In 2006 Nielsen recently decided to pull back that guide line as <em>&#8220;today&#8217;s users have seen links in many other colors&#8221;</em>. </p>
<p>It doesn&#8217;t matter if a download link (or any other link) is blue, green or orange. It does however matter that the link, whether it&#8217;s text or an image, stands clearly out from other page elements. </p>
<p>It&#8217;s incredible how often you see sites offering downloads in one form or another, yet the download links seem to be invisible to the naked eye. It&#8217;s not that the the download link you&#8217;re looking for isn&#8217;t there, it&#8217;s just that someone didn&#8217;t realize how important it is to put it on top of the visual hierarchy.</p>
<p><img src="http://niemi.it/playground/downloadfingerindex.png" alt="Obvious download links" /></p>
<p>Even though users have gotten used to scrolling, putting important items such as a download link beneath the fold, can&#8217;t be categorized as anything else than stupid. It&#8217;s like putting the eject button on your DVD-player on it&#8217;s backside. Sure enough, most people will find out where it is eventually, but why make it harder than absolutely necessary? </p>
<p>Read <a href="http://niemi.it/visualisation/make-that-download-link-vissible/">make that download link visible!</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/browser-battle-royale/' title='Browser Battle Royale'>Browser Battle Royale</a></li>
<li><a href='http://www.attackr.com/blogging-misconceptions/' title='Blogging Misconceptions'>Blogging Misconceptions</a></li>
<li><a href='http://www.attackr.com/how-to-make-firefox-even-better-than-it-is/' title='How to make FireFox even better than it is'>How to make FireFox even better than it is</a></li>
<li><a href='http://www.attackr.com/thinking-outside-the-lightbox-top-10-picks-part-1/' title='Thinking Outside The LightBox &#8211; TOP 10 PICKS'>Thinking Outside The LightBox &#8211; TOP 10 PICKS</a></li>
<li><a href='http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/' title='The Top 10 Best FREE Image Editors On The Web'>The Top 10 Best FREE Image Editors On The Web</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/hiding-download-links-is-pure-stupidity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5: First Impressions</title>
		<link>http://www.attackr.com/wordpress-25-first-impressions/</link>
		<comments>http://www.attackr.com/wordpress-25-first-impressions/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 05:08:26 +0000</pubDate>
		<dc:creator>Xavisys - Web Development</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/wordpress-25-first-impressions/</guid>
		<description><![CDATA[WordPress 2.5 was recently released. I&#8217;m not your average WordPress user, I develop plugins, test the upcoming releases, and even contribute to the core when I can. Why do I say all this? I hope it will give you an idea where I&#8217;m coming from, as I share my first impressions of WordPress 2.5. Writing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/">WordPress 2.5</a> was recently released.  I&#8217;m not your average WordPress user, I <a href="http://xavisys.com/tag/plugin+wordpress/">develop plugins</a>, test the upcoming releases, and even contribute to the core when I can.  Why do I say all this?  I hope it will give you an idea where I&#8217;m coming from, as I share my first impressions of WordPress 2.5.</p>
<h2>Writing Posts</h2>
<p>The first thing that stuck out to me (and that I had been waiting for) was the tag suggest feature.  Simply start typing a tag, and an auto-suggest feature will give you a dropdown of existing tags to choose from.  Before, it was too easy to end up with tags like &#8220;web development&#8221; and &#8220;webdevelopment&#8221; since you had to remember them (no one actually looks them up).<br />
<img src="http://xavisys.com/wp-content/uploads/2008/04/tags.png" alt="Wordpress 2.5 tags" width="470" height="102" /></p>
<p>This brings me to the new way media is managed/added.  I haven&#8217;t had the need to add videos or sounds to my site, so I&#8217;ll stick to the images.  In the end, I like the new way it works.  The Flash uploader is nice, and the addition of a medium option for each image (thumbnail, medium, full size) is a welcome change.  </p>
<p>However, nice as it is, there is one thing about it that is REALLY annoying.  Full size isn&#8217;t actually full size.  It&#8217;s 500px wide!  What&#8217;s the point of calling it &#8220;full size&#8221; and then not making it &#8220;full size!&#8221;  If they want small, medium, and large, they should call it that (although I still think there should be a full size option).  There <strong>is</strong> however a simple solution.  You can set $content_width inside your theme&#8217;s functions.php file, and it will use that instead of 500 for the max width.  I set mine to 1024:</p>
<p><code>$content_width = 1024;</code><br />
Unfortunately, this isn&#8217;t a standard that was in place, so themes do not have this.  It&#8217;s a hack, and it&#8217;s shouldn&#8217;t be needed.</p>
<p>The last thing I wanted to mention, which is very minor, but annoyed me, is that you can&#8217;t resize the editor window when in HTML mode.  I almost always use HTML mode, and I thought they had removed the ability to resize the text area.  as it turns out, you need to switch to the visual editor, resize it, and switch back.</p>
<h2>Admin Layout</h2>
<p>I don&#8217;t like static width layouts.  Have dual screens that both run at 1680&#215;1050, and I run my browser full-screen because that&#8217;s the way I like it.  My laptop runs at 1920&#215;1200, and I even run full-screen on that.  Instead of having more room to work, I am rewarded with more than 40% of my screen wasted as blank white space.  Having said this, I&#8217;ve seen far worse layouts, and it&#8217;s fairly intuitive.  You can expect plenty of plugins to fix this.  Right now (as I&#8217;m typing this), what I have done is use firebug to inspect the HTML, found div#wrap, and altered the style by removing max-width:980px;.  This seems to work fine for me.</p>
<h2>Plugin API</h2>
<p>For me, this is the most exciting change.  I love the new shortCodes.  They are a <a href="http://trac.wordpress.org/ticket/6444">little rough around the edges</a>, but they are extremely handy.  As a matter of fact, I just finished a Google Maps Plugin that uses the shortCodes.  It generates a shortCode based on the settings a user chooses, and inserts it into the editor.  It later handles those shortCodes by changing them out for a Google Map.  Unfortunately it relies on the ticket referenced above, so I&#8217;ll release it once that gets figured out.</p>
<h2>Summary</h2>
<p>WordPress 2.5 is definitely a big step forward.  It has some small inconsistencies, which I expect to be easily fixed in upcoming minor releases, but nothing that should keep you from upgrading.  Go try it and tell me what you think.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/a-simple-guide-for-new-bloggers/' title='A simple guide for new bloggers'>A simple guide for new bloggers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/wordpress-tip-disable-visual-editor/' title='WordPress Tip-Disable Visual Editor'>WordPress Tip-Disable Visual Editor</a></li>
<li><a href='http://www.attackr.com/blogging-and-commenting/' title='Blogging and Commenting'>Blogging and Commenting</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/wordpress-25-first-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rumor Control: Windows Vista (part two)</title>
		<link>http://www.attackr.com/rumor-control-windows-vista-part-two/</link>
		<comments>http://www.attackr.com/rumor-control-windows-vista-part-two/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 07:43:09 +0000</pubDate>
		<dc:creator>JeremyD</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Soap Box]]></category>

		<guid isPermaLink="false">http://www.attackr.com/rumor-control-windows-vista-part-two/</guid>
		<description><![CDATA[This is part two of my Windows Vista article. Part one can be found here. &#8220;It prompts me to allow or deny every two minutes!&#8221; Not true! While Vista does have a security feature that prompts you to allow certain things, it is no where near annoying as commercials make it look. Pretty much anything [...]]]></description>
			<content:encoded><![CDATA[<p>This is part two of my Windows Vista article. Part one can be found <a href="http://www.attackr.com/rumor-control-windows-vista-part-one/">here</a>.</p>
<p>&#8220;It prompts me to allow or deny every two minutes!&#8221; Not true! While Vista does have a security feature that prompts you to allow certain things, it is no where near annoying as commercials make it look. </p>
<p>Pretty much anything involving altering your computer (installing/uninstalling programs, connecting to the internet via a non-browser program, deleting important files, etc.) prompts the allow/deny popup. </p>
<p>But for running your programs, saving your files, and pretty much everyday computer-use stuff, you won&#8217;t be seeing much of the allow/deny prompt. But if you&#8217;re annoyed by the prompt, you can very easily turn it off and it will never bother you again.</p>
<p>&#8220;It crashes a lot! There&#8217;s Blue Screens of Death EVERYWHERE! AHH!!&#8221; Also not true! Unlike XP and the Windows&#8217; before it, Vista does NOT crash often. </p>
<p>I&#8217;ve been running Vista for months now and the only time I&#8217;ve seen it crash was when I overloaded my graphics card by playing a game that didn&#8217;t support it.<br />
<span id="more-90"></span><br />
Furthermore, the blue screen of death is more like the blue screen of reboot these days. A simple reboot usually fixes whatever caused the pretty blue screen.</p>
<p>&#8220;It stole from Mac OS X! Bill Gates is a pirate!&#8221; Not really true. The biggest similarities between OS X (which is really 4 different Operating Systems) and Vista are the quick search and sidebar. </p>
<p>First of all, Vista didn&#8217;t steal the quick search from OS X. It might have taken the concept of an instant search (which I find to be faster than OS X&#8217;s anyway) and recreated it, but it certainly didn&#8217;t steal the technology. </p>
<p>Then theres the sidebar, which lets you dock little widgets on the side of your screen, or let them hover around on your desktop. </p>
<p>OS X has a very similar feature, but again its more of concept recreated for Windows than it is stolen from OS X. </p>
<p>This might sound like a case of &#8220;well technically its borrowing, not stealing&#8221;, but its not that at all. </p>
<p>The fact of the matter is that OS X and Vista share similar concepts and each does it differently. If companies didn&#8217;t do that, we&#8217;d all be using the Nexus (also known as &#8220;World Wide Web&#8221;) browser.</p>
<p>So in conclusion, some of Vista&#8217;s rumors are true, and some aren&#8217;t. Microsoft is usually pretty good with fixing problems when they release Service Packs, so hopefully most, if not all, of Vista&#8217;s bugs and problems will be cleaned up by the SP.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/rumor-control-windows-vista-part-one/' title='Rumor Control: Windows Vista (part one)'>Rumor Control: Windows Vista (part one)</a></li>
<li><a href='http://www.attackr.com/windows-vista-tip-using-winre-to-repair-damaged-systems/' title='Windows Vista Tip: Using WinRE To Repair Damaged Systems'>Windows Vista Tip: Using WinRE To Repair Damaged Systems</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/undo-for-browsers/' title='Undo For Browsers'>Undo For Browsers</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/rumor-control-windows-vista-part-two/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rumor Control: Windows Vista (part one)</title>
		<link>http://www.attackr.com/rumor-control-windows-vista-part-one/</link>
		<comments>http://www.attackr.com/rumor-control-windows-vista-part-one/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 22:02:20 +0000</pubDate>
		<dc:creator>JeremyD</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Soap Box]]></category>

		<guid isPermaLink="false">http://www.attackr.com/rumor-control-windows-vista-part-one/</guid>
		<description><![CDATA[We&#8217;ve all seen the Mac commercials: PC goes off to be upgraded to Vista and his return is uncertain. And when he finally does return he&#8217;s bloated with trial software like that snobby blueberry girl on Willy Wanka &#38; The Chocolate Factory. But is this all true, or just a big exaggeration? In this article, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all seen the Mac commercials: PC goes off to be upgraded to Vista and his return is uncertain. And when he finally does return he&#8217;s bloated with trial software like that snobby blueberry girl on Willy Wanka  &amp; The Chocolate Factory. But is this all true, or just a big exaggeration?</p>
<p>In this article, I&#8217;ll be covering a few of the most popular rumors. Feel free to email me rumors you&#8217;ve heard (at toxicityj@gmail.com) and I&#8217;ll gladly update this article and reveal the truth behind the rumor.</p>
<p>&#8220;You&#8217;ll need to buy a new computer for Vista, because your computer isn&#8217;t good enough&#8221; This one might be true if you haven&#8217;t upgraded in a while.</p>
<p>For example, if you&#8217;re like my mom who lives off of 128 megs of RAM and uses the cheapest graphics card Dell could find, then you&#8217;ll need to buy a new computer (or invest a few hundred and upgrade your RAM and graphics card, which is very easy to do).<br />
<span id="more-82"></span><br />
But if you&#8217;ve been good to your computer and have a nice chunk of RAM (512MB required, 1GB recommended), a decent processor (800MHz required, 1GHz recommended), and DVD ROM drive (required), you&#8217;ll be fine (I would suggest going for the recommended rather than the required, but that&#8217;s your choice). </p>
<p>In the long run, if your computer isn&#8217;t up to date as far as specs go, you&#8217;ll probably be dishing out maybe $200-$300 in upgrades.<br />
&#8220;Nothing works on Vista! UGH!&#8221; While &#8220;Nothing&#8221; might be a overstatement, it is true that Vista has a few backward compatibility issues (meaning it has a few issues running things that worked fine on XP, ME, 2000, 98, etc.). </p>
<p>In fact, most programs work fine on Vista but there are some that simply don&#8217;t work.  Hopefully, this will change with the release of a Service Pack. So if you want to be 99% sure that your programs are going to work on Vista, wait for the SP to come out before you upgrade. Or, just grab Vista and live without a program or two for a while.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/rumor-control-windows-vista-part-two/' title='Rumor Control: Windows Vista (part two)'>Rumor Control: Windows Vista (part two)</a></li>
<li><a href='http://www.attackr.com/windows-vista-tip-using-winre-to-repair-damaged-systems/' title='Windows Vista Tip: Using WinRE To Repair Damaged Systems'>Windows Vista Tip: Using WinRE To Repair Damaged Systems</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/undo-for-browsers/' title='Undo For Browsers'>Undo For Browsers</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/rumor-control-windows-vista-part-one/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Browser Battle Royale</title>
		<link>http://www.attackr.com/browser-battle-royale/</link>
		<comments>http://www.attackr.com/browser-battle-royale/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 23:25:36 +0000</pubDate>
		<dc:creator>JeremyD</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/browser-battle-royale/</guid>
		<description><![CDATA[A while back I read an article that compared IE7 and Firefox 2 shortly after their releases. I liked the way it was done, but I&#8217;d wished that they&#8217;d included another popular browser, Opera. So since they didn&#8217;t, I am. Comments would be much appreciated. Please note that this article is a work in progress. [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I read an article that compared <a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" title="Internet Explorer 7">IE7</a> and <a href="http://www.mozilla.com/en-US/firefox/" title="FireFox 2">Firefox 2</a> shortly after their releases. I liked the way it was done, but I&#8217;d wished that they&#8217;d included another popular browser, <a href="http://www.opera.com/" title="Opera">Opera</a>. So since they didn&#8217;t, I am. Comments would be much appreciated. Please note that this article is a work in progress. I will be constantly updating the information in this article for the next few weeks.</p>
<p><strong>Round One: Installation</strong></p>
<p>First off, Internet Explorer requires you to have Windows XP Service Pack 2 (or a few copies of Windows XP that hardly anyone has) and it has to validate your copy of Windows before you can use it (so if you have a pirated copy of Windows running, IE7 is out of the question). Firefox and Opera, on the other hand, will download and install on almost any operating system.</p>
<p>Second of all is installation file size. Firefox&#8217;s install file is 5.7mb, Opera&#8217;s is 4.7mb, and IE is a whopping 14.8mb. So if you&#8217;re still using dialup, Firefox or Opera are the browsers for you.</p>
<p>Once you&#8217;ve downloaded the browser, its time to install. Both Firefox and Opera have a less than two minute install, while Internet Explorer has a much longer one that requires a reboot (FF and Opera do not).<br />
So the winner of Round One is both Opera and Firefox, which both have small install file sizes and install quickly on just about any computer.</p>
<p><strong>Round Two: Browsing</strong></p>
<p>Any web designer will tell you that Internet Explorer 6 was the worst browser of the time and it was an absolute pain to code for. Thankfully, Microsoft has taken a step up from the IE6 days with IE7. IE7 still has its share of issues, but nowhere near as many as it did when it was IE6. Opera and Firefox are hardly perfect and have their own issues with displaying websites. But between the three, Firefox has the least amount.</p>
<p>Another important part of browsing is Tabbed Browsing. Opera did it first, but Firefox made it popular. Microsoft finally realized its importance and included it in IE7. All three use tabbed browsing the same way, but Internet Explorer has one difference. IE7 has Quick Tabs, which allows you to view all of your tabs on one convenient page (Click <a href="http://zilladesigns.net/images/ie7tabs.jpg">here</a> for a screenshot). Firefox and Opera can have a similar view, but they require add-ons.</p>
<p>Despite the Quick Tab feature that IE7 has, Firefox is the winner of this round. One feature does not make up for IE7&#8242;s displaying issues.</p>
<p><strong>Round Three: Add-ons, Extensions, Plugins, Etc.</strong></p>
<p>Right off the bat, Internet Explorer gets to sit out of this fight. Unlike Opera and Firefox, IE7 has no add-ons/plugins to speak of. Firefox has extensions, which allow you to add onto the various &#8220;bars&#8221; of Firefox. There are well over 2,000 extensions available from <a href="https://addons.mozilla.org/firefox/extensions/">Mozilla</a>. Opera has Widgets, which allow you to add features on top of Opera (just like Mac&#8217; OSXs widgets) . There are a little over 300 available at <a href="http://widgets.opera.com/">Opera.com</a>. Another major difference between extensions and widgets is that newly installed extensions require a restart of Firefox, while newly installed Widgets start working right away.</p>
<p>But, with almost seven times as many extensions as there are widgets, Firefox has more to offer. So the winner of this round is Firefox. Both Opera&#8217;s and Firefox&#8217;s websites provide helpful tutorials that teach you how to create your own extensions/widgets.</p>
<p><strong>Round Four: Skins</strong></p>
<p>Once again, IE is out.</p>
<p>One of the greatest features about FF and Opera is the ability to skin the browsers. For starters, getting skins for Opera and Firefox is very easy. Firefox takes you to a page on their site where you can automatically install skins, and Opera opens up a pop up window that lets you view a list of skins. The biggest difference in picking a skin is previewing. Opera provides a VERY useful previewing feature. Just click on a skin and it temporarily changes Opera&#8217;s skin. Firefox provides no preview at all.<br />
Installing your skins is a quick process for both browsers, but its much easier for Opera. Opera instantly changes the skin, while Firefox requires a restart.</p>
<p>Opera is the clear winner of this round, due to the ease of changing its skin.</p>
<p><strong>Round Five: RSS Feeds </strong></p>
<p>Subscribing to a feed is done the exact same way in all three browsers. When you view a page with an RSS feed, an RSS feed icon appears. Clicking it will subscribe you to the feed. Accessing these feeds, however, is different between the three browsers. Opera is the easiest, because it has a Feeds drop down menu at the top of the browser. IE7 is the second easiest, because all you have to do is click the Favorites Center icon (a star) and it will list your favorites and RSS Feeds. Firefox, on the other hand, seems to have gone out of its way to make it a pain in the butt. You have to open up your bookmarks menu, find your feed, and then select which entry you want to read.</p>
<p>A comparison of the way feeds are display can be found <a href="http://zilladesigns.net/misc/feedcompare/">here</a>.</p>
<p>The winners of this round are Opera and IE7.</p>
<p><strong>Round Six: Performance</strong></p>
<p>Performance is broken down into three aspects: Program loading time, web page loading time, and memory consumption.<br />
First is program loading time. Firefox loaded in roughly 15 seconds, while Internet Explorer loaded in only 10. Opera loaded in a speedy 8 seconds.</p>
<p>Next is page loading time. Having used all three of the browsers for quite a while, I can tell you from personal experience that Opera loads pages the fastest. Firefox comes in second, and IE7 is in last€¦ again.</p>
<p>Last is memory consumption. To test this, I viewed Zilla Designs&#8217; homepage in each browser and viewed how much memory it was using up to display one page. Firefox devoured 39,332K, Opera took up 31,728K, and IE7 used up only 30,272K. Firefox has always been known to use up a lot of memory, but I was surprised to see how little memory IE7 used.</p>
<p>Because of the quick loading times (both program and web page), Opera wins this round.</p>
<p><strong>Round Seven: Overview</strong></p>
<p>The overall victor is Opera (4/6 rounds won). Opera is much more than your usual browser. It is so much more. Opera has a built in email client, torrent downloader, and much more. Opera was created to be an all-in-one web using program.</p>
<p>Does this battle mean that Opera is better than Firefox and that everyone should immediately use Opera instead? No. I use Firefox AND Opera. When I want the extensions I&#8217;ll work with Firefox. When I want to browse quicker, I&#8217;ll use Opera.</p>
<p>All this battle really proves is that IE7 isn&#8217;t a good browser.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/blogging-misconceptions/' title='Blogging Misconceptions'>Blogging Misconceptions</a></li>
<li><a href='http://www.attackr.com/how-to-make-firefox-even-better-than-it-is/' title='How to make FireFox even better than it is'>How to make FireFox even better than it is</a></li>
<li><a href='http://www.attackr.com/hiding-download-links-is-pure-stupidity/' title='Hiding download links is pure stupidity'>Hiding download links is pure stupidity</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/corels-graphics-creation-and-editing-software/' title='Corel&#8217;s Graphics Creation and Editing Software'>Corel&#8217;s Graphics Creation and Editing Software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/browser-battle-royale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogging Misconceptions</title>
		<link>http://www.attackr.com/blogging-misconceptions/</link>
		<comments>http://www.attackr.com/blogging-misconceptions/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 18:39:34 +0000</pubDate>
		<dc:creator>TechZ</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/blogging-misconceptions/</guid>
		<description><![CDATA[It popped into my head all of a sudden, what misconceptions are out there about Bloggers &#38; Blogging? I did a quick Google, nothing really covered what I was thinking. I&#8217;m really looking at feedback in this post as I&#8217;ve only got a little to go on in this area, so please comment! Let&#8217;s start [...]]]></description>
			<content:encoded><![CDATA[<p>It popped into my head all of a sudden, what misconceptions are out there about Bloggers &amp; Blogging? I did a quick Google, nothing really covered what I was thinking. I&#8217;m really looking at feedback in this post as I&#8217;ve only got a little to go on in this area, so please comment!</p>
<p><em>Let&#8217;s start with what the obvious misconceptions could be:</em></p>
<p><ins>Bloggers only blog for financial gain</ins></p>
<p>This has to be one of the bigger misconceptions, it&#8217;s just not true. There are so many blogs out there that aren&#8217;t monetized and it&#8217;s not because they don&#8217;t have the traffic to be&#8230;it&#8217;s because they choose not to. Just because you get popular doesn&#8217;t mean you have to monetize, it also goes the other way that just because a blogger doesn&#8217;t monetize, it&#8217;s because he doesn&#8217;t have enough traffic.</p>
<p><ins>Bloggers get stale</ins></p>
<p>It&#8217;s true to a point, bloggers do tend to get in a rut, but look at <a href="http://www.successful-blog.com/">SOB.com</a>, Liz manages 3 blogs, not 1 or 2, but 3! She has managed to keep the blog fresh, full of a variety of content and maintain a healthy readership who actively partake in her blogs.</p>
<p><ins>Blogging is an exact science</ins></p>
<p>I&#8217;m sure there are readers who expect nothing less than perfection from bloggers. They tend to forget that behind a blog there is a real human and a good many of us don&#8217;t do this for a living</p>
<p><ins>Making a living out of Blogging is easy</ins></p>
<p>I&#8217;ll bet this one is very true, everyone thinks you start a blog, get Adsense on it and you&#8217;re in the money. Making huge amounts &amp; living the good life. It&#8217;s possible, yes, no doubt. Just that it takes lots &amp; lots of work to get to that stage. </p>
<p><ins>Blogging is easy</ins></p>
<p>It&#8217;s really not, coming up with new content is quite difficult as there are so many competing blogs out there. Not active competition, but all existing in the same blog-world and with limited audience. It takes dedication, time and tons of effort, try it!</p>
<p>Originally posted at my <a href="http://www.techzonline.net/2006/11/23/blogging-misconceptions/">blog</a>.</p>
<p><ins>From the comments received on the original post so far, here are some more Misconceptions</ins></p>
<p><a href="http://www.successful-blog.com/">Liz Strauss</a>:</p>
<p><strong>Misconception:</strong> You can write exactly like you talk and people will appreciate. Um er like I don&#8217;t think so, dude.</p>
<p><strong>Misconception:</strong> Every blogger takes every comment personally. Some do and some don&#8217;t. Some days we all do . . . Some days we all don&#8217;t.</p>
<p><strong>Misconception:</strong> Bloggers should tell EVERYTHING on screen to be authentic. Please, there&#8217;s some information I really don&#8217;t want to know. </p>
<p><a href="http://www.essentialkeystrokes.com/">Char</a>:</p>
<p>Misconception &#8211; If you start a blog, the traffic will magically appear€¦wrong. You have to work at that.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/browser-battle-royale/' title='Browser Battle Royale'>Browser Battle Royale</a></li>
<li><a href='http://www.attackr.com/how-to-make-firefox-even-better-than-it-is/' title='How to make FireFox even better than it is'>How to make FireFox even better than it is</a></li>
<li><a href='http://www.attackr.com/hiding-download-links-is-pure-stupidity/' title='Hiding download links is pure stupidity'>Hiding download links is pure stupidity</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/corels-graphics-creation-and-editing-software/' title='Corel&#8217;s Graphics Creation and Editing Software'>Corel&#8217;s Graphics Creation and Editing Software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/blogging-misconceptions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
