Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #36.9K
Ranked #4K
~1K People Reached
About Me

Craig Thomas Ayre, 16.
Pretty dandy with HTML, CSS, JavaScript and Ruby.
I play around with extensible languages such as XML, XSLT, SVG etc so if you need help with them just drop a personal message.

Interests
Programming is by far my biggest hobby, however I do enjoy sport (not that I'm good at it!)
PC Specs
My current OS of choice is Ubuntu 10.04, however when i'm on my laptop i'll be using Windows 7.
Favorite Forums
Favorite Tags
Member Avatar for tiger86

This is not an advertisement, this is purely a thread telling people about resources that I've found, well resourceful. For those who are stuck with Ruby on Rails or need to learn the basics you should check out the free videos by Ryan Bates at [url]www.railscasts.com[/url], they've helped me a …

Member Avatar for tallship
0
412
Member Avatar for johndoe444

problem with this code: [CODE]parseIcmPage url, '<ul id="topListFilter"', '<div id="footer">' def parseIcmPage(url, start_point, end_point) data = getHtmlPage url s = data.index(start_point) e = data.index(end_point, s) len = e-s list_str = data.index[s, len] puts list_str, '\n' end[/CODE] [CODE]icm.rb:42: warning: don't put space before argument parentheses ./util.rb:121:in `index': wrong number of arguments …

Member Avatar for craiggles
0
229
Member Avatar for diafol

Anybody know of how to use something like an <abbr> tag, but for rollover translation purposes. I'm guessing that the abbr tag is semantically incorrect here. E.g. [CODE]<abbr title="neutron">niwtron</abbr>[/CODE] A rubbish way would be to use a span I suppose: [CODE]<span title="neutron">niwtron</span>[/CODE] I just can't help feeling that there should …

Member Avatar for diafol
0
82
Member Avatar for Evil_genius82

Hi guys, Im working my way up in webdesign and just needed a guide to what i should learn next. Im quite fine at xhtml, css and photoshop. Im just not to sure if i should go for flash, javascript, or php and what would be the necessity for a …

Member Avatar for Evil_genius82
0
99
Member Avatar for ashishjha54

hello coders, nowa days i see everybody is using DIV and SPAN in there webpage .i have a little idea about this but i wanna know everything about this.can you tell me where can i get complete information about DIV and SPAN.you can also use this forum to clear my …

Member Avatar for craiggles
0
585