WMD is a simple, lightweight HTML editor for blog comments, forum posts, and basic content management. You can add WMD to any textarea with one line of code. Add live...
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve been playing and experimenting with controls we call “custom buttons...
...which (for example) return a resource, but return it all wrapped up in the HTML needed to display it as a form for browser-based editing...
This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction system for Ruby...
In a nutshell, Bowline lets you build cross platform desktop applications with Ruby, HTML and JavaScript. The idea is to make building desktop apps as simple (and fun) as building...
...jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript. It's a simple, light-weight plugin with a few simple methods for...
Simple shell utility to convert html to pdf using the webkit rendering engine, and qt...
While IE9 does support HTML5 tags, it fails to work until you force HTML5 mode. Here are two ways to do that. Option 1: Doctype Make sure your HTML document...
...uses HTML5. It should start like this: Option 2: Magic meta tag If you can not set a doctype, you use the X-UA-Compatible meta tag in your HTML...
...image editing before rendering the favicons, in all needed sizes, formats and with the HTML needed to include them! In Rails applications with Haml: put all the favicon files into...
store the HTML to app/views/layouts/_favicon.html add = render 'layouts/favicon' to in your application layout(s) ... and you're all set...
...a nasty bug which sometimes prevents it from rendering the shadow properly. Consider this HTML: Hello universe While it works in other browsers, IE9 is not showing any shadow. For...
...Although this does the trick, you need to set a zero cellspacing in the HTML (or border-spacing in CSS, if possible) to avoid space between table cells.\
...encounter problems with timing - For example if your test runs faster than your application, html elements may not yet be visible when the test looks for them. That's why...
RackTest RackTest is a simple browser simulator that is just aware of plain HTML represented as a string (HTTP response body). It does not evaluate CSS or JavaScript. It...
...of time in the long run. It will also instantly reload changes to your html views. Simply follow the instructions below, taken from blog.55minutes.com. Install CSS live reload (only once...
...iPhone|iPad|Windows Phone|Opera Mobi|Kindle|BackBerry|PlayBook)\b/i end In your layout: %html %body{ :class => 'touch_device' => ('true' if touch_device?)} In your application.js: var TouchDevice = (function() {
...client, it's best practice to put script tags at the bottom of the HTML. This way, the page can start to render before scripts have been loaded and run...
Consider this HTML: Click me! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! If you want the actions element to float on the left, you'd...
...align a div box inside a div container. This is how you do it: HTML Some text... in two lines. CSS Set the line-height to the container's (implicit...
...do it (also try this jsfiddle). The children need to be block elements. The HTML ... The CSS .parent { display: table-cell; vertical-align: middle; width: 500px; height: 300px; } .child {}
No one wants to cry over regression issues in views; does testing HTML and CSS have to be such a back and forth between designers and devs? Why is it...
Download the dictionary from http://www.winedt.org/dict.html, e.g. http://www.winedt.org/dict/de_neu.zip unzip de_neu.zip mkdir ~/Documents/dic iconv -f UTF-16 -t...
...the case, you can omit this part. */ .absoluteCenter { max-height: 100%; max-width: 100%; } HTML Paragraph goes here...
Best results in other decks
If there's any HTML in your I18n string, remember to add "_html" to its name...
JS Utility that triggers an event when an HTML element is scrolled in to the viewport...