Firoz Ansari's Weblog

December 2003 - Posts

Color Schemer Tool

Being a web developer, color scheme is one of my concerns while developing web-based application.
Look what I discovered, a Color Schemer tool.
Visit at
http://www.colorschemer.com/

Its just a matter of few clicks to come up with some great harmonious color schemes

Online version is also available.
Visit at
http://www.colorschemer.com/online.html

 

Managing ASP.NET Navigation

Managing ASP.NET Navigation by Mike Gunderloy -- In an ASP.NET application, you can move between Web Forms in a variety of ways: with hyperlinks, with Response.Redirect, with Server.Transfer, or with Server.Execute. Mike Gunderloy takes a look at these various navigation methods and help you choose the appropriate one for your application.

More Posts