VOOZH about

URL: https://donatstudios.com/tags/JavaScript

⇱ Posts Tagged “JavaScript” — Donat Studios


Posts Tagged “JavaScript”

Bookmarklets

Comments:
0
Tags:
Tools
Scripts
JavaScript
Bookmarklets
By Jesse Donat on

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

Comments:
4
Tags:
JSON
JavaScript
Best Practice
By Jesse Donat on
(Updated: )

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 »