Software Development
2.0.1 to 2.0.2 patchfile
Sometimes us unix folk like to have a patchfile to upgrade our software (especially scripts) so I made one for…
On the note of arrays… Building large MSQL inserts with php, the easy way
$cols[0] = “title”; $vals[0] = “”CodeWord: Apoalyptik””; $cols[1] = “url”; $vals[1] = “”http://blog.apokalyptik.com/””; $cols[2] = “feed_url” $vals[2] = “”http://blog.apokalyptik.com/?feed=rss2″”; $query=”INSERT…
This might be of use to someone
I’ve been writing PHP for a long time now. And one of the things that I see quite often is…
Why the heck?!
Why the heck is there not a target for “open in new tab”?! Hello!? The future cometh… adopt it as…
Generic function/class names
This is especially true when you’re writing a library which is meant to be absorbed into a larger codebase, but…
Playing with loopholes
The most amusing things happen when you’re been coding a long time. I found, and used a “hole” in one…
The Storage3 PHP5 Interface to the Amazon S3 “Simple Storage Service”
Visit the Storage3 home page here, and start using Amazon’s S3 in your web applications today! Brought to you by…
PHP (PHP5) Interface to Amazon’s S3 Service (Version 0.1)
Something I threw together in about 6 hours… it’s a good start (and its workable) but needs a lot of…
Of Xcode and SVN
As i mentioned (now) 2 posts ago I got subversion and Xcode working together. Problem is that apparently any time…