Mike Henke
Member since Dec 11, 2008
- Profile: /members/806-mike-henke.htm
- URL: http://Henke.ws
- Comments: 10
Recent Blog Comments By Mike Henke
-
A Better Understanding Of MVC (Model-View-Controller) Thanks To Steven Neiland
Posted on May 22, 2012 at 1:04 PM
I am bummed Steven its moving back to Ireland. It its always awesome to see and talk with him at conferences. I might have to catch sotr or vacation to Europe and see him.... read more »
-
Loading GitHub Gists After The Page Content Has Loaded
Posted on Jan 13, 2012 at 11:48 AM
Checkout the github/mylyn connector also. Gists are also supported, you can now highlight text in the editor or select a file from the explorer and run Create Gist from the context menu. A Gist will be created in the background and a notification popup will display after it has been created with a ... read more »
-
OOP Getters() And Setters() - A New Programmer's Frustration
Posted on Jan 25, 2010 at 3:36 PM
Thanks for the warning :-) It seems I am a couple years behind also.... read more »
-
OOP Getters() And Setters() - A New Programmer's Frustration
Posted on Jan 25, 2010 at 3:20 PM
I have read g/s actually represent a failure to encapsulate and create unnecessary coupling. Could someone explain this view to me?... read more »
-
Using NULLIF() To Prevent Divide-By-Zero Errors In SQL
Posted on Oct 8, 2009 at 3:28 PM
For Oracle, you might try something like this: columnname1/decode(columnname2,0,null)... read more »
-
Win A FREE Ticket To CFUNITED 2009
Posted on Jul 31, 2009 at 7:10 PM
I'd like to attend ColdFusion Builder: Getting Started (Bring Your Laptop) Presented By Bhakti Pingale and Dipanwita Sarkar It should be a great session about CFBuilder.... read more »
-
Presenting Ideas vs. Teaching Techniques
Posted on Jul 17, 2009 at 1:24 PM
I thought it is an easy read with some good ideas and helpful links to stock photos. Lots of commons sense stuff repeated throughout. Amazon has it with 130 reviews and 4.5 stars out of 5.... read more »
-
Presenting Ideas vs. Teaching Techniques
Posted on Jul 14, 2009 at 11:21 PM
My attempt @ Presentation Zen ideas. http://bit.ly/ueFoi Maybe it might help your presentation... read more »
-
Presenting Ideas vs. Teaching Techniques
Posted on Jul 12, 2009 at 4:14 PM
Hi Ben, I am reading Presentation Zen while getting ready for a presentation Tues for the MDCFUG. There are three parts to a presentation. Seems you are focusing on only one, slides. There are your notes and a document for the audience, which might contain all your bullets and notes. I'll have t... read more »
-
John Mason Presents On Unit Testing with CFCUnit
Posted on Nov 26, 2007 at 6:00 PM
Checkout out http://www.thecrumb.com/wiki/Selenium for selenium stuff and my post about running selenium within ant http://tinyurl.com/2k47wt... read more »