10 Most Popular Posts
Make a simple diagonal page background using photoshop and css
Abstract from Web Development and Industry News (Indexed 2006-09-18):
I have noticed that a lot of visitors are coming here from Google after searching for this tutorial, so, here you go.1. Open Photoshop and a blank transparent canvas of say 20×20 pixels. Now, zoom right in to about 1200% and select black on your palette and the pencil size 1. Draw a diagonal line [...]
Cfmail and Missing Line Breaks
Abstract from Coldfusion Muse (Indexed 2006-04-12):
Here's a quick tip I learned today on CF-Talk about CFMAIL and whitespace. If you are using CFMAIL to send plain text mail but you set the "suprressWhitespace" attribute to YES it will strip out the whitspace and cause the mail to be sent without line breaks. To fix it, simply wrap your cfmail tag in a cfprocessingdirective tag, like this:even more blah with a linebreaksome more blahsincerlyblah blahWhile I have not had this problem I now know the solution.
Making rays of sunlight effect using photoshop
Abstract from Web Development and Industry News (Indexed 2006-10-02):
There are a lot of new websites emerging with this very popular effect, and we are going to talk you through how to create it. It’s very simple.Open a new canvas, say 400×400. Next draw some vertical lines of equal spaces apart like the image below:Now simply click “Filter” then “Distort” then “Polar Coordinates”.Choose “Rectangular [...]
Using Coldfusion To Handler 404 Errors
Abstract from Coldfusion Muse (Indexed 2006-06-13):
CF Muse Reader (Megan @ cybersense) Asks:A client wants to be able to send an email link like this, www.property.co.nz/23 - where 23 is the id of the property. I thought if I added some code to application.cfm I could detect this, and forward it to the right place but 404 reigns supreme. Can it be done and where do should I start?Ah, this is easier than you think. The only tricky part is that it requires a change in your IIS or Apache settings. Here are the steps:NOTE: See the comments for some...(truncated)...
Running Queries Using JavaScript?
Abstract from Coldfusion Muse (Indexed 2006-03-10):
CF Muse Reader Asks:I am trying to develop 3 drop down list boxes which gets the data from the database. On change of first will pop up second and on change of second will get the values based on first and second. Do you know the smartest way to do this. How can I run queries from JavaScript?The first thing to decide is, do you really want to connect to the server for each change in the drop down box? The answer depends on the size and schema of the database. [More]
So is third-party web design a dead business?
Abstract from SitePoint (Indexed 2006-10-04):
Many of your comments to the last blog were quite depressing. Most of you made one of two points:1. Web design for clients doesn’t pay well. The only way to make money in this business is by designing your own sites and making money that way.2. Most clients want a lot but won’t pay.If that’s [...]
[Image]
Server-side Vs. Client-side Validation Revisited
Abstract from Coldfusion Muse (Indexed 2006-03-16):
CF Muse Reader Asks:You suggest both client and server side should be used for validation. Just to check - I should code so that js picks up the errors first using event code or onsubmit then let server side pick up the errors on submit using cfinput validate/required etc. Or do I recode all the stuff to be event driven such as onchange etc.This question refers to the previous poston form validation. From the way the question is phrased I believe the reader is probably proficient at JavaScript. ...(truncated)...
Print Spooler Errors on Disabled Print Spooler (windows 2000)
Abstract from Coldfusion Muse (Indexed 2006-02-27):
One of the things you do to fine tune the performance of a server is to turn off unnecessary services. This frees up resources for your primary application. Unless the server in question is a print server you should turn off the print spooler service. On a windows 2000 server this sometimes results in annoying "printer not found" type errors in your windows event viewer. To get rid of them, use the following steps:Start the print spooler service if it is not already running.Go to Start-Programs-...(truncated)...
Use RSS? Fill out this RSS Marketing Survey
Abstract from Recommended Web Tools (Indexed 2006-05-19):
The folks over at marketingstudies.net are conducting a survey of RSS use. Whether you are a casual or serious user of RSS technologies, I suggest you mosey over and give them your feedback. Include your email address with your response and you will receive a copy of the results.RSS Marketing Survey Technorati [...]
Removing Duplicate Records in a Database
Abstract from Coldfusion Muse (Indexed 2006-02-02):
SQL provides many ways of grouping data. It also has many ways to select data. But if you've ever tried to remove duplicates from a database you might have needed 2 or 3 trips to the liquor store to figure it out. I've seen routines that match and compare and order and update and delete willy nilly - all just to find and fix duplicate rows in a database. I've never had to do this to any of my databases of course, because all my constraints and applications are perfect (gah!). Sti...(truncated)...

Reporter Network