JavaScript While
Try out While Example 1 Press for Alert! JavaScript for While Example 1 Press for Alert! Try out While Example 2 Press for Alert! JavaScript for While Example 2 Press for Alert!
View ArticleAbout This Site
www.FluffyCat.com first came online way back in 1998. At the time I wasnt really sure what I wanted to do with it, so I chose the somewhat generic name of FluffyCat.com. Slowly I put some of my own...
View ArticleJava Accessability
The four types of Accessability for classes, methods, and variables public - Available to all classes. protected - Available to the package subclasses. package - (aka friendly) implied default, no...
View ArticleJava Design Patterns Abstract Factory
Abstract Factory (AKA Kit) Overview An abstract factory has sets of methods to make families of various objects. In this example the AbstractSoupFactory defines the method names and return types to...
View ArticleJava Design Patterns Factory Method
Factory Method Overview Methods to make and return components of one object various ways. In this example the SoupFactoryMethod defines the makeSoupBuffet method which returns a SoupBuffet object. The...
View ArticleCOBOL In Line Perform
Working-Storage 000340 01 CAT-TYPE PIC X(15) VALUE CALICO. 000360 01 CAT-COUNT PIC 99 VALUE 15. InLine Perform Example Number 1 004310 004320 PERFORM UNTIL CAT-TYPE(CAT-COUNT:1) NOT = SPACE 004325 OR...
View ArticlePHP Design Patterns Builder
About the Builder In the Builder Pattern a director and a builder work together to build an object. The director controls the building and specifies what parts and variations will go into an object....
View ArticlePHP Design Patterns Factory Method
About the Factory Method In the Factory Method Pattern, a factory method defines what functions must be available in the non-abstract or concrete factory. These functions must be able to create objects...
View ArticlePHP Design Patterns Abstract Factory
About the Abstract Factory In the Abstract Factory Pattern, an abstract factory defines what objects the non-abstract or concrete factory will need to be able to create. The concrete factory must...
View ArticleJava Cart Other Shopping Carts
Other e-commerce solutions, many require little set up. PayPal: PayPal Perhaps the easiest way to get an online commerce system up and running. Elasticpath: Elasticpath Java based. X-Cart: X-Cart A...
View Article