Saturday, June 21st, 2008
You may have heard of Dependency Injection. It's essentially a way to remove implementation dependencies from classes, or "the process of supplying an external dependency to a software component. It is a specific form of inversion of control where the concern being inverted is the process of obtaining the needed ...
Posted in Programming | 4 Comments »
Monday, June 16th, 2008
I have heard several times that what I do is not "real programming" - web application development is supposedly less challenging than "proper" desktop application development. But is it really so?
Posted in Programming | 11 Comments »
Thursday, May 1st, 2008
Sometimes I've seen people say PHP is a bad first language, because it teaches bad programming habits. But is this actually true at all? Often those who say that don't really like PHP themselves either, many times because of equally untrue reasons.
I think PHP is a perfectly good first programming ...
Posted in Programming | 18 Comments »
Tuesday, April 29th, 2008
I've thought it would be useful, both professionally and just for fun, to know a bit wider array of frameworks, libraries and other stuff related to web development, and last week it was Jaxer time. Now, I've got my hands on Django, a Python-based web framework.
I've always liked Python - ...
Posted in Programming | No Comments »
Thursday, April 24th, 2008
This week I decided to take a look at Aptana Jaxer - A server-side JavaScript implementation, or "Ajax Server" like their site says. It's a bit different take on a server-side language and requires some new ways to do things.
What it basically lets you do, is completely throw away all ...
Posted in Programming | 3 Comments »
Thursday, January 24th, 2008
I have received some questions regarding pooQuery (pQ from now on)...
Does this really work?
How does it do all this?
Short answer: Yes, it does work, and what makes it tick is magic... or not, so let's look at the tricks behind fluent languages.
Posted in Uncategorized | 1 Comment »
Monday, January 21st, 2008
We all know that fluent programming style rocks, and jQuery is a great example of that!
Wel also know that SQL is greatly simplified with fluent style interfaces!
And so are Regular Expressions!
Now it's time for PHP to step in the world of fluency with pooQuery!
Posted in Programming | 13 Comments »
Saturday, January 12th, 2008
Anyone who has been programming for a while probably has written tons of code. For example, I began working with PHP somewhere in 2001-2002 I think. That's 6 years ago.
As you can guess, I have written a lot of PHP code. I also happen to have some of my early ...
Posted in Programming | No Comments »
Wednesday, December 12th, 2007
Everyone who has worked with Ajax probably knows how annoying it used to be sometimes to get the code working in some browsers (*coughiecough*)
This thing is now mostly a thing of the past, thanks to various great JavaScript libraries/frameworks providing excellent Ajax-functionality.
There's another thing too, though. A lot of people ...
Posted in Programming | 1 Comment »
Tuesday, December 4th, 2007
Have you ever used Eclipse or any Eclipse-based IDE, such as Zend Studio Neon or Aptana Studio?
All fine tools, but they have a big problem: Java
Posted in Programming, general | 15 Comments »