Archive for November, 2007

How to Use ColdFusion to Ping the Ask, Google, MSN, and Yahoo Sitemap Services

ColdFusion PingSitemaps help web crawlers to do a better job of crawling your site. If your content is continously updated, then you should let the search engines know that your XML file of all your site links has been updated. To date, Ask, Google, MSN, and Yahoo support the Sitemap 0.90 protocol. Visit sitemaps.org for the sitemap XML format, if you haven’t already created one. There are also websites that will create a sitemap for you.

Read the rest of this entry »

7 Free Windows, Mac, and Linux Fonts for Programmers

Programmer's FontsProgrammers need a crisp, clear font so they can distinguish between similar characters. What makes for a good coding font? The first criteria is the font needs to be a monospaced typeface. This means the characters have equal widths or a fixed pitch. Next, the similar characters need to be easily distingishable such as 1,I,i (one, capital I, lower case i), 0,O,o (zero, capital O, lower case o), as well as clear special characters such as parenthesis, brackets, braces, quotes, and punctuation.
Read the rest of this entry »

Has Your Dreamweaver CS3 Been Crashing Lately?

Dreamweaver CS3Since we changed our clocks for daylight savings time, my Dreamweaver CS3 would crash when I would open a page and click on the code area or design area. There is an alternative to reinstalling your copy of the software.

Read the rest of this entry »

Using ColdFusion’s APPLICATION Scope to Stop Beating on Your Database

ColdFusion logoColdFusion allows you to set an APPLICATION scope that can be leveraged to decrease database calls and increase your site performance. This is a beginner level explanation of how you save a result set in ColdFusion memory that will process quicker than querying a table.

Read the rest of this entry »


Warning: stristr() [function.stristr]: Empty delimiter. in /nfs/c02/h04/mnt/40765/domains/jasonbartholme.com/html/wp-content/plugins/wassup/wassup.php on line 2093