window.onresize hangs IE6 and IE7
Another bug that I've not seen before that caused some confusion. Actually, the bug almost makes sense, except that it leaves IE6 and IE7 completely hanging.
Another bug that I've not seen before that caused some confusion. Actually, the bug almost makes sense, except that it leaves IE6 and IE7 completely hanging.
Code Dumper is a personal project of mine that I've used to practise some new skills on. It's a code dumping repository with a couple of features that I think makes it unique from the other code bins. Where possible, I'll blog about how particular aspects of the project so that they can be re-used [...]
If you work in a secure(ish) environment then you'll be changing passwords on a regular basis. An old colleague and I came up with a script that would generate a password based on fictional words from a dictionary lookup. Then we/he realised that this could actually be generated on the fly, be completely random and still [...]
Updated: 10-Apr 2008I should really add now that I spotted a couple of mistakes in the bundle which have been fixed. If anyone uses this and spots anything amiss - let me know and I'll sort it. I've just finished attending the AIR tour and during the final (particularly funny) presentation, I completed a TextMate [...]
In building the jQuery API browser, since the source of the API comes from the wiki pages over at docs.jquery.com, I had to handle some wiki parsing and convert it to HTML. However, the more I browsed the API, the more I realised there were aspects of wiki parsing I had missed. So I built a (fairly) [...]
Trailing white space in TextMate has been bugging the hell out of me in recently, until Dominic Mitchell bookmarked this awesome tip. I've decided to take the tip one step further.
If you've been following me on Twitter, then you'll know I've been umm-ing and err-ing about whether or not to use CodeIgniter, the PHP framework. It really boils down to this: I've built my own framework in PHP, which works the way I like - but I'm attracted to the code infrastructure support CodeIgniter (CI) can [...]