42 private links
The table below shows the 107 elements currently in the
HTML5 working draft. You can also view how HTML5 elements are used on any site.
Jade is a high performance template compiler heavily influenced by Haml and implemented for PHP 5.3.
This interactive documentation illustrates the most important features of the Jade templating language. You can play around with the examples and watch the html output in real time.
Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.
This article discusses current RGBA browser support and ways to use RGBA backgrounds in non-supporting browsers. Bonus gift: A PHP script of mine that creates fallback 1-pixel images on the fly that allow you to easily utilize RGBA backgrounds in any browser that can support png transparency. In addition, the images created are forced to be cached by the client and they are saved on the server’s hard drive for higher performance.
In CSS we have many ways to style things in any way we want. When it gets to forms though, things get a little complicated. Text inputs are easy, but checkboxes and radio buttons are very difficult to style with CSS. In this tutorial I’ll show you exactly how to style these inputs and make awesome forms with just CSS!
I’d like to share a small tip about handling color variables. First - descriptive variables (like $lightblue:#001eef), than redefine them with meaningful variables (like $linkcolor: $lightblue).
0to255 is a simple tool that helps web designers find variations of any color.
Starkers is a bare-bones WordPress theme created to act as a starting point for the theme designer. Free of all style, presentational elements, and non-semantic markup, Starkers is the perfect ‘blank slate’ for all your WordPress projects.
Built around the HTML5 Boilerplate, Bones is a rock solid foundation to start any WordPress project. Keep what you need, remove what you don't. It's totally up to you.
I think it’s great if a CSS developer wants to learn the ins and outs of specificity, because it is an important aspect of how CSS works. But I’m going to put forth an argument here that CSS specificity is quite overrated and, in fact, learning about CSS specificity has the potential to degrade the quality of your code.
Рвота у кошек бывает острой и хронической. Диагностический и терапевтический подходы при двух формах рвоты различаются. При острой рвоте у кошки чаше всего требуется простое симптоматическое поддерживающее лечение, тогда как при хронической рвоте — проведение специфических методов диагностики до начала назначения соответствующей терапии. Некоторые здоровые кошки отличаются склонностью к рвоте, у которых она носит физиологический характер.
QLMarkdown is a simple QuickLook generator for Markdown files. It renders a preview of the selected Markdown file using Discount -- a C implementation of John Gruber's Markdown.pl script.
Or, less presumptuously: How to name and apply classes and id’s for flexibility, future-proofing, and maintainability.
This is a feature comparison of text editors on iOS. The information was compiled by the web community on an open Google spreadsheet. I cannot vouch for its current accuracy, but will be verifying everything as I’m able. It’s meant to help you find the most useful way to write, code or take notes for your personal needs. Every editor is geared toward a slightly different purpose, with their own strengths and focus.
Earlier this year, I promised myself that I would get more work done using the iPad. The plan was an ambitious one: after three years of writing, researching, and online communication done exclusively using my MacBook (and, perhaps to an extent, my iPhone) switching to the iPad as my main work machine did indeed seem like a daunting task at first. Yet the more I thought about it, the more I realized the long-term benefits of giving the iPad a fair chance as a full-time writing tool would outnumber the perks of using a device I am accustomed to. With a mature ecosystem of apps that sees great new software coming out every week and a Retina display on the horizon, starting to use the iPad as my main computer was an investment.
When you’re migrating WordPress (or any other platform using serialized PHP strings in the database) between domains, you must use a safe search and replace method that preserves the integrity of the serialized string lengths. A simple of a dump file for http://localhost to, for example, http://thenewdomain.com is problematic because the length of the string changes but the indexes for the serialized strings does not. Consequently settings are lost and widgets disappear. Not good.