Posts filed under “Webdevelopment”
Very flexible image gallery with Alchemy CMS
Die Aufgabe: Entwicklung eines Bildergalerie-Rasters, in das unterschiedlich breite und hohe Bilder einfließen können. Es sollen möglichst viele Anordnungsmöglichkeiten der Bilder im Raster ausgeschöpft werden. Die Bilder werden von einem Redakteur im Alchemy CMS eingepflegt, der die Wartung möglichst einfach haben soll und dabei keine Fehler machen können soll. Die Lösung: Das Raster ist insgesamt [...]
Alchemy CMS (Content Management System)
Alchemy is a full featured Content Management System (CMS) with a gorgeous Userinterface. Nearly every content management system stores the content of a page in a body column in the pages table. This is easy to develop and the user manages the content inside one of the fancy new Javascript based wysiwyg processors. Formatting, image [...]
simple and lightweight jquery image gallery
This is a very simple and lightweight image gallery based on the jQuery javascript framework. The principle of this image gallery is that we dont need to render thumbnails seperatly. The thumbnails are the big images wich are resized via CSS. You need the jQuery javascript framework and the jGalight javascript and the css styles [...]
toggle checkboxes listed in groups
I have just needed a toggling function made with javascript for checkboxes wich are grouped in lists. It should look like a hierarchical tree-like structure. When I check the box of my first tree-category, all related subcategories automatically must getting checked too. I have used the prototype framework for other functionalities on the website, so [...]