<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Pointless Rants &#187; Netbooks</title>
	<atom:link href="http://www.pointlessrants.com/category/netbooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pointlessrants.com</link>
	<description>Rants that are usually about technology</description>
	<lastBuildDate>Sat, 21 Aug 2010 02:33:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; 2010 Pointless Rants </copyright>
	<managingEditor>daspecster@gmail.com (Thomas Schultz)</managingEditor>
	<webMaster>daspecster@gmail.com (Thomas Schultz)</webMaster>
	<category>Technology</category>
	<ttl>1440</ttl>
	<image>
		<url>http://www.pointlessrants.com/wp-content/plugins/podpress/images/podcast_logo_144.jpg</url>
		<title>Pointless Rants &#187; Netbooks</title>
		<link>http://www.pointlessrants.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>Pointless Rants about technology and everyday happenings</itunes:subtitle>
	<itunes:summary>Rants that are usually about technology</itunes:summary>
	<itunes:keywords>rants, technology, computers, programming, network, windows, mac, linux</itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:category text="News &#38; Politics" />
	<itunes:author>Thomas Schultz</itunes:author>
	<itunes:owner>
		<itunes:name>Thomas Schultz</itunes:name>
		<itunes:email>daspecster@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.pointlessrants.com/wp-content/plugins/podpress/images/podcast_logo_300.jpg" />
		<item>
		<title>Unjustifiable Internet Explorer 7,8 and probably 9 as well</title>
		<link>http://www.pointlessrants.com/2009/02/unjustifiable-internet-explorer-78-and-probably-9-as-well/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=unjustifiable-internet-explorer-78-and-probably-9-as-well</link>
		<comments>http://www.pointlessrants.com/2009/02/unjustifiable-internet-explorer-78-and-probably-9-as-well/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 05:13:09 +0000</pubDate>
		<dc:creator>Tom Schultz</dc:creator>
				<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.daspecster.com/?p=74</guid>
		<description><![CDATA[Unjustifiable Internet Explorer 7,8 and probably 9 as well.   Internet Explorer doesn't like to have justified text wrap around floated elements.]]></description>
			<content:encoded><![CDATA[<p>I think we all know that Microsofts Internet Explorer has been a failure for&#8230;quite some time (Sorry Microsoft, just fix it already).  Internet Explorer 7 and 8 have made huge advances over version 6, however, there are still many flaws and I ran into an obscure one the other day.</p>
<p><span id="more-74"></span></p>
<p>This issue has to do with the  &#8220;text-align: justify&#8221; property.    My xhtml markup structure was something like this&#8230;</p>
<pre>&lt;p&gt; (floated left)
     Some text in the paragraph
&lt;/p&gt;
&lt;p&gt;
     Then a bunch of paragraphs that followed
&lt;/p&gt;</pre>
<p>So I had a single paragraph that was floated left that contained one extremely oversize character and then there were paragraphs that followed.<br />
I also had set the paragraphs that followed to have the &#8220;text-align: justify&#8221; property.  The text was supposed to flow around the first paragraph that was floated.  This was working flawlessly in FireFox 3, but in Internet Explorer 7 and 8 it wasn&#8217;t wrapping the text around the floated paragraph element.</p>
<p><strong>I took out the &#8220;text-align: justify&#8221; and everything worked perfectly as it should in both Internet Explorer 7 and 8 as well as FireFox. </strong></p>
<p>So Internet Explorer must have some deep philosophical issue with justified text wrapping around other objects.  This seems strange since you see that a lot in printed media.</p>
<p>Anyway, I hope they fix this bug before Internet Explorer 8 becomes generally available., but I doubt it.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.pointlessrants.com/2009/02/tech-quote-windows-vs-mac/" rel="bookmark" class="crp_title">Tech Quote: [Windows] vs. Mac</a></li><li><a href="http://www.pointlessrants.com/2009/02/episode-1/" rel="bookmark" class="crp_title">Episode #1</a></li><li><a href="http://www.pointlessrants.com/2010/03/newegg-com-design-refresh-critique/" rel="bookmark" class="crp_title">Newegg.com design refresh critique</a></li><li><a href="http://www.pointlessrants.com/2009/02/sifr-any-font-you-want-and-still-search-engine-safe/" rel="bookmark" class="crp_title">sIFR, any font you want and still search engine safe!</a></li><li><a href="http://www.pointlessrants.com/2009/03/making-a-to-do-timeline-with-excel/" rel="bookmark" class="crp_title">Making a To Do Timeline with Excel</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.pointlessrants.com/2009/02/unjustifiable-internet-explorer-78-and-probably-9-as-well/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The biggest problem with tiny netbooks&#8230;</title>
		<link>http://www.pointlessrants.com/2009/01/the-biggest-problem-with-tiny-netbooks/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-biggest-problem-with-tiny-netbooks</link>
		<comments>http://www.pointlessrants.com/2009/01/the-biggest-problem-with-tiny-netbooks/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 15:28:24 +0000</pubDate>
		<dc:creator>Tom Schultz</dc:creator>
				<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[s10]]></category>

		<guid isPermaLink="false">http://www.daspecster.com/?p=22</guid>
		<description><![CDATA[Netbooks, they're cool but I can't use them.]]></description>
			<content:encoded><![CDATA[<h4>The Intro</h4>
<p>I have to admit that I have been caught up in the &#8220;Netbook Hysteria&#8221; that has occurred since the release of the EeePC by ASUS.  I watched the rumors about the EeePC and I even called ASUS, asking to be a beta tester for the little devils.</p>
<p>The first time I actually encountered a netbook was about a month ago in a&#8230;.you guessed it, corporate giant and consumer goods selling extraordinaire, Best Buy.</p>
<p>And yes, ASUS never called me back about the beta testing. Congratulations, you get a gold star for guessing that.</p>
<p><span id="more-22"></span></p>
<h4>The Problem</h4>
<p>So as I ran&#8230;I mean sauntered over to the netbooks that were displayed, I opened one up (EeePC) and I was mesmerized as I saw all the things I had read about for months.  It was pretty solid, very compact and some might even dare say that it was&#8230;.cute.   Then, as I began to navigate the controls, I realized that this laptop was indeed DESIGNED for people with much smaller hands and fingers than what a normal average human being had been given.   The keys that people use so often were placed in such weird and unnatural places!</p>
<p>There were a couple netbooks there at the time.  There was a EeePC 900, an Acer Aspire One and an HP.  The common denominator for all these uber-hyped block of capacitors and transistors was that I couldn&#8217;t use one everyday without going completely insane.  I couldn&#8217;t write a little script on the go with a half sized, smashed together keyboard.  Really though, I don&#8217;t think I mind the size of the keyboard as much as I dislike the placement of the keys.  Some keys we just take for granted and our reflexes assume.</p>
<p>I have not had the opportunity to play with the Lenovo S10 yet.  This is arguably the best netbook on the market, atleast from my research. If I were going to purchase a netbook that would be the one that I would drop my benjamins on.  It has 2 problems. First, it has no bluetooth option available in the United States, however the module can be purchased on ebay and installed very easily.  The second problem is that they have placed the Fn key on the far left, lower corner of the keyboard, which is where we are all used to the CTRL key being.  I understand that this layout is common amongst business laptops, but I don&#8217;t understand why.</p>
<p>It does feature and 85% sized keyboard and a solid chassis.  Anyway, more on that if I do end up ever getting one.</p>
<h4>The Solution</h4>
<p>Although netbooks may be the ultimate answer to someone out there, they simply are not the answer for me.  Trevor suggested the 13&#8243; notebooks as a compromise in portability and power and I think he&#8217;s right.  Even a 12&#8243; laptop, which is not considered a &#8220;netbook&#8221;, would give most people plenty of the power and flexibility they need in mobile computing.</p>
<p>I really hope that soon the 12&#8243; and 13&#8243; notebooks will begin to drop in price and improve in quality.  I think the market for 12&#8243; and 13&#8243; notebooks would be huge if they were made more affordable.  12&#8243; and 13&#8243; laptops are at the point where people still want all the power of a 15&#8243; or 17&#8243; laptop and cramming those powerful components into a smaller frame is expensive and can cause some problems.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.pointlessrants.com/2010/01/review-hp-mini-1010nr/" rel="bookmark" class="crp_title">Review: HP Mini 1010NR</a></li><li><a href="http://www.pointlessrants.com/2009/02/lenovo-r500-review/" rel="bookmark" class="crp_title">Lenovo R500 Review</a></li><li><a href="http://www.pointlessrants.com/2009/10/10gui-and-reinventing-more-than-the-mouse/" rel="bookmark" class="crp_title">10/GUI and Reinventing More Than the Mouse</a></li><li><a href="http://www.pointlessrants.com/2009/05/my-experiences-with-the-jaunty-jackalope/" rel="bookmark" class="crp_title">My Experiences with the Jaunty Jackalope</a></li><li><a href="http://www.pointlessrants.com/2010/02/why-cloud-computing-doesnt-make-sense-for-me/" rel="bookmark" class="crp_title">Why Cloud Computing Doesn&#8217;t Make Sense For Me</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.pointlessrants.com/2009/01/the-biggest-problem-with-tiny-netbooks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
