Warning: Cannot modify header information - headers already sent by (output started at /home/sideacro/www/www/wp-config.php:153) in /home/sideacro/www/www/wp-includes/feed-rss.php on line 8
http://sideacross.com Mon, 23 Mar 2009 23:38:10 +0000 http://backend.userland.com/rss092 en It all started with the level element After many years teaching web design I came to the realization that most professional designers don't know how to properly nest tags. Now, you would probably ask, why is this important? the answer is CSS and the Doctype. It all started with block level and inline level elements. Unfortunately, this should ... http://sideacross.com/it-all-started-with-the-level-element Creating Tabs with Axure RP 5 Axure RP is one of the best tools there is for quick prototyping. With Axure you can easily wireframe all your concept pages and with a click of a button allow the application to generate a requirements document for you, how sweet is that?! Unfortunately, one key component for any page ... http://sideacross.com/creating-tabs-with-axure-rp-5 CSS Conditional Comments A common practice among designers, specially when it comes to cross-browser sites, is the use of Conditional Comments (Statements). Conditional Statements give you the control you need to select and load an given stylesheet depending merely on the browser the user is using or an specific version of it. Although some sites ... http://sideacross.com/21