<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Whatstyle</title>
		<link>http://www.whatstyle.net/</link>
		<description>Articles about web development, design, accessibility and usability</description>
		<language>en</language>
		<copyright>(c) 2006 - Harmen Janssen</copyright>
		<item>
<guid>http://www.whatstyle.net/articles/63/css-trick-remove-borders-from-linked-images</guid>
<title>CSS Trick: Remove borders from linked images</title>
<author>Harmen Janssen</author>
<description>Here's a nice little CSS trick I cooked up today when talking to @heliumworkx.
You know how you sometimes use border-bottom to style links? Then you must be familiar with situations where there's an image inside a link on which the border looks really stupid. Unfortunately there's no CSS selector that targets links containing an img element, so a sprinkle of magic is needed in order to hide the border.</description>
<link>http://www.whatstyle.net/articles/63/css-trick-remove-borders-from-linked-images</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/62/testing-ie6-on-mac-using-virtualbox</guid>
<title>Testing IE6 on Mac using VirtualBox</title>
<author>Harmen Janssen</author>
<description>I recently came across VirtualBox, which is a great app that lets you run virtual machines on your Mac. Surprisingly, Microsoft offers different installations of Windows as disc images for free on their site.
So with these two combined, you have a pretty sweet testing environment. Properly configuring Windows in the virtual machine can be a bit of pain in the ass though, so this article aims to break it down into small, easy steps to get you up and running in no time.</description>
<link>http://www.whatstyle.net/articles/62/testing-ie6-on-mac-using-virtualbox</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/61/disable_fancy_errors_in_cakephp</guid>
<title>Disable fancy errors in CakePHP</title>
<author>Harmen Janssen</author>
<description>Here at work we often go crazy because of CakePHP's "helpful" displaying of error messages.
They are littered with HTML and, even worse, Javascript and provide an often superfluous stack trace, which makes it harder to read the actual error message.</description>
<link>http://www.whatstyle.net/articles/61/disable_fancy_errors_in_cakephp</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/60/move-current-selection-to-new-folder-with-applescript</guid>
<title>Move current selection to new folder with Applescript</title>
<author>Harmen Janssen</author>
<description>I often want to instantly move a selection of files into a newly created folder. The scenario is this: I select a bunch of files in Finder, click a button and *bam*: a new folder is created in the current location containing my selection.
This cannot be done natively, but I wrote an Applescript that does this for me.</description>
<link>http://www.whatstyle.net/articles/60/move-current-selection-to-new-folder-with-applescript</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/59/passing-by-reference-creates-array-keys</guid>
<title>Quick PHP Tip: passing by reference creates array keys</title>
<author>Harmen Janssen</author>
<description>Another little PHP tip that could save you a couple of debugging hours.</description>
<link>http://www.whatstyle.net/articles/59/passing-by-reference-creates-array-keys</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/58/close-your-connection-between-stream_get_contents-calls</guid>
<title>Quick PHP Tip: close your connection between stream_get_contents calls</title>
<author>Harmen Janssen</author>
<description>Here's a quick solution to a problem I encountered which might save you some headaches.</description>
<link>http://www.whatstyle.net/articles/58/close-your-connection-between-stream_get_contents-calls</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/57/book-review-the-pragmatic-programmer</guid>
<title>Book review: The Pragmatic Programmer</title>
<author>Harmen Janssen</author>
<description>David, my fellow nerd at Grrr, whom I highly respect as a programmer, recommended The Pragmatic Programmer as a bible for developers.
So what could I do but pick it up and give it a read?
</description>
<link>http://www.whatstyle.net/articles/57/book-review-the-pragmatic-programmer</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/56/eliminate-articles-when-ordering-in-mysql</guid>
<title>Eliminate articles when ordering in MySQL</title>
<author>Harmen Janssen</author>
<description>
When generating alphabetically ordered resultsets from your tables, it may be useful to eliminate articles (the and a in the English language).
The following is a simple method of doing this.</description>
<link>http://www.whatstyle.net/articles/56/eliminate-articles-when-ordering-in-mysql</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/55/hello_amsterdam</guid>
<title>Hello Amsterdam!</title>
<author>Harmen Janssen</author>
<description>
After a year of working for Dutch Internet Works, I've decided to leave Baarn and join Grrr Medialab in Amsterdam.</description>
<link>http://www.whatstyle.net/articles/55/hello_amsterdam</link>
</item>
<item>
<guid>http://www.whatstyle.net/articles/54/guessing_font_availability_with_javascript</guid>
<title>Guessing font availability with Javascript </title>
<author>Harmen Janssen</author>
<description>Recently I wanted to use an uncommon font in a website, but the site was too image-rich to use sIFR, (loading time made for an uneasy user experience).
I decided to add the font anyway in my stylesheet, and provide a lo-fi experience, for people who didnt have the font handy.
The lo-fi version however, should mimic the style of the uncommon font as good as possible.
Sometimes, though, thats easier said than done.</description>
<link>http://www.whatstyle.net/articles/54/guessing_font_availability_with_javascript</link>
</item>
	</channel>
</rss>