18 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.
Easy Chart is an object to display several types of charts in Canvas elements. It takes the values, labels, and colors of each point and renders the chart in canvas elements of a given size. Currently, it supports rendering charts of types: line, scatter, column, bar, and pie. The chart background color, grid color and spacing, error, and mouse event handlers are configurable parameters.
Hoplax is a power user tool to store bookmarks in text files and manage them efficiently. Bookmarks stored in Hoplax are easy to edit and search with normal Unix tools and editors. They are easy to synchronize with git/svn/darcs/etc. Bookmarks can be categorized easily into files, and you can choose to not synchronize a file to a computer, e.g. confidential company bookmarks to home computers. The filtering is smarter than the browser's location bar. Keyword bookmarks with multiple parameters and auto-completion are supported.
Html Writr is an innovative system that allows users with little to no technical knowledge to edit static HTML files. It is very easy to setup, and requires no database to use. The editing experience is simplistic but full featured, using nicedit for the WYSIWYG editor, and allowing users to edit the page title, meta description, and meta keywords. Preparing HTML files for the HTML writer to edit is very quick; just a couple of lines of code and you're done.
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.