Space Cat, Prince Among Thieves

Posts Tagged “JavaScript”

Bookmarklets

This is just a small collection of Bookmarklets I personally find useful. To use them simply click and drag them into your Bookmarks bar.

Disable HTML 5 Validation

Clicking this will disable html5 validation for all form elements on the page. Useful for testing server side validation while leav…


Read More / Comment »

JSONP: Take It With a Grain of Salt

I don’t want anyone take this the wrong way. I love JSON. It is so much simpler to parse than XML, and is an all around exceptional way to represent data. I have one caveat though, and that is “JSON with Padding” or “JSONP” as it goes by.

Building this site I wanted to bring in images from my Flick…


Read More / Comment »