I’m about to roll out some design changes which include a nifty “Syntax Highlighter”. Code examples will now be much nicer looking.
Archives
- February 2011
- October 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2009
- November 2009
- July 2009
- March 2009
- January 2009
- December 2008
- November 2008
- September 2008
- June 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- August 2006
- May 2006
- March 2006
- January 2006
- November 2005
- August 2005
4 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
how 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).
Fantastic! I didn’t realize you were the author of the syntax highlighter I use and love. Your blog is turning out to be a really great find.
Let me clarify that I am not the author of that syntax highlighter, just someone who found it very helpful.