263 projects tagged "CSS"
Science Quiz Bowl Challenge is a game of questions and answers. There are four topics: astronomy, biology, geology, and physics. After selecting a topic from the menu, a set of 10 questions are randomly presented, one by one, out from a pool of over 20 questions. The goal is to correctly answer as many questions as possible.
Eco-Memory is the classic memory game where the goal is to find matching pairs of cards. The cards represent habitats, organisms, and cultural entities of ecosystems like the Boreal Forest, Coral Reef, Deciduous Forest, Desert, Ice, Intertidal Zone, Rainforest, Surface Zone, Tundra, and Wetland. The game includes a small synopsis of the organisms, the cultural entities, and the habitats themselves. The synopsis is available through an "About" button that you may click after finding a matching pair of cards.
PulkoCMS is a small and lightweight CMS. Instead of using a database for storing your pages, it relies on the standard Unix filesystem features. With fewer than 500 lines of code, it is easy to customize and alter for your own needs. It generates valid XHTML pages. It features a shoutbox, comments on all articles, categories (a 2-level system), hidden pages, easy customization of the appearance via CSS, and a simple photo gallery. It can send you notifications through XMPP/Jabber when someone posts a comment on your Website.
Extended Generic Pager provides pagination of data listings from arrays, CSV, or MySQL. It takes as parameters the total number of list entries, the limit of entries to display per page, and the number of the current page. It generates an HTML list with links to browse the listing pages, optionally with links to the previous, next, first, and last pages. The text labels and the CSS classes of the links are configurable.
cupQ (a.k.a. "cupQuery") is an easy-to-use cross-browser JavaScript library which allows querying and manipulation of HTML DOM documents using standard selectors to get output as an array. Any cupQ method always returns results in the form of an array, so to track any individual values of the result, an index is used to specify the target item or node in the resulting array. By default, cupQ starts Querying the HTML DOM from the root or the "document" object element, but this can be customized to start querying from any specific node of the DOM by supplying "targetNode", which can be any document, any DOM node, or an array with nodes. cupQ can be used to execute getter/setters to target and manipulate different nodes and their attributes, styles, HTML, and text contents. Any cupQ object supports a plugin architecture, so it can be extended to add new features utilizing the existing ones.
jQuery.pidCrypt uses HTML5 localStorage or sessionStorage for implementing an RSA public keyring within the browser, allowing transparent asymmetric encryption of form submissions while protecting the keys with AES symmetric encryption. It is easy to implement and has numerous configurable options for pre, post, and error-handling callbacks.