December 2008
You are browsing the archive for December 2008.
By JortK on December 31, 2008
Posted in Pictures | Tagged fail, usb stick
By JortK on December 30, 2008
Last week I was playing around with the computed columns feature in SQL Server from Microsoft. A computed column is computed from an expression that can use other columns in the same table. The expression can be a noncomputed column name, constant, function, and any combination of these connected by one or more operators. The [...]
Posted in How to | Tagged computed columns, database, microsoft, sql
By JortK on December 30, 2008
Posted in Movies | Tagged 3g, apple, blend, iphone, will it blend
By JortK on December 27, 2008
Lovely tag clouds by Wordle
Posted in Site News | Tagged tagcloud, tags, wordle
By JortK on December 26, 2008
Posted in Movies | Tagged cats, christmas, holiday, jingle, santa, snow, xmas
By JortK on December 25, 2008
Posted in Pictures | Tagged cat, fax, lolcat
By JortK on December 25, 2008
Merry Christmas to all my visitors! Let the Jingle cats sing a nice christmas song for you:
Posted in Site News | Tagged cat, christmas, holiday, jingle, santa, snow, xmas
By JortK on December 24, 2008
Today I saw a very cool new feature in Google. I did an search on Real Madrid because I wanted to look up some information about that club: After I submit the search string, it came up with the following results: Really cool that Google displays the scores of the last match, and the next [...]
Posted in Tech news | Tagged google, search, soccer
By JortK on December 23, 2008
Great song This is the acoustic version of the song, the guy is great!
Posted in Music | Tagged 50 cent, acoustic, ayo technology, cover, justin timberlake, milow, Music, remix
By JortK on December 22, 2008
Because I’m running a project which has a relative large database (tables with 70.000.000 records in them), I wanted to know which was faster in performance, MyISAM or InnoDB. Currently I’m using MyISAM, and I’m running into some performance and stability issues. First, I’ve created a table with a few columns:
Posted in MySQL | Tagged benchmark, database, innodb, myisam, MySQL, performance, sql, storage engines