Tuesday, July 01, 2008
How to Hide Formview Rows Conditionally
Here’s a solution for conditionally hiding rows in Formview.
Monday, June 23, 2008
Ajax Loading Animation Images
Ajaxload has tons of little Ajax-style loading animation images. The generator allows you to choose background and foreground colors for a completely customized image to fit into your design. I used this to generate a graphic for use within the UpdateProgress control on an ASP.NET project.
Ajax • Web Design • Comments (0) • Trackbacks (0) • Permalink
Sunday, May 11, 2008
Moving from ExpressionEngine to WordPress
Want to move your blog from the ExpressionEngine platform to WordPress? This is a great tutorial on how to accomplish this. I used this technique to convert my other ExpressionEngine website back to WordPress, and it worked amazingly well.
Content Management Systems • ExpressionEngine • WordPress • Comments (0) • Trackbacks (0) • Permalink
Wednesday, April 16, 2008
Bulletproof HTML
Bulletproof HTML: 37 Steps to Perfect Markup gives tons of answers to some of the more technical aspects of HTML - validation, encoding, and writing semantic markup.
Monday, April 14, 2008
Cross Browser Custom Scrollbars
If you want to replace the ugly default OS scrollbars fixed width and/or height boxes in your CSS layout with custom scrollbars, fleXcroll is definitely the way to go. I also tried jScrollPane, but found fleXcroll simpler to implement. Also, Safari 3.1 did some very strange things with jScrollPane - the scrollbar placement was off, and the overflow: auto; property seemed to be ignored. (This was one of the most compelling reasons for me to go with fleXcroll - the website project I am using this for has a fairly high percentage of Mac users.)
CSS • Javascript • Web Design • Comments (0) • Trackbacks (0) • Permalink
