WebMaster Reporter

 
Get Top Posts and Jobs
Weekly via Email:

Subscribe
Unsubscribe

Search Posts:


Title Only
Title and Body
 

Search Jobs:


Title Only
Title and Body
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.

The Importance of A Recruitment Script Login System Posted By : Ron McNeil

Abstract from Affiliate Marketing tekArticles (Indexed 2007-07-09):

Evidently, not all recruitment scripts are the same and depending on your experience with searching for the right one, you might have run into some real ding-dongs out there. Ranging from costing nothing at all to costing hundreds of dollars or more, recruitment scripts significantly vary in both quality and function.

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]

Benefits of Registering With YouTube

Abstract from Webmaster Automation (Indexed 2007-03-30):

Do you enjoy watching videos on YouTube? Even if you have never visited YouTubebefore, you are urged to do so, as you will likely find it fun, exciting, andentertaining. YouTube is a video sharing website which allows internet users, justlike you, to upload and share videos that they have made. Perhaps, the [...]

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 [...]

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]

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)...

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)...