Posted in Programming on May 28th, 2006
You need a picture or two for your next project mock-up.
You need it now.
You don’t want to pay a lot, it’s only a mock-up!
There are several websites that will sell you a nice, high-resolution image for cheap. Today’s find:
http://www.dreamstime.com/
Web licensing for as low as $0.74 per picture. They also give you seven free [...]
Read Full Post »
Posted in ASP.NET on May 18th, 2006
The new ASP.NET 2.0 TreeView control is pretty handy. It can function as a normal treeview - where you can add/remove treenodes to the nodes collection. It can also serve as a site navigation tree. In this mode each node on the tree becomes a hyperlink to another webpage. The hyperlink gets its Href from [...]
Read Full Post »
Posted in ASP.NET on May 18th, 2006
I fixed a bug this morning on our clients ASP.NET 2.0 website. The site uses the ASP.NET 2.0 Login control. If the user logged in with one account, logged out and attempted to login again they were not redirected to the destination page.
I coded the following in the Login control Authenticate event and it appears [...]
Read Full Post »