Archive for October, 2007
Experiments with cascading style sheets
Every once in a while, I like to use StumbleUpon to see what’s out there. Tonight, I found this site. This is probably the best CSS site I’ve seen yet. Not just a bunch of how-to articles, but a lot of practical working examples that you can use right now.
Experiments with cascading style sheets
DotNetNuke Tweak FOR SEO
DotNetNuke does a pretty decent job of being optimized for the search engines. But, while tweaking one of my sites today, I realized there is one place where there is room for improvement.
Editing in a GridView without switching to Edit mode.
I just saw a question about this yesterday and realized that while I know how to do this, not everyone does. So, here we go…
Here’s the problem. You want to be able to edit all of the rows in the gridview at once instead of having to switch to edit mode and save one row at the time. Normally, you’d want to do this when only a couple of items need to be changed per row and not the entire row’s worth of data.