A greate database with a great background. Havalite CMS is based on three magnificant softwares which changed the face of the modern internet: Php, Javascript and SqLite. The first two of them are well known as they exist since the beginning of the internet era. The third one SqLIte is not well known as much …
Posts
jSound – jQuery plugin
JSound 1.0.1 is jQuery plugin for playing sounds on any HTML tag element JSound works only on modern browser with html5. We always need 2 files as *.mp3 and *.ogg We implement the jQuery framework and jsound plugin in the head part of our site as follow: <script language=”javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js”></script> <script language=”javascript” src=”jsound.js”></script> First we …
jmotion – jQuery plugin
JMotion 1.0.2 is a simple jQuery plugin for animating a sequence of images which saved in a folder. The result shows a Gif-like animations or a Banner rotator. JMotion works with all versions of jQuery from 1.4. to 1.8 Options: folder // the url path of the folder where images exist type // gif, jpg, …
Play audio onHover with jQuery
The simplest way to play audio files in your page without the need of flash is the usage of HTML5 tag <audio> as follow: <audio autoplay=”autoplay” controls=”controls” loop=”loop” preload=”preload”> <source src=”beep.ogg” type=”audio/ogg”> <source src=”beep.mp3″ type=”audio/mpeg”>Your Browser doesn’t support audio </audio> For our example we only need the attributes “autoplay” and the two tags “source” to …
CLEditor – WYSIWYG HTML Editor
CLEditor is one of the best jQuery WYSIWYG open source editors in the internet. It has most features for small projects and can also be easily developed to add more features to it. The implementation on a web site is very easy, that’s why i choosed it to be a plugin for Havalite CMS and …
Style Sheet Generation (SSG)
SSG (StyleSheet Generation) is a online CSS Generator for visual designing stylesheets directly on your browser and without the need of external CSS-Editors. HTML5 and CSS3 are although considered as an important part of the Editor. The idea behind SSG is to save time while designer edit there own stylesheet/s. We all know the procedure …
jpipette
jPipette is a jQuery plugin experiencing the ability of the framework. The pipette reads the color of a clicked pixel from an image and returns the Hex and RGB values. It has a zooming Box which is controlled by plus and minus buttons. JPipette works only in mordern browsers with Css3 styling (background.size) and supports …
Installing Havalite
The installation of Havalite is a very simple procedure that takes only few seconds. After uploading havalite to your server, go to login (normally http://www.yourUrlAdresse.com/havalite/ ). If the password is not set yet, the Install Wizard will start automatically: Type Password, repeat Password, your Blog URL (http://www.yourUrlAdresse.com), your Email and at last choose which Server …
Havalite CMS
Welcome to Havalite CMS (This project is no more supported or improved) Havalite, a lightweight, open source CMS Blog based on PHP and SQLite db. It’s licensed under the GNU General Public License. Features Simple 1 step wizard installation Text, Images and swf files all saved as data in SQLite Database Two different image sizes: …
Desktopdesigner (JQuery Plugin)
Desktopdesigner is a JQuery Plugin allows to add stretched Background Image or/and Gradient Color to a Page Features Unobtrusive script, simple to setup Works with all modern browsers How To …tag to connect jQuery framework, desktopdesigner plugin and CSS. (Make sure paths to files are correct.) Options start // start color for gradient end // …