At my previous employer I wasn’t always sure what the management where thinking, or exactly how much they valued my contribution. I received an award or two for sure, but somehow the other promises they made were never realized and effectively made me decide to leave them. At the moment I am still getting phone [...]
So what does code-reuse mean in terms of Object Oriented Programming? Well, it doesn’t refer to copying and pasting code from one application to another, but rather to the creation of components that can be re-used through class instantiation. In other words lets say you create some code that performs a specific task, and within [...]
I have been thinking a lot recently about the use (or abuse) of AJAX on a website and it made me think of a strategy to try and adopt. Like all technological things it makes sense to understand the overall business goal first and then to proceed to the next step. It also makes sense [...]
Continue reading about A strategy for using AJAX on ur website