I’m about to roll out some design changes which include a nifty “Syntax Highlighter”. Code examples will now be much nicer looking.
I’m about to roll out some design changes which include a nifty “Syntax Highlighter”. Code examples will now be much nicer looking.
2 users commented in " Syntax Highlighting "
Follow-up comment rss or Leave a Trackbackhow is the javascript for this issue you post “Code to disable backspace in browser (except proper use in forms)”
I’m assuming you’re referring to one of my posts in this forum:
http://www.webmasterworld.com/forum91/4699.htm
But I’m not sure exactly what you’re asking. That thread is 2 years old, and I’d probably do things differently today than I would have then. For example, I’d probably use the Yahoo UI Library (http://developer.yahoo.com/yui) for the Event handling and DOM manipulation. Also, I might look into attaching only a single event handler to the body element instead of attaching to each individual elements (since events bubble up the DOM tree).
Leave A Reply