"Murphy was an optimist!"
Another Anti-PHP Rant February 22, 2006 5:57 pm
Posted by Doug McCaughan in : ColdFusion, PHP, Programming, TechnologyAnother person frustrated with PHP. Oh how I love ColdFusion!
add a commentGood programmer! February 20, 2006 10:18 am
Posted by Doug McCaughan in : Daily Life, Programming, TechnologyI 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 farShoot the programmer! January 26, 2006 9:54 am
Posted by Doug McCaughan in : Programming, Software, TechnologyProgrammers that make mouse dependent applications (ie. no keyboard shortcuts) should be shot.
add a commentAnyone use TinyMCE? January 24, 2006 6:56 am
Posted by Doug McCaughan in : Programming, TechnologyHas 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 commentColdFusion Programmers on Skype January 23, 2006 3:39 pm
Posted by Doug McCaughan in : ColdFusion, Programming, TechnologyFor you ColdFusion programmers out there looking for community and have Skype, try <cfSkypeCommunity option=”true” />
add a commentJob Trends January 23, 2006 10:27 am
Posted by Doug McCaughan in : Programming, TechnologyAh, my job sector! A graph of PHP, Java, JSP, ASP, and Coldfusion jobs. Explains a lot.
add a commentProgramming question January 18, 2006 3:41 pm
Posted by Doug McCaughan in : ProgrammingAnyone 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 commentBonehead January 17, 2006 11:37 am
Posted by Doug McCaughan in : Daily Life, ProgrammingThe 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.
2commentsProtect your member only area January 12, 2006 10:57 am
Posted by Doug McCaughan in : Programming, TechnologyProgrammers 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 commentColdFusion on the rise! January 12, 2006 10:13 am
Posted by Doug McCaughan in : Programming, TechnologyYes! 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 commentDatabases are so much fun! January 10, 2006 1:29 pm
Posted by Doug McCaughan in : Programming, TechnologyI 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 commentWYSIWYG editor choices January 10, 2006 11:01 am
Posted by Doug McCaughan in : Programming, TechnologyAlmost 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 commentYet another CF engine January 10, 2006 8:20 am
Posted by Doug McCaughan in : Programming, TechnologyEarlier I posted about a free ColdFusion engine. I’ve since had Railo pointed out to me as another free ColdFusion server.
add a commentFree ColdFusion Script Engine January 10, 2006 5:09 am
Posted by Doug McCaughan in : Programming, TechnologyMany 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