Warning! Dae.bin Being Silently Updated Through XBOX LIVE

Bad news for all users using flashed Xbox360, Microsoft “released” a new silent protection. If you have an error when you want to start a game like MW3, Rage, NFS The Run or Batman Arkham City resulting an error like “Can not read disk”,that’s mean your console is flag’d by Microsoft… Stay away from XBOXlive when you are using backup disc, or use xKey…

Continue reading “Warning! Dae.bin Being Silently Updated Through XBOX LIVE”

Printing a Book with CSS

HTML and CSS, two of our favorite acronyms, are normally associated with web pages. And deservedly so: HTML is the dominant document format on the web andCSS is used to style most HTML pages. But, are they suitable for off-screen use? CanCSS be used for serious print jobs? To find out, we decided to take the ultimate challenge: to produce the next edition of our book directly from HTML and CSS files. In this article we sketch our solution and quote from the style sheet used. Towards the end we describe the book microformat (boom!) we developed in the process.

Continue reading “Printing a Book with CSS”

WebKit-Specific Style: -webkit-appearance

I was recently scoping out the horrid source code of the Google homepage when I noticed the "Google Search" and "I’m Feeling Lucky" buttons had a style definition I hadn’t seen before:  -webkit-appearance.  The value assigned to the style was "push-button."  They are buttons so that makes sense but I was curious as to the possible values available for that style.  What I found was that there are a *ton* and that you can set any HTML element to look like a completely different element.

Continue reading “WebKit-Specific Style: -webkit-appearance”