New livesets- Niki Belucci – Club FG International – 30.07.2010
- Tocadisco – Delicious Housetunes (Nature One Special) (Hitradio MSOne) -CABLE- 29.07.2010
- Pablo Ceballos – Live @ Nervous Beach Party (Atlantic City Hilton, New York) – 04.07.2010
- Armin van Buuren presents – A State of Trance Episode 467 – 29.07.2010
- Ferry Corsten – Live @ Papaya Festival – 15.07.2010
- Ben Watt & Dan Beaumont – Buzzin Fly on Proton Radio – 29.07.2010
- Markus Schulz presents – Global DJ Broadcast Ibiza Summer Sessions (29 July 2010)
- Sascha Funke (Bpitch Control) @ Fabric London Promotion Mix July 2010
- Jose Padilla – Bella Musica (Ibiza Sonica) – 27.07.2010
- Roger Sanchez – Live @ Tomorrowland – 25.07.2010
Blogroll
Ads
Developing Archive
-
Problems extending CodeIgniter libraries?
CodeIgniter (CI), an open source web application framework that helps you write kick-ass PHP programs, allows you to extend native CI libraries with your own freshly baked functionality. I was having problems extending the form validation library, CI_Form_validation, while writing functions for generating forms using the validation rules set for CI_Form_validation. The validation rules can be [...] -
Still getting Unicode errors with FreeTDS?
For some project, I’ve build a webshop in PHP, with a MS SQL 2005 database. I hear you thinking, why didn’t you use some MySQL of PostgreSQL database? Well, the MS SQL database is used by SAP to store product information etcetera, so another database wasn’t an option. So, no problems, just installed php5-sybase on [...] -
jSQL
I ran into some cool javascript, hacked together by Matt Hackett. He was disappointed in jQuery because he expected it to be some kind of SQL for javascript. After he discovered what jQuery in fact is, he decided to throw some javascript together, and jSQL was born. Using jSQL, you can talk to your DOM [...] -
Vim Color Scheme Test
Just some cool link for comparing different Vim Color Schemes: * Click * Thanks todsah for sharing this link with me! -
The history of user agent strings
History sucks, but, just for you guys some little entertainment… “And Microsoft feared Firefox greatly, and Internet Explorer returned, and called itself Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0) and it rendered good code, but only if webmasters commanded it to do so.” Have fun with history, check out this article! -
jQuery autocomplete, packed with packer!
I’ve been using this autocomplete plugin for a while, it works great. For almost every jQuery plugin there is a packed version supplied, but not for this one, so I decided to pack it myself. But whoops… Javascript errors occured when using the packed version of the plugin. After adding a few semicolons the file [...]