9 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.
Glint effect is a standalone script or jQuery plugin to create a glint light effect on HTML page elements. It creates a canvas object to render a glint light image effect that is going to be displayed on top of a given HTML Web page element. The object periodically changes the position of the glint image to give the sensation of a light being moved over the target page element. The glint image can be animated horizontally or vertically. The animation speed and the glint image color and angle are configurable parameters.
Isoworld can render 3D isometric cubes from three page elements. It takes the identifiers of three page elements and adjusts their CSS transform properties so they form the faces of a cube which appears in the page with the 3D isometric perspective. It can also use a fourth element to be displayed as the shadow of the cube on top of another element which appears as the ground.
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.
file2password is a utility that allows you to select a file (picture, document, music, etc.) and generate a secure password based on it. This means that there is no need to remember any password - just a picture or a filename. It is small (2 KB plus CSS), highly secure as it does not upload or shows the file used, supports drag and drop, can use online storage, and requires no server-side scripting.