Another person frustrated with PHP. Oh how I love ColdFusion!
Category: Programming
Coding
Good programmer!
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.
Shoot the programmer!
Programmers that make mouse dependent applications (ie. no keyboard shortcuts) should be shot.
Anyone use TinyMCE?
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!
ColdFusion Programmers on Skype
For you ColdFusion programmers out there looking for community and have Skype, try <cfSkypeCommunity option=”true” />
Job Trends
Ah, my job sector! A graph of PHP, Java, JSP, ASP, and Coldfusion jobs. Explains a lot.
Programming question
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?
Bonehead
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.
Protect your member only area
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.
ColdFusion on the rise!
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
Databases are so much fun!
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!
WYSIWYG editor choices
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!
Yet another CF engine
Free ColdFusion Script Engine
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.