Skip to content

Sumit Gupta

bookmarking my life

Category: Programming

Filling Text Boxes for Testing

December 26, 2006 by Sumit Gupta Code Snippets, Javascript, Programming

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…

Read More

Creating on-the-fly PDF using C#.NET

December 22, 2006 by Sumit Gupta .NET, Programming

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…

Read More

Creating Database

December 19, 2006 by Sumit Gupta Programming

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…

Read More

PDF generation through PHP Code

December 15, 2006 by Sumit Gupta Bookmarked, PHP, Programming

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…

Read More

Multithreading : How important it is for human

November 30, 2006 by Sumit Gupta Programming

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…

Read More

Two Forms in ASP.Net

September 5, 2006 by Sumit Gupta .NET, ASP.NET, C#.NET, VB.NET/VB

Hi, As any other ASP.Net developer, I was not feeling comfortable with only one form concept that ASP.Net has (not sure about v2.0 as never work on it). Also, when…

Read More

Linux User authentication using PHP

September 4, 2006June 7, 2014 by Sumit Gupta Concept/algorithm, Operating System, PHP

In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your…

Read More

Posts navigation

← Previous 1 … 14 15 16 17 Next →

© 2025 Sumit Gupta // Powered by WordPress