Categories
Partners
Archives
Meta
Author Archives: Simon Stevens
Reading GET variables with JavaScript
I found a great piece of code whilst trying to figure out how to read get variables with javascript. function $_GET(q,s) { s = s ? s : window.location.search; var re = new RegExp(‘&’+q+’(?:=([^&]*))?(?=&|$)’,'i’); return (s=s.replace(/^?/,’&’).match(re)) ? (typeof s[1] == … Continue reading
Posted in Code
Leave a comment
Apple Mail 5.0
Apple Mail 4.2 is a product in dyer need of upgrade. Whilst it’s an excellent product with unequaled stability, it has major Usability issues, and it lacks any useful Syncing ability. I am also told that addon’s are unreasonably tricky … Continue reading
Posted in IT
Leave a comment
Run Forrest Run!
Motivation is a killer for me when it comes to fitness. The most prominent word for me when it comes to working out is “Later”. The Gym had some good points for me, it allowed me to monitor my progress … Continue reading
Posted in Health and Fitness
Leave a comment
Handy code: ifelse()
As with most web developers about half of my code is collecting information via forms (the other half is presenting that information). When a form is submitted there are a variety of variables that I might want to display back … Continue reading
Posted in Code, php
Leave a comment
Magic Mouse vs Wicked Weasel!
Despite my first experience at the Apple Store I decided to take the plunge and take a gamble on something I’ve lusted after for a while. Continue reading
Posted in Other
Leave a comment
This is going to kill me
Right now, I’m fat and unfit. In 6 months time I’ll still be fat, but I’ll be fitter than most. Next year I’ll be bordering on “tubby”. Continue reading
Posted in Health and Fitness
Leave a comment
3 posts before failure
Ugn!! I swore that this 3rd attempt at a blog would be successful, and that I’d update it regularly with insightful and useful comments to amuse and inform. 3 Posts in the first 2 days of my new site, and … Continue reading
Very Excited about CSS3
After spending a portion of the weekend coding my shiny new site I’ve really got the CSS bug again. So I was delighted when I checked Smashing Magazine for new articles and stumbled on their latest article about CSS3! As … Continue reading
Posted in Code
Leave a comment
A new beginning without Internet Explorer 6
At 3DPixel made the decision a few months ago that 7 years was a pretty good run for Internet Explorer 6, and that enough was enough. So we killed support for it in all future projects. At the time, I … Continue reading
Posted in Code
Leave a comment
CSS Rounded Corners
My first post on my shiny new blog is being written whilst I’m actually coding the template. The CSS3 spec gives us access to rounded corners without the need for images and loads of xhtml. Just add the following to … Continue reading
Posted in css
Leave a comment