Dan Herbert

12,369
reputation
876 views

Registered User

name Dan Herbert
member for 1 year
seen 14 hours ago
website
location Philadelphia, PA, USA
age 23
I like to code.
2d
accepted Looking for WYSIWYG HTML editor
Dec
13
comment Norton 360 is thwarting my javascript — what should I do?
Ugh... browser toobars...
Dec
13
answered Norton 360 is thwarting my javascript — what should I do?
Dec
13
revised IE7.js vs Whatever:hover.htc vs Son of suckerfish.js ?
edited body
Dec
13
accepted IE7.js vs Whatever:hover.htc vs Son of suckerfish.js ?
Dec
13
comment Reg Exp To Remove ‘onclick’ from HTML elements (Notepad++)
This regex will be extra greedy, so it will match things like this: onclick="fnSelectNode('name2',2, true);" href="#" in their entirety.
Dec
13
answered Reg Exp To Remove ‘onclick’ from HTML elements (Notepad++)
Dec
12
accepted How to master Document Object Model (DOM) ?
Dec
11
answered What is the point of defining Access Modifiers?
Dec
11
answered <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7” /> Does it really render page like IE7 in IE8?
Dec
6
awarded  Mortarboard
Dec
2
awarded  Good Answer
Dec
2
awarded  Nice Answer
Nov
29
answered jQuery: plugin - get reference to passed object
Nov
29
answered How to master Document Object Model (DOM) ?
Nov
28
revised problems getting the values of a select element-
edited body; added 7 characters in body
Nov
28
answered problems getting the values of a select element-
Nov
24
revised How to extend jQuery to make it easier to retrieve the tagName
deleted 7 characters in body
Nov
23
revised Does IIS log request header information? If yes, where?
deleted 15 characters in body; edited title
Nov
21
revised Detect when user clicks link, but aborts
added 175 characters in body; added 63 characters in body; added 12 characters in body
Nov
21
answered Proper usage of Floats (For those who love CSS standards)?
Nov
21
revised Proper usage of Floats (For those who love CSS standards)?
Removed some of the ipsum, since it was making the page unnecessarily long
Nov
21
comment Detect when user clicks link, but aborts
That sounds like a bad idea from a usability standpoint. You should never have a "cancel button" that doesn't actually cancel anything. What you're doing is effectively just creating a cancel button that has no function except to hide the cancel button, but not the action the user would expect to get cancelled.
Nov
21
revised Detect when user clicks link, but aborts
added 1857 characters in body; added 95 characters in body; added 84 characters in body
Nov
21
answered Detect when user clicks link, but aborts
Nov
21
revised html onchange /onblur compatibility
added 126 characters in body
Nov
21
revised Do I need to dispose a web service reference in ASP.NET?
deleted 1183 characters in body
Nov
20
accepted Custom JavaScriptConverter Classes
Nov
20
comment How can I insert a character after every n characters in javascript?
You're better off letting the browser wrap text. Do you have long sentences like you used for your example above, or long words?
Nov
18
answered IE7.js vs Whatever:hover.htc vs Son of suckerfish.js ?
Nov
13
revised How Reliable is Mono on Linux vs .NET on Windows?
deleted 2 characters in body; edited title
Nov
13
awarded  Good Answer
Nov
12
accepted copying textarea text regardless of browser
Nov
11
revised How many of you are moving to HTML 5?
added 297 characters in body; added 324 characters in body; added 23 characters in body; added 1 characters in body
Nov
10
answered How many of you are moving to HTML 5?
Nov
9
accepted JQuery GetJSON inside SetTimeOut Timer
Nov
9
comment focus a cursor to submit button?
What server-side framework are you using? Depending on what you're using, there are abstractions built into some frameworks that solve the problem you're having.
Nov
9
comment Rebinding events in jQuery after Ajax update (updatepanel)
This is very similar to this question: stackoverflow.com/questions/256195/…
Nov
8
comment Nested DIVs - How to make it work for Internet Explorer 7?
I don't think nested <div /> tags is the issue here. I think it has more to do with your CSS.
Nov
8
revised How can I add, remove, or swap jQuery validation rules from a page?
added 27 characters in body
Nov
8
revised How can I add, remove, or swap jQuery validation rules from a page?
added 286 characters in body; added 64 characters in body
Nov
8
revised JQuery: How can I replace a tag without disturbing the content?
added 83 characters in body
Nov
8
accepted JQuery: How can I replace a tag without disturbing the content?
Nov
8
answered MSIE and addEventListener Problem in Javascript?
Nov
8
revised Getting the value of an int array at an index in c#
added 2 characters in body
Nov
8
revised Select content from JQuery ajax return object
added 254 characters in body
Nov
8
revised Select content from JQuery ajax return object
added 1496 characters in body; added 121 characters in body
Nov
8
revised JQuery: How can I replace a tag without disturbing the content?
added 16 characters in body; added 1 characters in body; edited body
Nov
8
revised JQuery: How can I replace a tag without disturbing the content?
added 22 characters in body
Nov
8
answered JQuery: How can I replace a tag without disturbing the content?