Articles Archive for August 2009
Programming / Coding »
I amĀ not a Php programmer, these days I work with Asp .Net. However I used to work with Php in the past, and that gives me some edge working with simple php stuffs these days for clients, in case I need to.
One of my clients asked to do a visitor counter for them. Looking at the options it could be done in many ways e.g. file based, mySql based etc. To keep it simple I developed a file based version of the visitor counter for the client.
We had to …
Programming / Coding »
Asp .Net pages need a form tag to have the cool Asp .Net controls working. What if you wanna have div with 100% height?
