Programming
29 July 2010 | 2 Comments
What am I talking about!? Well, there is this thing called “Multi-Site” in WordPress 3.0. You can read official docs on it here: Create a Network. It used to be called WordPress Mu or WPMU. The Multi-Site platform is MEANT to allow you to host multiple blogs on one domain via either subdirectories or subdomains [...]
Tagged in multi domains, multisite, wordpress, wpmu
Programming
1 August 2008 | 0 Comments
The Adobe AIR Team had a quick post up the other day offering a free pocket reference guide to the first few emails. I managed to wrangle one and it just showed up! Thanks Adobe!
Tagged in adobe, air
JavaScript,Programming,Tech
5 March 2008 | 17 Comments
The front-end engineers certainly have their work cut out for them with the release if IE8 on the horizon. Albeit that this IS a Beta, and the FIRST of all public Betas, but still, all my sites generally mostly work (except those using google maps).
Programming
27 November 2007 | 2 Comments
So far my experience with Safari 3 (on win32) has been a very good one. By far it is the fastest Javascript implementation I’ve ever seen. On top of that it’s compatibility is very very close to FireFox 2. We’ve seen only a few issues, specifically in regards to Flash implementations. But I’m not here [...]
JavaScript,Programming,Snippet
30 May 2007 | 0 Comments
how I love you function rgb(r,g,b){ return r.toString(16) + g.toString(16) + b.toString(16); }