3 projects tagged "JavaScript"
The Cutter project began with a need to crop HTML code to a specified number of words, but without losing the original HTML markup at any time. You create a JavaScript object instance and assign the DOM element to be cut, the DOM target element, and the number of words that cut the HTML markup. After this, execute it.
Ownyx is a lightweight MVC PHP framework for developing Web sites and Web applications. It is implemented using an object-oriented approach and offers the basics needed for building Web projects. It is easy to use and comes with clear documentation, tutorials, and examples. It also provides a developer toolbar for monitoring and debugging projects in real-time and a query builder that lets you rapidly build MySQL queries and retrieve results in data objects.