iknowkungfoo.com
Code and Video from my ColdBox Developers Week 2013 Presentation : iKnowKung(Foo).Blog();
http://iknowkungfoo.com/blog/index.cfm/2013/7/2/Code-and-Video-from-my-ColdBox-Developers-Week-2013-Presentation
Code and Video from my ColdBox Developers Week 2013 Presentation. Jul 02, 2013. By Adrian J. Moreno. I gave this talk at cfObjective() 2013 using an application built with no MVC framework. In "Better UI Means Better UX", I rebuilt the Kung Foo Gallery application using the ColdBox MVC framework. I was able to get a bit more in depth during this presentation (and all of my examples worked). The slides are the same ones I showed at cfObjective(). You can find them here. Views: 8084 Comments: 0 Print.
iknowkungfoo.com
Object Oriented Coldfusion : 1 : Intro to Object.cfc : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--1--Intro-to-Objectcfc
Object Oriented Coldfusion : 1 : Intro to Object.cfc. Aug 22, 2007. By Adrian J. Moreno. Think of a Coldfusion Component, first introduced in Coldfusion 6, as a container, an object. Inside this object you can store related data, manage related functions, access data sources, implement business logic and more. While Coldfusion is not an Object Oriented Programming Language, using components, we can implement OO programming concepts and solve recurring problems using design patterns. Technically speaking,...
iknowkungfoo.com
Object Oriented Coldfusion : 2 : Anatomy of an Object.cfc : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--2--Anatomy-of-an-Objectcfc
Object Oriented Coldfusion : 2 : Anatomy of an Object.cfc. Aug 22, 2007. By Adrian J. Moreno. We've covered how to write an Object.cfc, as well as how to create an instance of it. In order to understand how to use objects with Coldfusion, we have to first discuss what is and isn't inside an object. What's in an object? That which we call a CFC, by any other name would encapsulate data or logic in a manner complementary to its task.". Or something like that. Anyway. Let's look at that basic object again.
iknowkungfoo.com
Object Oriented Coldfusion : 6 : The Bean Object : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/9/13/Object-Oriented-Coldfusion--6--The-Bean-Object
Object Oriented Coldfusion : 6 : The Bean Object. Sep 13, 2007. By Adrian J. Moreno. Now that we can easily retrieve and display record sets using the Gateway Object, it's time to work with a specific record. Using a Bean to manage the properties of a single data record we can maintain strict control over a record as it is used throughout one or more applications. One bean, one . . . instance of associated data. Is it getting better. Or do you feel the same. Will it make it easier on you now. Its propert...
iknowkungfoo.net
: iKnowKung(Foo).Blog();
http://www.iknowkungfoo.net/blog
Code and Video from my ColdBox Developers Week 2013 Presentation. Jul 02, 2013. By Adrian J. Moreno. I gave this talk at cfObjective() 2013 using an application built with no MVC framework. In "Better UI Means Better UX", I rebuilt the Kung Foo Gallery application using the ColdBox MVC framework. I was able to get a bit more in depth during this presentation (and all of my examples worked). Better UI Means Better UX at ColdBox Developers Week 2013. Jun 04, 2013. By Adrian J. Moreno. Jun 04, 2013. To test...
iknowkungfoo.com
Object Oriented Coldfusion : 5 : The Gateway Object : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/9/11/Object-Oriented-Coldfusion--5--The-Gateway-Object
Object Oriented Coldfusion : 5 : The Gateway Object. Sep 11, 2007. By Adrian J. Moreno. One of the biggest reasons to move towards using OO concepts with Coldfusion is to build modular, extendable code libraries which are very easy to reuse throughout an application or group of applications. As a start, we'll begin by moving queries that generally return multiple records into Gateway objects. Changing your code perspective. Cfquery name=qContacts datasource=#request.DSN#. CONTACT FIRST NAME,. ColdFISH is...
iknowkungfoo.com
: iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog
Code and Video from my ColdBox Developers Week 2013 Presentation. Jul 02, 2013. By Adrian J. Moreno. I gave this talk at cfObjective() 2013 using an application built with no MVC framework. In "Better UI Means Better UX", I rebuilt the Kung Foo Gallery application using the ColdBox MVC framework. I was able to get a bit more in depth during this presentation (and all of my examples worked). Better UI Means Better UX at ColdBox Developers Week 2013. Jun 04, 2013. By Adrian J. Moreno. Jun 04, 2013. To test...
iknowkungfoo.com
Object Oriented Coldfusion : 4 : The var scope : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--4--The-var-scope
Object Oriented Coldfusion : 4 : The var scope. Aug 22, 2007. By Adrian J. Moreno. In part three of this primer, we discussed how an object's variables scope exists only within itself and is available to any function it contains. Now we need to cover how and why to make a variable only available to a single function. John Jacob Jingleheimer Schmidt. His name is my name too. Whenever my value's changed,. You can hear the people shout,. Why isn't this function giving me the right value? Let's say you have ...
iknowkungfoo.com
Better UI Means Better UX at ColdBox Developers Week 2013 : iKnowKung(Foo).Blog();
http://iknowkungfoo.com/blog/index.cfm/2013/6/4/Better-UI-Means-Better-UX-at-ColdBox-Developers-Week-2013
Better UI Means Better UX at ColdBox Developers Week 2013. Jun 04, 2013. By Adrian J. Moreno. On June 20, 2013 at 3pm CST, I'll be presenting a ColdBox version of my KungFoo Gallery. Application during ColdBox Developers Week. This online conference runs from June 17-21, 2013. 5 days and 19 sessions on ColdBox, ContentBox, WireBox, PhoneGap, REST, ORM and more. The name of my presentation is "Better UI means Better UX". Code and slides will be available after the presentation. July 2, 2013). Always insta...
iknowkungfoo.com
Object Oriented Coldfusion : 3 : Injecting data into objects : iKnowKung(Foo).Blog();
http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--3--Injecting-data-into-objects
Object Oriented Coldfusion : 3 : Injecting data into objects. Aug 22, 2007. By Adrian J. Moreno. An object generally knows only about itself, the data contained in its own variables scope. In order for an object to know about external data, it needs a way to "see" it. Passing data into an object, often only when it is created, is called data injection. In order for an Object to know about external values (either from a CFM or from another CFC), data needs to be injected. Object.cfc with data injection.
SOCIAL ENGAGEMENT