New Development Tools Scripts for Jeremy Dorn
JSON Editor was created for situations where an application's data is saved to disk in JSON format.
Instead of coding your own interface for editing this data over and over again, JSON Editor can be deployed instead and allow users to easily modify...
SqlFormatter is not a must-have tool for Web developers, but using it you'll make your life easier as a programmer.This PHP class will take a convoluted SQL query and break it apart into its smaller bits, properly indenting it and the optionally using a...
EditTable can be used on Web pages where users need to edit data presented to them in an HTML table.Instead of parsing the table and breaking it down in smaller form fields, this plugin allows users to click on a table cell and easily edit its...
FileSystemCache can be used to take data and store it in a specialized cache directory.Unlike all the similar filesystem caching utilities, FileSystemCache supports nested directory structures for caching groups of data separately.This allows cached data...