First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
ECMA-262-3. Chapter 7. OOP.
Another one part of my articles is translated. "This is Chapter 7. OOP". There are two parts. All interested can find it there (all not interested or those who show that they are not interested are also welcome ;)): "ECMA-262-3 in detail. Chapter 7.1. OOP: The general theory." <URL: http://dmitrysoshnikov.com/... 7 Mar 2010 16:15
(new Date()).toJSON()
--> "2010-03-04T16:05:56.319Z" lovely :-) -- Jorge. ... 8 Mar 2010 15:15
breaking out of a forEach ?
Is it possible ? -- Jorge. ... 5 Mar 2010 02:52
Fun On Desktop Video !!! Amazing Work...
Fashion World is Now Changing !!! So Are Computer's: Amazing Video on How Computer Fashion Is Changing, Nice Work !!! On How HardWare Fashion is Changing... Must Watch : http://www.youtube.com/watch?v=Vjtr3ljKjx0 Cheers !!! ... 4 Mar 2010 01:15
FAQ Topic - How do I log-out a user when they leave my site? (2010-03-04)
----------------------------------------------------------------------- FAQ Topic - How do I log-out a user when they leave my site? ----------------------------------------------------------------------- This cannot be done reliably. Here's why: * The user may disable javascript so the log-out script will n... 3 Mar 2010 19:46
FAQ Topic - How do I get a jsp/php variable into client-side javascript? (2010-03-03)
----------------------------------------------------------------------- FAQ Topic - How do I get a jsp/php variable into client-side javascript? ----------------------------------------------------------------------- Use the server-side language to generate the javascript: // JSP var jsvar = "${ jspVar }"; /... 2 Mar 2010 19:12
Opening Link in a frame
I have a webpage with 2 frames (sidebar, content). The link is in the content frame. How can I make a link open in the whole window? If I use <a href="http://www.link.html" onclick="window.open (this.href, 'content'); return false">Link</a> it will of course open in the content frame. I do not want this... 7 Mar 2010 11:47
Link to Great New Crockford 5pt JS Lecture Series
Learn about the great NEW 5-pt Crockford JS lecture series: http://yuiblog.com/crockford/ (2 are yet forthcoming, 1 tommorow) Great downloads of the high quality videos of all the presentations and pdfs and slideshows. (all via that link) ... 2 Mar 2010 12:21
HTML5 Audio - How To Play Shoutcast streams
Hello, I have a problem with the HTML5-Audio-Tag. While it plays mp3 files without a problem, I cannot get it to play shoutcast streams. Consider this URL: http://89.149.227.111:8050 For my VLC-Player this is a music stream. However, for the browser its a HTML-Page showing some info about the stream. Doe... 2 Mar 2010 16:55
Randomator.html
Richard Maher wrote on 02 mrt 2010 in comp.lang.javascript: <style> html { height: 100% } body { background-color: Gray; margin: 0px; padding: 0px; } No doubt this will strengthen the motivation of professionals, especially the h... 2 Mar 2010 04:35
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98