Tag Insight Not Working for CFEclipse Beta

I am using CFEclipse 1.3.2beta with Eclipse SDK version 3.3.2 with Aptana. The tag insight (tag completion) feature was not working. After a little research I found that if you right click on the project and select Add/Remove CFE Nature, tag insight will start working again.

Now if only it would add automatic slashes at the end of self-closing tags and give me standard tag property option insight life would be great. I miss you Dreamweaver!

 

Font Annoyance

Issue:
While doing a little copying/pasting with some modifications of ColdFusion pages with HTML output, I could not figure out what was causing my fonts to go all screwy. The font for that page was showing up almost twice as big than what it was supposed to be! This issue was found in Internet Explorer 7, while FireFox 3 was showing properly, making it all that more difficult to diagnose.

Resolution:
I was including a ColdFusion page as an event handler before anything else, including the pages head section. What I found was a “<!— blah —>” being inserted as the first thing in the HTML code. Using the process of elimination, I silenced the output and TA-DA!

Conclusion:
Don’t put HTML comments before the head section!