Viewing Category

Current Articles | Categories | Search | Syndication

Articles from Code
Friday, May 18, 2007
Creating Tableless Skins and Containers for DotNetNuke
By Ben Ahlquist @ 5:20 PM :: 2393 Views :: 2 Comments :: :: Articles, Code
Here's one of the best tutorials around for getting started creating a tableless skin for DNN. This article is courtesy of Powerhouse Data.

Note that this is a very elementary approach, but great for beginners who are unfamiliar with implementing CSS in DNN. Also great for those who want to get rid of all those messy table structures in your code!
Read More..
Tuesday, April 04, 2006
Creating rounded corners in CSS with no images
By DNN Creative Magazine @ 8:30 AM :: 1541 Views :: 0 Comments :: Code, CSS Resources
Nifty Corners are a combination of CSS and Javascript to get rounded corners without images. The technique is made up of four essential parts:

   1. CSS file for the screen
   2. CSS file for the print
   3. Javascript library to get Nifty Corners
   4. The Javascript calls to round the elements you want

You can find the full article here: http://pro.html.it/articoli/id_599/idcat_31/pag_1/pag.html
Tuesday, April 04, 2006
Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download
By DNN Creative Magazine @ 8:26 AM :: 1712 Views :: 0 Comments :: Code, CSS Resources
Check out a collection of 40 CSS layouts - lot of learning here and you can download them all in a single zip file as well. Visit the site and let me know your views.

http://blog.html.it/layoutgala/
Monday, March 13, 2006
A min-max that works for all!
By Jonathan Shroyer @ 8:31 PM :: 1298 Views :: 0 Comments :: Articles, Code
I thought I would share the code that I use to make all browsers (except Mac IE5) use the min-max property without any hacks and it validates!
Read More..

January 06, 2009