<?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/" version="2.0">

<channel>
	<title>HTMLCenter Web Development Blog</title>
	
	<link>http://www.htmlcenter.com</link>
	<description>Web Development Help and Tutorials</description>
	<pubDate>Fri, 03 Jul 2009 13:34:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Htmlcentercom" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Htmlcentercom</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Accessibly Use Image Headers</title>
		<link>http://www.htmlcenter.com/blog/accessibly-use-image-headers/</link>
		<comments>http://www.htmlcenter.com/blog/accessibly-use-image-headers/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:14:05 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[CSS Tutorials]]></category>

		<category><![CDATA[HTML Tutorials]]></category>

		<category><![CDATA[banner]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=971</guid>
		<description><![CDATA[A while ago, I heard rumors that the next incarnation of HTML would include support for easily replacing HTML elements (such as headers) with images by simply adding a &#8220;src&#8221; attribute to the HTML tag. For instance, you might be able to do something like:
&#60;h1 src="myimage.png"&#62;This is my alt text&#60;/h1&#62;
However, it seems that the advent [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I heard rumors that the next incarnation of HTML would include support for easily replacing HTML elements (such as headers) with images by simply adding a &#8220;src&#8221; attribute to the HTML tag. For instance, you might be able to do something like:</p>
<pre>&lt;h1 src="myimage.png"&gt;This is my alt text&lt;/h1&gt;</pre>
<p>However, it seems that the advent of this type of thing, if it ever happens, is still quite a ways off. Therefore, if you&#8217;re looking for an easy way to replace a plain text header with a nice image, for instance, a banner, you need to find another way of doing so.</p>
<p>This article will briefly explain how to do so using purely CSS.<span id="more-971"></span></p>
<p>It&#8217;s very simple, actually. You just need to add a background image to your header, then hide the text. An example would look like:</p>
<h1 style="background: url(/wp-content/uploads/2009/07/banner-test.jpg) no-repeat; width: 0; height: 0; border: none; padding: 75px 0 0 400px; overflow: hidden;">Banner Image</h1>
<p>In order to do something like what&#8217;s shown above, you need to follow these steps:</p>
<ol>
<li>Begin by creating your banner image.</li>
<li>Upload the banner image to your Web server somewhere</li>
<li>Create an H1 tag in your HTML. Add your &#8220;alt&#8221; text as the actual text of the H1 tag. This text will show up in the instance that CSS is disabled.</li>
<li>Assign the following style definitions to your H1 tag:
<ul>
<li>background - You need to set the url of the background property to lead to the header image you uploaded. You also need to set the background not to repeat.</li>
<li>width and height - The width and the height of your header need to be set to 0. This is the first step in hiding your alt text.</li>
<li>overflow - Set the overflow property to hidden. This is the second step to hiding your alt text.</li>
<li>padding - Set the padding-top property to the exact height of your banner image, the padding-right property to 0, the padding-bottom property to 0 and the padding-left property to the exact width of your banner image.</li>
</ul>
</li>
</ol>
<p>Voila! You&#8217;re done. You can set any of the other style properties you want, but the ones listed above are the important ones. The code for the example above is shown below. I hope this helps.</p>
<pre style="margin: 1em auto; padding: .25em 1em; width: 95%; overflow: auto;">&lt;h1 style="background: url(/wp-content/uploads/2009/07/banner-test.jpg) no-repeat; width: 0; height: 0; border: none; padding: 75px 0 0 400px; overflow: hidden;"&gt;Banner Image&lt;/h1&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/accessibly-use-image-headers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Otterbox - Protect Your iPod or iPhone</title>
		<link>http://www.htmlcenter.com/blog/otterbox-protect-your-ipod-or-iphone/</link>
		<comments>http://www.htmlcenter.com/blog/otterbox-protect-your-ipod-or-iphone/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:48:23 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[blackberry]]></category>

		<category><![CDATA[case]]></category>

		<category><![CDATA[defender]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[ipod]]></category>

		<category><![CDATA[mobile device]]></category>

		<category><![CDATA[mp3 player]]></category>

		<category><![CDATA[otterbox]]></category>

		<category><![CDATA[pmp]]></category>

		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=969</guid>
		<description><![CDATA[I have had an iPhone for about two months, now. When I first got it, I was told that I should pick up the Otterbox Defender case to protect it. I ordered one and was immediately impressed. In fact, I was so impressed, that when we got iPod Touches for our kids&#8217; birthday, the first [...]]]></description>
			<content:encoded><![CDATA[<p>I have had an iPhone for about two months, now. When I first got it, I was told that I should pick up the <a href="http://www.otterbox.com/defender-series-cases/">Otterbox Defender case</a> to protect it. I ordered one and was immediately impressed. In fact, I was so impressed, that when we got iPod Touches for our kids&#8217; birthday, the first (and only) accessory we ordered for them were Otterbox Defender cases. We also bought one for the 3rd generation iPod Nano that was handed down to my wife after the iPod Touches were received.<span id="more-969"></span></p>
<p>The Otterbox cases are available for the iPhone, the iPod Touch, the iPod Nano, the iPod Classic and many Blackberry devices. The case offers more protection than any other case I&#8217;ve seen.</p>
<p>To begin with, they all come with a screen protector, built into the case rather than having to stick to your screen. Then, a hard plastic case snaps around the entire body of the device. Finally, a soft, silicone glove wraps around the hard plastic shell.</p>
<p>The openings in the iPod, such as the headphone jack, the cable input, etc. are plugged with the silicone case. You can easily open the plugs so that you can insert the appropriate cables, etc.</p>
<p>I have accidentally dropped my iPhone a handful of times and no damage occurred. The Internet is full of stories about people dropping their iPhones and iPods, even on concrete, without any adverse effects.</p>
<p>If protection is your number one concern, there is no better case for your handheld device than the Otterbox Defender.</p>
<p>The Defender is not for everyone, though. Here are a few potential cons that you will want to consider before purchasing one.</p>
<ol>
<li>The case is nice and attractive, but it&#8217;s also bulky. By the time you wrap your device in a Defender case, it&#8217;s generally about twice as thick and a good inch or so taller than it was without the case.</li>
<li>The screen protector does develop static cling between the screen and the plastic protector. The static cling resembles a water spot or an oil slick (most of the references to this phenomenon on the Internet refer to it as the &#8220;oil slick problem&#8221;). However, I did find a solution in a few places during my search. As odd as it sounds, if you put a little baby powder on a tissue, then rub the baby powder on the face of your device and on the back of the screen protector (the part that touches your screen), that will stop this from happening (at least for a while). If you apply the baby powder properly, you probably won&#8217;t even notice that it&#8217;s there after you reassemble the case.</li>
<li>The case is a giant pain to take apart and put back together. Obviously, that&#8217;s a direct result of it being so protective. However, if you think you&#8217;re going to want a case that you can easily take your device in and out of, this is definitely not the ideal solution.</li>
<li>The iPod/iPhone versions of the case only seem to work with the official Apple USB cable. Most off-brand cables have bulkier housing around the portion that plugs into your iPod. Therefore, they don&#8217;t fit in the opening of the case that you use to plug things in. However, I have seen reports (though I have not confirmed them) that you can piggyback two port extenders together in order to allow you to plug other items into the device (such as docks, external batteries, etc.). I have also seen reports that you can successfully use a Dremel tool to widen the opening in the plastic shell. I have no information about the Blackberry versions.</li>
</ol>
<p>So, if you&#8217;re looking for sleekness, you want to remove your device from its case when it&#8217;s not necessary, or you use a lot of external accessories, you do not want an Otterbox Defender case. However, if you are looking for an extremely effective, protective case for your device, there is no better alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/otterbox-protect-your-ipod-or-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mozilla Releases Firefox 3.5</title>
		<link>http://www.htmlcenter.com/blog/mozilla-releases-firefox-35/</link>
		<comments>http://www.htmlcenter.com/blog/mozilla-releases-firefox-35/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:24:13 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web News]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=965</guid>
		<description><![CDATA[Firefox 3.5 was released by Mozilla, today. If you haven&#8217;t grabbed it, yet, you should probably go ahead and do so. According to the promotional materials and the release notes, this version of Firefox has been clocked around twice the speed (it takes less than half the time to load items as opposed to FF [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getfirefox.com/"><img class="alignnone size-medium wp-image-966" style="float: right; margin: 0 0 1em 1em; border: none;" title="Firefox 3.5 Logo" src="http://www.htmlcenter.com/wp-content/uploads/2009/06/firefox-35-logo-wordmark-version-vertical-255x300.png" alt="Firefox 3.5 Logo" width="255" height="300" /></a>Firefox 3.5 was released by Mozilla, today. If you haven&#8217;t grabbed it, yet, you should probably <a href="http://www.getfirefox.com/">go ahead and do so.</a> According to the promotional materials and the release notes, this version of Firefox has been clocked around twice the speed (it takes less than half the time to load items as opposed to FF 3), upgraded phishing and malware detection and protection, and has introduced &#8220;private browsing.&#8221;</p>
<p>On the Firefox Web site, Mozilla has also <a href="http://www.mozilla.com/en-US/firefox/upgrade.html?from=getfirefox#feature-vsie">developed it&#8217;s own chart</a> similar to <a href="http://www.htmlcenter.com/blog/microsoft-releases-ie8-comparison-chart/">the IE8 comparison chart</a> we <a href="http://www.htmlcenter.com/blog/my-response-to-the-ie8-comparison-chart/">discussed last week.</a></p>
<p>The new version also natively supports OGG audio and video, along with the HTML5 audio and video tags.<br />
<br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/mozilla-releases-firefox-35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Does Site Architecture Affect Google Rankings?</title>
		<link>http://www.htmlcenter.com/blog/google-rankings-site-architecture/</link>
		<comments>http://www.htmlcenter.com/blog/google-rankings-site-architecture/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 12:20:45 +0000</pubDate>
		<dc:creator>Allen</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web News]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=963</guid>
		<description><![CDATA[Google has put together a list of myths regarding how site architecture affects (or doesn&#8217;t affect) rankings within the search engine. They also take a look at why traffic might drop from Google to a specific website.
The myths investigated include:

duplicate content
affiliate links

There is a discussion about site design including robots.txt, moving sites and the &#8220;rel=canonical&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img title="google" src="http://www.centernetworks.com/images/sites/googlelogo1.png" alt="" width="160" height="60" align="left" />Google has put together a <a href="http://googlewebmastercentral.blogspot.com/2009/06/traffic-drops-and-site-architecture_29.html">list of myths</a> regarding how site architecture affects (or doesn&#8217;t affect) rankings within the search engine. They also take a look at why traffic might drop from Google to a specific website.</p>
<p>The myths investigated include:</p>
<ul>
<li>duplicate content</li>
<li>affiliate links</li>
</ul>
<p>There is a discussion about site design including robots.txt, moving sites and the &#8220;rel=canonical&#8221; tag. Here&#8217;s part of the presentation:<br />
<span id="more-963"></span></p>
<p align="center"><iframe src='http://docs.google.com/EmbedSlideshow?docid=dc75gmks_73dvznqhd5' frameborder='0' width='410' height='342'></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/google-rankings-site-architecture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rackspace Experiences Two-Hour Power Outage</title>
		<link>http://www.htmlcenter.com/blog/rackspace-experiences-two-hour-power-outage/</link>
		<comments>http://www.htmlcenter.com/blog/rackspace-experiences-two-hour-power-outage/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 23:07:25 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[power]]></category>

		<category><![CDATA[rackspace]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[ups]]></category>

		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/blog/rackspace-experiences-two-hour-power-outage/</guid>
		<description><![CDATA[Rackspace, one of the leading managed, dedicated Web server hosts in the world, experienced a rather major power outage at their Dallas-Fort Worth (TX, USA) data center.
Around 4:15 this afternoon, our Web site at work (which is hosted by Rackspace) stopped responding to requests (at first, I was a little freaked out, because I was [...]]]></description>
			<content:encoded><![CDATA[<p>Rackspace, one of the leading managed, dedicated Web server hosts in the world, experienced a rather major power outage at their Dallas-Fort Worth (TX, USA) data center.</p>
<p>Around 4:15 this afternoon, our Web site at work (which is hosted by Rackspace) stopped responding to requests (at first, I was a little freaked out, because I was running a back-up and thought maybe something had gone awry). I then tried visiting the MyRackspace customer portal to submit a support ticket, and found that it was not responding, either.</p>
<p>I called our point of contact and asked him to look into it. Around 4:40, our Web server was back up and running. Rackspace, however, was still down for a while longer.</p>
<p>Rackspace is keeping customers updated <a href="http://www.rackspace.com/blog/">on their blog.</a> At this point, they are saying that everything is back online.</p>
<p>For the last two weeks, Rackspace has been performing tests, upgrades and maintenance to their back-up power utilities because of &#8220;anomalies&#8221; they&#8217;ve encountered. I wonder if this power outage was a result of those anomalies, a result of the upgrades, maintenance and testing or if it was completely unrelated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/rackspace-experiences-two-hour-power-outage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who Do You Follow and Why?</title>
		<link>http://www.htmlcenter.com/blog/who-do-you-follow-and-why/</link>
		<comments>http://www.htmlcenter.com/blog/who-do-you-follow-and-why/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 13:41:11 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[followers]]></category>

		<category><![CDATA[humor]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[tech blog]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=960</guid>
		<description><![CDATA[Who do you follow on Twitter, and why do you follow them? Following is a sample of the types of people and organizations I&#8217;m following on Twitter. I&#8217;m curious to know how you guys are using Twitter.
Friends and Colleagues
I follow my friends and colleagues simply to keep up on what&#8217;s going on in their lives [...]]]></description>
			<content:encoded><![CDATA[<p>Who do you follow on Twitter, and why do you follow them? Following is a sample of the types of people and organizations I&#8217;m following on Twitter. I&#8217;m curious to know how you guys are using Twitter.<span id="more-960"></span></p>
<h2>Friends and Colleagues</h2>
<p>I follow my friends and colleagues simply to keep up on what&#8217;s going on in their lives and at work. I also follow them because most of my friends are interested in many of the same things that interest me. Therefore, I quite often get good nuggets from them, like links to interesting blog articles, funny pictures, etc.</p>
<h2>Sega and Other Video Game Organizations</h2>
<p>I also follow @Sega, @SonicGames (the arm of Sega devoted specifically to Sonic the Hedgehog), @OCRemix, @MAGFest and @GameUnicon because of my interest in video games, and Sega in particular.</p>
<p>I also follow Sega because of their #freestufffriday competitions. Every Friday, Sega puts together a batch of really cool Sega paraphernalia to give away on Twitter. They alternate from week to week between their US office and their UK office. Last week, I won a batch of stuff from the video game &#8220;Viking.&#8221; The prizes range from simple things like notepads, shirts, etc. to soundtracks and full video games. For those of you with Xbox Live, they also give out XBLA codes on a fairly regular basis.</p>
<p>OCRemix is a really cool group that takes music from video games (popular and obscure) and remixes it into new and interesting stuff. All of the music they put together is available from their Web site.</p>
<p>MAGFest and GameUnicon would traditionally be called video game conventions, but they are actually much more than that. They are festivals of video games and game-related music. Basically, they are events where you spend all weekend doing nothing but playing video games, listening to discussions about video games, listening to music from video games and more. You eat, sleep (for those who sleep over the weekend) and breathe video games for the entire time. I like getting updates about what&#8217;s going on with the festivals. I am a regular attendee of MAGFest and like to keep my finger on what&#8217;s going on with the festival. GameUnicon is in Massachusetts, so it&#8217;s too far for me to travel, unfortunately. However, the guy in charge of that account regularly posts fun stuff.</p>
<h2>Tech App Developers</h2>
<p>I follow some developers of various applications I use on my computer and the iPhone. For instance, I follow @Tapulous, the makers of the Tap Tap Revenge, the greatest portable game available on the market, today. I also follow the makers of @TweetDeck and @boxee and the developers of @Linux_Mint to keep track of what&#8217;s going on with those products.</p>
<h2>Tech Bloggers</h2>
<p>Because I am interested in many things related to technology, I follow a handful of tech bloggers, including Allen from @CenterNetworks and Holden and Alex from @TechGeist. The three of them are always posting fun and interesting things about technology and their lives in general.</p>
<h2>Musicians and Celebrities</h2>
<p>Some of my favorite updates come from various musicians I follow, including @celldweller and @16volt. I am a huge fan of their music, and I love to read the updates they post. @celldweller consistently posts funny stuff on Twitter and his blog. 16Volt posts some interesting information from his life, and also posts some links to various articles about the music industry, his music and more.</p>
<p>I also follow @DonGeronimoShow, who was previously half of the nationally syndicated radio duo &#8220;Don and Mike.&#8221; I have been a fan of Don and Mike since I was a kid, and I enjoy seeing what Don has to post on his Twitter account. Many of his posts are rather inane, but there&#8217;s always a nugget in there that makes it worth it to follow him.</p>
<h2>News and Humor</h2>
<p>I am a big fan of NPR (National Public Radio), so I follow their political feed (@nprpolitics). I also follow @theOnion, @icanhascheezburger and a few others. Those last two, I follow strictly for comic relief.</p>
<p>So, my real question to you is, who are you following? Why do you follow those people? Who should I be following?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/who-do-you-follow-and-why/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Releases Studio 7.0 Beta</title>
		<link>http://www.htmlcenter.com/blog/zend-releases-studio-70-beta/</link>
		<comments>http://www.htmlcenter.com/blog/zend-releases-studio-70-beta/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 00:11:43 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[ide]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[studio]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=954</guid>
		<description><![CDATA[Today, Zend released the latest beta version of their Zend Studio application. Zend Studio is an integrated development environment (IDE) for PHP developers. Although the software usually requires a commercial support license (which currently runs $399 for one year or $717 for three years), the beta version of Zend Studio 7.0 is available as a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Zend released the latest beta version of their Zend Studio application. Zend Studio is an integrated development environment (IDE) for PHP developers. Although the software usually requires a commercial support license (which currently runs $399 for one year or $717 for three years), the beta version of Zend Studio 7.0 is available as a free trial download for the time being.</p>
<p>You can <a href="http://www.zend.com/en/products/studio/">download the beta software</a> from Zend&#8217;s Web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/zend-releases-studio-70-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WinSplit Revolution - Split Your Monitor</title>
		<link>http://www.htmlcenter.com/blog/winsplit-revolution-split-your-monitor/</link>
		<comments>http://www.htmlcenter.com/blog/winsplit-revolution-split-your-monitor/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:58:23 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[dual-head]]></category>

		<category><![CDATA[large display]]></category>

		<category><![CDATA[monitor]]></category>

		<category><![CDATA[organize]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=950</guid>
		<description><![CDATA[Having picked up a 30&#8243; LCD monitor at work and having finally gotten my dual-head configuration working, I found myself in a situation where I wanted to split my screen into equal sections so that I could work on many various things at once. Browsing the Web with my browser maximized on the 30&#8243; screen [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.winsplit-revolution.com/"><img class="alignnone size-full wp-image-952" style="float: right; margin: 0 0 1em 1em; border: none;" title="WinSplit Logo" src="http://www.htmlcenter.com/wp-content/uploads/2009/06/mw_joomla_logo.png" alt="WinSplit Logo" width="298" height="75" /></a>Having picked up a 30&#8243; LCD monitor at work and having finally gotten my dual-head configuration working, I found myself in a situation where I wanted to split my screen into equal sections so that I could work on many various things at once. Browsing the Web with my browser maximized on the 30&#8243; screen was rather silly (since most sites I visit are developed with a fixed-width design, they only fill up a tiny portion of my screen). Instead, it made much more sense to divide my screen into four equal regions and have at least four different programs open in the corners of the screen.</p>
<p>Getting tired of trying to manually resize my windows and move them around, I started searching for a program that might make it a little easier. Ideally, I was looking for a program that would split my screen into four equal sections, then &#8220;dock&#8221; the applications in those sections so that I could drag the corners and have them snap in place.<span id="more-950"></span></p>
<p><a href="http://www.htmlcenter.com/wp-content/uploads/2009/06/winsplit-revolution-screenshot.png"><img class="alignnone size-thumbnail wp-image-951" style="float: right; margin: 0 0 1em 1em; border: none;" title="winsplit-revolution-screenshot" src="http://www.htmlcenter.com/wp-content/uploads/2009/06/winsplit-revolution-screenshot-150x150.png" alt="winsplit-revolution-screenshot" width="150" height="150" /></a>I didn&#8217;t find that, but I did find a fantastic application that does quite a bit of what I wanted, and quite a bit more. <a href="http://www.winsplit-revolution.com/">WinSplit Revolution</a> is a nice little background utility that allows you to resize your windows into preset &#8220;zones&#8221; on your screen, dividing your screen into halves, quarters, sixths and more. It also helps you manage a dual-head configuration, making it extremely easy to switch apps between the two screens.</p>
<p>With WinSplit Revolution, you can set up hotkeys to move your windows around. By default, if you press Ctrl+Alt, then press a number on the number keypad, the active window automatically moves to the appropriate corner and resizes itself. For instance, if you press Ctrl+Alt+7, the window jumps to the top left quadrant of your screen. If you press Ctrl+Alt+7, the window resizes to one-sixth the size of the screen. If you press it again, and you have dual-head set up, the window resizes to half of the total width of your display.</p>
<p>If you press Ctrl+Alt+4, the window resizes to half the width and the full height of your main screen, then jumps to the left side of your screen.</p>
<p>If you press Ctrl+Alt and the left or right arrow key, the window moves from one screen in your dual-head configuration to the other screen.</p>
<p>The program is extremely easy to use and makes it a cinch to keep your display organized. The screen shot above shows my entire dual-head configuration as laid out by WinSplit.</p>
<p>In the top-right display area of the screen shot (which is my 30&#8243; monitor), you will see my browser in the top-left, Outlook in the top-right, Dreamweaver in the bottom-left and TweetDeck in bottom-right. I also generally keep Winamp behind TweetDeck in the bottom-right, and occasionally open PhotoShop in the bottom-right. When I open Word or Adobe Acrobat, I usually let them fill up the entire left or right half of my screen.</p>
<p>Then, in the bottom-right screen (which is actually my laptop display), you will see Windows XP and Linux Mint running in VirtualBox. For proof-of-concept, I used WinSplit to split them to the left and right sides of my second display. However, usually I use VirtualBox&#8217;s fullscreen mode to make it look like I&#8217;m actually running two separate operating systems at the same time on the same computer. My main display is usually obviously Vista, and I switch between XP and Mint on my laptop display.</p>
<p>Unfortunately, WinSplit is only available for Windows, but it apparently works with the 32 and 64-bit versions of Windows 2000, XP and Vista. WinSplit is released under the Creative Commons license and is available for free. If you have a large display, I highly recommend downloading and using WinSplit to keep your windows organized.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/winsplit-revolution-split-your-monitor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comparing 3D Environments in Your Browser</title>
		<link>http://www.htmlcenter.com/blog/comparing-3d-browser-environments/</link>
		<comments>http://www.htmlcenter.com/blog/comparing-3d-browser-environments/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 23:40:55 +0000</pubDate>
		<dc:creator>Guest Writer</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web News]]></category>

		<category><![CDATA[Web Software Reviews]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=945</guid>
		<description><![CDATA[Editor&#8217;s note: Austin from MuseGames put together this comparison of how 3D environments render in a variety of browsers. Muse Games is a destination site that finally brings fun 3D, multiplayer gaming in to the web browser. 
Being peddlers of 3D content, we thought it appropriate to take a look at the current state of [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor&#8217;s note: Austin from MuseGames put together this comparison of how 3D environments render in a variety of browsers. <a href="http://musegames.com/news/general/comparing-3d-in-your-browser/">Muse Games</a> is a destination site that finally brings fun 3D, multiplayer gaming in to the web browser. </em></p>
<p>Being peddlers of 3D content, we thought it appropriate to take a look at the current state of 3D in the browser. How do the different browsers stack up? Read on to find out, and if you’re using IE6, please, for the love of your developers, <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">upgrade</a>.</p>
<h2> Safari 3 (and 4)</h2>
<p><img style="margin-right: 5px;" title="Safari 3D" src="http://static.centernetworks.com/htmlc-safari.png" alt="Safari 3D" width="300" height="150" align="left" /></p>
<h2 style="margin-top:-20px;">Rating: <span style="color: #16abe7;">BEST</span></h2>
<h2 style="font-size:18px;">Download:  <a href="http://www.apple.com/safari/download/">Mac</a>  <a href="http://www.apple.com/safari/download/">PC</a></h2>
<p>Both Safari 3 and 4 dominate all the other browsers in terms of speed, performance, and aesthetics, with 4 being the latest and greatest. We of course realize Safari is not all that popular, particularly with Windows users, but the sheer technical superiority of Safari warrants giving it a shot. In terms of specifics, Safari 4 executes javascript faster than any other browser (with the exception of Chrome, where it is about evenly matched), it supports the latest standards for website design, and it exhibits no threading or memory issues related to rendering 3D in the browser via an ActiveX plugin(see Firefox).<br />
<span id="more-945"></span></p>
<h2> Chrome</h2>
<p><img style="margin-right: 5px;" title="Chrome 3D" src="http://static.centernetworks.com/htmlc-chrome.png" alt="Chrome 3D" width="300" height="150" align="left" /></p>
<h2 style="margin-top:-20px;">Rating: <span style="color: #16abe7;">GREAT</span></h2>
<h2 style="font-size:18px;">Download:  <a href="http://www.google.com/chrome">PC</a></h2>
<p>At this point, Google’s Chrome is PC only, but for any windows users who really dislike Apple, Chrome is the way to go. It executes Javascript nearly as fast as Safari 4, is very stable, adheres to modern standards and just works. We didn’t give it Best status only because it isn’t cross platform. But with public Mac and Linux builds around the corner, Chrome may soon steal our coveted top spot.</p>
<h2> IE 7/8</h2>
<p><img style="margin-right: 5px;" title="Internet Explorer 3D" src="http://static.centernetworks.com/htmlc-ie7.png" alt="Internet Explorer 3D" width="300" height="150" align="left" /></p>
<h2 style="margin-top:-20px;">Rating: <span style="color: #22bf5a;">GOOD</span></h2>
<h2 style="font-size:18px;">Download:  <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">PC</a></h2>
<p>It may be surprising, but IE 7 and 8 get third place in our browser line up. It may not have the prettiest web rendering, or even support all the web standards we would like, but the core engine is relatively stable, and doesn’t cause any of the disastrous framerate glitches we see in Firefox. Of course IE8 is much better than IE7 in terms of web standards compliance, but really, that is just a matter of taste, and if you really care about supporting web standards, download Safari or Chrome. That said, picky users who only trust Microsoft products should still download the latest version of IE, both for the added security benefits as well as superior gameplay performance.</p>
<p> </p>
<h2> Firefox 3</h2>
<p><img style="margin-right: 5px;" title="Firefox 3D" src="http://static.centernetworks.com/htmlc-firefox.png" alt="Firefox 3D" width="300" height="150" align="left" /></p>
<h2 style="margin-top:-20px;">Rating: <span style="color: #f1e23a;">OKAY</span></h2>
<h2 style="font-size:18px;">Download:  <a href="http://www.getfirefox.net/">Mac</a>  <a href="http://www.getfirefox.net/">PC</a></h2>
<p>We’re stepping on some toes here, we know - but in terms of playing 3D games in your browser Firefox isn’t very good. It leaks memory, which means it crashes more frequently, and something in its Javascript core seems to not be threaded properly, which causes framerate glitches. Additionally, it always seems like they are breaking one aspect or another of ActiveX control support (in this case 3D). The web standards support is nice, but generally, we’d recommend Safari or Chrome for performance reasons.</p>
<p>We’re really hoping<a href="http://www.techcrunch.com/2009/06/09/demo-firefox-35-treats-videos-like-web-pages-why-cant-flash-do-that/"> Firefox 3.5</a> solves some of these issues, because we love the Add-on architecture, and probably couldn’t live without <a href="http://mashable.com/2009/03/21/tools-web-testing/">Firebug</a>.</p>
<h2> IE 6</h2>
<p><img style="margin-right: 5px;" title="IE 6 Fail" src="http://static.centernetworks.com/htmlc-ie6fail.png" alt="IE 6 Fail" width="300" height="265" align="left" /></p>
<h2 style="margin-top:-20px;">Rating: <span style="color: #af3a3a;">BAD</span></h2>
<p>This is the worst browser the world has ever known. Unfortunately, a lot of folks still use it, either because they don’t care, or their IT department doesn’t care. Which always surprises us, because it only takes a few minutes to download the <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">latest update</a> and move to a vastly better (faster, safer, &amp; prettier) browsing experience. <strong>We have stopped actively supporting IE 6</strong> because the extra work required is about the same as developing an extra game per year. It has terrible Javascript support, terrible bugs and glitches, totally non-standard web rendering, and poor threading implementations - which means bad gameplay and framerate. Please help us eliminate IE6 entirely. Tell your friends. Tell your family. Tell your IT department to stop eating donuts and at least get you <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">IE8</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/comparing-3d-browser-environments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TweetDeck vs. Seesmic - My Opinion</title>
		<link>http://www.htmlcenter.com/blog/tweetdeck-vs-seesmic-my-opinion/</link>
		<comments>http://www.htmlcenter.com/blog/tweetdeck-vs-seesmic-my-opinion/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:23:52 +0000</pubDate>
		<dc:creator>Curtiss</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[adobe air]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[seesmic]]></category>

		<category><![CDATA[tweetdeck]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.htmlcenter.com/?p=939</guid>
		<description><![CDATA[There are a handful of various desktop applications that can be used to track Twitter on your computer. In this article, I will be comparing two of those applications: Seesmic Desktop and TweetDeck. For the purposes of this review, I am using TweetDeck 0.6.2 and Seesmic Desktop 0.2.1.
On the surface, both applications are very similar. [...]]]></description>
			<content:encoded><![CDATA[<p>There are a handful of various desktop applications that can be used to track Twitter on your computer. In this article, I will be comparing two of those applications: <a href="http://desktop.seesmic.com/">Seesmic Desktop</a> and <a href="http://tweetdeck.com/">TweetDeck</a>. For the purposes of this review, I am using TweetDeck 0.6.2 and Seesmic Desktop 0.2.1.</p>
<p>On the surface, both applications are very similar. Listed below are some of the general features you&#8217;ll find in both TweetDeck and Seesmic.<span id="more-939"></span></p>
<ul>
<li>Use multiple Twitter accounts (just added in TweetDeck v0.6.x)</li>
<li>Monitor Facebook friends&#8217; status</li>
<li>Monitor Twitter search results</li>
<li>Post to Twitter</li>
<li>Post Facebook status</li>
<li>Send direct messages to Twitter followers</li>
<li>Shorten URLs using various URL shortening sites</li>
<li>Upload pictures to TwitPic (and a few others) and post to Twitter</li>
<li>Shrink your Twitter post using TweetShrink</li>
<li>Adjust the specific amounts of time between checking for Twitter &#8220;following&#8221; updates, direct messages, search results, etc. to utilize your 100 API calls per hour to its fullest</li>
<li>Follow/Unfollow/Block Twitter users from within the application</li>
<li>Notification of new updates via a pop-up on your desktop and a sound (can be configured through the application settings)</li>
<li>Available for Linux, Mac and Windows (via Adobe AIR)</li>
</ul>
<p><a href="http://desktop.seesmic.com/"><img class="alignnone size-medium wp-image-942" style="float: right; margin: 0 0 1em 1em; border: none;" title="Screen shot of Seesmic Desktop" src="http://www.htmlcenter.com/wp-content/uploads/2009/06/seesmic-desktop-screenshot-209x300.png" alt="Screen shot of Seesmic Desktop" width="209" height="300" /></a>Now, I will outline the features available in Seesmic Desktop that are not yet available in TweetDeck:</p>
<ul>
<li>View Twitter updates and Facebook updates together in a single column</li>
<li>Columns automatically resize themselves (within reason) to fit in the width of the window</li>
<li>View your timeline (Sent) from Twitter in its own column, without being mixed in with all of the people you are following</li>
<li>The Facebook account shows all updates from your Facebook friends (TweetDeck only shows status updates, and only shows the most recent from each friend)</li>
<li>Choose which URL shortening service, pic upload service, etc. you want to use when you are actually posting it (TweetDeck requires you to set the default sites to use in the application settings)</li>
</ul>
<p><a href="http://www.tweetdeck.com/"><img class="alignnone size-medium wp-image-943" style="float: right; margin: 0 0 1em 1em; border: none;" title="Screen shot of TweetDeck" src="http://www.htmlcenter.com/wp-content/uploads/2009/06/tweetdeck-screenshot-218x300.png" alt="Screen shot of TweetDeck" width="218" height="300" /></a>Following are the features available through TweetDeck that are not yet found in Seesmic Desktop:</p>
<ul>
<li>Preview shortened URLs (if you click on a shortened URL, TweetDeck pulls some information about that URL and shows it to you - including the real URL to which that short URL redirects)</li>
<li>An iPhone application is also available, and you can sync your TweetDeck columns between your iPhone and your computer</li>
<li>Post the same status update to your Facebook account and your Twitter account in one action</li>
<li>Auto-complete usernames (from a list of the people you&#8217;re following, I believe) as soon as you type the @ symbol - This feature can be turned on or off in the application settings</li>
<li>Auto-include hashtags when you reply to someone&#8217;s post (this feature can be turned on or off in the application settings)</li>
<li>Translate an update you are preparing to post</li>
<li>View a list of hashtags you&#8217;ve used recently so that you can insert it into your post</li>
</ul>
<p>Now, I&#8217;ll try to outline some of the differences between the two and some of the features I&#8217;d like to see that aren&#8217;t available in either:</p>
<ul>
<li>TweetDeck does not allow you to resize or reorder your columns in any way (except the option to use &#8220;narrow columns,&#8221; which makes all of your columns about 10 or 15 pixels narrower than the standard size). However, Seesmic Desktop, as mentioned above, will sort of automatically resize your columns to fit in the width of the window. Still, though, Seesmic does not offer any way to manually resize your columns.</li>
<li>Although Seesmic shows all of your updates (Twitter, Facebook, etc.) in one column, there doesn&#8217;t seem to be a way to show them in separate columns. TweetDeck only offers the ability to show them in separate columns.</li>
<li>There does not seem to be a way, in either application, to indicate which Facebook updates are displayed when you add your Facebook status</li>
<li>Within Seesmic Desktop, you can &#8220;like&#8221; a Facebook update or tweet it. In TweetDeck, you can either e-mail the Facebook status update or tweet it. Neither application allows you to comment on the Facebook updates.</li>
</ul>
<p>Personally, I prefer the interface of Seesmic Desktop over the TweetDeck interface. However, the feature set currently available in TweetDeck offers more of the functionality I want, so I&#8217;m working mostly within TweetDeck. The number one feature that would absolutely need to be added to Seesmic Desktop before I would consider switching is the short URL preview. I also would want Seesmic to introduce the auto-complete usernames and auto-include hashtags. I must admit that I also am becoming a big fan of the fact that I can sync my TweetDeck columns between platforms (as long as I sync them with my iPhone, I can also sync them between Linux and Windows and between my work and home computers - which is really cool).</p>
<p>That said, if TweetDeck introduces a way to comment on Facebook updates and a way to resize the columns (automatically and/or manually), I would probably stop considering switching to Seesmic Desktop.</p>
<p>As a final word, I will issue this minor warning: If you use TweetDeck and Seesmic Desktop at the same time (as I did while writing this review to allow for easy comparison), you will most likely run out of Twitter API calls before the hour is up (I ran out about 15 minutes early).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.htmlcenter.com/blog/tweetdeck-vs-seesmic-my-opinion/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
