20 projects tagged "JavaScript"
Canvas Turtle is an object that interprets and renders graphic commands in a Canvas. It provides an API for rendering basic drawing primitives in 2D and includes commands that define the position of the graphics to be rendered, conditionals, loops, and so on. Commands are supplied as text strings with a simple syntax.
Chyrp is a blogging engine designed to be very lightweight while retaining functionality. It has powerful theme and extension engines, so you can personalize it however you want. The code is well-documented, and it has a very strong structure that's loosely based on the MVC design pattern. Chyrp allows importation from several different blogging engines and uses a system called "feathers", which are basically templates for custom posts.
Palmoto Bee is an application that injects Google Drive forms into any Web page using CORS (Cross Domain Scripting). The form and accompanying tools can be used to capture data from the host Web page such as text, HTML, image URLs, document metadata, etc. When submitted, the data is collected and stored on Google Drive along with your other documents. It is a useful tool for doing research such as academic referencing, Web page analysis, searching for a new job, or looking for a best buy - the application can help you capture the interesting bits when and as you find them on the Web.
Wicked Charts is a Java wrapper for the popular highcharts JavaScript library. Highcharts provides fancy and interactive charts of many types for Web applications. Wicked Charts provides an easy-to-use Java API to create those charts and a component for Apache Wicket and JSF to include those charts into your Wicket or JSF application.
Water drop can apply the water drop effect to Web page elements. It creates an animation effect on a given page element that seems like a drop of water appeared over that page element. The water drop color, the animation speed, and the drop expand and fade effects are configurable options. This object is available as a standalone object or as a jQuery plug-in.