Creating Print CSS stylesheets
Rather than adopt a paged media model for printing HTML5/CSS pages let's look at how to move our content to make for a better printing experience. The idea for this stylesheet came from Evernote's...
Rather than adopt a paged media model for printing HTML5/CSS pages let's look at how to move our content to make for a better printing experience. The idea for this stylesheet came from Evernote's...
CSS Shapes (spec) allow you a finer grained control of how you flow the text around shapes and images. Only Chrome and Opera (both using the Blink rendering engine) and the beta version of Safari (iOS...
The landscape for CSS regions has changed drastically since the last time I visited the technology. Since the last post about the technology (published in October, 2013) the following events took...
In creating ebooks we need to pay attention to files size... Modern fonts have many more characters than we use in normal books. Subsetting the fonts will allow us to decrease the size of the font by...
There are two new @rules in CSS (well, they may not be new but they are new to me) that open an awesome set of possibilities for CSS development with or without a pre-processor. @namespace # CSS...
After creating all the content for an ebook there is still more work to do and I can't always remember the exact commands to run to finish the book. I do remember that I have to do the...
Ever since I wrote my original research on paged media the specs have changed considerably. Here's an update based on the following specifications: CSS Paged Media Level 3 Working Draft from...
HTML is the final product # In researching the technologies and tools that I use when developing digital content I've come across multiple discussions about what's the best way to create HTML for X...
Epubcheck 4 is in the horizon, you should take another look at your books. ePubcheck 4, the IDPF validator is currently in Alpha and available for download if you want test it. I downloaded it and...
One of my earliest experiments in data visualization was to create visualization of the CSS properties as they are documented in the Web Platform Documentation project. Now that it's in a shape where...