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 home but I cannot as junior programmer doesn’t give update on time. Have to wait for them to complete their work. By that time I [...]
Posted on December 30th, 2006 by Sumit Gupta
Filed under: Other, Rants | No Comments »
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 recognize the values are coming good. Like I need to create PDF on the fly, In that I need to fill the form on web [...]
Posted on December 26th, 2006 by Sumit Gupta
Filed under: Code Snippets, Javascript, Programming | No Comments »
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 library for .NET are more than total project cost. But thanks to Open source developer I found few libraries out their for free.
 One that works [...]
Posted on December 22nd, 2006 by Sumit Gupta
Filed under: .NET, Programming | No Comments »
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 am going to develop, as I make Database on paper.
But all fun goes when I have to make that db in SQL Server 2005. Now [...]
Posted on December 19th, 2006 by Sumit Gupta
Filed under: Programming | No Comments »
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 talk about absolutely free method of doing this. For this I use html2pdf and GhostScript. Just a suberb combination of making PDF on the fly.
I install both [...]
Posted on December 15th, 2006 by Sumit Gupta
Filed under: Bookmarked, PHP, Programming | No Comments »
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 cannot say I really enjoy my new job. Its much harders and boring than doing programming.
Making documents for a aggressive human is not a good [...]
Posted on December 14th, 2006 by Sumit Gupta
Filed under: Other | No Comments »