New Website Content
In an effort to make the site more useful, I've been adding a lot of new content lately, mainly in the coding section. As well as this, I've tried adding so the whole appearance of the coding area in general, such as a count of articles in each language section.
One bit of feedback I did get was that copying and pasting code from the coding area resulted in the line numbers being pasted as well. This was annoying, as semantically a code listing is a list, and should be marked up as such. To work around this, I've added an unobtrusive Javascript routine that adds a new button above every code excerpt and opens up a new window with just the plain-jane code in a <textarea> element. Please let me know what you think of it, as I'm always happy to receive feedback.
Keep Up To Date