Tag Archives: CSS

CSS Selector to XPath conversion

While playing with a parser experiment that fully supports the CSS selectors syntax and the discovery of the Selectors API I started to think about the transformation from CSS selectors to XPath. Sure I’m not the only one, so I … Continue reading

Posted in Developing, PHP Development, Pressed | Tagged , , , , , , , | 1 Comment

CSS character escape sequences, more on the CSS3 selector syntax (STTS 3 Profile Specification) at W3C.

Posted on by hakre | Leave a comment

QueryPath PHP Library to deal with XML/HTML esay CSS-like access and manipulation. Code available at Github.

Posted on by hakre | Leave a comment

Not that bad: Kickstart & Kickstart for WordPress. Via: wezfurlong style.

Posted on by hakre | Leave a comment

+1: “Mozilla Document Center is by a stretch my favourite. It’s a rapidly growing wiki-based documentation […]. The HTML, CSS and Javascript documentation is really excellent, and going there directly often beats googling.” – via: Het Bijstere Spoor

Posted on by hakre | Leave a comment

Disable Stylesheets in Internet Explorer

Microsofts Browser, the Internet Explorer, is somehow hated by Webdesigners and Developers throughout the world. But still there is discussion over here and there whether or not to support the Browser any longer, for example version 6. I won’t go … Continue reading

Posted in Pressed, Surviving the Internet | Tagged , , , , , , , , , , , , | Leave a comment

QueryPath – Find your Way

QuerPath is another PHP library for working with XML and HTML. Licensed under LGPL/MIT it self-announces it with the following features:

Posted in Hakre's Tips, PHP Development, Tools | Tagged , , , , , , | Leave a comment

Google Font Directory – A Dive into

We’re closer to a better Web-OS these days. Fonts, Codecs and all the gems to come: Google Font Directory just started (official Google Blog Post).

Posted in Pressed | Tagged , , , , , , , , , , , , , | 2 Comments

Tweak Internet Explorer 6 for todays use

I didn’t knew this great Setting for years: As describben in the MSDN, with a simple registry tweak you can disable stylesheets in Internet Explorer 6. Key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Name: Use StyleSheets Value-Type: REG_SZ Possible Values: no or yes Set … Continue reading

Posted in Surviving the Internet | Tagged , , , , , | 1 Comment

Mozilla Jetpack

If you’re a webdeveloper you sometime might have dreamed about creating your own Firefox extension. But you might never wanted to learn all the Details of XUL and XPI. Well, no need to do so any longer with the Mozilla … Continue reading

Posted in Hakre's Tips, Tools | Tagged , , , , , , , , , | Leave a comment

CSS Selector Code Smell

3-2-1: Grab your QC environment and get ready for CSS today because it just does not makes sense to write a CSS Selector like these: Example 1: A bogus selector. Example 2: Can make sense The first example is pretty … Continue reading

Posted in Hacking The Core, Hakre's Tips | Tagged , , , , , , , | Leave a comment

Helium CSS: JavaScript Library to test your CSS usage

All those CSS lines still in use? I’m asking this to myself from time to time when dealing with older sites that evolved over the years. Going through by hand and then? No way Helium CSS to the rescue!. It … Continue reading

Posted in Hakre's Tips, Tools | Tagged , , , , | Leave a comment

CSS Tests and Cheatsheets

Are you sure that selector is working? Better target your audience of browsers by checking some CSS-Tests first. I compiled a little list as of a start: Cheat Sheet / Overview CSS contents and browser compatibility – Quirksmode compatibility tables. … Continue reading

Posted in Pressed | Tagged , , , , , , , , | Leave a comment