Posts Tagged ‘code’
Monday, October 9th, 2006
Managed to implement the following features:
- RSS config: – well parts of it anyway, I just managed to make a table and some random thing which allows you to add RSS fields and all, still got fuck loads to do to it, but its definitely a start
- Random subtitle addon, same function i used previously for Crazybobbles.org, this time, the interface is alot slicker
- Added include files so you call on certain things such as headers and menus
- Done some pretty table styling, now they look awesome as ever
None of it is awesome (except some ingenious subtitles) but you know, its a start and all
Thursday, October 5th, 2006
Right, might want to check my portfolio page again because its updated to include blog entries and youtube videos too. Managed to aquire myself an RSS 2 HTML tool which adds information like that into my site, you can obviously use the database to draw the information, but perhaps this way is slightly easier?!?! Not to mention it using sites like youtube to draw the information. I did try Musewiki, was quite awesome but a bit useless on my page hehe.
I’m hoping to use this for my final year project, the idea is becoming more and more solid with some depth to look into.
Monday, October 2nd, 2006
Last night was a late one, i managed to revamp my portfolio site, its awesome as hell!!. Theres quite alot of web 2.0 elements within them, some lazily put in, some were quite fun to try out.
Now before any of you geeks go “ooh web 2.0 scenester” (ahaha), I’m only learning the techniques that people use for web 2.0 design, I do believe that these standards were created for a reason, some are quite silly (like the beta sign and tesco value medals) but some are quite useful to learn (AJAX in particular). So yeah, see if you can spot the many web 2.0 things I’ve done on my site, perhaps I might do what Alex suggested and use EVERY web 2.0 visual feature for shits and giggles haha.
so yeah
Monday, October 2nd, 2006
Gargh, so so so so tired
. I stayed up all night (almost) fixing up one of my main profile/portfolio pages, it looks sexy as hell (following a few Web 2.0 standards) and now looks rather presentable as a profile page.
B sounded like she managed to get home alright, hope she had fun, I think the onslaught will continue today :0
Sunday, April 17th, 2005
Some old old background code (hidden the thing because its not valid xhtml)
(more…)
Thursday, March 31st, 2005
Make up some april fools day stuff for my site 
Ones to choose from are:
- Making the site change background colour everytime it refreshes
- Announcing the site will be down
- Making up fake competitions
- Just being an arse with the site
- All of the above
Thursday, March 24th, 2005
Managed to quickly code the top section so it displays random images. Simple simple coding
$imagearray = array(muse,absolution,mattguitar,mattguitar2,oosback);
$randomimage = $imagearray[array_rand($imagearray)];
Thursday, March 17th, 2005
Not fully given up on making the muser of the week thingy to work, but just given that a break for a while whilst I do my uni work. Replaced it with a nice random mugger bit which is alot easy, just calling random photos from the gallery. The muser of the week stored a random photo id onto a table and calls it everytime until the next time is made. Anyone who feels like they can tackle it, read on and give us a comment 
(more…)