- Introduction
- Why to Learn Programming Lanaguage
- Programming Paradigms
- Case Study
- Setup Development Environment
- Writing Your First Program
- Identifiers
- Structure of an Object Oriented Program
- Basic/Primitive Types
- Operators
- Value Type vs. Reference Type and Boxing vs. Unboxing
- Compound Types
- Object Orientation: Class and Struct
- Statements
- Advanced Operators
- Lab: HexEditor Business Logic
- Templates and Generics
- Advanced Concept of Object Oriented Constructs
- GUI Programming and Frameworks
- Components Programming
- Lab: HexEditor GUI
- Database Programming
- Web Programming
- Middleware Frameworks
- Unit Testing Frameworks
Friday, October 30, 2009
Commonalities and Variabilities of C++/Java/C#
Preface
Sunday, October 25, 2009
Wednesday, October 14, 2009
ColorMyEarth - colors around you
Do you want to discover the favorite colors of your neighbors? Do you want to know what colors are the most favored at certain geographical boundary on earth?
Have a look at http://www.colormyearth.com
Last several weeks, I have designed and programmed this interactive web application for a research institute in ETH Zurich. I have again experienced the simplicity of web development using PHP and raw JavaScript. This application uses Google Maps API extensively and extended several of its features. A lightweight MVC framework is developed to separate the logic from the presentation.
Several algorithms have been developed to satisfy various queries of the users. If more and more participants use this system, it will become the first color preference database in the universe.
Have a look at http://www.colormyearth.com
Last several weeks, I have designed and programmed this interactive web application for a research institute in ETH Zurich. I have again experienced the simplicity of web development using PHP and raw JavaScript. This application uses Google Maps API extensively and extended several of its features. A lightweight MVC framework is developed to separate the logic from the presentation.
Several algorithms have been developed to satisfy various queries of the users. If more and more participants use this system, it will become the first color preference database in the universe.
Subscribe to:
Posts (Atom)