Its 30th December, my office will close for this year in about an hour. Waiting for an hour is boring as I have not work to do, I can go…
Year: 2006
Filling Text Boxes for Testing
It is often required to fillin the form on webpage so you can test the form submission action. For this I often need to put different value so I can…
Creating on-the-fly PDF using C#.NET
Few days back I post about how to create PDF using PHP. But I always wonder How can I do it using .NET Framework, as what I found that PDF…
Creating Database
I have been assigned a new project. For which I am preparing its database. Its been a fun doing so, as I have complete overview of the Application, that I…
PDF generation through PHP Code
I have use PDF file gets emailed to customer feature in lot of my project. For this we use various PDF generation classes available. But today I am going to…
No time for programming
Recently I have been promoted from a programmer to Project Manager /Software Consultant in my company. It is good to feel a big designation attach to your name. But I…
Multithreading : How important it is for human
I just finish on windows application, that need to parse Given webpage for some data, and store them in CSV format. As this project is not too big, I never…