earth2marsh + html 92
Chrome Web Store - Pick HTML from open tab
8 days ago by earth2marsh
Pick HTML is an extension that allows you to grab the HTML from any currently running tab and bring it in to your application using…
Pick HTML is an extension that allows you to grab the HTML from any currently running tab and bring it in to your application using the Web Intents API.
Simple invoke a service that calls the "http://webintents.org/pick" intent with the following data type "text/html"
html
webintents
intents
extension
chrome
Pick HTML is an extension that allows you to grab the HTML from any currently running tab and bring it in to your application using the Web Intents API.
Simple invoke a service that calls the "http://webintents.org/pick" intent with the following data type "text/html"
8 days ago by earth2marsh
Using CSS without HTML · Mathias Bynens
february 2012 by earth2marsh
Interesting that you can apply link elements via header
css
hacks
html
link
links
headers
february 2012 by earth2marsh
HTML Elements and Attributes
january 2012 by earth2marsh
slick little quick reference
elements
html5
html
reference
webdev
january 2012 by earth2marsh
DocumentUp
january 2012 by earth2marsh
"Instantly beautify your Github repositories' README.md with DocumentUp. This site has been generated with it.
Essentially, it parses your readme's markdown into a clean and simple documentation website. Made especially for your gh-pages branch, all you need is a single index.html file that includes the DocumentUp script.*
* Some configuration required"
documentation
git
github
html
markdown
Essentially, it parses your readme's markdown into a clean and simple documentation website. Made especially for your gh-pages branch, all you need is a single index.html file that includes the DocumentUp script.*
* Some configuration required"
january 2012 by earth2marsh
The Trello Tech Stack - Fog Creek Blog
january 2012 by earth2marsh
Uses backbone, mustache, node, redis…
"The Trello servers serve virtually no HTML. In fact, they don’t serve much client-side code at all. A Trello page is a thin (2k) shell that pulls down the Trello client-side app in the form of a single minified and compressed JS file (including our third-party libraries and our compiled CoffeeScript and Mustache templates) and a CSS file (compiled from our LESS source and including inlined images). All of that comes in under 250k, and we serve it from Amazon’s CloudFront CDN, so we get very low-latency loads in most locations. In reasonably high-bandwidth cases, we have the app up and running in the browser window in about half a second. After that, we have the benefit of caching, so subsequent visits to Trello can skip that part.
In parallel, we kick off an AJAX data load for the first page’s data content and try to establish a WebSocket connection to the server"
stack
trello
backbone
javascript
html
html5
"The Trello servers serve virtually no HTML. In fact, they don’t serve much client-side code at all. A Trello page is a thin (2k) shell that pulls down the Trello client-side app in the form of a single minified and compressed JS file (including our third-party libraries and our compiled CoffeeScript and Mustache templates) and a CSS file (compiled from our LESS source and including inlined images). All of that comes in under 250k, and we serve it from Amazon’s CloudFront CDN, so we get very low-latency loads in most locations. In reasonably high-bandwidth cases, we have the app up and running in the browser window in about half a second. After that, we have the benefit of caching, so subsequent visits to Trello can skip that part.
In parallel, we kick off an AJAX data load for the first page’s data content and try to establish a WebSocket connection to the server"
january 2012 by earth2marsh
The Trello Tech Stack - Fog Creek Blog
january 2012 by earth2marsh
Uses backbone, mustache, node, redis…
"The Trello servers serve virtually no HTML. In fact, they don’t serve much client-side code at all. A Trello page is a thin (2k) shell that pulls down the Trello client-side app in the form of a single minified and compressed JS file (including our third-party libraries and our compiled CoffeeScript and Mustache templates) and a CSS file (compiled from our LESS source and including inlined images). All of that comes in under 250k, and we serve it from Amazon’s CloudFront CDN, so we get very low-latency loads in most locations. In reasonably high-bandwidth cases, we have the app up and running in the browser window in about half a second. After that, we have the benefit of caching, so subsequent visits to Trello can skip that part.
In parallel, we kick off an AJAX data load for the first page’s data content and try to establish a WebSocket connection to the server"
stack
trello
backbone
javascript
html
html5
"The Trello servers serve virtually no HTML. In fact, they don’t serve much client-side code at all. A Trello page is a thin (2k) shell that pulls down the Trello client-side app in the form of a single minified and compressed JS file (including our third-party libraries and our compiled CoffeeScript and Mustache templates) and a CSS file (compiled from our LESS source and including inlined images). All of that comes in under 250k, and we serve it from Amazon’s CloudFront CDN, so we get very low-latency loads in most locations. In reasonably high-bandwidth cases, we have the app up and running in the browser window in about half a second. After that, we have the benefit of caching, so subsequent visits to Trello can skip that part.
In parallel, we kick off an AJAX data load for the first page’s data content and try to establish a WebSocket connection to the server"
january 2012 by earth2marsh
*[data-markdown] - use markdown, sometimes, in your HTML — Gist
november 2011 by earth2marsh
"In prototypes and HTML-based slide decks, it's pleasant to write in markdown sometimes and avoid all those angle brackets.
So the idea is you're operating in an HTML environment but a few shortcuts would help so use markdown here and there."
HTML
markdown
web
paul_irish
gist
script
from delicious
So the idea is you're operating in an HTML environment but a few shortcuts would help so use markdown here and there."
november 2011 by earth2marsh
Live.js - One script closer to Designing in the Browser
april 2011 by earth2marsh
"Just include Live.js and it will monitor the current page including local CSS and Javascript by sending consecutive HEAD requests to the server. Changes to CSS will be applied dynamically and HTML or Javascript changes will reload the page."
javascript
development
css
html
webdev
from delicious
april 2011 by earth2marsh
Tempo :: The tiny JSON rendering engine by TwigKit
april 2011 by earth2marsh
Tempo is a tiny JSON rendering engine that enables you to craft data templates in pure HTML.
javascript
json
template
jquery
html
from delicious
april 2011 by earth2marsh
JQuery HowTo: How to get full html string including the selected element itself with jQuery's $.html()
april 2011 by earth2marsh
"Here is the code to get jQuery selector's HTML including its own:<br />
<br />
var html = $('<div>').append($('#top').clone()).remove().html();"
jquery
html
howto
from delicious
<br />
var html = $('<div>').append($('#top').clone()).remove().html();"
april 2011 by earth2marsh
ShowOff
april 2011 by earth2marsh
Slick presentations
Presentations
Html
Slides
Opensource
Ruby
Javascript
from delicious
april 2011 by earth2marsh
Code Standards | Isobar
april 2011 by earth2marsh
This document contains normative guidelinesfor web applications built by the Interface Development practice of Isobar North America (previously Molecular). It is to be readilyavailable to anyone who wishes to check the iterative progress of our best practices.
Standards
Best_practices
Coding
Development
Ui
Javascript
css
Html
from delicious
april 2011 by earth2marsh
Google: HTML, CSS, and Javascript from the Ground Up - Google Code University - Google Code
september 2010 by earth2marsh
"Are you looking for a basic understanding of how UIs are created on the web or who wants to brush up outdated UI development knowledge? Or maybe you'd like to learn more about the medium you're designing for and gain basic tools for prototyping designs? Do you want a better understanding of the web and how Google makes the pages that are its face to the world? If so, "HTML, CSS, and JavaScript from the Ground Up" is for you."
css
javascript
html
html5
tutorial
learning
google
webdev
september 2010 by earth2marsh
jsdom + jQuery in 5 lines with node.js - blog.nodejitsu.com - scaling node.js applications one callback at a time.
september 2010 by earth2marsh
"So to sum up here, there are some key benefits that doing your screen scraping with node.js, and jsdom provide: Works with the same battle-hardened DOM libraries used in production every day. Node.js is blazing fast and designed for exactly these kind of highly asynchronous coding tasks. Easy to use and deploy with new tools like nodejitsu."
nodejs
node
howto
html
javascript
scraping
webdev
jquery
september 2010 by earth2marsh
pyquery: a jquery-like library for python — pyquery v0.3 documentation
july 2010 by earth2marsh
"make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation. This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself “Hey let’s make jquery in python”. This is the result."
jquery
parser
python
scraping
tools
xml
framework
development
markup
html
library
opensource
july 2010 by earth2marsh
A List Apart: Articles: Responsive Web Design
may 2010 by earth2marsh
Responsive design emerging as the importance of flexibility increases as screens fragment
fluid
inspiration
usability
webdesign
webdev
media
ala
design
development
grid
html
css
may 2010 by earth2marsh
HTML5 presentation
april 2010 by earth2marsh
Outstanding HTML5 presentation & demo done completely using HTML5: (via @flyosity)
ajax
canvas
chrome
demo
css
js
html
presentation
slideshow
javascript
features
html5
april 2010 by earth2marsh
Search Engine Optimization (SEO): the good, the bad and the (mostly) ugly » underdog of perfection [ a blog on technology and geek culture by room34 ]
october 2009 by earth2marsh
"Let the information be free. Here, word for word, is the information I include in every proposal I write"
seo
code
html
semantic
bestpractices
advice
howto
list
october 2009 by earth2marsh
Working with relative URLs locally
september 2009 by earth2marsh
"Adding <base href=”http://ax.itunes.apple.com”> inside <head> is a quick one-shot way to deal with relative URLs while working with a local copy of the file."
relative
href
url
urls
html
absolute
local
september 2009 by earth2marsh
Can't get any HTML from the Fetch Page module for particular site | Pipes Suggestion Board
july 2009 by earth2marsh
"Try using this url as your fetch page url: http://cgi.w3.org/cgi-bin/tidy?docAddr=http%3A%2F%2Fwww.rpmchallenge.com&forceXML=on Its basically a service that forces xhtml to pages that aren't exactly well formed. "
pipes
xml
html
scraping
xhtml
force
hack
tip
july 2009 by earth2marsh
rev=canonical: url shortening that doesn't hurt the internet
june 2009 by earth2marsh
"url shortening with a twist. Instead of creating its own super short versions of links, it checks to see if the link owner has published a shortened version of the given page using HTML link element. If not, we just return the original URL. And you should bug the link owner about providing a better alternative."
canonical
shortener
shortening
link
metadata
html
url
webservice
tinyurl
urls
api
shorteners
shorten
june 2009 by earth2marsh
Home - hpricot - GitHub
march 2009 by earth2marsh
"A Fast, Enjoyable HTML Parser for Ruby… a very flexible HTML parser, based on Tanaka Akira’s HTree and John Resig’s jQuery, but with the scanner recoded in C."
parser
scraper
ruby
rails
xml
html
webdev
march 2009 by earth2marsh
Beautiful Soup
february 2009 by earth2marsh
"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: 1) won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away. 2) provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. 3) automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding."
scripting
scraping
python
scraper
opensource
webdev
xhtml
html
xml
development
february 2009 by earth2marsh
Home — genetify — GitHub
december 2008 by earth2marsh
"provides developers with a JavaScript library for doing any number of A/B tests on a site (tweaking CSS, JavaScript, or HTML elements) all trained over time using a Genetic algorithm backend. This means that no matter how many different A/B tests you have on a page the genetic algorithm will adapt to the input (users visiting the page and hopefully achieving some pre-defined goal) and slowly show a more-optimal page layout to the user."
usability
testing
UxD
javascript
css
html
webdev
webdesign
december 2008 by earth2marsh
paulhammond.org: Conditional classnames
october 2008 by earth2marsh
"<!--[if IE ]><body class="ie"><![endif]-->"
via:blech
css
ie
conditional
stylesheets
html
browser
coding
october 2008 by earth2marsh
ishida >> utilities: Unicode code converter
june 2008 by earth2marsh
a bunch of handy text converters including URI
url
encode
convert
converter
javascript
html
xhtml
utility
tools
utilities
unicode
june 2008 by earth2marsh
Adactio: Journal—Browsers on the Move: The Year in Review, the Year Ahead
may 2008 by earth2marsh
overview of current state of browsers, development tools, and trends
browsers
development
firebug
firefox
html
opera
safari
ie
tools
may 2008 by earth2marsh
Speeddial: Easy Access to Bookmarks via HTML - Page 3 - Internet Tablet Talk Forums
february 2008 by earth2marsh
Trick to make a homepage that accesses bookmarks in a finger-friendly way
n800
n8x0
NIT
maemo
html
hack
bookmarks
february 2008 by earth2marsh
Blank Canvas - Gmail HTML Signatures
february 2008 by earth2marsh
automatically insert an HTML signature into your Gmail messages based on the email address that you are sending from. You can create one signature for each account you have set up under "Accounts" in the "Settings" tab.ld work for both compose message and
gmail
signature
tools
greasemonkey
script
scripts
html
accounts
multiple
february 2008 by earth2marsh
Online HTML Editor
january 2008 by earth2marsh
simple online wysiwyg editor. helps beginners generate and cut and paste html code.
editor
html
online
wysiwyg
tools
beginners
january 2008 by earth2marsh
About the Email Standards Project | Email Standards Project
december 2007 by earth2marsh
working with email client developers and the design community to improve web standards support and accessibility in email. The project was formed out of frustration with the inconsistent rendering of HTML emails in major email clients.
email
standards
css
html
december 2007 by earth2marsh
24 ways: Boost Your Hyperlink Power
december 2007 by earth2marsh
discusses rel and rev attributes
microformats
xhtml
html
semantics
links
seo
rel
rev
december 2007 by earth2marsh
Peachpit: Web Design Reference Guide > Cascading Style Sheets Part 6: Styling for Small-Screen Devices
december 2007 by earth2marsh
a series of articles on using media style sheets to design for different contexts—specifically print and small screen devices
CSS
WebDesign
HTML
mobile
guidelines
printing
print
stylesheets
december 2007 by earth2marsh
commadot.com » Blog Archive » The Holy Mail
october 2007 by earth2marsh
an email template to use for a future design tool. Emails, if you don’t know, are not as easy to design as web pages. They are viewed in a wider variety of clients. Some of these clients are downright evil.
email
html
css
template
design
marketing
newsletter
october 2007 by earth2marsh
FBML - Facebook Markup Language
september 2007 by earth2marsh
FBML is an evolved subset of HTML from which we have removed some elements, and added others which are specific to Facebook
facebook
markup
html
FBML
application
september 2007 by earth2marsh
Flickr: Badge Generator
september 2007 by earth2marsh
Because this is always so hard to find
flickr
badge
generator
flash
html
embed
september 2007 by earth2marsh
opencomponentry » Blog Archive » Gmail table column sizing css fun
august 2007 by earth2marsh
using a table-layout: fixed css definition for the table as a whole and then only specifying column width values for the columns that shouldn’t have their content overflow hidden and tucked away behind the rest of the content.
css
table
layout
html
webdesign
email
Google
gmail
august 2007 by earth2marsh
HTML Utopia: Designing Without Tables Using CSS, 2nd Edition - SitePoint Books
august 2007 by earth2marsh
excellent intro to css and layouts
css
howto
book
intro
html
august 2007 by earth2marsh
PSD Tutorial - convert PSD files into HTML files at psdtohtml.com
august 2007 by earth2marsh
step by step tutorial links at the left of the page to learn how to create a PSD file into an HTML website (or an XHTML tableless website)
css
xhtml
tutorial
psd
html
howto
webdev
webDesign
august 2007 by earth2marsh
Fragment Identifiers -- Axioms of Web architecture
august 2007 by earth2marsh
URI reference is a thing you build by taking a URI for an information object, adding a "#" sign and then a Fragement identifier... For HTML, the fragment ID is an SGML ID of an element within the HTML object. For XML, if it is just a word, then it is the
uri
fragment
identifier
anchor
html
programming
coding
reference
august 2007 by earth2marsh
#haml
june 2007 by earth2marsh
a markup language that’s used to cleanly and simply describe the XHTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most
rails
ruby
haml
template
markup
HTML
xhtml
june 2007 by earth2marsh
gotAPI.com - quick developer reference for CSS, HTML, JavaScript, PHP, AJAX, SQL and more
march 2007 by earth2marsh
quick reference for JS, HTML, CSS, etc
reference
css
HTML
javascript
march 2007 by earth2marsh
Firebug - Web Development Evolved
march 2007 by earth2marsh
edit, debug, and monitor CSS, HTML, and JavaScript live in any web page
firefox
extension
development
css
javascript
html
march 2007 by earth2marsh
Allow HTML temp :: Mozilla Add-ons :: Add Features to Mozilla Software
february 2007 by earth2marsh
enable html temporarily when composing in thunderbird
mozilla
thunderbird
html
text
temporary
february 2007 by earth2marsh
Xinha
january 2007 by earth2marsh
WYSIWYG HTML editor component that works in Mozilla based browsers as well as in MS Internet Explorer
wysiwyg
editor
javascript
html
opensource
january 2007 by earth2marsh
Stop spam-bots from harvesting e-mail addresses - Lifehacker
december 2006 by earth2marsh
Simple JS for eliminating mailto: in html
mailto
html
javascript
spam
december 2006 by earth2marsh
A Guide to CSS Support in Email - Campaign Monitor Blog
december 2006 by earth2marsh
Because of the huge variation of support across each email environment, there really isn't any one design approach that will guarantee consistency. Instead, you should take a couple of things into account.
css
email
html
newsletter
reference
design
support
december 2006 by earth2marsh
Vitamin Features » HTML Emails - Taming the Beast
december 2006 by earth2marsh
Should you use CSS or (horror of horrors) tables? And what do you do when images are ‘blocked’?
email
css
html
webdesign
design
reference
howto
newsletters
december 2006 by earth2marsh
How to Code HTML Email Newsletters [HTML & XHTML Tutorials]
december 2006 by earth2marsh
results of my author's hands-on experience creating HTML email newsletters for clients, as well as bits of technical information from the Internet. (Use tables!!!!)
email
html
newsletters
CSS
howto
webdesign
spam
december 2006 by earth2marsh
Nikita the Spider * Bulk/Batch HTML Validation, Link Checking and More
december 2006 by earth2marsh
a service that validates and link checks your entire Web site and reports on what she finds
validation
tools
validator
html
xhtml
spider
web
service
online
standards
testing
december 2006 by earth2marsh
A Simple Character Entity Chart | evolt.org
november 2006 by earth2marsh
appropriate character and numeric entities for your document
HTML
reference
WebDesign
characters
character
symbol
november 2006 by earth2marsh
Bluefish Editor : Home
november 2006 by earth2marsh
powerful editor for experienced web designers and programmers
Editor
software
opensource
html
linux
november 2006 by earth2marsh
Surfin’ Safari - Blog Archive » Understanding HTML, XML and XHTML
september 2006 by earth2marsh
er, future versions of Firefox will remove this quirk, and this kind of behavior is going to be explicitly outlawed by future standards that build on HTML, such as Web Apps 1.0. So we will probably remove this quirk in future versions of WebKit as well. U
xhtml
html
xml
web
standards
webdev
w3c
september 2006 by earth2marsh
related tags
!to_read ⊕ absolute ⊕ accessibility ⊕ accounts ⊕ advice ⊕ ajax ⊕ ala ⊕ anchor ⊕ api ⊕ application ⊕ article ⊕ backbone ⊕ badge ⊕ beginners ⊕ bestpractices ⊕ Best_practices ⊕ book ⊕ bookmarks ⊕ books ⊕ browser ⊕ browsers ⊕ canonical ⊕ canvas ⊕ character ⊕ characters ⊕ chrome ⊕ code ⊕ coding ⊕ conditional ⊕ content ⊕ convert ⊕ converter ⊕ css ⊕ default ⊕ demo ⊕ design ⊕ development ⊕ document ⊕ documentation ⊕ dom ⊕ drupal ⊕ ebook ⊕ ebooks ⊕ editor ⊕ elements ⊕ email ⊕ embed ⊕ encode ⊕ entity ⊕ extension ⊕ extensions ⊕ extraction ⊕ facebook ⊕ FBML ⊕ features ⊕ filters ⊕ firebug ⊕ firefox ⊕ flash ⊕ flickr ⊕ fluid ⊕ force ⊕ form ⊕ forms ⊕ fragment ⊕ framework ⊕ free ⊕ generator ⊕ gist ⊕ git ⊕ github ⊕ gmail ⊕ google ⊕ greasemonkey ⊕ grid ⊕ guidelines ⊕ hack ⊕ hacks ⊕ haml ⊕ headers ⊕ howto ⊕ href ⊕ html ⊖ html5 ⊕ identifier ⊕ ie ⊕ inspiration ⊕ intents ⊕ intro ⊕ javascript ⊕ jquery ⊕ js ⊕ json ⊕ layout ⊕ learning ⊕ library ⊕ link ⊕ links ⊕ linux ⊕ list ⊕ local ⊕ lookup ⊕ maemo ⊕ mailto ⊕ markdown ⊕ marketing ⊕ markup ⊕ media ⊕ metadata ⊕ microformats ⊕ mobile ⊕ mozilla ⊕ multiple ⊕ n8x0 ⊕ n800 ⊕ newsletter ⊕ newsletters ⊕ NIT ⊕ node ⊕ nodejs ⊕ online ⊕ opensource ⊕ opera ⊕ parser ⊕ paul_irish ⊕ pipes ⊕ playground ⊕ presentation ⊕ Presentations ⊕ print ⊕ printing ⊕ programming ⊕ psd ⊕ python ⊕ quote ⊕ rails ⊕ reference ⊕ rel ⊕ relative ⊕ resources ⊕ rev ⊕ roles ⊕ rss ⊕ ruby ⊕ safari ⊕ scraper ⊕ scraping ⊕ script ⊕ scripting ⊕ scripts ⊕ search ⊕ semantic ⊕ semantics ⊕ seo ⊕ service ⊕ shortcut:w3 ⊕ shortcut:w3s ⊕ shorten ⊕ shortener ⊕ shorteners ⊕ shortening ⊕ signature ⊕ Slides ⊕ slideshow ⊕ software ⊕ spam ⊕ spider ⊕ stack ⊕ standards ⊕ stylesheets ⊕ support ⊕ symbol ⊕ table ⊕ template ⊕ templates ⊕ templating ⊕ temporary ⊕ test ⊕ testing ⊕ text ⊕ thunderbird ⊕ tinyurl ⊕ tip ⊕ tips ⊕ tool ⊕ tools ⊕ trello ⊕ trends ⊕ tutorial ⊕ tweets ⊕ twitter ⊕ Ui ⊕ unicode ⊕ uri ⊕ url ⊕ urls ⊕ usability ⊕ utilities ⊕ utility ⊕ UxD ⊕ validation ⊕ validator ⊕ via:blech ⊕ visualization ⊕ w3c ⊕ web ⊕ webdesign ⊕ webdev ⊕ webintents ⊕ webmaster ⊕ webservice ⊕ wiki ⊕ word ⊕ wysiwyg ⊕ xhtml ⊕ xml ⊕Copy this bookmark: