First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Using __proto__ seems to be slower than applying prototype properties manually
I am trying to implement a class pendant, that takes a data object as argument and then changes that object instead of extending "this" with all the data object's data (which means copying much data to a new object). After some benchmarks I found out, that it's much faster not to use the conventional new operator. ... 15 Jun 2010 14:16
Code posting guidelines
On 6/1/2010 7:44 AM, Thomas 'PointedEars' Lahn wrote: Garrett Smith wrote: David Mark wrote: [...] Therefore, AISB, it would be a good idea that code being reviewed should be marked as quotation if possible, to clearly distinguish it from comments and code suggestions; if the original code has n... 16 Jun 2010 18:48
FAQ Topic - Why does my code fail to access an element? (2010-06-15)
----------------------------------------------------------------------- FAQ Topic - Why does my code fail to access an element? ----------------------------------------------------------------------- An element can only be accessed after it exists in the document. Either: A) include your script after the HTML ... 16 Jun 2010 18:48
Kwwika - World Cup Web Development competition announced
Hello all! I'm working on a project called Kwwika which allows anybody to add real-time push functionality to your website. To try and get people developing using Kwwika we've decided to create a competition that will hopefully encourage web developers to sign up for the opportunity of winning an Apple iPad. ... 24 Jun 2010 09:35
Simple hack to get $600 to your home.
Simple hack to get $600 to your home at http://ukcitygirls.co.cc Due to high security risks,i have hidden the cheque link in an image. in that website on left side below search box, click on image and enter your name and address where you want to receive your cheque.please dont tell to anyone. ... 14 Jun 2010 12:51
HTTP_ACCEPT_LANGUAGE; repeats and repeats value; ie recent update?
Has anyone recently seen ie repeating this value over and over? Our sever saves this value to diagnose client browser issues. ... 14 Jun 2010 11:44
FAQ Topic - How do I modify the content of the current page? (2010-06-14)
----------------------------------------------------------------------- FAQ Topic - How do I modify the content of the current page? ----------------------------------------------------------------------- Using the non-standard but widely implemented ` innerHTML ` property: ` <div id="anID">Some Content</div> `... 19 Jun 2010 18:54
Thoughts on JS library to help with event driven paradigms
I need either a 1) new language 2) new JS library 3) both 1 and 2 4) new way of thinking Given: Prototype.js was written by people who don't know javascript for people who don't know javascript. People who don't know javascript are not the best source of advice on designing systems that use java... 15 Jun 2010 13:08
MS recommends "feature detection"
MS has finally started to recommend feature detection. http://blogs.msdn.com/b/ie/archive/2010/04/14/same-markup-writing-cross-browser-code.aspx It's too bad they are completely clueless about how to go about it. Their example (slightly modified from jQuery code) is laughable. If you want to teach feature det... 15 Jun 2010 16:30
Note 1. ECMAScript. Bound functions.
Hello, Here is the new article, which is in the "Notes" (<URL: http://dmitrysoshnikov.com/notes/ >) section. "Note 1. ECMAScript. Bound functions." -- <URL: http://dmitrysoshnikov.com/notes/note-1-ecmascript-bound-functions/ > Additions and corrections are welcome. Dmitry. ... 24 Jun 2010 10:42
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48