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 #37.0K
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

5 Posted Topics

Member Avatar for tiger86

I'd just like to add that the [I]official[/I] Ruby irc channel is irc.freenode.net#ruby-lang, and that irc.freenode.net#RubyOnRails can be aliased as irc.freenode.net#ror

Member Avatar for tallship
0
415
Member Avatar for johndoe444

You've marked this as solved but I'll post for referential reasoning. You get a ArgumentError for the method index in your method parseIcmPage, not an ArgumentError for the method parseIcmPage itself. We then look at how we're calling index and we have three method calls: [code=ruby] s = data.index(start_point) e …

Member Avatar for craiggles
0
231
Member Avatar for diafol

Well I think you are correct in that saying the dfn element is the clostest thing to what you want. I've been thinking and dicussing this with a few others and we came up with three options: 1. you could use the dl (definition list) element like so: [code=html] <dl> …

Member Avatar for diafol
0
85
Member Avatar for Evil_genius82

Well the first stage in web design and development is to gain a pretty good understanding of (X)HTML and CSS, in irc.freenode.net#html this is generally phrased as "being able to html and css in your sleep." After you have done this I would then recommend moving to server side, whether …

Member Avatar for Evil_genius82
0
102
Member Avatar for ashishjha54

Firstly the HTML div element represents a division, as HTML is just structure you can think of div as defining a logical division of the structure. The div element is block level, meaning that it can only be contained by block level elements and not by inline level elements, though …

Member Avatar for craiggles
0
639

The End.