<?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"
	>

<channel>
	<title>Paint the Tiger, Carve the Swan &#187; Web Design</title>
	<atom:link href="http://schinckel.net/category/blogging/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Fri, 05 Sep 2008 13:30:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>VirtualHost in Apache</title>
		<link>http://schinckel.net/2007/09/21/virtualhost-in-apache/</link>
		<comments>http://schinckel.net/2007/09/21/virtualhost-in-apache/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 23:59:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.net/2007/09/21/virtualhost-in-apache/</guid>
		<description><![CDATA[I&#8217;m working on a website at the moment, and to make stuff easier I created a new VirtualHost entry in my /etc/httpd/httpd.conf file. However, after creating it, and putting a new entry into /etc/hosts, I was still unable to access it. The machine name resolved fine, but was showing the root of the main server, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a website at the moment, and to make stuff easier I created a new <em>VirtualHost</em> entry in my <code>/etc/httpd/httpd.conf</code> file. However, after creating it, and putting a new entry into <code>/etc/hosts</code>, I was still unable to access it. The machine name resolved fine, but was showing the root of the main server, not the virtual host.</p>
<p><code>[Fri Sep 21 09:15:51 2007] [error] Cannot resolve host name memake &#8212; ignoring!</code></p>
<p>Turns out the hostname entry must be put in before the <code>httpd</code> master process is (re)started, else it whinges about not being able to find the hostname. Restarting the server again made it work perfectly.</p>
<p>Moral of the story: <code>/etc/hosts</code> before <span style="font-family: Monaco;">/etc/httpd/httpd.conf</span></p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2007/09/21/virtualhost-in-apache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AJAX website</title>
		<link>http://schinckel.net/2007/05/29/ajax-website/</link>
		<comments>http://schinckel.net/2007/05/29/ajax-website/#comments</comments>
		<pubDate>Tue, 29 May 2007 11:30:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.net/2007/05/29/ajax-website/</guid>
		<description><![CDATA[I&#8217;ve just finished developing a fully-AJAX website.  It&#8217;s somewhat static in the sense there is little interaction, but I&#8217;ve used XMLHttpRequest instead of links for the pages.
You can see it at http://jaquiehagan.com.
Basically, the home page is the only one that needs to be loaded.  If you click on any of the dropdown menus [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished developing a fully-AJAX website.  It&#8217;s somewhat static in the sense there is little interaction, but I&#8217;ve used XMLHttpRequest instead of links for the pages.</p>
<p>You can see it at <a href="http://jaquiehagan.com">http://jaquiehagan.com</a>.</p>
<p>Basically, the home page is the only one that needs to be loaded.  If you click on any of the dropdown menus (done with CSS, rather than JS, to make it more compatible; this includes using csshover.htc for IE, since they aren&#8217;t simple A tags), it loads the side menu from the server.  Choosing an item from this side menu loads the final menu, and the image(s) that need to be displayed.  This final menu swaps out the different images in the main image pane.</p>
<p>Why do this using JS?  It might make a difference to the bandwidth used, although I probably overcompensate for this in that I preload images rather than wait on the user to click on them.  More importantly, and if you turn off JavaScript and load the page, you will see the effect I had to remove.</p>
<p>This site uses hidden-frame forwarding to allow a nice URL to remain in the address bar, even though it is hosted on a different server.  By doing this, on a refresh the frame turns grey before loading, which causes a flash of grey, which is unnerving.</p>
<p>I guess more than this it was a proof of concept that I could build a site that uses JavaScript for navigation, making it more like a multimedia site than a plain website.</p>
<p>It does break one usability guide, which I am still working on.  If you click on the back button in your browser, it will take you out of the site.</p>
<p>Finally, it degrades nicely if a user doesn&#8217;t have JavaScript turned on.  The required pages are all there (and generated from the list of images and menus), and are used by older browsers.</p>
<p class="itunes"> <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?songTerm=The+Awakening+[Mellow+Mix]&amp;artistTerm=York">The Awakening [Mellow Mix]</a> &bull; <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?artistTerm=York">York</a> &bull; <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?albumTerm=The+Chillout+Session&amp;artistTerm=">The Chillout Session</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2007/05/29/ajax-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Boom Swagger Boom</title>
		<link>http://schinckel.net/2007/05/23/boom-swagger-boom/</link>
		<comments>http://schinckel.net/2007/05/23/boom-swagger-boom/#comments</comments>
		<pubDate>Wed, 23 May 2007 02:15:38 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.net/2007/05/23/boom-swagger-boom/</guid>
		<description><![CDATA[Boom Swagger Boom:

Firefox Mac OS X Native Form Controls Preview

Now, there&#8217;s really only one reason I use Firefox, other than the fact I can then use the same browser on Windows.  Okay, I guess there are two then&#8230; I&#8217;ll try again:
There&#8217;s one big reason I use Firefox on Mac over Safari or Camino.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://boomswaggerboom.wordpress.com/2007/05/09/firefox-mac-os-x-native-form-controls-preview/">Boom Swagger Boom</a>:<br />
<br />
Firefox Mac OS X Native Form Controls Preview<br />
</p>
<p>Now, there&#8217;s really only one reason I use Firefox, other than the fact I can then use the same browser on Windows.  Okay, I guess there are two then&#8230; I&#8217;ll try again:</p>
<p>There&#8217;s one big reason I use Firefox on Mac over Safari or Camino.  Simply, I&#8217;m not that big of a fan of the Aqua controls.  Sure, they are okay as part of an application, but, when building web sites, and viewing them, it&#8217;s kind of nice to be able to change the appearance of buttons and other form controls.<br />
<span id="more-1146"></span><br />
Admittedly, Safari using the new WebKit builds works, as seen here:</p>
<p>Firefox:</p>
<p><img src="/images/Firefox_buttons.png" alt="screenshot" /></p>
<p>Safari:</p>
<p><img src="/images/Safari_buttons.png" alt="screenshot" /></p>
<p>Camino:</p>
<p><img src="/images/Camino_buttons.png" alt="screenshot" /></p>
<p>WebKit:</p>
<p><img src="/images/WebKit_buttons.png" alt="screenshot" /></p>
<p>Minefield:</p>
<p><img src="/images/Minefield_buttons.png" alt="screenshot" /></p>
<p>Now, as can also be seen, Minefield, the Firefox linked to above, also supports restyling buttons.  So, this looks okay from my point of view.  It defaults to the Aqua buttons, but if savvy web designers re-style controls, they are displayed as such.</p>
<p>So, that leaves my big complaint about Firefox.  It doesn&#8217;t access any of the cool OS X features, like Keychain, and better integration with the system.  Camino and Safari both will share saved passwords and the like, as they are all stored in this Keychain.  Meaning it is easier to test stuff in multiple browsers, I don&#8217;t have to keep remembering site passwords and the like.</p>
<p>Apparently this is coming in a future version of Firefox.</p>
<p class="itunes"> <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?songTerm=Obsession&amp;artistTerm=Sugababes">Obsession</a> &bull; <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?artistTerm=Sugababes">Sugababes</a> &bull; <a href="http://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?albumTerm=Taller+In+More+Ways+[Mutya+Version]&amp;artistTerm=Sugababes">Taller In More Ways [Mutya Version]</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2007/05/23/boom-swagger-boom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Text-only browsing</title>
		<link>http://schinckel.net/2006/10/04/text-only-browsing/</link>
		<comments>http://schinckel.net/2006/10/04/text-only-browsing/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 01:59:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/10/04/text-only-browsing/</guid>
		<description><![CDATA[I&#8217;ve had to use a text-only browser over the recent days, since Internet Sharing is being screwed up by my router.  I could, I suppose plug my switch back into the network, and disconnect the router, but then I have to worry about IP addresses again, since the router is also the DHCP server.
Anyway, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had to use a text-only browser over the recent days, since Internet Sharing is being screwed up by my router.  I could, I suppose plug my switch back into the network, and disconnect the router, but then I have to worry about IP addresses again, since the router is also the DHCP server.</p>
<p>Anyway, it&#8217;s been an interesting exercise.  Some sites are well designed, and using them in links is possible, easy even.  This site, for instance, shows up very well in links, and is easy to navigate around in.  Credit where it is due, this is mainly due to Patricia, and the Wordpress team.  The backend for instance is similarly easy to navigate around.</p>
<p>Gmail is satisfactory.  It whinges about missing JavaScript, but still seems to work.  Not sure if the emails I have been sending have been working, but we&#8217;ll find out.  Actually, I&#8217;ll take that back.  It doesn&#8217;t seem to send emails properly.  Dammit.</p>
<p>Whirlpool and WildIT do not work very well at all.  Sure, you can view stuff, but you cannot log in properly, which prevents you from seeing the really important data, and adding your own comments.</p>
<p>Yellow Pages seems to work okay, as long as you don&#8217;t mind only looking at the first page of results.</p>
<p>Well, hopefully my ADSL churn will come through in the next couple of days, as I&#8217;m sick of it already.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/10/04/text-only-browsing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ajax Search</title>
		<link>http://schinckel.net/2006/09/17/ajax-search/</link>
		<comments>http://schinckel.net/2006/09/17/ajax-search/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 13:54:12 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/17/ajax-search/</guid>
		<description><![CDATA[This is very cool.  Better than Live Search.  I might be able to implement this, and even include the abililty to get multiple pages worth of results.
And, it should be possible to do it so the search results appear in the sidebar, too.  I&#8217;ll definitely look into this one.
(Thanks Kreaper!)
]]></description>
			<content:encoded><![CDATA[<p>This is very cool.  <a href="http://www.elliotswan.com/2006/07/05/better-than-live/">Better than Live Search</a>.  I might be able to implement this, and even include the abililty to get multiple pages worth of results.</p>
<p>And, it should be possible to do it so the search results appear in the sidebar, too.  I&#8217;ll definitely look into this one.</p>
<p>(Thanks <a href="http://kreaper.blogsome.com">Kreaper</a>!)</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/09/17/ajax-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Edit HTML in Word?</title>
		<link>http://schinckel.net/2006/09/16/edit-html-in-word/</link>
		<comments>http://schinckel.net/2006/09/16/edit-html-in-word/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 01:48:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/16/edit-html-in-word/</guid>
		<description><![CDATA[I had an HTML file I wanted to look at the source of, so I right-clicked on it in Windows, and chose &#8220;Edit&#8221;.  Tell me Mr Gates, why on earth would I want to edit it in Word?  I&#8217;ve never ever opened or saved an HTML file from Word, I&#8217;m not about to [...]]]></description>
			<content:encoded><![CDATA[<p>I had an HTML file I wanted to look at the source of, so I right-clicked on it in Windows, and chose &#8220;Edit&#8221;.  Tell me Mr Gates, why on earth would I want to edit it in Word?  I&#8217;ve never ever opened or saved an HTML file from Word, I&#8217;m not about to start now.</p>
<p>I expected it to load up in Notepad, which would have been bearable (a real text editor would have been better), but not Word.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/09/16/edit-html-in-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Domain Pages</title>
		<link>http://schinckel.net/2006/09/05/google-domain-pages/</link>
		<comments>http://schinckel.net/2006/09/05/google-domain-pages/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 07:46:00 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/05/google-domain-pages/</guid>
		<description><![CDATA[Whilst troubleshooting Gmail for Hosted Domains mail delivery issues, I came across Google Apps for Your Domain.  It doesn&#8217;t appear on my Dashboard, but does on Jaq&#8217;s.
It allows for publishing of web pages, stored on Google&#8217;s servers, under your domain name.
I&#8217;m playing with it now.
]]></description>
			<content:encoded><![CDATA[<p>Whilst troubleshooting Gmail for Hosted Domains mail delivery issues, I came across Google Apps for Your Domain.  It doesn&#8217;t appear on my Dashboard, but does on Jaq&#8217;s.</p>
<p>It allows for publishing of web pages, stored on Google&#8217;s servers, under your domain name.</p>
<p>I&#8217;m playing with it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/09/05/google-domain-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why JPEGs are not always good</title>
		<link>http://schinckel.net/2006/04/13/why-jpegs-are-not-always-good/</link>
		<comments>http://schinckel.net/2006/04/13/why-jpegs-are-not-always-good/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 08:22:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/13/why-jpegs-are-not-always-good/</guid>
		<description><![CDATA[I&#8217;m pedantic about some interesting things.  The one I&#8217;m best known for amongst my RealWorld&#8482; friends is probably improper apostrophe use (I was tempted to put in apostrophe&#8217;s), although your/you&#8217;re is close!
One other thing I&#8217;m a bit tetchy about is correct image format selection.
Now, as far as most casual computer users are concerned, computer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pedantic about some interesting things.  The one I&#8217;m best known for amongst my RealWorld&trade; friends is probably improper apostrophe use (I was tempted to put in apostrophe&#8217;s), although your/you&#8217;re is close!</p>
<p>One other thing I&#8217;m a bit tetchy about is correct image format selection.</p>
<p>Now, as far as most casual computer users are concerned, computer images are computer images.  However, there is one big difference between the two main types of image format.  <em>Lossless</em> images, which includes formats such as <abbr title="Portable Network Graphics">PNG</abbr>, <abbr title="Windows BitMaP format">BMP</abbr> and <abbr title="Tagged Image File Format">TIFF</abbr>, and <em>Lossy</em> images, which includes <abbr title="Joint Photographic Experts Group">JPEG</abbr>.<br />
<span id="more-856"></span><br />
Perhaps to enable readers to better understand the difference, we need to understand how images are stored on a computer, or other electronic device.  If you zoom in on a computer image, you will find it is made up of a series of little blocks, called <em>pixels</em>.  Pixels are &#8220;picture elements,&#8221; and each pixel has a particular colour.  The <em>number of pixels</em> in an image is usually very large, particularly if it&#8217;s an image from a modern digital camera, which can often exceed 7 or 8 mega- (or million) pixels.  Your computer monitor, on the other hand, can probably only display 1024 pixels on each row and 768 in each column, for around 3/4 of a megapixel.  Digital cameras need a higher resolution (or number of pixels) in order to enable images printed from them to be free from <em>pixellation</em>, or the blocky effect you see if you zoom in on a digital image.</p>
<p><img src='/images/Pixellation.png' alt='' /></p>
<p>Each pixel also has a colour, as indicated above, but it&#8217;s a little more complicated than that.  An image can also have a &#8220;bit depth,&#8221; which is how many colours are &#8220;in&#8221; the picture.  For a purely black and white image, this bit depth is 1 - this is how many &#8220;bits&#8221; of information are required to store the colour value, and eeach pixel is either black or white, so a bit, which can store a value of either 0 or 1, can accomodate this.  For images that can have up to 8 colours, a bit depth of 3 is required.  8-bit images can store 256 colours, but even these are obviously not photographs.  Full image quality is 24-bit, which can store around 16 million colours, about as many as the eye can distinguish.</p>
<p>With 8 bits making up a byte, a full colour image from a 4 megapixel camera would take up around 12Mb in a raw format - 3 bytes for each pixel, 4 million pixels.  Obviously, this is not a good way to store images.  Even with cheaper memory storage, most cameras would not be able to store more than a few images.</p>
<p>This is where Lossy compression techniques come in.  JPEG, the format most people are familiar with, allows an image of this size to be compressed by around a factor of 5.  That is, with an acceptable image quality, I can store 4<abbr title="Mega-Pixels">MP</abbr> images from my camera in files a bit larger than 2<abbr title="Megabyte">Mb</abbr>.  Note that these numbers are approximate - the quality of JPEG files can be altered by changing the compression rate.  Higher compression results in smaller files, but poorer quality images.</p>
<p>The main thing to note is that the compression technique is called Lossy for a reason.  To save bytes, some image information is discarded.  With a high quality setting, you might not notice it, but each time you modify and then re-save a file, you will lose some <em>more</em> quality.  JPEG is really only designed as a final format.  If you are planning on modifying files, save them in another format!</p>
<p>Because the format is lossy, the image may not look exactly like the original.  For instance, the compression algorithm isn&#8217;t designed to work with large areas of flat colour adjacent to other colours.  It&#8217;s designed to cope with gradients and ranges that might appear in real life photographs, and can save heaps of space by compressing these well, but does a very poor job of compressing images that have a constant colour next to another colour, due to the way it averages out the colours in this border area.</p>
<p>Areas of fixed colour can, on the other hand, be compressed very well by non-lossy, or lossless techniques, such as those used by PNG.  Remembering that an image is a series of pixels, the compressor can instead of storing 150 bytes that are the same, store one copy of the bytes, and state that it is repeated 150 times.  This  is a simplification of the process, but it&#8217;s fairly representative.  Lossless techniques are also found in ZIP archives.  After all, when you decompress an archive of a program or text document, you want the data exactly the same, not just pretty close.</p>
<p>The main place I see JPEGs being used where they shouldn&#8217;t be used is in screen captures.  When you Cmd-Shift-3 on a Mac, or Alt-PrScr on a PC, there is a very good reason that the computer doesn&#8217;t save the image as a JPEG.  For example, a screenshot from the iTunes source window, stored first as a PNG, and secondly as  JPEG:</p>
<p><img src='/images/Screenshots.png' alt='' /> <img src='/images/Screenshots.jpg' alt='' /></p>
<p>Granted, the PNG file is 8,271 bytes, and the JPEG is 4,777 bytes, but the quality difference is obvious.  The fuzziness you can see around the JPEG image is called artifacts, and I hate it!</p>
<p>So, the moral of the story is: only use JPEGs when you really need them.  <em>Most definitely not for screenshots</em>.</p>
<p>I&#8217;m not bagging lossy compression.  It has it&#8217;s place: it&#8217;s also very useful in music files.  <abbr title="Motion Picture Experts Group">MPEG</abbr> Layer 3 audio, or MP3, allows for about 10:1 compression, meaning files can be compressed to around 3-4Mb per song, which is very acceptable for transfer over most networks.  Transferring the full amount would mean that home networks would struggle to cope with even one computer playing a song stored on another machine.  Similarly, with a high quality, it&#8217;s possible to have screenshots that look acceptable.  But file size savings are then not so great.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/04/13/why-jpegs-are-not-always-good/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Opera Bites&#8230;</title>
		<link>http://schinckel.net/2006/04/05/why-opera-bites/</link>
		<comments>http://schinckel.net/2006/04/05/why-opera-bites/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 09:20:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/05/why-opera-bites/</guid>
		<description><![CDATA[&#8230;but not as much as Internet Explorer.
I&#8217;ve tried to make my blog, and by definition the template itself, work with every OS/Browser combo I can.  And I&#8217;ve noticed one big similarity between Opera and Internet Explorer.  Stuff that doesn&#8217;t work in one tends not to work in the other.
That is, Opera is almost [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;but not as much as Internet Explorer.</p>
<p>I&#8217;ve tried to make my blog, and by definition the template itself, work with every OS/Browser combo I can.  And I&#8217;ve noticed one big similarity between <a href="http://www.opera.com">Opera</a> and Internet Explorer.  Stuff that doesn&#8217;t work in one tends not to work in the other.</p>
<p>That is, Opera is almost as crappy as IE.</p>
<p>For example, I wrote a script that creates a list of links in the current post, and it failed in both of these browsers.  The worst thing about this is that it&#8217;s damn near impossible to test (easily, at least) without making a change, reloading, repeating.</p>
<p>With <a href="http://www.getfirefox.com">Firefox</a>, you can easily get a JavaScript Bookmarklet that opens a <a href="http://www.squarefree.com/shell/">JavaScript Shell</a>, allowing you to experiment with commands, a-la <a href="http://www.python.org">python</a>.  Which can then be used to create the final script.</p>
<p>At least Opera allows you to see what&#8217;s going wrong with JavaScript.  IE&#8217;s pathetic attempt at error reporting (popping up a dialog box on each error is a real quick way to get yourself turned of, error reporter) is unproductive.  Opera can display errors, which quickly enabled me to figure out what was wrong with my script.  I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/04/05/why-opera-bites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rewrite using Framework</title>
		<link>http://schinckel.net/2006/03/24/rewrite-using-framework/</link>
		<comments>http://schinckel.net/2006/03/24/rewrite-using-framework/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 14:36:41 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/03/24/rewrite-using-framework/</guid>
		<description><![CDATA[I think I might rewrite all of this site&#8217;s scripting using a framework.
Probably Yahoo&#8217;s stuff, that looks very cool: YUI.
]]></description>
			<content:encoded><![CDATA[<p>I think I might rewrite all of this site&#8217;s scripting using a framework.</p>
<p>Probably Yahoo&#8217;s stuff, that looks very cool: <a href="http://developer.yahoo.net/yui">YUI</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/03/24/rewrite-using-framework/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
