moving data from php to javascript: static includes
research into including php generated html into javascript for ajax dom updates.
yea… its all about removing the \n ‘s from the human readable markup. im trying to get it so i can edit one nice html template, and have php insert the data, and then minify it for javascript, so javascript can add it to the page at whim. so many buzz words.
much more research needs to be done into further stress testing the minify function, although it currently accept quite a bit.also need to work on a function to merge the human readable html template with mysql data… it does that, then calls minify, then hands it back to javascript initially as an inline variable, and later as json. I need to get it so i have nice clean template with variable holders….dry as possible.