Print a Web Page Using JavaScript and CSS (resources)

Some tutorials and articles:

Boxes and Arrows
http://www.boxesandarrows.com/view/printing_the_web

Tutorial: Printing using JavaScript
http://nice-tutorials.blogspot.com/2009/05/print-using-javascript.html

StackOverflow on printing using JavaScript and dojo
http://stackoverflow.com/questions/764978/print-using-javascript
http://stackoverflow.com/questions/2396027/dojo-dijit-and-printing

Eric Meyers on A List Apart (old article but still has relevance)
http://www.alistapart.com/articles/goingtoprint/

Create a mobile version of a website with CSS3 Media Queries and Flexible Grids

“Mobile devices are providing the base at which we completely reevaluate how we develop for the web.”

Responsive Web Architecture and Design means that one reshapes the design and experience to accommodate what  site visitors need based on their screen size.

This approach utilizes media queries along with a flexible grid and flexible images to create a layout that is responsive and adaptable to the user. Using a flexible grid for the design allows the design proportions to remain intact.

Continue reading

Design Web Products and Sites for Mobile First. Simplify and Prioritize!

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away. -Antoine de Saint Exupery

Design web products for mobile first. This forces you to simplify and prioritize: to focus on the main function of the site. On websites as with iPhone applications, the main function should be immediately available.
Continue reading