By tag: opinion
0
kicks
CMS has Lowered the Expectation Cost for Freelance Web Development
The cost to develop a decent website can range from $300 up to as much as $5000, but users seem to think that this is unreasonable since the large adoption of CMS. CMS has given non-developers the idea that we developers simply need to install the web application on a server and they will magically...
0
kicks
Stop using those stupid Model example
Stop using Circle/Square/Rectangle, People/Employee, Car/Model examples for models or example on how to use Object-Oriented Principles or any example at all.
There is plenty of "Open" model that you can use. Here's a simple list for those who needs inspiration.
0
kicks
[.NET vs Java] Event Handling: Are you sure pure OOP is always the sim
How to handle events in both .NET framework and Java, with a couple of opinions.
0
kicks
IE8, Microsoft and the Reverse Fanboys
As the beta test of IE8 recently became available we are quickly approaching the release of another version of Internet Explorer. Much frustration has been expressed about the issues (or supposed issues ) in this beta. Some of this concern is definitely understandable, however, I think some of the n...
0
kicks
Learning a new programming language
Some things I've found useful when learning a new programming language.
0
kicks
Agile's Dark Side
"Being a self-proclaimed Agile Advocate I seem to find myself in discussions regard the bad points about agile. Books, articles, and talks on the subject of agile always paint the rosy happy story about using agile. I’m no fool, and I realize that things aren’t quite as happy as some people mak...
0
kicks
Walking on JavaScript objects trees.
Walking on JavaScript objects trees. Can we do it with JSON or JavaScript like we can while we work with XML?