Home » Archive

Articles Archive for August 2009

Programming / Coding »

[27 Aug 2009 | No Comment | 1,387 views]

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 »

[7 Aug 2009 | 2 Comments | 2,696 views]

Asp .Net pages need a form tag to have the cool Asp .Net controls working. What if you wanna have div with 100% height?