Webexpose - webexpose.org - Web Expose
General Information:
Latest News:
The Science of Building a Website 19 Jul 2011 | 12:53 am
When you start a website, you have a lot of things to consider. First of all, you will of course want to choose the proper website hosting company to support you as you begin to build your site; these...
MySQL Command Line Tips 13 May 2009 | 08:58 pm
Working with MySQL’s command line shell is sometimes an exercise in patience. Here are some tips to make your life easier: Display results vertically to avoid line-wrapping If you do a select * from...
Accessing the clipboard from OS X command-line 23 Apr 2009 | 08:03 am
pbcopy and pbpaste are the OS X alternatives to the POSIX tool xclip. pbcopy takes the standard input and places it in the specified paste-board. If no pasteboard is specified, the general pasteboard...
Coloured, paged subversion diff output on Linux-like computers 2 Apr 2009 | 12:54 am
Using subversion from the command line (svn), I often complained (to myself at least) about the bland output from a svn diff command. This isn’t strictly a subversion problem, since your regular diff ...
Coolest guy on the internet 2 Feb 2009 | 11:50 pm
Friday saw the start of the Coolest guy on the internet SEO competition. This competition is being run internally at MIH, and is based on a popular and humorous phrase that SEO practitioners often try...
Python 3.0 + py30-readline on OS X (MacPorts) 2 Jan 2009 | 09:35 am
Python 3.0 (release) seems to be in MacPorts now, but the py30-readline package fails to build: I fixed it with the following: The last command will cause the error, but will leave the package unarc...
Open MacVim tabs from command-line 13 Oct 2008 | 11:41 pm
MacVim takes vim and provides better integration with Apple’s OS X - I’ve only just started using it and I am already loving it. Provided along with the application is a wrapper-script written to hand...
Does subversion support symbolic links? 3 Oct 2008 | 11:00 pm
From the Subversion FAQ: Subversion 1.1 (and later) has the ability to put a symlink under version control, via the usual svn add command. Details: the Subversion repository has no internal concept ...
Update GetBundle to use a custom subversion binary 25 Sep 2008 | 01:02 am
GetBundle currently ships with it’s own svn binary from the 1.4 branch, but it is easy enough to make it use a different one. Open TextMate Go to TextMate > Preferences > Advanced Click Shell Varia...
Uninstalling subversion (or any package you’ve compiled manually) 23 Sep 2008 | 06:07 am
I compiled subversion 1.4.4 and its dependencies (apr, neon) from source when I first got my Macbook, before I had installed MacPorts. Recently I wanted to upgrade to subversion 1.5, and also remove a...