9 projects tagged "CSS"
Symbiose is a WebOS, a Web desktop which is accessible from any Web browser. It works like Linux, using the same filetree, UI management, software update system, and commands (ls, cd, etc.). It offers file management (sending/downloading, basic operations, copy-and-paste, drag-and-drop, etc.), a text editor with syntax highlighting and automatic indentation, a music and video player, a word processor, an archive manager, management of system parameters (such as appearance, users, quotas, interfaces, and software sources), a software center, an updates manager similar to apt-get, FTP server, DropBox, and Google Drive mounting (with integration of these services in Symbiose storage), and more.
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.
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.
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.
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.
Rangy is a cross-browser JavaScript range and selection library. It provides a simple standards-based API for performing common DOM Range and Selection tasks in all major browsers, abstracting away the wildly different implementations of this functionality between Internet Explorer and DOM-compliant browsers.
A C++11 unit testing framework based on Perl's Test::More module.