By Stefan Holmberg on September 26th, 2007
This time I am giving you the ASP.NET code for creating a Suckerfish menu in ASP.NET. I really like the multiple level/hover shows next level type of menus like in these screenshots:
I keep trying to push for JQuery – not only is it small, wellwritten, MIT licensed (allows for use and distribution in commercial projecvts as [...]
By Stefan Holmberg on September 6th, 2007
Here’s a ASP.NET and JQuery based tree viewer example. I’m using Jörn Zaefferers treeview for the javascript tree rendering for the simple reason it’s completely unobtrousive. You mark the tree up by regular ul/li structure – meaning if someone doesn’t have Javascript activated (say a search engine spider for one example) they will be still [...]
By Stefan Holmberg on August 9th, 2007
Finally I have managed to fix the search box here at aspcode.net. I upgraded CMS, changed the layout and everything but didn’t manage to get everything up and running before by summer vacation. Anyway – have you tried the search box? It is one of those watermark textboxes - meaning it has a descriptive value (such as Search…) or [...]
By Stefan Holmberg on May 25th, 2007
I have gotten a lot of questions on how I have implemented the "lightbox" screenshots viewer at AdMentor.net. To see what I mean just go to AdMentor.net, scroll down to the bottom (Some screenshots) and click on one of the images.
It starts a slideshow and you can click on next/prev to browse through all [...]