earth2marsh + css   196

bartaz/impress.js
"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
Interesting that you can apply link elements via header
css  hacks  html  link  links  headers 
february 2012 by earth2marsh
Live.js - One script closer to Designing in the Browser
"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
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
"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
"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
A List Apart: Articles: Responsive Web Design
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
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
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
"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
"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
"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
"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
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
"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
the official guide to css selectors. for reference!
reference  css  selector  selectors  development  webdev 
march 2009 by earth2marsh
Home — genetify — GitHub
"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
examples of some nice CSS styling, especially first letters and pullquotes
css  inspiration  style  layout 
october 2008 by earth2marsh
Help me understand what I need to make my website compliant with IE. | Ask Metafilter
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
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
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
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
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
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
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
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
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
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
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
The 7 CSS Hacks that we should use
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
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
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
"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
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
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
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
Nice intro to issues faced with designing pages for the web.
webdesign  design  inspiration  css  process  web 
november 2007 by earth2marsh
JavaScript - Get Styles
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
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
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
commadot.com » Blog Archive » The Holy Mail
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
CSSVista - Edit your CSS code live on Internet Explorer and Firefox - Litmus
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
opencomponentry » Blog Archive » Gmail table column sizing css fun
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
Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework
"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
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
PSD Tutorial - convert PSD files into HTML files at psdtohtml.com
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
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
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
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
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
« earlier      

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:



description:


tags: