adamtibi

Stories kicked by adamtibi

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

submitted by adamtibiadamtibi(905) 3 years, 7 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: 26

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, 7 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, 7 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

Dynamic Image Map(msd-bml.blogspot.com)

submitted by M.SDM.SD(170) 3 years, 7 months ago

An extension to you normal Image Map, this one is actually interactive, using javascript instead of having to use Flash. read more...

add a comment |category: |Views: 52

tags: another

Crystal Reports, you little bastard you... (updated)(msd-bml.blogspot.com)

submitted by M.SDM.SD(170) 3 years, 8 months ago

A problem in Crystal Reports + ASP.NET and the solution. read more...

add a comment |category: |Views: 18

tags: another

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

submitted by adamtibiadamtibi(905) 3 years, 8 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: 115

tags: another

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

submitted by adamtibiadamtibi(905) 3 years, 8 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: 170

tags: another

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

submitted by adamtibiadamtibi(905) 3 years, 8 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

Default.aspx Mysteriously Requested(msd-bml.blogspot.com)

submitted by M.SDM.SD(170) 3 years, 8 months ago

Explaining how sometimes Internet Explorer makes a request to the default.aspx page. read more...

add a comment |category: |Views: 12

tags: another

ASP.NET Menu, Click instead of Hover(msd-bml.blogspot.com)

submitted by M.SDM.SD(170) 3 years, 8 months ago

A way to make the ASP.NET Menu Control respond to clicks instead of the default behavior of responding to mouse hover using a javascript override. read more...

add a comment |category: |Views: 245

tags: another

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

submitted by adamtibiadamtibi(905) 3 years, 8 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, 8 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, 8 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, 8 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, 8 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

Path to .NET 3.5 Developer Certification(thearchitect.co.uk)

submitted by mjpaladmjpalad(615) 3 years, 8 months ago

If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...

1 comment |category: |Views: 758

tags: another