Diodeus

6,862
Reputation
431 views

Registered User

name Diodeus
member for 1 year
seen 49 mins ago
website
location Toronto
age 43

I learned to program in Basic on a TRS-80 Model I and a Vic 20. I wrote BBS software for the Commodore 64 in the 80s and was a columnist for a couple of computer mags. I started building web applications in 1994 after being on usenet for years.

I enjoy new challenges as well as pushing technology to reasonable limits. The internet is one of the most empowering technologies ever created and I'm happy to offer advice to help people make good use of it.

41m
comment Prototype Framework Breaking Other Scripts
Prototype doesn't 'tend' to conflict with other scripts any more than any other script would.
42m
answered Prototype Framework Breaking Other Scripts
47m
answered JavaScript Postback on condition
1d
answered How to refresh iframe parent page after a submit in the iframe?
Dec
4
answered JS Events: hooking on value change event on text inputs
Nov
27
answered How can i get around the same origin policy?
Nov
25
comment How to combine :first-child and :hover?
Yeah, since I have to put a class on the first element to get it to work in IE, I may as well just use the class name and forget this first-child business all together.
Nov
25
asked How to combine :first-child and :hover?
Nov
19
revised Turning a DIV into a click-and-drag viewport
added 41 characters in body
Nov
19
answered Turning a DIV into a click-and-drag viewport
Nov
18
answered Javascript & Firefox - Detect if window.open opens in a tab?
Nov
17
awarded  Good Answer
Nov
13
revised How to use Javascript’s addEventListener() to override an HTML Form’s default submit() behavior
it's = its
Nov
11
answered I want to align <div> b with <div> a horizontally, is there a simple way to do it?
Nov
11
answered How can i change Markers images in This javascript
Nov
11
comment How can i change Markers images in This javascript
Please edit your question and put your code in a code block.
Nov
11
comment How can I check to see if a forward history exists in Javascript? (Disabling back button)
Send your emergency taskmasters to this page. Maybe they'll see the light.
Nov
10
awarded  Nice Answer
Nov
10
answered How many of you are moving to HTML 5?
Nov
10
answered jquery and the style properties
Nov
10
answered FireFox handling of disabled fields
Nov
10
comment Javascript, Firebug: How do I have multiple views or what is the right of way of doing development?
Yeah, I don't think FireBug us the answer for what you want. I guess you could always save the page after editing, but that just results in static HTML.
Nov
10
revised Javascript, Firebug: How do I have multiple views or what is the right of way of doing development?
typo
Nov
10
answered Javascript, Firebug: How do I have multiple views or what is the right of way of doing development?
Nov
10
accepted possible to target iframe in another html file?
Nov
6
comment Javascript clear
This correct. No loops required!
Nov
6
answered <img> positioning behavior
Nov
3
answered possible to target iframe in another html file?
Nov
2
answered How to make an empty anchor tag clickable in IE7?
Oct
30
answered prototype.js highlight words. DOM traversing correctly and efficiently.
Oct
29
answered Using special Chars in Firefox and IE, are being encoded by the browser differently
Oct
29
answered What is the easiest way to convert table tags into standard css?
Oct
29
answered fckeditor fileupload freeze, with autosave.
Oct
27
comment Find Path of File to be Uploaded
That does not change the facts.
Oct
27
answered Find Path of File to be Uploaded
Oct
27
answered Need help modifying javascript snippet
Oct
27
awarded  Notable Question
Oct
27
accepted What is <input type=”image” /> typically used for?
Oct
27
answered What is <input type=”image” /> typically used for?
Oct
26
accepted how to get the highest resolution timeout from prototype (like scriptaculous)
Oct
26
answered Parsing prototype AJAX.response XML in IE
Oct
26
comment JavaScript simple grid?
This is not a question. This is "can you do this whole thing for me".
Oct
26
answered how to get the highest resolution timeout from prototype (like scriptaculous)
Oct
23
comment Is “performant” a valid word? What’s the alternative?
Also, you see the same problem with people using "utilize" when "use" is the correct term.
Oct
23
comment Dynmically placing the input types inside(table) a <td> tag - innerHTML tag is not working in internet-explorer .
Good call. I suggest putting a DIV inside the TD and working with the DIV instead.
Oct
23
comment Which of these setTimeout format is better?
PERFORMANT is not a word.
Oct
22
comment Override javascript Window.opener
In the intermediate window, set window.name (using JavaScript) to an known value. When it reloads, check to see if the value has been set (I won't be on the initial load, but will be one the reload). Based on this, branch to whatever handler function you want for the reload.
Oct
21
answered Override javascript Window.opener
Oct
19
answered Are there any free solutions that provide intellisense for JavaScript?
Oct
17
awarded  Nice Answer