oopstruggles.blogspot.com
Struggles In Object Oriented Programming: September 2014
http://oopstruggles.blogspot.com/2014_09_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Tuesday, September 23, 2014. Subscribe to: Posts (Atom). Programmers - Stack Exchange. View my complete profile.
oopstruggles.blogspot.com
Struggles In Object Oriented Programming: June 2013
http://oopstruggles.blogspot.com/2013_06_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Friday, June 28, 2013. A defect in the updated NPOI Wrapper. Thursday, June 20, 2013. NPOI Now Supports Excel 2007 and Later. I'm a little bit late to the party - the beta was released in March - but I've been too busy lately to get to reviewing it. Download the wrapper here. Subscribe to: Posts (Atom). NPOI Now Supports Excel 2007 and Later.
oopstruggles.blogspot.com
Struggles In Object Oriented Programming: November 2012
http://oopstruggles.blogspot.com/2012_11_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Wednesday, November 14, 2012. 5 Steps To Building An Optimized Application. Unbelievably slow. The phone calls start coming in. You get emails from disgruntled users, bewildered teammates, and a boss who's about 5 minutes from kicking you to the curb. But there's a solution, and like anything else, requires discipline, rigor, and foresight.
oopstruggles.blogspot.com
Struggles In Object Oriented Programming: August 2009
http://oopstruggles.blogspot.com/2009_08_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Saturday, August 29, 2009. Many-to-one relationships are very common, especially in applications involving databases. The reason for this is that the many-to-one paradigm is a common scenario in the real world, and programming languages, databases, and other technical constructs attempt to represent the real world. AllFourTires = new List.
oopstruggles.blogspot.com
Struggles In Object Oriented Programming: October 2010
http://oopstruggles.blogspot.com/2010_10_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Monday, October 25, 2010. Resizable Controls on a .Net desktop form. 1 I created a form object called ResizeableForm, which inherits from System.Windows.Forms. 2 I created an AbstractControl object, which Has-A System.Windows.Forms.Control on it. When the ResizeableForm gets painted, I initialize my AbstractControlCollection (if it is null):.
angiecltan.blogspot.com
Chasing Tails
http://angiecltan.blogspot.com/?alt=rss
A small site about someone who has a habit of writing long-winded essays about a gazzillion things from software engineering/methodology to food and culture. It tends to be a little hyper and hence, sometimes, we chase our own little "tails". May 28, 2011. So many photos to process. And when the photos are done, which ones do I put up? Posted by Angie Tan. Links to this post. May 26, 2011. I'm Too Old For This. It has been a pretty frustrating week. You'll have to wait for a while to find out more. :D.
oopstruggles.blogspot.com
Struggles In Object Oriented Programming: January 2011
http://oopstruggles.blogspot.com/2011_01_01_archive.html
Struggles In Object Oriented Programming. My struggles in understanding and learning about Object Oriented design, and the tools and knowledge I've taken from them. Friday, January 28, 2011. Writing Code That Writes Code. This blog references an executable and source code available for download. To download the referenced executable, Click Here. To download source, Click Here. There are several reasons one would want to have code that writes code:. 1 We tend to write code in a consistent way. 3 I often h...
franckyarch.blogspot.com
Francky's Blog: February 2015
https://franckyarch.blogspot.com/2015_02_01_archive.html
I'm a software architect. I'm currently working in an integration team. Managing Continous Integration and building, lightweight test framework and other support tools. With this blog i'd like to share experience and receive others's feeling. Monday, February 16, 2015. Raspberry pi, standalone arduino, 433Mhz wireless communication and 20 voltage sensors. For one of my projects I want to use an arduino to measure voltage for from 20 sensors. To begin this is my requirements list :. Emitter / receiver 433...
franckyarch.blogspot.com
Francky's Blog: January 2013
https://franckyarch.blogspot.com/2013_01_01_archive.html
I'm a software architect. I'm currently working in an integration team. Managing Continous Integration and building, lightweight test framework and other support tools. With this blog i'd like to share experience and receive others's feeling. Monday, January 14, 2013. Recipes : linking EMF with CNF. How to link an EMF model instance with Common Navigator Framework:. CNF ContentBinding with EMF. Adding menu contribution (WIP). Using org.eclipse.ui.views. The class extend CNF the navigator. NAVIGATOR CONTE...
franckyarch.blogspot.com
Francky's Blog: September 2013
https://franckyarch.blogspot.com/2013_09_01_archive.html
I'm a software architect. I'm currently working in an integration team. Managing Continous Integration and building, lightweight test framework and other support tools. With this blog i'd like to share experience and receive others's feeling. Tuesday, September 17, 2013. Rich editor in eclipse RCP (Part2). A few month ago I built a rich editor for eclipse based on SWT browser. I use this implementation from this time and now I want to integrate it in an EMF (EEF generated) GUI. Rely on tinyMce events.