earth2marsh + css 196
bartaz/impress.js
10 weeks ago by earth2marsh
"It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com."
prezi
presentations
presentation
opensource
github
javascript
css
html5
10 weeks 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
Tinkerbin
september 2011 by earth2marsh
like jsfiddle or jsbin
tools
javascript
prototyping
css
html5
from delicious
september 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
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
ReCSS: Reload your CSS
july 2010 by earth2marsh
"This little bookmarklet makes refreshing your CSS a breeze. It comes in quite handy when you're developing dynamic applications. Tested in IE and Firefox." javascript:void(function(){var i,a,s;a=document.getElementsByTagName('link');for(i=0;i<a.length;i++){s=a[i];if(s.rel.toLowerCase().indexOf('stylesheet')>=0&&s.href) {var h=s.href.replace(/(&|%5C?)forceReload=\d+/,'');s.href=h+(h.indexOf('?')>=0?'&':'?')+'forceReload='+(new Date().valueOf())}}})();
developer
development
css
bookmarklet
bookmarklets
coding
programming
tool
javascript
dev
july 2010 by earth2marsh
Using YQL with JSONP – James Padolsey
may 2010 by earth2marsh
includes a css to xpath converter in js
yql
yahoo
jsonp
json
css
xpath
javascript
may 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
CSS Border Radius
march 2010 by earth2marsh
super simple way to find the right rounded corners.
border
coding
corners
css
design
tools
tool
rounded
generator
march 2010 by earth2marsh
CSS Injection in Google Docs Forms
november 2009 by earth2marsh
"You can add some new CSS rules as a value of the f parameter: https://spreadsheets.google.com/embeddedform?key=0Ato1MNFt5ld1cExhRTl0c1ZMcF8zcWZJRTNPSGhLQkE&f=;}body{font-size:14pt!important}.ss-q-title{color:green} Here's the result. The most important things to remember: 1. the value has to start with ;} 2. you need to use !important for some of the rules to override existing values 3. check the source code of the form to find the classes used by Google 4. this a trick that may no longer work in the future."
css
hack
google:docs
forms
injection
november 2009 by earth2marsh
color correction for images in Firefox 3.5 at hacks.mozilla.org
june 2009 by earth2marsh
"In a future release of Firefox we are likely to make it possible for people to turn on color correction for tagged images and CSS. You can test this setting today by changing the pref listed on the page on color correction on the Mozilla Developer Center to “Full color management.” In that case untagged images should continue to work as we will be rendering both CSS and untagged images in the sRGB color space. Image support and tools PNG’s can be tagged in three different ways. First they can have an iCCP chunk that contains the associated ICC profile. Second they can be explicitly tagged as sRGB using a sRGB chunk. Finally, they can contain gAMA and cHRM chunks that describe the image’s gamma and chromaticies. Using any of thse methods will cause Firefox to color correct the image. You can remove all of the color correction chunks resulting in an untagged image using pngcrush: pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png"
css
color
mozilla
colors
firefox
rendering
june 2009 by earth2marsh
8 Simple Ways to Improve Typography In Your Designs • Blog Archive • AisleOne
april 2009 by earth2marsh
"8 simple ways you can use CSS to improve your typography and hence the overall usability of your designs. "
design
css
font
typography
reference
april 2009 by earth2marsh
The Spanner - XSS Rays
march 2009 by earth2marsh
"XSS scanner tool that’s written in Javascript called XSS Rays for Microsoft. They have given me permission to release the tool as open source which is awesome because it can be used for other open source applications. I recommend you use it as part of the web development process to make sure you’ve filtered XSS correctly on your application. It works as a bookmarklet and scans any links, paths or forms on the target scanning page (even cross domain). You can add vectors to it quite easily and it includes some of the most common injections I’ve found on sites over the years. I’ve tested it on IE7/IE8 and Firefox but it could work in other browsers."
webdev
opensource
css
scanner
security
testing
hacking
browser
bookmarklet
march 2009 by earth2marsh
Paul Irish » Bookmarklet: Inject new css rules
march 2009 by earth2marsh
clever bookmarklet to add a rule to a page. "javascript:(function(){var%20newcss=window.prompt("new%20css%20rule:");if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var%20tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof%20document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})();"
bookmarklet
css
rule
webdev
insert
march 2009 by earth2marsh
Web Development Bookmarklets
march 2009 by earth2marsh
"These bookmarklets let you see how a web page is coded without digging through the source, debug problems in web pages quickly, and experiment with CSS or JS without editing the actual page."
webdesign
webdev
css
utilities
bookmarklet
bookmarklets
testing
rules
march 2009 by earth2marsh
Selectors
march 2009 by earth2marsh
the official guide to css selectors. for reference!
reference
css
selector
selectors
development
webdev
march 2009 by earth2marsh
qTip - The jQuery tooltip plugin - Home - (Current beta: 1.0.0-beta1)
march 2009 by earth2marsh
qTip is a tooltip plugin for the jQuery framework.
tooltips
ui
plugins
jquery
gui
webdev
css
javascript
march 2009 by earth2marsh
The EqualHeights jQuery Plugin
january 2009 by earth2marsh
set all elements you specify to the same height.
webdev
webdesign
css
jquery
plugin
plugins
javascript
development
heights
equal
height
january 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
Mandarin Design: Text Tricks
october 2008 by earth2marsh
examples of some nice CSS styling, especially first letters and pullquotes
css
inspiration
style
layout
october 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
Help me understand what I need to make my website compliant with IE. | Ask Metafilter
august 2008 by earth2marsh
good introduction to techniques necessary to deal with browser inconsistencies (yes I'm looking at you Microsoft).
webdev
webdesign
css
code
browsers
ie
explorer
august 2008 by earth2marsh
Conditional-CSS
august 2008 by earth2marsh
allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.
css
conditional
webdesign
php
august 2008 by earth2marsh
Firefox: Functional Firefox User Styles
june 2008 by earth2marsh
nice tweaks to improve FF3. check the comments too.
browser
tweaks
userchrome
css
ff3
firefox
scripts
styles
june 2008 by earth2marsh
Turn Firefox 3's Location Bar Yellow at https:// URLs
june 2008 by earth2marsh
userChrome.css tweak: #urlbar[level] .autocomplete-textbox-container { background-color: #FFFFB7 !important; }
tweaks
Firefox
firefox3
userchrome
css
!to_do
june 2008 by earth2marsh
Google Doctype - Google Code
june 2008 by earth2marsh
an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more.
!to_read
google
reference
css
javascript
webdev
resource
community
bestpractices
june 2008 by earth2marsh
Welcome to Tablecloth
june 2008 by earth2marsh
By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love
css
javascript
tables
webdesign
table
june 2008 by earth2marsh
» 8 fonts you probably don’t use in css, but should - Web Design Marketing Podcast & Blog
may 2008 by earth2marsh
Palatino, Tahoma, Impact (really?), Century Gothic, Arials Black & Narrow, Copperplate, Gill Sans, with some info on windows/mac installed base
css
webdesign
fonts
typography
may 2008 by earth2marsh
20 Useful Tools to Make Web Development More Efficient | Six Revisions
may 2008 by earth2marsh
a variety of utilities, optimizers, testing, and debugging tools aimed towards helping developers create websites more efficiently
css
webdesign
tools
Development
javascript
webdev
list
resources
may 2008 by earth2marsh
Styles in Google Docs - Google Docs | Google Groups
may 2008 by earth2marsh
you can now edit your css for a google doc. what i'd like to see is master css rules for google apps.
css
googledocs
tips
formatting
may 2008 by earth2marsh
Kotatsu
may 2008 by earth2marsh
apparently generates nice markup for tables and makes it easy to apply classes to columns/rows.
ajax
automation
class
code
css
webdev
tools
utilities
free
generator
development
programming
resources
xhtml
may 2008 by earth2marsh
Equidistant Objects with CSS - CSS-Tricks
march 2008 by earth2marsh
Creating a horizontal row of objects that are equidistant from each other is another one of those things in web design that is much more difficult than it should be.
css
webdesign
layout
equidistant
align
spacing
positioning
march 2008 by earth2marsh
Ad Blocking for Mozilla, Netscape 7, and Safari
february 2008 by earth2marsh
uses CSS for better performance
adblock
Firefox
css
safari
browser
blocking
ads
hack
february 2008 by earth2marsh
Re-styled Google Reader for 800x480 screens - Internet Tablet Talk Forums
february 2008 by earth2marsh
Use Google Reader? Wish it displayed better on your N800/N810?
n800
os2008
microb
Google:Reader
Google
reader
usercontent
css
hack
style
mod
optimized
mobile
tablet
february 2008 by earth2marsh
The 7 CSS Hacks that we should use
february 2008 by earth2marsh
Box Model, Conditional Comments, min/max width, selectors, :hover, Transparent PNGs
css
webdesign
hacks
ie
design
code
development
coding
webdev
february 2008 by earth2marsh
CSS Text Wrapper
january 2008 by earth2marsh
allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want.
css
webdesign
wrapping
shape
text
generator
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
9 CSS Ethics Every Designer Should Have
december 2007 by earth2marsh
"a close look at some of the most interesting CSS coding structure and listed them below where you can probably use in every project you are developing." (good advice!)
bestpractice
coding
css
development
style
stylesheets
technique
webdesign
webdev
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
Basecamp Tips & Tricks
december 2007 by earth2marsh
using existing CSS to style elements in Basecamp (note to self: check out Highrise options)
37Signals
Basecamp
Tips
formatting
style
css
december 2007 by earth2marsh
Generated content, automatic numbering, and lists
november 2007 by earth2marsh
This property specifies quotation marks for any number of embedded quotations.
quote
quotes
quoting
css
style
before
pseudoelement
november 2007 by earth2marsh
The Principles of Beautiful Web Design
november 2007 by earth2marsh
Nice intro to issues faced with designing pages for the web.
webdesign
design
inspiration
css
process
web
november 2007 by earth2marsh
JavaScript - Get Styles
november 2007 by earth2marsh
you gave a paragraph an width of 50%, but how do you see how many pixels that is in your users' browser?
javascript
css
style
dom
tutorial
offset
pixels
width
november 2007 by earth2marsh
Learn CSS Positioning in Ten Steps: position static relative absolute float
november 2007 by earth2marsh
examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.
css
positioning
tutorial
webdesign
layout
howto
float
position
november 2007 by earth2marsh
A List Apart: Articles: How to Size Text in CSS
november 2007 by earth2marsh
a way to size text that allows designers to retain accurate control of typography, without sacrificing the user’s ability to adjust his or her reading environment
CSS
typography
webdesign
fonts
ems
height
november 2007 by earth2marsh
MRI :: for web developers
october 2007 by earth2marsh
query css selectors using this bookmarklet
css
tools
javascript
bookmarklet
webdesign
browser
selector
webdev
useful
ajax
selectors
style
october 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
Ask The Readers: Best Firefox userchrome.css Tweaks? - Lifehacker
september 2007 by earth2marsh
excellent comments too
firefox
tweaks
css
chrome
interface
enhance
september 2007 by earth2marsh
CSSVista - Edit your CSS code live on Internet Explorer and Firefox - Litmus
september 2007 by earth2marsh
free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously
css
tools
WebDesign
webdev
windows
software
editor
firefox
explorer
ie
live
service
september 2007 by earth2marsh
77 Resources to Simplify Your Life as a Web Designer << Vandelay Website Design
september 2007 by earth2marsh
Good list of CSS, JS, and general webdev resources
css
advice
list
webdesign
resources
webdev
september 2007 by earth2marsh
CSS Properties to JavaScript Reference
august 2007 by earth2marsh
shows equivalencies
javascript
css
reference
web
programming
webdev
style
webdesign
cheatsheet
august 2007 by earth2marsh
Software Development in the Real World: Ultimate Web Development Cheat Sheet Guide
august 2007 by earth2marsh
a cheatsheet for webdev cheatsheets
lists
list
cheatsheet
CSS
reference
javascript
programming
webdev
xml
august 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
Stylish :: Firefox Add-ons
august 2007 by earth2marsh
like greasemonkey for css
firefox
extension
css
addon
style
styles
!installed
august 2007 by earth2marsh
Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework
august 2007 by earth2marsh
"Yet Another Multicolumn Layout" (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users.
framework
css
layout
XHTML
webdev
august 2007 by earth2marsh
blueprintcss - Google Code
august 2007 by earth2marsh
a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.
css
layout
library
webdev
opensource
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
Em Calculator
august 2007 by earth2marsh
a small JavaScript tool which helps making scalable and accessible CSS design. It converts size in pixels to relative em units, which are based on a text size.
css
em
pixels
fonts
coding
webdev
august 2007 by earth2marsh
CSS Juice - Design, Tutorial, Showcase and more » 20 Popular CSS Online Tools and Generators
august 2007 by earth2marsh
list of popular CSS online tools and generators: all these tools are selected due to the design and popularity.
css
webdesign
tools
resources
generator
list
august 2007 by earth2marsh
CSS Specificity: Things You Should Know
july 2007 by earth2marsh
important issues related to CSS Specificity as well as examples, rules, principles, common solutions and resources.
webdev
css
specificity
inheritance
authoring
july 2007 by earth2marsh
CSS: Specificity Wars | And all that Malarkey
july 2007 by earth2marsh
Each character (selector) is given its own Sith power (specificity value) depending on how powerful they are in the ways of the Dark Side. A storm trooper is less powerful than Vader who is in turn less powerful than the Emperor.
css
specificity
reference
webdev
selectors
humor
july 2007 by earth2marsh
related tags
!installed ⊕ !to_check ⊕ !to_do ⊕ !to_read ⊕ 37Signals ⊕ accordion ⊕ adblock ⊕ addon ⊕ ads ⊕ advice ⊕ ajax ⊕ ala ⊕ align ⊕ Apache ⊕ api ⊕ authoring ⊕ automation ⊕ badge ⊕ Basecamp ⊕ before ⊕ bestpractice ⊕ bestpractices ⊕ Best_practices ⊕ blocking ⊕ blockquote ⊕ blog ⊕ book ⊕ bookmarklet ⊕ bookmarklets ⊕ border ⊕ box ⊕ boxes ⊕ browser ⊕ browsers ⊕ bubbles ⊕ button ⊕ buttons ⊕ canvas ⊕ cellphone ⊕ cheatsheet ⊕ chrome ⊕ class ⊕ clear ⊕ clients ⊕ code ⊕ coding ⊕ color ⊕ colors ⊕ community ⊕ comparison ⊕ compression ⊕ conditional ⊕ corners ⊕ cse ⊕ css ⊖ del.icio.us ⊕ demo ⊕ design ⊕ dev ⊕ developer ⊕ development ⊕ dhtml ⊕ doctype ⊕ documentation ⊕ dom ⊕ editor ⊕ em ⊕ email ⊕ ems ⊕ enhance ⊕ equal ⊕ equidistant ⊕ example ⊕ examples ⊕ explorer ⊕ extension ⊕ extensions ⊕ external ⊕ features ⊕ ff3 ⊕ firefox ⊕ firefox3 ⊕ flash ⊕ flickr ⊕ float ⊕ fluid ⊕ font ⊕ fonts ⊕ footer ⊕ form ⊕ formatting ⊕ forms ⊕ framework ⊕ free ⊕ freeware ⊕ generator ⊕ github ⊕ gmail ⊕ google ⊕ Google:Coop ⊕ Google:CSE ⊕ google:docs ⊕ Google:Reader ⊕ googledocs ⊕ graphics ⊕ greasemonkey ⊕ grid ⊕ gui ⊕ guidelines ⊕ gzip ⊕ hack ⊕ hacking ⊕ hacks ⊕ headers ⊕ height ⊕ heights ⊕ hosts ⊕ howto ⊕ html ⊕ html5 ⊕ humor ⊕ icons ⊕ ie ⊕ images ⊕ inheritance ⊕ injection ⊕ insert ⊕ inspiration ⊕ interesting ⊕ interface ⊕ intro ⊕ java ⊕ javascript ⊕ jquery ⊕ js ⊕ json ⊕ jsonp ⊕ languages ⊕ layout ⊕ learning ⊕ library ⊕ lightbox ⊕ link ⊕ links ⊕ list ⊕ lists ⊕ live ⊕ lookup ⊕ maemo ⊕ margin ⊕ marketing ⊕ media ⊕ menu ⊕ menus ⊕ microb ⊕ mobile ⊕ mod ⊕ mootools ⊕ mozilla ⊕ n8x0 ⊕ n800 ⊕ navigation ⊕ newsletter ⊕ newsletters ⊕ offset ⊕ opensource ⊕ optimization ⊕ optimized ⊕ os2008 ⊕ paper ⊕ performance ⊕ php ⊕ pixels ⊕ playground ⊕ plugin ⊕ plugins ⊕ png ⊕ popup ⊕ position ⊕ positioning ⊕ presentation ⊕ presentations ⊕ prevent ⊕ prezi ⊕ print ⊕ printing ⊕ process ⊕ programming ⊕ prototyping ⊕ psd ⊕ pseudoelement ⊕ quote ⊕ quotes ⊕ quoting ⊕ rails ⊕ reader ⊕ reference ⊕ rendering ⊕ resize ⊕ resource ⊕ resources ⊕ rounded ⊕ roundedcorners ⊕ ruby ⊕ rule ⊕ rules ⊕ safari ⊕ scanner ⊕ schemes ⊕ scriptaculous ⊕ scripts ⊕ search ⊕ security ⊕ selector ⊕ selectors ⊕ service ⊕ shape ⊕ shortcut:dev ⊕ shortcut:w3 ⊕ shortcut:w3s ⊕ shortcut:wd ⊕ shortcut:webdev ⊕ size ⊕ slideshow ⊕ slimbox ⊕ snippets ⊕ software ⊕ spacing ⊕ spam ⊕ specificity ⊕ speech ⊕ sprites ⊕ standards ⊕ style ⊕ styles ⊕ stylesheet ⊕ stylesheets ⊕ support ⊕ table ⊕ tables ⊕ tablet ⊕ tabs ⊕ technique ⊕ template ⊕ templates ⊕ testing ⊕ text ⊕ tips ⊕ tool ⊕ tools ⊕ tooltip ⊕ tooltips ⊕ transparency ⊕ tricks ⊕ tutorial ⊕ tutorials ⊕ tweaks ⊕ typography ⊕ ui ⊕ usability ⊕ useful ⊕ userchrome ⊕ usercontent ⊕ utilities ⊕ UxD ⊕ validation ⊕ via:blech ⊕ web ⊕ webdesign ⊕ webdev ⊕ webkit ⊕ webservices ⊕ width ⊕ windows ⊕ wrap ⊕ wrapping ⊕ wysiwyg ⊕ xhtml ⊕ xml ⊕ xpath ⊕ yahoo ⊕ yql ⊕ zoom ⊕Copy this bookmark: