Posted on May 26, 2009 by Nishant Pant
The app is available free on the AppStore : Link will open in iTunes
Do you have an iPhone? Are you on TMobile? Do you wish there was an app which would keep you posted on the minutes you are using or SMS messages your have used.
Better…if it can alert you when you are past a [...]
Filed under: iPhone | Tagged: iPhone, iPhone TMobile, iPhone tmobile minutes, linkedin | 7 Comments »
Posted on April 22, 2009 by Nishant Pant
Wrote my first iPhone app and it is selling in the ITunes app store now. These are a few things (from my personal experience) that you should avoid if you don’t want to get your iPhone app rejected by itunes app store :
Do not use a screenshot which shows your app running in an IPhone. [...]
Filed under: iPhone | Tagged: iPhone, linkedin | 4 Comments »
Posted on November 29, 2008 by Nishant Pant
UPDATES :
[3/3/2009] Added a new option which allows you to enable tilt even in darkness. I had deliberately disabled it for valid reasons, but some people thought the tilt feature suddenly stops working not realizing that it is intentionally disabled in darkness (i.e in your pocket)
[2/9/2009] Two major improvements. Added very precise calculation for the [...]
Filed under: HTC Touch Diamond, Windows Mobile | Tagged: linkedin | 31 Comments »
Posted on August 19, 2008 by Nishant Pant
I had originally written a Shellextension for COM dlls, which would give you the option of registering/unregistering a dll (if it is a com dll) by right clicking on it. Here is the original post :http://nishantpant.wordpress.com/wp-admin/post.php?action=edit&post=11
After several years, I finally took out some time and created a Shellextension which works for .Net assemblies as well. [...]
Filed under: .Net 2.0, .net 1.1, VB.Net | Tagged: linkedin, Shellextension | 4 Comments »
Posted on July 18, 2008 by Nishant Pant
WHY DO IT ???
Before you read the post, let us answer why did I waste time in changing the behavior of the UpdateProgress control. Here is the deal. Suppose, you have 5 or 6 controls on your page, which when clicked result in an Ajax call. You know that the UpdateProgress control is pretty much [...]
Filed under: .Net 2.0, ASP.net 2.0, VB.Net, VSS /Visual Studio | Tagged: AJAX, ASP.Net, Custom Control, linkedin, UpdateProgress | 3 Comments »
Posted on May 22, 2008 by Nishant Pant
Here is a simple recursive function that I wrote which will give you nested groups and members for any given Active Directory group. Try it….it works! U can bind it to a tree later on to show it on the screen. I have also included an output of how it looks when bound to an [...]
Filed under: LDAP / Active Directory, VBScript /VB6 | Tagged: Active Directory, LDAP, linkedin, VB6, VBScript | 3 Comments »
Posted on May 22, 2008 by Nishant Pant
Hi All,
Here is what we are trying to achieve in this article.
Provide side-wide security without writing a single line of code
Show navigation menus to the user, which automatically hide the options which the user doesn’t have access to (also called Security Trimming)
Use declarative syntax in web.config to tighten your security so that even if the [...]
Filed under: .Net 2.0, ASP.net 2.0 | Tagged: ASP.Net, ASP.Net 2.0 Security, linkedin | Leave a Comment »
Posted on May 22, 2008 by Nishant Pant
If you have found this article, you already know who Mr. Azman is and what I am talking about here. So, I will not go into the details to explain you what asp.net 2.0 Rolemanager is and what all options it gives us to store role and membership information.
Here is the excerpt from my web.config [...]
Filed under: .Net 2.0, ASP.net 2.0 | Tagged: linkedin | 1 Comment »
Posted on May 22, 2008 by Nishant Pant
I recently was working on a ASP.net 2.0 website. I used the ActiveDirectoryMembershipProvider and used the membership API along with Login controls to provide a nice experience to the user with features like Sign up as new user, change password, password reset, login and all related functionality which any website offers you.
When my code was [...]
Filed under: .Net 2.0, ASP.net 2.0 | Tagged: linkedin | 3 Comments »
Posted on May 22, 2008 by Nishant Pant
The problem : We have an ID column and a Name column in our database. We want to show both in a dropdown but if you concatenate both, you will notice that the alignment goes out of whack.
eg. 1
———————–
1 – Item one
2 – Item two
20 – Item twenty
100 -Item hundred
3 – Item 3
See what I [...]
Filed under: .Net 2.0, ASP.NET 1.1, ASP.net 2.0, SQL Server, VB.Net | Tagged: linkedin | Leave a Comment »