adamtibi

Stories submitted by adamtibi

Building better web forms: Validation best practices(jankoatwarpspeed.com)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Validation is a very important aspect in web forms development and should be planned carefully. Well designed validation can favorably affect the user experience and can speed up the filling of forms. Poor validation can make considerable damage to the system and user experience. Not having any kind of validation is out of the question. read more...

add a comment |category: |Views: 24

tags: another

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Working with other colleagues, I found these C# syntaxes are still not well-known and used read more...

4 comments |category: |Views: 1236

tags: another

UK Software Consultant Nightmare: The IT Recruiting Agents(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

The definite guide to the tricks and tactics employed by some IT recruting agents that made the UK software consultant's recruting process a nightmare. read more...

add a comment |category: |Views: 427

tags: another

HttpSecureCookie, A Way to Encrypt Cookies with ASP.NET 2.0(codeproject.com)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Discussing how to encode and tamper-proof text and cookies using the MachineKey, by using reflection. read more...

add a comment |category: |Views: 109

tags: another

Multiple Fields Validator - An ASP.NET Validation Control(codeproject.com)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Discussing the MultipleFieldsValidator that validates a group of fields in which at least one is required, like phone number, mobile phone number, or email. It inherits the BaseValidator and uses some new cool ASP.NET 2.0 features. read more...

add a comment |category: |Views: 167

tags: another

Five XHTML Elements You Didn't Know But Were Afraid to Ask(codeproject.com)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Exploring five useful XHTML/HTML elements that are important but not commonly used. Moreover, pointing to their relation with Internet Explorer, Firefox, and ASP.NET. read more...

add a comment |category: |Views: 10

tags: another

How Not To Compromise Security Through ASP.NET Validators(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

A guide to closing some security holes that might be left open when using or building ASP.NET Validator controls. read more...

add a comment |category: |Views: 280

tags: another

The Three Steps of Building an ASP.NET Validator Control(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

A clear walkthrough on how to build an ASP.NET validator control in three steps with an example of how to apply this to build a credit card number validator. read more...

add a comment |category: |Views: 149

tags: another

Google Sandbox: When? Why? And How to Dump it!(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Your website does not appear on search engines, there is a probability that it is sandboxed. This post tells you what is a sandbox and how to avoid it. read more...

add a comment |category: |Views: 6

tags: another

Three Rules That ASP.NET Developers Should Know About SEO(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. read more...

add a comment |category: |Views: 519

tags: another

Two ASP.NET/VS 2008 Performance Tricks That Even Microsoft Didn't Know(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Two interesting ASP.NET with Visual Studio 2008 performance tips that were not documented and discovered by chance read more...

2 comments |category: |Views: 700

tags: another

LINQ to SQL: The Data Access Layer (DAL) Shrinker(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 5 months ago

Focuses on the way LINQ has affected the way we implement our data access layer and reduced the written code and argues about the advantages of "shrinking" the DAL. The post also shows code snippets before and after introducing LINQ. read more...

add a comment |category: |Views: 125

tags: another

Response.Redirect and Server.Transfer Demystified(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 6 months ago

Detailed comparison between ASP.NET's Response.Redirect and Server.Transfer read more...

1 comment |category: |Views: 19

tags: another

How to HTTP Post in .NET and handle the 500 errors(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 6 months ago

Doing an HTTP post via .NET and handling the returned 500 error and getting access to the returned mesage. read more...

add a comment |category: |Views: 12

tags: another

Check Validator - An ASP.NET Validator Control(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 11 months ago

Check validator is an ASP.NET validator control to validate if a check box or radio button is checked. A Typical use is with the "Terms and Conditions" checkbox. read more...

add a comment |category: |Views: 11

tags: another

Session Keep-Alive Web Control(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 11 months ago

An ASP.NET web control to keep the session alive and prevent expiration. This can be used on long form pages and it is easy to integrate. read more...

add a comment |category: |Views: 40

tags: another