Monthly Archives: February 2009
Force Eject a CD/DVD in Apple Leopard
Today I had to help a friend force eject a stuck DVD in his iBook, there are a couple of methods we tried and I thought that hey may be helpful for others. I would recommend trying to eject your … Continue reading
'BounceBox' Mootools Effects Class
I sat down to further my Javascript skills a couple of weeks ago and re-wrote a small peice of code that I used on DreamCatcher, A School Careers Application to create ‘Slide Down’ boxes for the Contact Form, Login Form … Continue reading
Safari's CSS Support for multiple backgrounds on the same Style
I was browsing just now and fond something pretty interesting, Safari supports multiple background image declarations for the same style tag. .box { background: /* Upper-left */ url(./corners_01.png), /* Upper-right */ url(./corners_02.png), /* Lower-left */ url(./corners_03.png), /* Lower-right */ url(./corners_04.png), … Continue reading
Torrent Downloading Laws in New Zealand ~ Update
If you download anything via torrents, you should read this article. It is a pretty clear explanation of the upcoming Torrent Laws for ISP’s and users here in New Zealand including the ’3 Strike’ policy. http://torrentfreak.com/code-aims-to-quell-new-zealand-3-strikes-fears-090204/ The thing about torrents … Continue reading
Virtual Web Hosting on OSX Leopard
Recently I brought a new iMac for my home development, music, movies, games and general play things. For work I develop Web Applications and with my ISP I have a static IP address, so I decided to set up a … Continue reading
WordPress Post Statistic Treats
As I was browsing the web today on a completly unrelated matter I can across Alex King’s blog and a couple of interesting mySQL Queries that can show some useful stats on your blog. The Article is http://alexking.org/blog/2007/01/01/sql-for-blog-stats. Here is … Continue reading
SPAW WYSIWYG was showing HTML characters not HTML
I noticed when installing the SPAW Editow recently that on the Design tab in SPAW, the HTML was showing as converted HTML Symbols like < and > rather than < and >. After a bit of playing, i found this … Continue reading