It is good idea to see the styles and HTML element's dimension in complex document by using Universal Selector.
Here is the code snippet.
*
{
border : 1px solid black;
}
Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.
Monday, December 7, 2009
Monday, November 30, 2009
Application Pool in IIS
It is good idea to create a new pool in IIS for each web application. Instead of putting all web application in one pool, creating of new pool will isolate each application. It will provide separate worker process. Let me know, if it is good for you.
Friday, October 30, 2009
How To Enable jQuery Intellisense in VS 2008
Here I want to share some valuable information on jQuery intellisense support in Visual Studio 2008.
Here are few steps which you need to follow.
For more detail on jQuery subject, please visit Setting up Visual Studio Intellisense for jQuery.
Here are few steps which you need to follow.
- Make sure you already have SP1 for VS 2008. Otherwise you need to install it.
- Install patch KB958502 - JScript Editor support for “-vsdoc.js” IntelliSense files.
- Download the visual studio documentation from jQuery website.
For more detail on jQuery subject, please visit Setting up Visual Studio Intellisense for jQuery.
Wednesday, October 21, 2009
ASP.NET Validation Controls
Once again, I am writing a very short blog post on ASP.NET validation controls. These are six validation controls. You can see them in following snapshot of toolbox wrapper.

Except ValidationSummary, all of the validation controls have following two common properties.
Your suggestions and comments are always welcome, let me know so I can improve it.
AS a part of social networking campaign I have setup twitter account for programming360 blog. You can follow it @ http://twitter.com/Programming360
Except ValidationSummary, all of the validation controls have following two common properties.
- ControlToValidate: The ID of the form field being validatd.
- Text: The error message displayed when validation fails.
Your suggestions and comments are always welcome, let me know so I can improve it.
AS a part of social networking campaign I have setup twitter account for programming360 blog. You can follow it @ http://twitter.com/Programming360
Tuesday, October 20, 2009
MSDN re-design
MSDN got new look. Several year it maintains its maroon color them. But, now it is using dark blue color, which is cool in my opinion. MSDN is ultimate resource for Microsoft platform developer. Earlier this year .Net logo was also changed to wave symbol with dark and light blue mixture of color. New re-design of MSDN library also follow the same color. It shows consistency in online business of Microsoft Corporate.
Friday, October 16, 2009
Page Execution Lifecycle
Here is the sequence of events that are raised whenever you request an ASP.NET page.
- PreInit
- Init
- InitComplete
- PreLoad
- Load
- LoadComplete
- PreRender
- PreRenderComplete
- SaveStateComplete
- Unload
Wednesday, October 7, 2009
Trilogy Stickers for Stackers
I got my Trilogy Stickers (League of Justice Stickers) three days ago, I immediately took a shot, so I can post it on Meta site of Stackoverflow. Stickers are cool and now I will paste them on my car, computer and router. Once I done with that, I will post some more pictures.

Labels:
Community,
Forum,
programming,
Stackoverflow
Subscribe to:
Posts (Atom)
