Year: 2012

  • See on Scoop.it – JQuery-Features A nice example of how to disable copy and paste on a Web page form field using JQuery/Javascript posted by Luca Dioli at his technical blog http://blog.lucadioli.com . This is certainly useful for adding to password fields or email confirmation fields so that the user must type each entry manually. See…

  • See on Scoop.it – Yahoo! YQL & Open Data Tables Yahoo is introducint a new module called the XPATH fetch page and is obsoleting an older module called the Fetch Page. The XPATH Fetch Page module will extract a Web page under 1.5MB of your choice and has several options including the fixing of malformed tags using Tidy.…

  • See on Scoop.it – JQuery-Features A very interesting overview of various types of memory leaks that can be caused using JavaScript. Anyone working with JavaScript should be familiar with the caveats presented in this article. Memory leaks are unforgiving for earlier versions of IE, IE 7 and before, because the memory manager does not understand…