MENU >> ARCHIVES   BLOG
 
 

Archive for June, 2005

Exam Results

Wednesday, June 22nd, 2005

Well it’s that time of year again … after a long struggle with books, pens and the lack of a life, the exam results have been published. Was quite an important time this year, as these grades were essential for me getting into 3rd year Computing Science, so here ya go ….

Bookmarks

Wednesday, June 1st, 2005

function toggleFolderView(szDivID) { var obj = document.layers ? document.layers[szDivID] : document.getElementById ? document.getElementById(szDivID).style : document.all[szDivID].style; obj.display = (obj.display == ‘none’ ? ‘block’ : ‘none’); var obj_title = document.layers ? document.layers[szDivID+'_title'] : document.getElementById ? document.getElementById(szDivID+’_title’).style : document.all[szDivID+'_title'].style; obj_title.backgroundImage = (obj_title.backgroundImage == ‘url(/wp-content/folder_open.gif)’ ? ‘url(/wp-content/folder_closed.gif)’ : ‘url(/wp-content/folder_open.gif)’); }
Warning: file_get_contents(wp-content/xbel.xml) [function.file-get-contents]: failed to open [...]