I'm an experienced programmer but sadly i can't get my head to wrap around regex.
I've built my site that uses TinyMCE for the editor because the site uses a CMS and when pages get loaded with images that have been rezised they look rather pixelated:
<img style="float: right;" src="images/uploads/DSC00159.JPG" alt="LCD Screen" height="243" width="182">
so i pulled out an old ImageScale script i made a few years ago and i want to turn the above in to this to make the images cleaner and load faster:
<img style="float: right;" src="imagescale.php?img=images/uploads/DSC00159.JPG&w=182&w=243" alt="LCD Screen">
If you want to have a look at my site, feel free
http://www.davevaughan.com/roman (yeah its hosted on my brothers site atm)
Any help would be appreciated
Cheers
Roman
