<?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:media="http://search.yahoo.com/mrss/"><channel><title>Yoast &#187; Web Design</title> <atom:link href="http://yoast.com/tag/web-design/feed/" rel="self" type="application/rss+xml" /><link>http://yoast.com</link> <description>Tweaking Websites</description> <lastBuildDate>Mon, 21 May 2012 18:33:54 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.4-beta4-20825</generator> <image><title>Yoast</title> <url>http://yoast.com/wp-content/themes/yoast-v2/images/yoast-logo-rss.png</url><link>http://yoast.com</link> <width>144</width> <height>103</height> <description>Tweaking Websites</description> </image> <item><title>Added a print CSS style sheet</title><link>http://yoast.com/added-print-css-style-sheet/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=added-print-css-style-sheet</link> <comments>http://yoast.com/added-print-css-style-sheet/#comments</comments> <pubDate>Sun, 02 Mar 2008 16:10:57 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/added-print-css-style-sheet/</guid> <description><![CDATA[<p>Today, I checked an item off on my todo list that had been on there way too long: I created a print style sheet for this site. Every time I write an article that is longer than 5 paragraphs, I get emails from readers asking for a better print style sheet. Until just a few [...]</p><p><a
href="http://yoast.com/added-print-css-style-sheet/">Added a print CSS style sheet</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Today, I checked an item off on my todo list that had been on there way too long: I created a print style sheet for this site. Every time I write an article that is longer than 5 paragraphs, I get emails from readers asking for a better print style sheet. Until just a few minutes ago, printing would include the header, the sidebar and the comments, not exactly friendly.</p><p>Next to that links would be in a different color, depleting your color cartridges and not giving you <em>any</em> info whatsoever. When you've printed an article, you usually have to go back to the online version to be able to open the links. There's a solution for that, and it's actually quite easy: using CSS to add the URL after the link. That's really easy to do with the <code>content</code> declaration, like this:</p><pre class="brush: plain; title: ; notranslate">#content a:after {
	content: &quot; (&quot; attr(href) &quot;) &quot;;
	font-size: 80%;
}</pre><p>Next to that I used <code>display:none;</code> to hide the menu, sidebar and comments, so you get just the article, in black text, on a white background.</p><p>Of course, feel free to have a look at (and copy) my <a
href="http://cdn2.yoast.com/wp-content/themes/jdv/print.css" rel="nofollow">print css</a>!</p><p><a
href="http://yoast.com/added-print-css-style-sheet/">Added a print CSS style sheet</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/added-print-css-style-sheet/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Webdesign survey</title><link>http://yoast.com/webdesign-survey/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webdesign-survey</link> <comments>http://yoast.com/webdesign-survey/#comments</comments> <pubDate>Tue, 24 Apr 2007 19:01:37 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/webdesign-survey/</guid> <description><![CDATA[<p>It's up again, the annual webdesign survey by A List Apart, I took it, and so should you! (If you don't like surveys do it for the prizes...)</p><p><a
href="http://yoast.com/webdesign-survey/">Webdesign survey</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://alistapart.com/articles/webdesignsurvey"><img
src="http://cdn3.yoast.com/wp-content/uploads/2007/04/i-took-the-2007-survey.gif" alt="I took the 2007 annual webdesign survey, and so should you!" class="right_float" /></a>It's up again, the <a
href="http://alistapart.com/articles/webdesignsurvey">annual webdesign survey</a> by <a
href="http://www.alistapart.com">A List Apart</a>, I took it, and so should you! (If you don't like surveys do it for the prizes...)</p><p><a
href="http://yoast.com/webdesign-survey/">Webdesign survey</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/webdesign-survey/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <media:thumbnail url="http://cdn3.yoast.com/wp-content/uploads/2007/04/i-took-the-2007-survey.gif" /> <media:content url="http://cdn3.yoast.com/wp-content/uploads/2007/04/i-took-the-2007-survey.gif" medium="image"> <media:title type="html">I took the 2007 annual webdesign survey, and so should you!</media:title> </media:content> </item> <item><title>Serving XHTML as application/xhtml+xml</title><link>http://yoast.com/serving-xhtml-as-applicationxhtmlxml/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=serving-xhtml-as-applicationxhtmlxml</link> <comments>http://yoast.com/serving-xhtml-as-applicationxhtmlxml/#comments</comments> <pubDate>Tue, 24 Apr 2007 12:11:31 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/serving-xhtml-as-applicationxhtmlxml/</guid> <description><![CDATA[<p>When you're coding XHTML, you should deliver it as application/xhtml+xml. The problem is however, that once you do that, IE 6 &#38; 7 break horribly... For your pages to render properly in those browsers, you'd need to set the mime type to text/html. Some very bright people have thought this problem in the past and [...]</p><p><a
href="http://yoast.com/serving-xhtml-as-applicationxhtmlxml/">Serving XHTML as application/xhtml+xml</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>When you're coding XHTML, you should deliver it as <code>application/xhtml+xml</code>. The problem is however, that once you do that, IE 6 &amp; 7 break horribly... For your pages to render properly in those browsers, you'd need to set the mime type to <code>text/html</code>. Some very bright people have thought this problem in the past and came up with a real good solution in PHP, which you can find here: <a
href="http://keystonewebsites.com/articles/mime_type.php" target="_blank">serving up XHTML with the correct MIME type</a>.</p><p>WordPress though is always served as XHTML, so if possible, it should send the proper MIME type. I wrote a small plugin that does that: <a
href="http://yoast.com/wordpress/">XHTML MIME type plugin</a>. It doesn't work on this blog yet because of some modifications I've done, but I'll try to get it working.</p><p><a
href="http://yoast.com/serving-xhtml-as-applicationxhtmlxml/">Serving XHTML as application/xhtml+xml</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/serving-xhtml-as-applicationxhtmlxml/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>The correct way of using conditional comments</title><link>http://yoast.com/the-correct-way-of-using-conditional-comments/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-correct-way-of-using-conditional-comments</link> <comments>http://yoast.com/the-correct-way-of-using-conditional-comments/#comments</comments> <pubDate>Sun, 01 Apr 2007 10:00:12 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/the-correct-way-of-using-conditional-comments/</guid> <description><![CDATA[<p>Some people, like Jens Meiert, have argued that using conditional comments to fix layout bugs for IE is wrong. For those of you who don't know what they are, check out my article on conditional comments. I on the other hand, think that it's the only proper way of working around IE CSS bugs. If [...]</p><p><a
href="http://yoast.com/the-correct-way-of-using-conditional-comments/">The correct way of using conditional comments</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Some people, like <a
href="http://meiert.com/en/blog/20070201/why-conditional-comments-are-bad-repeat-bad/">Jens Meiert</a>, have argued that using conditional comments to fix layout bugs for IE is wrong. For those of you who don't know what they are, check out my article on <a
href="http://yoast.com/code/conditional-comments.html">conditional comments</a>. I on the other hand, think that it's the only proper way of working around IE CSS bugs.</p><p>If you use "old-style" CSS hacks, you're bound to end up in trouble once the IE team decides to fix yet another bug. Because that's what these CSS hacks do: they rely upon bugs in IE to make sure it parses the CSS the way YOU want it to. Conditional comments, on the other hand, rely on a built-in feature, provided to you by the IE developer team to work around your problems. Which one of these do you think has the most chance of surviving the coming years? Right.</p><p><a
href="http://www.clagnut.com/">Richard Rutter</a> gives a very wise comment on Jens' post, basically agreeing with my opinion, but he says the following as well:</p><blockquote><p>In terms of reliable use among teams, it is of course advisable to avoid CC or CSS hacks wherever possible, however as we all know life isnâ€™t that simple. So where IE-specific workarounds are needed, our workflow is to put those rule in a separate style sheet called via CC and - most importantly - to document the normal style sheet where rules are being overwritten (as is normally the case).</p></blockquote><p>Document those overrides, and do that <em>all the time</em>. If you do that, conditional comments are surely the best way to make sure your layout works in al browsers.</p><p><a
href="http://yoast.com/the-correct-way-of-using-conditional-comments/">The correct way of using conditional comments</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/the-correct-way-of-using-conditional-comments/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FeedRoll</title><link>http://yoast.com/feedroll/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=feedroll</link> <comments>http://yoast.com/feedroll/#comments</comments> <pubDate>Sat, 17 Feb 2007 21:34:28 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/feedroll/</guid> <description><![CDATA[<p>Today I finished up my work on FeedRoll, a site which offers a widget to show RSS feeds on your site. I've fixed several things on it, yet the most fun came today. There was a colorpicker on it before that only worked on Internet Explorer 5 and up, and nothing else... Now, those of [...]</p><p><a
href="http://yoast.com/feedroll/">FeedRoll</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Today I finished up my work on <a
rel="nofollow" href="http://www.feedroll.com">FeedRoll</a>, a site which offers a widget to show RSS feeds on your site. I've fixed several things on it, yet the most fun came today. There was a colorpicker on it before that only worked on Internet Explorer 5 and up, and nothing else... Now, those of you who know me, know that I can't stand the sight of anything IE only, so I had to fix it.</p><p><span
id="more-159"></span></p><p>So I implemented this <a
href="http://www.knallgrau.at/code/colorpicker">colorpicker</a>, you can check it out on the <a
rel="nofollow" href="http://www.feedroll.com/rssviewer/">RSS viewer</a> page of FeedRoll. It absolutely rocks!</p><p><a
href="http://yoast.com/feedroll/">FeedRoll</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/feedroll/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>&#8220;Officially&#8221; starting my own Webdesign company</title><link>http://yoast.com/officially-starting-my-own-webdesign-company/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=officially-starting-my-own-webdesign-company</link> <comments>http://yoast.com/officially-starting-my-own-webdesign-company/#comments</comments> <pubDate>Tue, 06 Feb 2007 11:42:18 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Offtopic]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/officially-starting-my-own-webdesign-company/</guid> <description><![CDATA[<p>I've been doing webdesign work for friends and family for years already, but I've now decided to start my own webdesign company, called AlthA Webdesign Nijmegen. I won't be taking hundres of jobs since I'm still working for Onetomarket and this is just a job on the side. But if you need someone to set [...]</p><p><a
href="http://yoast.com/officially-starting-my-own-webdesign-company/">&#8220;Officially&#8221; starting my own Webdesign company</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I've been doing webdesign work for friends and family for years already, but I've now decided to start my own webdesign company, called <a
href="http://www.altha.nl/">AlthA Webdesign Nijmegen</a>. I won't be taking hundres of jobs since I'm still working for <a
href="http://www.onetomarket.com/">Onetomarket</a> and this is just a job on the side. <em>But</em> if you need someone to set up a simple site really fast, <a
href="http://www.altha.nl/contact/">get in touch</a>!</p><p><a
href="http://yoast.com/officially-starting-my-own-webdesign-company/">&#8220;Officially&#8221; starting my own Webdesign company</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/officially-starting-my-own-webdesign-company/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Sortable table script updated to v1.5.5</title><link>http://yoast.com/sortable-table-script-updated-to-v155/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sortable-table-script-updated-to-v155</link> <comments>http://yoast.com/sortable-table-script-updated-to-v155/#comments</comments> <pubDate>Fri, 26 Jan 2007 21:13:38 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/sortable-table-script-updated-to-v155/</guid> <description><![CDATA[<p>I got an email from Mozilla's director of product management Sherman Dickman today, that my sortable table script wasn't sorting numbers above 1 million which have comma's in them correctly (they do have a lot of Firefox downloads ;) ). The problem was caused by the fact that replace only replaced items once, where they [...]</p><p><a
href="http://yoast.com/sortable-table-script-updated-to-v155/">Sortable table script updated to v1.5.5</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I got an email from Mozilla's director of product management <a
href="http://shermandickman.wordpress.com/">Sherman Dickman</a> today, that my <a
href="http://yoast.com/code/sortable-table/">sortable table script</a> wasn't sorting numbers above 1 million which have comma's in them correctly (they do have a lot of Firefox downloads ;) ).</p><p>The problem was caused by the fact that <code>replace</code> only replaced items once, where they should be replaced multiple times. I don't know where Sherman will be using the script yet, once I do I'll of course tell you all about it!</p><p><a
href="http://yoast.com/sortable-table-script-updated-to-v155/">Sortable table script updated to v1.5.5</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/sortable-table-script-updated-to-v155/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Googling for microformats</title><link>http://yoast.com/googling-for-microformats/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=googling-for-microformats</link> <comments>http://yoast.com/googling-for-microformats/#comments</comments> <pubDate>Mon, 22 Jan 2007 13:31:46 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[SEO]]></category> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Microformats]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/googling-for-microformats/</guid> <description><![CDATA[<p>Imagine, you can type in a query like "joost de valk class:vcard" and Google comes up with my contact page, because that has a vcard class in it's markup, the main class of the hCard microformat. This was suggested today on the uf-discuss mailing list, a mailing list I've been lurking on for quite a [...]</p><p><a
href="http://yoast.com/googling-for-microformats/">Googling for microformats</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Imagine, you can type in a query like "joost de valk class:vcard" and Google comes up with <a
href="http://yoast.com/contact/">my contact page</a>, because that has a vcard class in it's markup, the main class of the <a
href="http://microformats.org/wiki/hcard">hCard microformat</a>. This was suggested today on the uf-discuss mailing list, a mailing list I've been lurking on for quite a while now, and it made me go "YES! That's what I want!".</p><p><span
id="more-134"></span></p><p>It would be so cool if Google, or any other SE for that matter, knew how to handle searches like that. The same could be done for events, resume's etc. Google would probably want to make it simpler, or make another page for it, since I can't see my mum typing in "class:vcard", but the idea is good, and I think something people should be working on.</p><p>Update 18-2-2010: It took them a while, but it's hear now: <a
href="http://yoast.com/google-microformats-conversion-rate-optimization-serps/">Google &amp; Microformats</a>.</p><p><a
href="http://yoast.com/googling-for-microformats/">Googling for microformats</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/googling-for-microformats/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Sortable table v1.5</title><link>http://yoast.com/sortable-table-v15/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sortable-table-v15</link> <comments>http://yoast.com/sortable-table-v15/#comments</comments> <pubDate>Tue, 02 Jan 2007 19:48:24 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/sortable-table-v15/</guid> <description><![CDATA[<p>I've just updated my sortable table script to version 1.5, in which it is fixed to work in Safari for Mac OS X 10.4 as well, (I didn't even know that it wasn't working in there since it always worked in the nightly). I'm now taking new feature requests for this script, so hit me [...]</p><p><a
href="http://yoast.com/sortable-table-v15/">Sortable table v1.5</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I've just updated my <a
href="http://yoast.com/code/sortable-table/">sortable table script</a> to version 1.5, in which it is fixed to work in Safari for Mac OS X 10.4 as well, (I didn't even know that it wasn't working in there since it always worked in the <a
href="http://nightly.webkit.org">nightly</a>). I'm now taking new feature requests for this script, so hit me with them, in the comments or by <a
href="http://yoast.com/contact/">e-mail</a>.</p><p><a
href="http://yoast.com/sortable-table-v15/">Sortable table v1.5</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/sortable-table-v15/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Greasemonkey auto-update notification</title><link>http://yoast.com/greasemonkey-auto-update-notification/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=greasemonkey-auto-update-notification</link> <comments>http://yoast.com/greasemonkey-auto-update-notification/#comments</comments> <pubDate>Sun, 10 Dec 2006 22:58:35 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Greasemonkey]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/greasemonkey-auto-update-notification/</guid> <description><![CDATA[<p>One of the biggest advantages of an extension over a GreaseMonkey script is the possibility of automatic update notification for the user. For my Greasemonkey statistics detector I've been looking in to a way to provide automatic update notification, without having to "phone home" on each use of the script. It's not finished yet, but [...]</p><p><a
href="http://yoast.com/greasemonkey-auto-update-notification/">Greasemonkey auto-update notification</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>One of the biggest advantages of an extension over a GreaseMonkey script is the possibility of automatic update notification for the user. For my <a
href="http://yoast.com/code/greasemonkey-statistics-detector/">Greasemonkey statistics detector</a> I've been looking in to a way to provide automatic update notification, without having to "phone home" on each use of the script. It's not finished yet, but this is what I've come up with so far.</p><p>Using the GreaseMonkey functions <a
href="http://diveintogreasemonkey.org/api/gm_setvalue.html"><code>GM_setValue</code></a> and <a
href="http://diveintogreasemonkey.org/api/gm_getvalue.html"><code>GM_getValue</code></a>, I store the last date at which I checked for updates. If that date was more than 1 week ago, I make the script download a simple small "version.xml" file from my server, which would contain something like:</p><pre class="brush: php; html-script: true; title: ; notranslate">
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&amp;lt;statisticsdetector&amp;gt;
  &amp;lt;version&amp;gt;110&amp;lt;/version&amp;gt;
&amp;lt;/statisticsdetector&amp;gt;
</pre><p>If that version is higher than the current version of the script, for instance, if you were using version 1 (100), it would be older than 1.1 (110) which is on the server, and you would get an unobtrusive popup to notify you that you should update. It will then store the date at which it checked, and won't check for another week again.</p><p>Of course I will provide the code to this once it's finished, but I was hoping some of you would have some ideas on this, and perhaps some good recommendations...</p><p><a
href="http://yoast.com/greasemonkey-auto-update-notification/">Greasemonkey auto-update notification</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/greasemonkey-auto-update-notification/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>More sortable table fun!</title><link>http://yoast.com/more-sortable-table-fun/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-sortable-table-fun</link> <comments>http://yoast.com/more-sortable-table-fun/#comments</comments> <pubDate>Fri, 10 Nov 2006 11:53:03 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/more-sortable-table-fun/</guid> <description><![CDATA[<p>I've been improving the sortable table javascript a lot in the past days, loads of bugs have been fixed, and I've set up a small email newsletter to those interested, if you'd like to be included in that, here are signup instructions. Let me know what you think about this script and how I could [...]</p><p><a
href="http://yoast.com/more-sortable-table-fun/">More sortable table fun!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I've been improving the <a
href="http://yoast.com/code/sortable-table/">sortable table javascript</a> a <em>lot</em> in the past days, loads of bugs have been fixed, and I've set up a small email newsletter to those interested, if you'd like to be included in that, here are <a
href="http://yoast.com/code/sortable-table/#updates">signup instructions</a>. Let me know what you think about this script and how I could improve it!</p><p><a
href="http://yoast.com/more-sortable-table-fun/">More sortable table fun!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/more-sortable-table-fun/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Update to sortable table script</title><link>http://yoast.com/update-to-sortable-table-script/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-to-sortable-table-script</link> <comments>http://yoast.com/update-to-sortable-table-script/#comments</comments> <pubDate>Sun, 05 Nov 2006 21:55:03 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/update-to-sortable-table-script/</guid> <description><![CDATA[<p>Ok, i've fixed one hell of a bug in the table sorting script which must have been in there for at least 2 months, screwing up sorting incredibly, sorry for that. I added in a new feature as well, you can now have dates formatted as 01-Jan-1970, and it will sort these right as well. [...]</p><p><a
href="http://yoast.com/update-to-sortable-table-script/">Update to sortable table script</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Ok, i've fixed one hell of a bug in the <a
href="http://yoast.com/code/sortable-table/">table sorting script</a> which must have been in there for at least 2 months, screwing up sorting incredibly, sorry for that. I added in a new feature as well, you can now have dates formatted as 01-Jan-1970, and it will sort these right as well.</p><p>Let me know if you have any more feature requests, bugs or other stuff, I'll be happy to fix them!</p><p><a
href="http://yoast.com/update-to-sortable-table-script/">Update to sortable table script</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/update-to-sortable-table-script/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>W3C Validator API</title><link>http://yoast.com/w3c-validator-api/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=w3c-validator-api</link> <comments>http://yoast.com/w3c-validator-api/#comments</comments> <pubDate>Thu, 02 Nov 2006 20:00:42 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/w3c-validator-api/</guid> <description><![CDATA[<p>The W3C announced the release of an API for the HTML validator or rather, that's what they call it. In fact, it's nothing more than an output filter on their normal validator output, which gives SOAP 1.2 conforming output. It requires a HTTP request though, which makes it a rather funny "API" to deal with. [...]</p><p><a
href="http://yoast.com/w3c-validator-api/">W3C Validator API</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>The <a
target="_blank" href=" http://www.w3.org/QA/2006/10/validator_api.html">W3C announced</a> the release of an <a
target="_blank" href="http://validator.w3.org/docs/api.html">API for the HTML validator</a> or rather, that's what they call it. In fact, it's nothing more than an output filter on their normal validator output, which gives SOAP 1.2 conforming output. It requires a HTTP request though, which makes it a rather funny "API" to deal with.<span
id="more-107"></span></p><p>I created a <a
href="http://yoast.com/code/validator.php">simple implementation</a> on top of it, using <a
target="_blank" href="http://php.net/dom">PHP's DOMDocument extension</a> to walk through the result, as using NUSoap or something like that felt like overkill, and it would be hard since the request isn't a SOAP request. It's quite simple, but it's also slow...</p><p>So, my wishlist for the next version of this API:</p><ul><li>a way to do a SOAP request instead of a HTTP request;</li><li>faster, please, please W3C, make it faster;</li><li>a way to specify what info i want, it would be cool to be able to just know if a site is valid or not.</li></ul><p>If they fix that, I'm a happy camper :)</p><p><a
href="http://yoast.com/w3c-validator-api/">W3C Validator API</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/w3c-validator-api/feed/</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>Does Internet Explorer 7 like your website?</title><link>http://yoast.com/does-internet-explorer-7-like-your-website/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=does-internet-explorer-7-like-your-website</link> <comments>http://yoast.com/does-internet-explorer-7-like-your-website/#comments</comments> <pubDate>Wed, 11 Oct 2006 09:08:53 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/does-internet-explorer-7-like-your-website/</guid> <description><![CDATA[<p>The IE blog recently announced that Internet Explorer 7 will be available for users in a few weeks time, delivering it to user via automatic update a few weeks later. This gives you a few weeks to make sure your sites are rendered correctly in the browser that a major part of your users will [...]</p><p><a
href="http://yoast.com/does-internet-explorer-7-like-your-website/">Does Internet Explorer 7 like <em>your</em> website?</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p><img
align="right" width="80" src="/images/IE7.jpg" alt="Internet Explorer 7" />The <a
href="http://blogs.msdn.com/ie/">IE blog</a> <a
href="http://blogs.msdn.com/ie/archive/2006/10/06/IE7-Is-Coming-This-Month_2E002E002E00_Are-you-Ready_3F00_.aspx">recently announced</a> that Internet Explorer 7 will be available for users in a few weeks time, delivering it to user via automatic update a few weeks later. This gives you a few weeks to make sure your sites are rendered correctly in <em>the browser that a major part of your users will be using in just a few weeks from now</em>. It boasts a lot of new features, but it has some other stuff which has way more impact on web-developers: fixes to how it renders certain <abbr
title="Cascading Style Sheets">CSS</abbr> properties.</p><p><span
id="more-97"></span></p><p><strong>What does this mean for you?</strong></p><p>If you have any Internet Explorer hacks in your <abbr
title="Cascading Style Sheets">CSS</abbr> file(s), these hacks might now backfire on you. Some hacks will still work, but the reason you had to use the hack might be gone, and the rendering might now be broken. Luckily enough, the <abbr
title="Internet Explorer">IE</abbr> team have given us a way of fixing this. It's called <em><a
href="http://yoast.com/code/conditinial-comments.html">conditional comments</a></em>, and though it's a tragedy if you like semantics, it's the preferred way of solving problems with rendering differences between IE versions.</p><p><strong>6 steps to getting your site to look good in Internet Explorer 7</strong></p><p>To get your site to work well in <abbr
title="Internet Explorer 7">IE7</abbr>, you'll have to take the following steps:</p><ol><li>If you haven't done so yet, <a
href="http://www.microsoft.com/ie">download and install IE7 RC1</a>.</li><li>Open up your site in IE7 and test it. If it works, stop right there. You have coded well, and you need not do anything (for now). If it doesn't work, keep going, salvation lies within.</li><li>Move all the CSS hacks in your CSS file(s) to a specific file, e.g. <code>ie6hacks.css</code>, and use <a
href="http://yoast.com/code/conditinial-comments.html">conditional comments</a> to load this file only when IE6 or below is encountered.</li><li>Open your site in IE7 again. Chances are, you'll still have to apply some of your old hacks. Move these over from your <code>ie6hacks.css</code> file to a file called <code>iehacks.css</code>, and <a
href="http://yoast.com/code/conditinial-comments.html">use conditional comments</a> again to load this file whenever IE is encountered. Move over as much hacks as you need to get it to work, and keep testing in IE6 as well.</li><li>In some cases, you will need to add specific IE7 hacks, create a file <code>ie7hacks.css</code> for this, and repeat the process.</li><li>If all goes well and you have applied all your hacks, your site should now render fine in both versions of Internet Explorer.</li></ol><p>If you've done the above and your site works now, you'll have to make sure to be up to date on the latest IE7 updates and what they fix. You now have an easy way to make changes if new versions of IE7 are released and other CSS bugs are fixed. Test your sites rendering regularly, and go over the steps again if you encounter a problem. Note that <a
href="http://yoast.com/code/conditinial-comments.html">conditional comments</a> allow you to check for minor versions as well, so you could even make sure your hacks are loaded for specific minor version in the future.</p><p>If you've done the above and <strong>can't</strong> get your site to work, <a
href="http://yoast.com/contact/">contact me</a>, I might be able to help you.</p><p>[tags]IE7, Internet Explorer, webdesign, css[/tags]</p><p><a
href="http://yoast.com/does-internet-explorer-7-like-your-website/">Does Internet Explorer 7 like <em>your</em> website?</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/does-internet-explorer-7-like-your-website/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <media:thumbnail url="http://yoast.com/images/IE7.jpg" /> <media:content url="http://yoast.com/images/IE7.jpg" medium="image"> <media:title type="html">Internet Explorer 7</media:title> </media:content> </item> <item><title>New design!</title><link>http://yoast.com/new-design/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-design</link> <comments>http://yoast.com/new-design/#comments</comments> <pubDate>Mon, 11 Sep 2006 19:26:50 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/09/11/new-design/</guid> <description><![CDATA[<p>As you can see, or if you're reading this from a feed, you should see, this site has had a redesign. The new layout has a fully intended web2.0 feel to it, with improved readability as one of the main enhancements. I've added some other stuff as well, for instance: the blog now supports gravatars. [...]</p><p><a
href="http://yoast.com/new-design/">New design!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>As you can see, or if you're reading this from a feed, you should see, this site has had a redesign. The new layout has a fully intended web2.0 feel to it, with improved readability as one of the main enhancements.</p><p>I've added some other stuff as well, for instance: the blog now supports <a
href="http://www.gravatar.com">gravatars</a>. I've removed the <code>rel="nofollow"</code> attribute with the <a
href="http://kimmo.suominen.com/sw/dofollow/">dofollow</a> plugin. The social bookmarking links are now hardcoded into the theme, works better for me than using a plugin for it.</p><p>The header pic still needs work, a friend of mine is working on that, i'll tell you feedreaders when it happens :).</p><p>Edit: i just added the <a
target="_blank" href="http://blog.labnotes.org/2005/12/26/advanced-editing-for-wordpress-20/">advanced editing plugin</a> and i love it :)</p><p><a
href="http://yoast.com/new-design/">New design!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/new-design/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>SEO, Webdesign, e-commerce: you should do it all</title><link>http://yoast.com/seo-webdesign-e-commerce-you-should-do-it-all-2/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seo-webdesign-e-commerce-you-should-do-it-all-2</link> <comments>http://yoast.com/seo-webdesign-e-commerce-you-should-do-it-all-2/#comments</comments> <pubDate>Mon, 07 Aug 2006 18:58:56 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/08/07/seo-webdesign-e-commerce-you-should-do-it-all-2/</guid> <description><![CDATA[<p>Or none of it... The longer i work in this business, the more i feel you can either do it all, or do nothing at all, because you need to have a pretty good knowledge of say, webdesign, to do SEO, or of SEO to do e-commerce or... etc. etc .etc. Some companies do it [...]</p><p><a
href="http://yoast.com/seo-webdesign-e-commerce-you-should-do-it-all-2/">SEO, Webdesign, e-commerce: you should do it all</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Or none of it... The longer i work in this business, the more i feel you can either do it all, or do nothing at all, because you need to have a pretty good knowledge of say, webdesign, to do SEO, or of SEO to do e-commerce or... etc. etc .etc. Some companies do it all, and call it "<a
rel="nofollow" href="http://www.impact-direct.com/">innovative online marketing solutions</a>", not completely right i think, but at least they're getting some of it :).</p><p><a
href="http://yoast.com/seo-webdesign-e-commerce-you-should-do-it-all-2/">SEO, Webdesign, e-commerce: you should do it all</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/seo-webdesign-e-commerce-you-should-do-it-all-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Funny way of connecting webdesigners and clients</title><link>http://yoast.com/funny-way-of-connecting-webdesigners-and-clients/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=funny-way-of-connecting-webdesigners-and-clients</link> <comments>http://yoast.com/funny-way-of-connecting-webdesigners-and-clients/#comments</comments> <pubDate>Mon, 07 Aug 2006 14:17:51 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/08/07/funny-way-of-connecting-webdesigners-and-clients/</guid> <description><![CDATA[<p>Vendorseek has a funny way of connecting web designers and clients for web design services... Maybe i should sign up for the other end of it too :). Seriously, i've seen occasions were people pay way to much for web design services, this is a nice solution for it.</p><p><a
href="http://yoast.com/funny-way-of-connecting-webdesigners-and-clients/">Funny way of connecting webdesigners and clients</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>Vendorseek has a funny way of connecting web designers and clients for <a
href="http://www.vendorseek.com/website_design_services.asp" rel="nofollow">web design services</a>... Maybe i should sign up for the other end of it too :). Seriously, i've seen occasions were people pay way to much for web design services, this is a nice solution for it.</p><p><a
href="http://yoast.com/funny-way-of-connecting-webdesigners-and-clients/">Funny way of connecting webdesigners and clients</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/funny-way-of-connecting-webdesigners-and-clients/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why pay for web design?</title><link>http://yoast.com/why-pay-for-web-design/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-pay-for-web-design</link> <comments>http://yoast.com/why-pay-for-web-design/#comments</comments> <pubDate>Mon, 07 Aug 2006 11:57:08 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/08/07/why-pay-for-web-design/</guid> <description><![CDATA[<p>The intention of most people who decide to create a new website is to create a steady source of income for themselves. So some people may wonder why they should spend some of their budget on paying someone else to design and create their websites. The truth is that there are many reasons why having [...]</p><p><a
href="http://yoast.com/why-pay-for-web-design/">Why pay for web design?</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>The intention of most people who decide to create a new website is to create a steady source of income for themselves. So some people may wonder why they should spend some of their budget on paying someone else to design and create their websites. The truth is that there are many reasons why having someone else design your layout is a good idea, and this article will highlight the most important ones.</p><p><span
id="more-52"></span> By far the easiest reason to trust someone else to do the work is that they know what they are doing. Web design companies, the good ones at least, have experienced professionals who have designed many sites beforehand. If there are small errors or glitches that need to be fixed, they will know exactly what to do. If you need a small alteration done, they will have no problem doing so. On the other hand, most website owners are not the best in the field or creating a design for their site. Remember that while it is easy to create a basic design, those types of websites are not likely to attract the traffic that is needed to make a good profit. Paying someone else to create a good, solid design that you can work with is your best bet at having a site worth keeping.</p><p>Another good aspect of working with someone else is that you are able to bounce ides off of them and get their own creative input. You probably donâ€™t know exactly how your website should look and there is no problem with that. Even big businesses hire consultants to get different and new ideas to think about. A professional web designer probably knows specifics on what works and what doesnâ€™t with a website and he or she can help you build the best possible website possible. Having someone to discuss ideas with will not only help you in this aspect, but it will probably also get you thinking deeper and coming up with better ideas yourself.</p><p>It is important to remember that you have to put in money before making some. And instead of wasting time and money on classes and books and other sources towards trying to learn how to design websites yourself, you can just hire someone that is trustworthy and will do a good job. As a website owner you have a good deal of work to do besides web design. This includes creating content, advertising and boosting the page ranking of the site, and finding ways to get more traffic. Letting someone else focus on the web design allows you to spend more time on the areas you can do the best in.</p><p>Speed is another reason to go with web design companies. If you were designing the site yourself, chances are that other responsibilities and a lack of knowledge would cause the project to be delayed quite some time. With people who know what they are doing and experience to boot, you can get your website designed and ready within whatever reasonable deadline you set. Remember that constant delays will end up hurting a project and making it more and more unlikely that your dream will come to fruition in the end.</p><p>Overall, there are many reasons to choose professionals when it comes to web design. While the costs of hiring these people may seem like too much right now, there is a good chance that you will end up with exactly what you envisioned and more when the designers have had their say. And all the visitors who are lucky enough to stumble upon your site will be pleased with the sleek, professional design as well!</p><p><a
href="http://yoast.com/why-pay-for-web-design/">Why pay for web design?</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/why-pay-for-web-design/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Small update to table sorting script</title><link>http://yoast.com/small-update-to-table-sorting-script-2/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=small-update-to-table-sorting-script-2</link> <comments>http://yoast.com/small-update-to-table-sorting-script-2/#comments</comments> <pubDate>Mon, 17 Jul 2006 13:16:29 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Webdesign & development]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/07/17/small-update-to-table-sorting-script-2/</guid> <description><![CDATA[<p>My table sorting javascript has been updated slightly. It now supports sorting of â‚¬x.xxx amounts, where it didn't support the â‚¬ sign first, and it now supports the xx.xx.xxxx date format.</p><p><a
href="http://yoast.com/small-update-to-table-sorting-script-2/">Small update to table sorting script</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>My <a
href="http://yoast.com/code/sortable-table/">table sorting javascript</a> has been updated slightly. It now supports sorting of â‚¬x.xxx amounts, where it didn't support the â‚¬ sign first, and it now supports the xx.xx.xxxx date format.</p><p><a
href="http://yoast.com/small-update-to-table-sorting-script-2/">Small update to table sorting script</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/small-update-to-table-sorting-script-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Conditional comments</title><link>http://yoast.com/conditional-comments/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=conditional-comments</link> <comments>http://yoast.com/conditional-comments/#comments</comments> <pubDate>Thu, 04 May 2006 06:44:52 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.joostdevalk.nl/blog/2006/05/04/conditional-comments/</guid> <description><![CDATA[<p>I added a small new section to the code section of this site: some info about conditional comments. I've found them to be very useful, and they'll be one of the only ways of hacking around IE to remain when IE7 comes to the market, so i'd say: look at them :). [tags]conditional comments, html, [...]</p><p><a
href="http://yoast.com/conditional-comments/">Conditional comments</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I added a small new section to the <a
href="http://yoast.com/code/">code section</a> of this site: some info about <a
href="http://yoast.com/code/conditional-comments.html">conditional comments</a>. I've found them to be very useful, and they'll be one of the only ways of hacking around IE to remain when IE7 comes to the market, so i'd say: look at them :).</p><p>[tags]conditional comments, html, css[/tags]</p><p><a
href="http://yoast.com/conditional-comments/">Conditional comments</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/conditional-comments/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 3/10 queries in 0.002 seconds using apc
Object Caching 2991/3082 objects using apc
Content Delivery Network via cdn.yoast.com

Served from: yoast.com @ 2012-05-23 18:16:12 -->
