manalang
-
03:26:27 pm on November 7, 2005 | # |
For those who follow this blog, I’m sorry for the sparce activity. I’ve been working on something big… and now I feel like it’s ready to unleash… so here it is…
Monkeygrease is a very simple servlet filter that will allow a web developer to inject JavaScript, CSS or other elements within a web page. This concept was inspired by the popular Greasemonkey extension for the Mozilla Firefox browser. Greasemonkey empowers a user to alter and enhance any web page by allowing them to execute user scripts (JavaScript) on any page.Monkeygrease serves the same purpose as Greasemonkey, however, instead of being a client-side solution, Monkeygrease is a server-side solution. This allows all your users to benefit from enhancements you deploy to your site through Monkeygrease. You might be wondering, why not enhance the underlying web page or web application? Consider all of the packaged web applications you have deployed. Many of these web applications are not that easy to enhance. Some web applications are just not conducive to being customized. Also, some of these web applications are black-boxed or closed source products that just cant be customized. Other products are just too complicated and require expert knowledge to carry out interface based customizations.
With Monkeygrease, you can forego customizations to the underlying web application. Instead, you can rely on the power of JavaScript and Cascading Style Sheets as a means to customizing a web applications interface. A few examples of interface enhancements may include:
* Changing the look and feel of a web application
* Adding DHTML/AJAX features/effects on your site
* Adding WYSIWYG editing to any textarea field on your site
* Enhance pages by contextually adding content from external providers
* Fix usability issues on any pageFor more details, visit the Monkeygrease website.
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment
Trackbacks