svn: PROPFIND request failed on…

21. Oct 2009 Comments 0 comments

I had some problems checking out from Subversion. I got the error message:
svn: PROPFIND request failed on ‘/xxx
svn: PROPFIND of ‘/xxx: could not connect to server (http://xxx.xxxxx.com)
After a bit of searching, Vernon suggested it could be proxy server settings. I checked them by opening up a terminal and typing:
vim ~/.subversion/servers
Scrolling down to the line starting [...]

Continuously test your front-end code automatically

29. May 2009 Comments 4 comments

When I worked at The Guardian, before committing code to Subversion, unit tests were run against the Java codebase. This is pretty standard. Sometimes, things slipped through and were caught at the Continuous Integration stage where an automated build would perform deeper tests and verify the code integrations of each developer hadn’t broken anything. This [...]

HTML 5: What’s in it for us?

22. May 2009 Comments 0 comments

Ian Hickson, the editor of the HTML 5 specification, was interviewed by Bruce Lawson earlier this month. Ian listed a few things we can look forward to in HTML 5:
Long term, content authors will find a variety of new features in HTML 5. We have a [...]

G1 browser supports window.print() function is silly

12. Mar 2009 Comments 1 comment

Today I thought I’d see how the website I’m currently front-end developing looks my phone’s browser, the G1. It was simple to view since the G1 has wi-fi so I typed in my laptop’s IP address followed by the path to the website. Renders great! Well it would, because the browser is based on Webkit.
There [...]

Nicole Sullivan: “Design Fast Websites”

21. Feb 2009 Comments 0 comments

A great presentation by Nicole Sullivan. I’ve watched this twice now!

Nicole Sullivan: “Design Fast Websites” @ Yahoo! Video

Virgin Media ISP does not traffic shape BitTorrent

01. Feb 2009 Comments 0 comments

The Glasnost Tool performs a series of tests to work out whether your ISP traffic shapes BitTorrent traffic. It seems that Virgin Media ADSL doesn’t (see the results), which comes as a surprise but is a good thing.

Using G1 phone’s 3G connection on laptop

01. Feb 2009 Comments 0 comments

I am successfully using my G1’s 3G connection via my laptop. I followed the instructions on Graham Stewart’s website. I didn’t have instant success so googled for more info. I needed to turn go into Firefox’s config settings by putting about:config into the address bar. Ignoring the warning, I changed the setting for network.proxy.socks_remote_dns from [...]

Using Subversion to share global CSS amongst different websites

29. Jan 2009 Comments 0 comments

I’m currently working for one of the UK’s big banks. Recently, the bank in question decided to unify its visual identity (VI) for any sites being built now and in the future. This is a wise step but has created difficulties for the 2 websites that are currently in build.
Being a front-end developer, I have [...]

Reaching localhost from VMware / virtual machines on a Mac

11. Jan 2009 Comments 0 comments

I’m in the process of setting up a development environment on my mac. I’ve set up IE8 testing by converting Microsoft’s VPC images to a VMware compatible image. So the next thing I need to do is view my local webserver from VMware.