Archive for December, 2003

26 Dec 2003

Color Schemer Tool

No Comments Design, Utilities, Web Development

Being web based solution provider, branding and code scheme is one of my concerns while conceptualizing and developing web interfaces. Luckily I found a nice tool that can suggest perfect color combination based on my base color.

Check out Color Schemer tool.
Color Schemer

It’s just a matter of few clicks to browse through various matching colors provided by this tool and come up with some nice harmonious color schemes.

Online version is also available at:
Color Schemer Online

21 Dec 2003

Managing ASP.NET Navigation

No Comments ASP.NET

Managing ASP.NET Navigation by Mike Gunderloy — In ASP.NET based application, you can navigate user between web forms using variety mechanisms like using hyperlinks, Response.Redirect, Server.Transfer, or Server.Execute. Mike Gunderloy explains in detail about these navigation methods and which one is more appropriate for your requirement.