Greg's Blog

helping me remember what I figure out

Final Big List

| Comments

I guess this will be the final list, now that I have finally decided to take part in the publishing craze that is blogging. In future these will make their way into individual posts and hopefully with a little bit more personal insight as well.

  • A full chapter from the PrenticevHall book: Rapid Application Development with Mozilla. This chapter talks you through developing a navigation system using XUL. The focus is XUL and it’s associated tags used for navigation development, however it does contain some code samples to highlight the use of these tags as well.
  • A brief article on what the impact of the changes to IE as a result of the lost patent case. It also provides a workaround using JavaScript and document.write to load anything that uses <applet>, <embed> or <object>.
  • A blog maintained by a ColdFusion development company, contains a lot of their experiences in developing ColdFusion applications.
  • A quick reference on UML diagrams.
  • Hat tip Zeldman, an absolutely huge resource of links to all sorts of web design related information [some 30,000 links]. I had a quick look through the PHP stuff and immediately learned something new from one of the links. Superb!!!
  • This is the author behind the O’Reilly book: CFMX Developers Cookbook. It’s his blog and from just an initial scan I saw quite a few useful little scripts and information.
  • Another CF blog, this time by a group of developers down in Elizabeth Bay, Sydney.
  • This is Matt Liotta a name that comes up frequently in the ColdFusion developer community, real clever bloke, check out his blog.
  • Central is a product from Macromedia that in short allows developers to develop desktop based Flash applications. This site is a centralised blog on the technology.
  • A presentation on the hidden gems in CFMX, the reason this is up here is the reference to cftry/cfcatch within cfscript more info can be found here and here. But in itself it’s a very useful presentation containing a raft of information on CFMX, links to resources, tips, tricks and articles.
  • It’s been a while since I have put up an ALA article, so here is one on how to get one column that is shorter than another to stretch all the way to the end of the content. Well it’s a trick really… but it works real good!
  • Well it never rains it pours. Here is another ALA article this one talks about em. I had started using em for specifying the font size, but ran into exactly the same problem that Patrick talks about in his article. The solution use percentages. He actually goes much further and talks about creating designs that are completely based on ems and not pixels.
  • The website for the book on “Core J2EE patterns”.
  • More patterns, all things related to design patterms, forums, news and articles.
  • The author Peter-Paul Koch tackles JavaScript and accessibility. He dissects current approaches into three views: plain view (xHTML), simple presentation view (xHTML+CSS) and the full view (xHTML+CSS+JavaScript), where this final view forms the behaviour layer. He then proceeds to look at a fourth view, the one that most commonly deals with accessibility mark-up (xHTML) and behaviour (JavaScript) and introduces ways to incorporate the two to make sites more accessible and usable.
  • A site purely dedicated to discussions about patterns for PHP. Yet more concept introductions, discussions on design patterns, code examples and much much more.
  • This tech note describes how you can configure each instance of a JRun server to have different settings (such as use a different XML parser).
  • Brandon Purcell once again talks us through getting CFMX instances up and running, this time with attention to Apache and not just IIS.
  • Ben Edwards brings us more documentation on the inner workings of Mach-II, explaining in this PDF how Requests, Events and Exceptions are handled/implemented by the framework. He also has published another article, which gives us developers an insight into how beans work.
  • You can never read enough about Performance, even if you have covered certain areas before, it’s always good to have a look again and again. You can always learn something new from someone else’s experience.
  • I didn’t know you could do this: <div id=”main” class=”class1 class2”>…</div>, i.e. specify two classes in one go! If you go over to web optimisation you can read more about this technique, which is yet another bandwidth saving technique.
  • A two part article helping you figure out how to benchmark performance. The first part focuses on understanding elapsed time and highlights a couple techniques for measuring the execution time of your database code using the Query Analyser.
  • A useful UDF from the guys over a Rewindlife that unzips a file using the java.util.zip, requires the use of CFMX 6.1
  • This is a great way to incorporate CFFILE into cfscript by using both java.lang.String and the java.io.FileReader classes.
  • Here’s a cool way to xdump the contents of cfcatch to a UDF for use with <cfdump>
  • A fully qualified list of common COM errors
  • A neat little article that shows how the MVC pattern can used in conjunction with CFMX. It’s not quite Mach-ii, but it’s more information on the topic and I guess shows that the CF community is getting more and more into developing web applications using methodologies. His site also has a link to a breeze presentation on the subject
  • An IBM paper on securing web services