Tags: programming
-
PHP frameworks overview
PHP is one of the most popular scripting languages around and when used properly it can become web developers best friend. Newcomers to web development are usualy drawn to PHP because the results of their work can be seen fairly quick, with little or no programming background. As tempting as writing everything yourself is, it is not always the best idea. Unless you have a complete grasp of the inner workings of the PHP core, your attempts in writing a good framework will fail sooner or...
-
Fluid length rounded corner buttons
We've all come accross a design that dictated that the form buttons should have rounded corners (especially in the web 2.0 era). The creation of fixed length rounded corner button is second nature to any self proclaimed web deveopler, but the creation of fluid (well at least fluid inlength if not in height) rounded corners is another thing all together, and that is what I'll be talking about in this entrie. To create our illusion of fluid length rounded button I've prepared two images that...
-
Subversion
I've known about CVS for a long time now, but didn't really need it. Or so I thought. Most of the time now I was the lone developer on a project, and didn't see the need for such a versioning system. All it meant for me is another layer I propably will not be using as time went by. So there wasn't really any point for it, right? Wrong. A common scenario You are developing a site. The deadline is looming nearer and nearer, and you're trying to keep up. Finaly, a few days before the deadline,...
-
Certification
We all know that in the world of today you're nothing without propper credentials (or to a sad fact, high connections). To get ahead you have to distinguish yourself from others, and that's why I've started to look for ways to certify my knowledge of the technologies I use. Since most of my current time is spent developing XHTML/CSS and PHP applications I've decided to start with PHP. From what I've gathered, Zend offers the leading PHP certification program. To attain the title Zend...
-
It's a snake, it's a snake!
Wrong. It's THE snake! Python. I've been flirting with this programing language (and you thought I was writing about Monty Python eh?) for quite some time now, and've now decided to dive in at the deep end. I've seen a few nice projects made with Python and so it found it's way on my to-learn list (wich is actually quite lenghty as you can imagine). So right now I'm reading Python In A Nutshell and liking it so far.
-
Weird Global.asax parse error
A few days back I came accros a strange Global.asax parse error. The whole thing seamed to crash on the first line of the mentioned file. Strange indeed. Well after a few hours of googling I came up with the folowing steps to remove the error.

