Multiple Background Images + CSS3 Rounded corners

Posted by on Oct 29, 2010 in Blog | Comments Off

Like many web-designers I’ve often wished I could assign multiple backgrounds to a single (X)HTML element using CSS to create effects like drop shadows or rounded boxes. But alas CSS1 and 2 only permit each element to have at most one background image. So far the best way to achieve such effects is to layer elements on top of each other and giving each one part of the combined background. For example, to create a box with rounded corners you could use 4 corner images (one for each corner), create 4 nested elements and assign one of the images as a background in the corresponding corner...

Read More

Aloha: The HTML5 Editor

Posted by on Jul 20, 2010 in Blog, CMS Wordpress Development | 0 comments

HTML5 brings it on a whole new level.  Advanced app building calls for a good editor. Features No reload. No popup. No need to preview Floating menu – lightweight context menu Insert the table with the size you want with just one click Editing and formatting text without Markup Faster editing and loading time WYSIWYG for dynamic content Support HTML5 Contenteditable Developed by Gentics Software GmbH; Aloha Editor is available for download under AGPLv3 License.  You can find further information, demos & download on Aloha Editor...

Read More