JRun going into hibernation

Anyone who has used ColdFusion will have heard of JRun, the out-of-the-box Java server that ColdFusion runs on top of. For many years people wondered whether JRun was going to be continued as a separate product or ditched entirely, especially seeing competing products go through multiple major releases while it sat by the way-side. Well, it seems the final decision is somewhere in the middle.

Tags: 

IE6 and the min-height CSS attribute

There's a really useful attribute in CSS called min-height that lets you set the minimum height an element should be displayed as; this is often used to make two boxes appear the same height even if one has less content than the other. Well, Firefox, Opera and Safari support it but Internet Explorer 6 and older don't. Luckily there's a really simple work-around for it, you simply add a defintion to your CSS that browsers other than IE will ignore and set the height to the same as the min-height, e.g.:
[source:css]

Tags: 

Scriptaculous + JS optimizations can cause problems

With everyone raving about YSlow I used it to prune a new project I was doing. Well, after the results worked just great with Safari and Firefox I was thoroughly confused why it wasn't working correctly in IE. The problem was that my Script.aculo.us routines weren't working, and more specifically I was getting really weird errors when the page was loading, before any of the routines executed. Some of the errors were very vague, e.g. "'Class' is undefined", and "Effect.toggle is undefined".

Tags: 

SPF the easy way

Sender Policy Framework (SPF) is an open standard that aims to help prevent spam, and stop legitimate email from being tagged as such. While the specifications can take some time to understand, there are some web-based tools to help you make creating your SPF records a little easier than by hand, but I still find them to be a bit misleading. According to the SPF FAQ the simplest way to create your SPF record is to simply list the IP addresses of all servers that mail goes out through, e.g.:

Tags: 

Pages

Subscribe to Front page feed