Webkit-based web browsers like Safari and Chrome have led web innovation the past few years. Whether its implementing new JavaScript APIs, providing more CSS capabilities than other browsers, or simply providing blazing-fast page rendering, WebKit has been head and shoulders above other browsers in page control and CSS features. One of those subtle features is the ability to control textarea resizing. FireFox will provide this same capability in Firefox 4. Let me show how to control textarea resizing with CSS.
Creating non-selectable text using CSS
The following example shows how you can create non user selectable text by setting the user-select
style to “none” using CSS.
HTML reset structure
Html reset structure default Continue reading “HTML reset structure”
TCPDF is a FLOSS PHP class for generating PDF documents.
Started in 2002, TCPDF is now one of the world’s most active Open Source projects, used daily by millions of users and included in thousands of CMSand Web applications.
Check the examples…
Continue reading “TCPDF is a FLOSS PHP class for generating PDF documents.”
jQuery Print Element 1.2
CSS Media Types
Media Types allow you to specify how documents will be presented in different media. The document can be displayed differently on the screen, on the paper, with an aural browser, etc.