WaSQL has been integrated with tinyMCE for a while. That said, there have been issues when using tinyMCE within AJAX calls since tinyMCE does some fancy stuff to the DOM. I believe that this update fixes any AJAX related problems when using tinyMCE. The magic is to remove the tinyMCE instance before rewriting the div content. This required some fancy footwork on the WaSQL side also.
Look forward to hearing if this solved your problems!
Steve
Tuesday, May 22, 2012
Monday, May 14, 2012
WaSQL Updates
Morning fellow WaSQLers!
I made a boatload of updates to WaSQL this weekend. Here are a few of the changes:
MINIFY Changes:
/php/minify_js.php and /php/minify_css.php got a major overall and now support a ton more stuff. Read the readme.txt in the custom folders for details. They now support almost everything.
JS and CSS fields in _pages and _templates:
as part of the minify changes the _pages and _templates tables now have two additonal fields - js and css. javascript and css placed in these tables will automatically load with minify. So you can now place your template or page specific javascript or css right into the template or page record.
From my testing it looks like these changes can speed up the page load time.
As always, update your staging areas first and test your site before updating your live area.
Happy WaSQLing!
I made a boatload of updates to WaSQL this weekend. Here are a few of the changes:
MINIFY Changes:
/php/minify_js.php and /php/minify_css.php got a major overall and now support a ton more stuff. Read the readme.txt in the custom folders for details. They now support almost everything.
JS and CSS fields in _pages and _templates:
as part of the minify changes the _pages and _templates tables now have two additonal fields - js and css. javascript and css placed in these tables will automatically load with minify. So you can now place your template or page specific javascript or css right into the template or page record.
From my testing it looks like these changes can speed up the page load time.
As always, update your staging areas first and test your site before updating your live area.
Happy WaSQLing!
Subscribe to:
Posts (Atom)