Quantcast
Channel: Freelance Web Developer » Jules
Browsing all 10 articles
Browse latest View live

Change the priority of incoming mail (incl. Apple Mail)

Change the priority of incoming messages from certain senders. This solution works in any email client. Messages from other senders are not affected.

View Article



MySQL: Ignore null values when ordering results

Fast answer: use IFNULL() in your select statement. Lets say you have some products that have a length attribute which is recorded in two different ways: inches and feet. In your CMS, the client enters...

View Article

Return a query of all CF Scheduled tasks

Returns a query of all ColdFusion Scheduled Tasks on a server. Works on shared hosting - access to ServiceFactory is not required. Extra task attribute references (or too few) will not cause errors.

View Article

Trimming a decimal with coldfusion & regex

A ColdFusion function to remove trailing zeros and then trailing periods from a decimal.

View Article

Automate reporting spam to spamcop.net

Reporting spam to SpamCop can get to be tiresome. Luckily much of it can be automated with Mac Mail and some AppleScripting.

View Article


ColdFusion tag usage syntax

While beta testing web development software I was asked to provide a list of self-closing CFML tags. After some research I found there are 4 types of tags: Self-closing Self-closing requiring the...

View Article

Remove Google’s ‘Play’ button with Stylish

I can’t imagine the discussion over at Google to put the Play button in the black Google bar. “Oh yes, this is definitely more important than anything under the ‘More’ menu.” Anyway – banish it for...

View Article

Coda2 Plugin update

I’ve updated my previously released Coda plugin, to now work in Coda2. WebVeteran’s Coda2 Plugin: WVCPs-coda2-pluigin.zip Original Article:...

View Article


cfGrid – use full document width

One of the pains of using cfgrid is that the width has to be hard-coded in. As a developer, you can't assume the user's screen width, even if they are admins with directions/instructions. Fortunately,...

View Article


MySQL – report on sales by month for a given time period

Here’s a nice sql script to get a report of monthly orders and sales for a time period.

View Article
Browsing all 10 articles
Browse latest View live


Latest Images