Firestorm Graphics
Firestorm Graphics
think i prefer sprites
fonts are fine for me on firefox osx lion, firefox 14 beta osx lion, safari osx lion, opera osx lion and chrome osx lion. the only issue i have is...
arent the images resized on the fly ???? so only the origional images uploaded will get resized on page load therefore theres no stored images to delete, am i wrong...
could this be adapted to save the positions to database rather than local storage? looking at something a little like wordpress behaviour
bit hacky dont ya think ?
+1 I've changed my email and was wandering how to upgrade, don't want to install java 6 on mac either
just sent a pull request that enables the screenshot to open in thickbox instead of a new tab :)
ive updated the screenshot and included it localy see pull request https://github.com/flickapix/Aqua-Verifier/commit/acc513747e5d8338dde481b2961bca2acf9b33c9
perhaps theme customiser implementation of any options added, like colour pickers for background colour,header colour etc :)
heres a better way: `function add_action($hook, $function) { global $hooks; return $hooks->add_action($hook, $function); } function has_action($hook, $function) { global $hooks; return $hooks->has_action($hook, $function); } function do_action($hook, $args = '') {...