jump to navigation

NOTE: The spam filter is being unusually aggressive. If you comment does not immediately appear, it has simply been placed in moderation and I will approve it as quickly as possible. Thank you for your patience.

"Murphy was an optimist!"

Another Anti-PHP Rant February 22, 2006 5:57 pm

Posted by Doug McCaughan in : ColdFusion, PHP, Programming, Technology
, add a comment

Another person frustrated with PHP. Oh how I love ColdFusion!

add a comment

Good programmer! February 20, 2006 10:18 am

Posted by Doug McCaughan in : Daily Life, Programming, Technology
, 1 comment so far

I love it when I think "I need a document to _____." and then I find out that I’ve already written it. Documentation is such a good thing! Programmers that think they will "get around to documenting after the project" or that "no one ever uses documentation" must suffer a lot on maintenance projects or when additional work comes around. I bet they say "it would be cheaper and easier for me to just start over" a whole bunch.

1 comment so far

Shoot the programmer! January 26, 2006 9:54 am

Posted by Doug McCaughan in : Programming, Software, Technology
, add a comment

Programmers that make mouse dependent applications (ie. no keyboard shortcuts) should be shot.

add a comment

Anyone use TinyMCE? January 24, 2006 6:56 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Has anyone implemented TinyMCE to accept cut and paste from MS Word? I’m having an issue where it takes the cut and paste within Firefox correctly but alters the formating when pasted within Internet Explorer

IE: *p**font face="Times New Roman" size="3"* */font*/p**strong*
FF: *p class="MsoNormal"* */p* *p align="center" style="text-align: center" class="MsoNormal"**strong**span style="font-size: 20pt; font-family: Tahoma; color: red"*

Note: To get this example typed in within WordPress (which used TinyMCE btw) I had to replace my greater than and less than signs with astericks. Has anyone worked through this? I’m so frustrated I’ve switched to trying to get Xinha working but am running into a whole different set of issues.

UPDATE: Xinha works great!

add a comment

ColdFusion Programmers on Skype January 23, 2006 3:39 pm

Posted by Doug McCaughan in : ColdFusion, Programming, Technology
, add a comment

For you ColdFusion programmers out there looking for community and have Skype, try <cfSkypeCommunity option=”true” />

add a comment

Job Trends January 23, 2006 10:27 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Ah, my job sector!  A graph of PHP, Java, JSP, ASP, and Coldfusion jobs. Explains a lot.

add a comment

Programming question January 18, 2006 3:41 pm

Posted by Doug McCaughan in : Programming
, add a comment

Anyone have any experience implementing TinyMCE with the intent of cutting and pasting from MS Word and retaining formating? (Like WordPress does!) Have a few minutes for a tech chat?

add a comment

Bonehead January 17, 2006 11:37 am

Posted by Doug McCaughan in : Daily Life, Programming
, 2comments

The next time a client asks for something and your response is “uh, you really shouldn’t do that. A browser isn’t supposed to do that.” don’t agree to do it anyway.

2comments

Protect your member only area January 12, 2006 10:57 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Programmers need to review this tech tip explaining how to use the FireFox User Agent Switcher extension to access member only areas of some websites. Effectively you simply add “Googlebot 2.1” to the description and user agent.

add a comment

ColdFusion on the rise! January 12, 2006 10:13 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Yes! ColdFusion jumps to position 16 in the TIOBE Programming Community Index for January 2006! In January 2005 it was position 25 which isn’t too shabby in my book.

see also these alternative CF servers: Railo, IgniteFusion and BlueDragon

add a comment

Databases are so much fun! January 10, 2006 1:29 pm

Posted by Doug McCaughan in : Programming, Technology
, add a comment

I really enjoy tweaking databases. Great tools like SQL Query Analyzer and its MySQL equivalent SQLyog really make a pleasure out of modifying the database structure, manipulating data, and generating reports. Database work is like having a riddle or puzzle in front of you that not only can you solve, you can prove!

add a comment

WYSIWYG editor choices January 10, 2006 11:01 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Almost every web application I write has some form of content management piece. People have come to expect MS Word style functionality at no additional cost. Naturally it would cost a fortune to build an editor from scratch so thank goodness we have the open source community! For eons I used Ezedit but this eventually evolved into ActiveEdit with a pricetag. I switched to FCKEditor (those are the author’s initials you dirty minded people) but was disappointed with the difficulty I had integrating it with each new site plus I couldn’t get it to work well with FireFox. I changed to TinyMCE and have been thrilled but started searching around for the greener grass. I found this outstanding chart that every developer must bookmark which gives me the confidence that TinyMCE is the greener grass!

As a sidebar, both Drupal and WordPress use TinyMCE.

add a comment

Yet another CF engine January 10, 2006 8:20 am

Posted by Doug McCaughan in : Programming, Technology
, add a comment

Earlier I posted about a free ColdFusion engine. I’ve since had Railo pointed out to me as another free ColdFusion server.

add a comment

Free ColdFusion Script Engine January 10, 2006 5:09 am

Posted by Doug McCaughan in : Programming, Technology
, 1 comment so far

Many people view the price of Allaire’s Macromedia’s Adobe’s ColdFusion Server as a drawback. I view it as a plus since I feel strongly that you get what you pay for in this world. However, for those clients unwilling to pay the price, they now have a free option with IgniteFusion. I wonder if this developed from this scripting language of the same name released Oct 17, 2002?

Of course, NewAtlanta’s BlueDragon has been around awhile but their free version looks to be limited to a single ip developer edition now and their prices are approaching Adobe’s.

1 comment so far