Archive for the ‘javascript’ Category

Firefox: Paste HTML code from one child frame to parent text-box – src stripped


2010
09.10

Here’s something fun: use Firefox 3.6.9 to have a set of Javascript code in a child frame append HTML code to a text box in the parent frame, and content of the string is modified:

what was

<img src="foo.jpg" alt="bar" width="1" height="1" />

becomes

<img alt="bar" width="1" height="1" />

which is pretty pointless… (more…)

Security Summit 2010 Wrap-Up


2010
05.14

So the Security Summit 2010 has come to an end. Featuring speakers such as Moxie Marlinspike, Joe Grand and Jeremiah Grossman (again), it’s a pity to say that there wasn’t much new that was presented. With repeated concerns about input- and output-validation, as the OWASP Top 10 for 2010 highlight and were used as a repeated example, and a call for a holistic approach to a company’s security posture, the idea of making the thought (and practice) of security part of the organisation’s culture came through over and over again. (more…)

jQuery UI new 1.8 FINAL release imminent


2010
03.13

So twelve days after jQuery UI 1.8RC3 was released, which followed the release of the previous release candidate – 1.8RC2 after less than 2 weeks, the release of the final jQuery UI 1.8 is only a few days (moments?) away – seeing that 1.8RC3 is the final version before final release. In itself, the UI RC3 release has a huge set of fixes built into it already (listed below, as presented on the release notes) so the rest from here on in will be final testing and tweaking. It’s over at http://jqueryui.com/ (more…)

jQuery UI 1.8RC2 is out


2010
02.20

As you may know already, RC2 for version 1.8 of jQuery UI for jQuery 1.4 is out, heralding the final release of jQuery UI 1.8 “in the next few days” based on the What’s New post. You can link through directly from http://jquery.com/ or http://jqueryui.com/ — or get the deep-link download here.

But you knew that already! :)

jQuery 1.4 improvements


2010
01.20

Over at jQuery14 the full list of progress, changes and improvements, notably (amongst other things) in the .css and .attr methods, as well as new AJAXian improvements. Also, event multi-binding is now (finally) available! (more…)