|
Identifiers - UnicodeEscapeSequence Documentation permit to be used `\UnicodeEscapeSequence` in IdentifierName. But there: | Unicode escape sequences are also permitted in identifiers, | where they contribute a single character to the | identifier, as computed by the CV of the | UnicodeEscapeSequence. The \ preceding the | UnicodeEscapeSequence ... 17 Feb 2010 00:04
How to "jump the queue"...delay due to many thumbnail images I have a pictures page with a LOT of thumbnails which take a while to load. The problem is the picture viewer will not display or swap the big picture until all the thumbs have loaded. I assume there is some sort of event queue, and the big picture swap has to wait for the page load to finish. What can I do ... 23 Feb 2010 07:54
image size onload in IE I'm changing images (by changing src) and using an onload handler in the image to read the image width. simplified code: <img src="..." onload="getWidth(this)" id="my_image"> function getWidth(el){ alert(el.width) This works fine in FF but gives erratic results in IE6 (have not tested other versi... 15 Feb 2010 20:00
FAQ Topic - How can I disable the back button in a web browser? (2010-02-15) ----------------------------------------------------------------------- FAQ Topic - How can I disable the back button in a web browser? ----------------------------------------------------------------------- You can't. The browser's history cannot be modified. However, you can use ` self.location.replace(url); `... 14 Feb 2010 19:37
When is software good enough? (was Re: Motivation of softwareprofessionals) Andy Champ wrote: <snipped> What are you talking about? What is your point with this post, other than some kind of rant? ... 14 Feb 2010 16:16
When is software good enough? (was Re: Motivation of software professionals) Oh boy, that reply of mine stirred things up a bit. Nevertheless I'm going to stick my head over the parapet again! Excuse me not replying to someone in particular. The context was where I suggested that the guys who wrote code with the Y2k bug may have been justified. I've been surprised by how many of y... 14 Feb 2010 15:09
Work at Home- Earn $4,000 With Email Reading Jobs Work at Home- Earn $4,000 With Email Reading Jobs Get Paid $5 For Each New Sign Ups - Easy To make Money Make More Than $200 A Day , Register Now To Start earning At http://moourl.com/lvi7k ... 14 Feb 2010 06:17
Quiz I recently wrote a fun Javascript quiz (well, ECMAScript really). <http://perfectionkills.com/javascript-quiz/>. The questions are fairly trivial and should be answered easily by regulars of this group, but perhaps someone else will find it entertaining/challenging. -- kangax ... 17 Feb 2010 04:28
FAQ Topic - How can I see in javascript if a web browser accepts cookies? (2010-02-14) ----------------------------------------------------------------------- FAQ Topic - How can I see in javascript if a web browser accepts cookies? ----------------------------------------------------------------------- Write a cookie and read it back and check if it's the same. Additional Notes: http://www.i... 13 Feb 2010 19:24
must make variables global Here is entire script. It works fine untill very last. eRROR MESSAGE AT BOTTOM. My variales don't seem to retain their values between function calls. What am i doing wrong. <%@ Language=JavaScript %> <HTML> <HEAD> <TITLE> Management </TITLE> </HEAD> <BODY bgColor= yellow leftMargin=50 text= bl... 15 Feb 2010 16:36 |