I was working more with Coldfusion 9 ORM and found another small caveat I thought I would share. When working with a relationship that is filtered, the implicit "has[property]", the has does not take into account the filter. The implicit get works as expected however. Consider the following persistent cfc...
Blog
ColdFusion ORM - filtered has[property] gotcha...
I was working more with Coldfusion 9 ORM and found another small caveat I thought I would share. When working with a relationship that is filtered, the implicit "has[property]", the has does not take into account the filter. The implicit get works as expected however. Consider the following persistent cfc...
jQuery tabs and IE caching...
I ran into an interesting issue using the jQuery UI tabs ajax style and Internet Explorer.
If you setup the tabs with the with the cache turned off, they will still be cached in IE. I had worked around this issue by adding a counter that changed every time to my href for the tab, but I found a more elegant solution and thought I would share.
jQuery tabs and IE caching...
I ran into an interesting issue using the jQuery UI tabs ajax style and Internet Explorer.
If you setup the tabs with the with the cache turned off, they will still be cached in IE. I had worked around this issue by adding a counter that changed every time to my href for the tab, but I found a more elegant solution and thought I would share.
Using the ColdBox Paging Carrousel Plugin
Let's learn how to use the paging carrousel plugin for ColdBox found in the ForgeBox directory. First of all, download the plugin and drop in your custom plugins folder.
...
Using the ColdBox Paging Carrousel Plugin
Let's learn how to use the paging carrousel plugin for ColdBox found in the ForgeBox directory. First of all, download the plugin and drop in your custom plugins folder.
...
ColdBox 3 Workshop With CF9 ORM Online
We did a hands on workshop at our Inland Empire User group yesterday in Pomona, California. We had fun installing CF9, Adobe CF Builder and ColdBox 3 Beta. We managed to build a simple task manager with all the new nice ORM features and coldbox 3.0.0 features. So if you are interested in seeing the workshop online, here is the recording:
ColdBox 3 Workshop With CF9 ORM Online
We did a hands on workshop at our Inland Empire User group yesterday in Pomona, California. We had fun installing CF9, Adobe CF Builder and ColdBox 3 Beta. We managed to build a simple task manager with all the new nice ORM features and coldbox 3.0.0 features. So if you are interested in seeing the workshop online, here is the recording:
Some ColdFusion Development Best Practices
We always are trying to help the ColdFusion community as much as we can. We had a CFC best practices document in our ColdBox documentation site in order to steer developers in the right direction when building components. I have updated the document to now include more topics than just CFCs. So if you are interested in collaborating to this document or think some points are useless, please comment and we can make this document better.
So here are our ColdFusion Development Best Pra...
Some ColdFusion Development Best Practices
We always are trying to help the ColdFusion community as much as we can. We had a CFC best practices document in our ColdBox documentation site in order to steer developers in the right direction when building components. I have updated the document to now include more topics than just CFCs. So if you are interested in collaborating to this document or think some points are useless, please comment and we can make this document better.
So here are our ColdFusion Development Best Pra...