Archives for: "November 2009"

eZ Publish Rounded Image Corners

Nutshell explanation: Make these changes to allow rounded image corners under eZ publish. All .gifs and .pngs will have their corners rounded. No .jpgs will have their corners rounded, unless you use the rounded aliases below, which force the outp… more »

Generate Backgrounds with ImageMagick

Link is to a page that has daily dynamically generated background tile images, with a gradient overlay. A fun way to make a site more interesting, especially for those with limited design skills. :) more »

Let Go of Logic and "It Should"

Sometimes, code doesn't do what it is supposed to, or what you expect. This is particularly common with open source code you didn't write. You can't change the basic code architecture or data structures. Key techniques to adapt and recover with ja… more »

IE, objects, and commas

Using objects with javascript, under IE requires attention to commas. If you have an AJAX application that won't load, and the error message is difficult to match up with the code, or not descriptive, one of the best things to check is the objects for… more »

Rounded Rectangle Container - Images and HTML

The objective of this page was to find an efficient way to create a rounded rectangle that would dynamically resize based on content. The width is fixed, but the height is variable. Notes Border for center area uses a CSS border attribute in… more »
1 2