User Paul D. Waite - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T10:57:22Zhttp://stackoverflow.com/feeds/user/20578http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1418324/memcache-maximum-key-expiration-time/1829545#18295451Answer by Paul D. Waite for Memcache maximum key expiration timePaul D. Waite2009-12-01T22:58:18Z2009-12-01T22:58:18Z<p>I believe you can set key expiration to a date, instead of an amount of time. The date can be more than 30 days in the future:</p>
<p><a href="http://code.google.com/p/memcached/wiki/FAQ#What_are_the_limits_on_setting_expire_time?_%28why_is_there_a_30_d" rel="nofollow">http://code.google.com/p/memcached/wiki/FAQ#What_are_the_limits_on_setting_expire_time?_%28why_is_there_a_30_d</a></p>
http://stackoverflow.com/questions/499345/regular-expression-to-extract-url-from-an-html-link/1811011#18110110Answer by Paul D. Waite for Regular expression to extract URL from an HTML linkPaul D. Waite2009-11-27T23:37:54Z2009-11-27T23:37:54Z<p>John Gruber (who wrote Markdown, which is made of regular expressions and is used right here on Stack Overflow) had a go at producing a regular expression that recognises URLs in text:</p>
<p><a href="http://daringfireball.net/2009/11/liberal%5Fregex%5Ffor%5Fmatching%5Furls" rel="nofollow">http://daringfireball.net/2009/11/liberal_regex_for_matching_urls</a></p>
<p>If you just want to grab the URL (i.e. you’re not really trying to parse the HTML), this might be more lightweight than an HTML parser.</p>
http://stackoverflow.com/questions/787789/any-recommendations-for-a-css-minifier5Any recommendations for a CSS minifier?Paul D. Waite2009-04-24T22:22:11Z2009-11-17T01:47:09Z
<p>Any recommendations for a CSS minifier?</p>
<p>I’ll be rooting around Google and trying some out, but I suspected that the smart, proficient and curiously handsome StackOverflow community might have already evaluated the pros and cons of the heavyweights.</p>
http://stackoverflow.com/questions/809532/how-do-i-apply-a-stylesheet-just-to-the-iphone-and-not-ie-without-browser-snif0How do I apply a stylesheet just to the iPhone (and not IE), without browser sniffing?Paul D. Waite2009-04-30T23:11:29Z2009-11-12T11:31:01Z
<p>I’d like to apply a stylesheet exclusively to the iPhone, without doing browser sniffing (via the user-agent string) on the server or via JavaScript.</p>
<p>I particularly don’t want Internet Explorer to apply the stylesheet. Apple’s suggested code for applying an iPhone-specific stylesheet, i.e.:</p>
<pre><code><link media="only screen and (max-device-width: 480px)" href="small-device.css" type= "text/css" rel="stylesheet">
</code></pre>
<p>seems to cause the stylesheet to be applied by IE 7 and 6.</p>
http://stackoverflow.com/questions/437589/how-do-i-unload-reload-a-python-module/1547978#15479781Answer by Paul D. Waite for How do I unload (reload) a Python module?Paul D. Waite2009-10-10T13:36:30Z2009-10-19T22:29:35Z<p>In Python 3, you want:</p>
<pre><code>import imp
imp.reload(foo)
</code></pre>
<p><a href="http://mail.python.org/pipermail/edu-sig/2008-February/008421.html" rel="nofollow">As per the BDFL</a>.</p>
http://stackoverflow.com/questions/1497584/how-do-i-convert-a-vhd-disk-image-to-work-with-vmware0How do I convert a .vhd disk image to work with VMWare? [closed]Paul D. Waite2009-09-30T11:34:05Z2009-10-11T20:48:59Z
<p>I’ve just installed VMWare Fusion 2 on my Mac.</p>
<p>Microsoft makes available some Virtual PC disk images containing different versions of IE, so that us humble web developers can test our code on them:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en</a></li>
</ul>
<p>I want to convert these .vhd files to work with VMWare.</p>
<p>I’ve tried <a href="http://www.vmware.com/download/converter/" rel="nofollow">VMWare Converter Standalone</a> on Windows, but it doesn’t work with .vhd files (as of the current version, 4.0.1).</p>
<p>Any ideas? VMWare’s website is confused corporate hell.</p>
http://stackoverflow.com/questions/1489599/how-do-i-find-out-my-python-path-using-python3How do I find out my python path using python?Paul D. Waite2009-09-28T22:01:26Z2009-09-30T16:01:45Z
<p>How do I find out which directories are listed in my system’s <code>PYTHONPATH</code> variable, from within a Python script (or the interactive shell)?</p>
http://stackoverflow.com/questions/1199234/multiple-versions-of-safari-on-windows-xp/1374267#13742671Answer by Paul D. Waite for Multiple versions of Safari on Windows XP?Paul D. Waite2009-09-03T15:48:06Z2009-09-03T15:48:06Z<p>It doesn’t look like it. I tried installing <a href="http://support.apple.com/downloads/Safari%5F3%5F2%5F3%5Ffor%5FWindows" rel="nofollow">Safari 3.2.3 on Windows XP</a> when Safari 4.0.3 was already installed. The installer refused to run due to a later version of Safari being installed.</p>
<p>So it looks like you’ll need a virtual machine to run another copy of Windows. Microsoft has made available some <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en" rel="nofollow">Virtual PC images with old versions of Internet Explorer</a> on them, and there’s a <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&displaylang=en" rel="nofollow">free version of Virtual PC</a> that runs on Windows XP Pro, so that might be a good way to go.</p>
<p>On the Mac, Michel Fortin has made some builds of Safari that are equivalent to older versions: see <a href="http://michelf.com/projects/multi-safari/" rel="nofollow">Multi-Safari</a>.</p>
http://stackoverflow.com/questions/1341460/what-does-ccon-mean-in-javascript6What does @cc_on mean in JavaScript?Paul D. Waite2009-08-27T14:23:36Z2009-08-28T08:04:06Z
<p>Sometimes I see <code>@cc_on</code> in JavaScript. What does it mean?</p>
http://stackoverflow.com/questions/1335900/how-do-i-merge-two-arrays-in-javascript2How do I merge two arrays in JavaScript?Paul D. Waite2009-08-26T16:18:52Z2009-08-26T16:21:18Z
<p>Imagine I've got two arrays in JavaScript:</p>
<pre><code>var geoff = ['one', 'two'];
var degeoff = ['three', 'four'];
</code></pre>
<p>How do I merge the two arrays, resulting in an array like this?</p>
<pre><code>var geoffdegeoff = ['one', 'two', 'three', 'four'];
</code></pre>
http://stackoverflow.com/questions/424407/handling-key-press-events-f1-f12-using-javascript-and-jquery-cross-browser/1308934#13089340Answer by Paul D. Waite for Handling key-press events (F1-F12) using JavaScript and jQuery, cross-browserPaul D. Waite2009-08-20T21:25:14Z2009-08-20T21:25:14Z<p>I forget where I found it, but Jan Wolter wrote a great page on JavaScript keyboard events too: <a href="http://unixpapa.com/js/key.html" rel="nofollow">http://unixpapa.com/js/key.html</a></p>
http://stackoverflow.com/questions/454863/what-is-better-css-hacks-or-browser-detection/1297498#12974981Answer by Paul D. Waite for What is better: CSS hacks or browser detection?Paul D. Waite2009-08-19T02:12:13Z2009-08-19T02:12:13Z<p>In 6 years of writing HTML and CSS for a living, the vast majority of my CSS issues have come from Internet Explorer.</p>
<p>As pointed out in other answers, you can use <a href="http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx" rel="nofollow">conditional comments</a> to serve additional stylesheets to IE (or just to add a class to the <code><body></code> element, if you don’t like multiple stylesheets). Unlike CSS hacks, conditional comments are explicit and supported. Unlike trying to detect IE from the <code>user-agent string</code>, they’re guaranteed to work.</p>
<p>As for non-IE CSS issues, I’ve never found one that was worth browser detection. I prefer keeping all the CSS in CSS files.</p>
http://stackoverflow.com/questions/1260753/is-there-a-commonly-used-filename-extension-for-unified-diff-format0Is there a commonly-used filename extension for unified diff format?Paul D. Waite2009-08-11T14:31:37Z2009-08-11T14:52:28Z
<p>E.g. <code>difffile</code><strong><code>.diff</code></strong>?</p>
http://stackoverflow.com/questions/150535/jagged-button-edges-in-internet-explorer/541113#5411131Answer by Paul D. Waite for Jagged Button edges in Internet ExplorerPaul D. Waite2009-02-12T12:54:26Z2009-06-23T10:20:34Z<p>Setting <code>overflow: visible;</code> on the button will cure the issue in IE 6 and 7.</p>
<p>(See <a href="http://jehiah.cz/archive/button-width-in-ie" rel="nofollow">http://jehiah.cz/archive/button-width-in-ie</a>)</p>
<h3>Exceptions</h3>
<ul>
<li><p>In IE 6, if <code>display:block;</code> is also applied to the button, the above fix won't work.</p>
<p>Setting the button to <code>display:inline;</code> in IE 6 will make the fix work.</p></li>
<li><p>If you have a button like this within a table cell, then the table cell won't contract to the new, smaller width of the button.</p>
<p>You can fix this in IE 6 by setting <code>width: 0;</code> on the button. However, in IE 7 this will make everything but the text of the button disappear.</p>
<p>(See <a href="http://latrine.dgx.cz/the-stretched-buttons-problem-in-ie" rel="nofollow">http://latrine.dgx.cz/the-stretched-buttons-problem-in-ie</a>)</p></li>
</ul>
<h3>More info on styling buttons:</h3>
<p><a href="http://natbat.net/2009/Jun/10/styling-buttons-as-links/" rel="nofollow">http://natbat.net/2009/Jun/10/styling-buttons-as-links/</a></p>
http://stackoverflow.com/questions/558219/bayesian-spam-filtering-library-for-python/978043#9780431Answer by Paul D. Waite for Bayesian spam filtering library for PythonPaul D. Waite2009-06-10T20:44:01Z2009-06-10T20:44:01Z<p>A module in the Python natural language toolkit (nltk) does naïve Bayesian classification: <a href="http://nltk.googlecode.com/svn/trunk/doc/api/nltk.classify.naivebayes-module.html" rel="nofollow"><code>nltk.classify.naivebayes</code></a>.</p>
<p><em>Disclaimer:</em> I know crap all about Bayesian classification, naïve or worldly.</p>
http://stackoverflow.com/questions/962636/whats-the-correct-scope-value-to-use-for-an-html-th-table-cell-than-spans-severa1What’s the correct scope value to use for an HTML th table cell than spans several columns?Paul D. Waite2009-06-07T19:37:19Z2009-06-10T12:40:31Z
<p>Say you’ve got an HTML table, with a <code>th</code> cell that spans several columns, e.g.</p>
<pre><code><table>
<tr>
<th colspan="3" scope="?">Scores</th>
</tr>
<tr>
<th scope="col">English</th>
<th scope="col">Maths</th>
<th scope="col">Science</th>
</tr>
<tr>
<td>12</td>
<td>16</td>
<td>20</td>
</tr>
</table>
</code></pre>
<p>What’s the correct value for the scope attribute for the spanning header cell? <code>col</code> seems incorrect as it’s heading several columns, but <code>colgroup</code> does’t seem right if I don’t actually have any <code>colgroup</code> tags.</p>
http://stackoverflow.com/questions/962636/whats-the-correct-scope-value-to-use-for-an-html-th-table-cell-than-spans-severa/962638#9626381Answer by Paul D. Waite for What’s the correct scope value to use for an HTML th table cell than spans several columns?Paul D. Waite2009-06-07T19:38:03Z2009-06-07T19:38:03Z<p>According to the second example table in the HTML spec, it’s <code>colgroup</code>, despite the lack of <code>colgroup</code> tags.</p>
<p><a href="http://www.w3.org/TR/html4/struct/tables.html#h-11.4.1" rel="nofollow">http://www.w3.org/TR/html4/struct/tables.html#h-11.4.1</a></p>
http://stackoverflow.com/questions/357219/whats-your-favourite-character/923331#9233317Answer by Paul D. Waite for What's your favourite character?Paul D. Waite2009-05-28T21:37:34Z2009-05-28T21:37:34Z<p>I like that unicode promotes racial harmony by offering both white smiling face (☺) and black (☻) smiling face. But I can only find a white version of frowning face (☹). What’s up with that?</p>
http://stackoverflow.com/questions/759862/how-do-i-stop-ie6-clipping-an-element-positioned-outside-its-parent-via-negative0How do I stop IE6 clipping an element positioned outside its parent via negative margins?Paul D. Waite2009-04-17T10:13:59Z2009-05-18T17:02:31Z
<p>I have an element positioned outisde its parent via negative margins, like this:</p>
<pre><code><style>
.parent {
height: 1%;
}
.element {
float: left;
margin-left: -4px;
}
</style>
...
<div class="parent">
<div class="element">Element</div>
</div>
</code></pre>
<p>In Internet Explorer 6, the part of <code>.element</code> positioned outside of its parent element is clipped, i.e. invisible, hidden, cut off. How do I fix this?</p>
http://stackoverflow.com/questions/869371/does-the-iphone-get-a-fixed-ip-address-when-accessing-the-web-via-the-mobile-phon0Does the iPhone get a fixed IP address when accessing the web via the mobile phone network?Paul D. Waite2009-05-15T15:33:11Z2009-05-15T17:19:53Z
<p>I’m guessing not, but I wondered if anyone had any experience. I imagine it could vary depending on the mobile network.</p>
<p>I’ll do some testing here on O2 in the UK and update the post.</p>
http://stackoverflow.com/questions/852104/internet-explorer-6-and-7-floated-elements-expand-to-100-width-when-they-contai5Internet Explorer 6 and 7: floated elements expand to 100% width when they contain a child element floated right. Is there a workaround?Paul D. Waite2009-05-12T10:19:40Z2009-05-15T13:46:47Z
<p>I've got a parent <code>div</code> floated left, with two child <code>div</code>s that I need to float right.</p>
<p>The parent <code>div</code> should (if I understand the spec correctly) be as wide as needed to contain the child <code>div</code>s, and this is how it behaves in Firefox et al.</p>
<p>In IE, the parent <code>div</code> expands to 100% width. This seems to be an issue with floated elements that have children floated right. Test page:</p>
<pre><code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Float test</title>
</head>
<body>
<div style="border-top:solid 10px #0c0;float:left;">
<div style="border-top:solid 10px #00c;float:right;">Tester 1</div>
<div style="border-top:solid 10px #c0c;float:right;">Tester 2</div>
</div>
</body>
</html>
</code></pre>
<p>Unfortunately I can't fix the width of the child <code>div</code>s, so I can't set a fixed width on the parent.</p>
<p>Is there a CSS-only workaround to make the parent <code>div</code> as wide as the child <code>div</code>s?</p>
http://stackoverflow.com/questions/867791/is-there-a-book-for-building-a-web-application/867939#8679390Answer by Paul D. Waite for Is there a book for building a web application?Paul D. Waite2009-05-15T10:36:12Z2009-05-15T10:36:12Z<p>You’d organise and design a web app differently in Django than you would in other frameworks, so I’d focus on Django to begin with.</p>
http://stackoverflow.com/questions/865520/2nd-column-is-tucking-below-the-1st-column-what-are-common-causes-of-this/865651#8656513Answer by Paul D. Waite for 2nd column is tucking below the 1st column, what are common causes of this?Paul D. Waite2009-05-14T20:43:58Z2009-05-14T22:07:17Z<p>Assuming both columns are floated (left), the second column will tuck underneath the first one if:</p>
<ul>
<li>It has <code>clear:left;</code> assigned to it</li>
<li>it’s too wide for the available space</li>
</ul>
<p>If the problem is occurring in IE 6, it might be the <a href="http://www.positioniseverything.net/explorer/threepxtest.html" rel="nofollow">IE 6 3-pixel gap</a> bug.</p>
<p>(We’d probably have a better chance of helping you if you put some actual code in the post. At the moment we’re guessing.)</p>
<p><strong>Update</strong></p>
<p>I don’t think it’s <code>clear: both;</code> — that rule won’t be affecting IE 6, as it doesn’t support the <code>:after</code> pseudo-selector. Here’s a test page demonstrating it:</p>
<p><a href="http://www.pauldwaite.me.uk/testy.html" rel="nofollow">http://www.pauldwaite.me.uk/testy.html</a></p>
http://stackoverflow.com/questions/525171/how-should-one-start-learning-web-applications-development/865981#8659810Answer by Paul D. Waite for How should one start learning web applications development?Paul D. Waite2009-05-14T21:43:26Z2009-05-14T21:43:26Z<p>There are books that are worth reading though. ‘CSS: The Definitive Guide’ by Eric Meyer does what it says on the tin, and has a few good notes on browser support.</p>
<p>quirksmode.org has lengthly writings on cross-browser issues in CSS and JavaScript.</p>
<p>‘Designing With Web Standards’ by Jeffrey Zeldman started the whole CSS thing, so I’ve heard. There’s a first and a second version; I’ve read neither, so I’m not sure of the differences.</p>
http://stackoverflow.com/questions/853011/google-analytics-is-counting-less-than-half-the-number-of-visitors-to-website/853098#8530980Answer by Paul D. Waite for Google Analytics is counting less than half the number of visitors to websitePaul D. Waite2009-05-12T14:32:52Z2009-05-12T14:32:52Z<blockquote>
<p>I know that visitors that have Javascript disabled cannot be counted, but I do not believe this explains it.</p>
</blockquote>
<p>Have you looked at your server's access logs? Marry them up with Google Analytics, see which visitors weren't being counted?</p>
http://stackoverflow.com/questions/850472/how-do-i-detect-when-the-iphone-goes-into-landscape-mode-via-javascript3How do I detect when the iPhone goes into landscape mode via JavaScript?Paul D. Waite2009-05-11T23:04:36Z2009-05-11T23:48:12Z
<p>I’m writing a web site targeted at the iPhone. I’d like to set a class on the body element when the iPhone’s orientation changes (i.e. when the user turns the phone into landscape and/or portait mode).</p>
<p>Can I detect this change via JavaScript?</p>
http://stackoverflow.com/questions/850472/how-do-i-detect-when-the-iphone-goes-into-landscape-mode-via-javascript/850475#8504759Answer by Paul D. Waite for How do I detect when the iPhone goes into landscape mode via JavaScript?Paul D. Waite2009-05-11T23:06:46Z2009-05-11T23:48:12Z<p>Yup, via the <code>onorientationchange</code> event and the <code>window.orientation</code> property.</p>
<ul>
<li><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/chapter%5F7%5Fsection%5F9.html#//apple%5Fref/doc/uid/TP40006511-SW16" rel="nofollow">Documented by Apple (free sign-up required)</a></li>
<li><a href="http://ajaxian.com/archives/iphone-windowonorientationchange-code" rel="nofollow">Example code on Ajaxian</a></li>
</ul>
http://stackoverflow.com/questions/845694/how-do-i-find-my-computers-ip-address-using-the-bash-shell0How do I find my computer's IP address using the bash shell?Paul D. Waite2009-05-10T17:16:24Z2009-05-10T18:20:25Z
<p>Every now and again, I need to start the Django development server, and have it viewable by other machines on my network, as described here:</p>
<p><a href="http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver" rel="nofollow">http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver</a></p>
<p>My machine’s IP address tends to change every now and again, so I’d like to have a little shell alias or something that spits out the manage.py command with my machine’s current IP address, maybe like this:</p>
<pre><code>python manage.py runserver $(COMMAND TO FIND MY MACHINE’S IP ADDRESS GOES HERE):8000
</code></pre>
http://stackoverflow.com/questions/845694/how-do-i-find-my-computers-ip-address-using-the-bash-shell/845696#8456961Answer by Paul D. Waite for How do I find my computer's IP address using the bash shell?Paul D. Waite2009-05-10T17:17:37Z2009-05-10T17:17:37Z<p>This seems to work on the bash shell on OS X 10.5.6:</p>
<pre><code>ifconfig | grep 'inet ' | grep -v '127.0.0.1' | cut -c 7-17
</code></pre>
<p>Adapted from here: <a href="http://www.cyberciti.biz/tips/read-unixlinux-system-ip-address-in-a-shell-script.html" rel="nofollow">http://www.cyberciti.biz/tips/read-unixlinux-system-ip-address-in-a-shell-script.html</a></p>
http://stackoverflow.com/questions/845092/how-difficult-time-consuming-is-to-build-a-vertical-editor/845219#8452192Answer by Paul D. Waite for How difficult/time consuming is to build a vertical editor? Paul D. Waite2009-05-10T12:10:58Z2009-05-10T12:10:58Z<p>Picking up on Karsten’s suggestion to amend TinyMCE’s layout so that it has a vertical toolbar, <a href="http://www.google.co.uk/search?q=wysiwyg%2Beditor%2Bvertical%2Btoolbar&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" rel="nofollow">Googling “wysiwyg editor vertical toolbar”</a> turned up this page on the TinyMCE forums:</p>
<p><a href="http://tinymce.moxiecode.com/punbb/viewtopic.php?id=13834" rel="nofollow">http://tinymce.moxiecode.com/punbb/viewtopic.php?id=13834</a></p>
<p>Looks like you’re allowed to change TinyMCE, but that achieving the vertical toolbar involves doing a custom layout:</p>
<p><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_custom_layout" rel="nofollow">http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_custom_layout</a></p>
<p>I think you’ll need someone with HTML, CSS and JavaScript skills for this. No idea how long it’d take. Someone might have already done it, but <a href="http://www.google.co.uk/search?q=tinymce%2B%22vertical%2Btoolbar%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" rel="nofollow">Googling “tinymce "vertical toolbar"”</a> only turns up 9 results.</p>
http://stackoverflow.com/questions/1489599/how-do-i-find-out-my-python-path-using-python/1489625#1489625Comment by Paul D. Waite on How do I find out my python path using python?Paul D. Waite2009-09-30T16:47:50Z2009-09-30T16:47:50ZBravo. Iteration: it works.http://stackoverflow.com/questions/1497584/how-do-i-convert-a-vhd-disk-image-to-work-with-vmware/1497616#1497616Comment by Paul D. Waite on How do I convert a .vhd disk image to work with VMWare?Paul D. Waite2009-09-30T12:15:13Z2009-09-30T12:15:13ZSure, that’s probably the sensible way to go. Virtual PC is a free download, so it’s not much bother.http://stackoverflow.com/questions/1497584/how-do-i-convert-a-vhd-disk-image-to-work-with-vmware/1497666#1497666Comment by Paul D. Waite on How do I convert a .vhd disk image to work with VMWare?Paul D. Waite2009-09-30T11:57:14Z2009-09-30T11:57:14ZAha: mount the VHD, then import it as if it were a physical drive. Cool. Unfortunately I’m not on Windows 7, but that’s a good workaround.http://stackoverflow.com/questions/1489599/how-do-i-find-out-my-python-path-using-python/1489625#1489625Comment by Paul D. Waite on How do I find out my python path using python?Paul D. Waite2009-09-30T11:50:01Z2009-09-30T11:50:01ZAh, excellent. Thanks guys, I suspected I was doing something wrong. I’ve deleted my wrong answer; Mark, if you could edit your answer to include the os.sep bit, the points will rightfully be yours.http://stackoverflow.com/questions/126583/as-a-programmer-without-formal-cs-training-or-a-cs-degree-what-am-i-missing/126951#126951Comment by Paul D. Waite on As a programmer without formal CS training or a CS degree, what am I missing?Paul D. Waite2009-09-17T12:09:01Z2009-09-17T12:09:01ZCode complete, oh yes.http://stackoverflow.com/questions/1335900/how-do-i-merge-two-arrays-in-javascript/1335910#1335910Comment by Paul D. Waite on How do I merge two arrays in JavaScript?Paul D. Waite2009-08-26T16:21:02Z2009-08-26T16:21:02ZOh yeah! Sweet, thanks.http://stackoverflow.com/questions/454863/what-is-better-css-hacks-or-browser-detection/454917#454917Comment by Paul D. Waite on What is better: CSS hacks or browser detection?Paul D. Waite2009-08-19T02:17:56Z2009-08-19T02:17:56Z“all of the sites I develop, need to work completely in all browsers” — nonsense. You don’t test in IE 2 or Netscape 4, because making the site work in them the same way it works in newer browsers would be very time-consuming, and not enough people use them to make it worth the extra effort. At some point, this will be true for IE 6 too.http://stackoverflow.com/questions/897603/learning-javascript-vs-jquery/897615#897615Comment by Paul D. Waite on Learning Javascript vs. jQueryPaul D. Waite2009-07-24T09:23:35Z2009-07-24T09:23:35ZYou might also want to consider moving jobs if you're stuck with the sort of boss who'll tell you to learn things without actually knowing what they are :( Best of luck.http://stackoverflow.com/questions/411058/ie-is-losing-cleartype/411102#411102Comment by Paul D. Waite on IE is losing ClearTypePaul D. Waite2009-07-24T09:21:50Z2009-07-24T09:21:50ZThis has worked for me the couple of times I've come across the issue. I think you need to set the background colour on the element that's being faded in or out.http://stackoverflow.com/questions/324923/solved-is-it-possible-to-render-web-content-over-a-clear-background-using-webki/1133455#1133455Comment by Paul D. Waite on [SOLVED] Is it possible to render web content over a clear background using WebKit?Paul D. Waite2009-07-22T11:13:16Z2009-07-22T11:13:16ZNice work. I'm not sure CSS3 is necessary for the transparent background; I would have though the old CSS1 <code>BODY{ background-color: transparent; }</code> would work. Haven't tried it though.http://stackoverflow.com/questions/962636/whats-the-correct-scope-value-to-use-for-an-html-th-table-cell-than-spans-severa/972624#972624Comment by Paul D. Waite on What’s the correct scope value to use for an HTML th table cell than spans several columns?Paul D. Waite2009-06-10T12:43:35Z2009-06-10T12:43:35ZGreat stuff, thanks. I’d lean on the side of the screen readers supporting the spec rather than everyone coding to their quirks, but it’s great to document the quirks.http://stackoverflow.com/questions/574463/running-ie6-ie7-and-ie8-on-the-same-machine/574465#574465Comment by Paul D. Waite on Running IE6, IE7, and IE8 on the same machinePaul D. Waite2009-06-05T14:34:00Z2009-06-05T14:34:00ZThis question links to a Microsoft support page where you can download VMs containing IE 6, IE 7 and IE 8: <a href="http://stackoverflow.com/questions/135057/internet-explorer-8-and-ie-6-side-by-side" rel="nofollow" title="internet explorer 8 and ie 6 side by side">stackoverflow.com/questions/135057/…</a>http://stackoverflow.com/questions/755748/how-do-you-stop-a-web-page-from-being-zoomed-from-an-iphone/755782#755782Comment by Paul D. Waite on How do you stop a web page from being zoomed from an iPhone ?Paul D. Waite2009-05-17T17:52:14Z2009-05-17T17:52:14ZSo, in summary, it’s <code><meta name="viewport" content="user-scalable=false" /></code>http://stackoverflow.com/questions/874877/how-to-avoid-empty-clear-divs/874882#874882Comment by Paul D. Waite on How to avoid empty clear divs?Paul D. Waite2009-05-17T17:42:51Z2009-05-17T17:42:51ZIn some cases this doesn’t work in IE 7 and 6; <code>zoom: 1;</code> should have the same effect.http://stackoverflow.com/questions/869371/does-the-iphone-get-a-fixed-ip-address-when-accessing-the-web-via-the-mobile-phon/869467#869467Comment by Paul D. Waite on Does the iPhone get a fixed IP address when accessing the web via the mobile phone network?Paul D. Waite2009-05-15T16:52:16Z2009-05-15T16:52:16ZNice, I was going to be mucking about with my web server’s access logs. Is that Speedtest from Xtreme Labs?