viljami + webdesign   557

CSS3 Patterns, Explained
Many of you have probably seen my CSS3 patterns gallery. It became very popular throughout the year and it showed many web developers how powerful CSS3 gradients really are. But how many really understand how these patterns are created? The biggest benefit of CSS-generated backgrounds is that they can be modified directly within the style sheet. This benefit is void if we are just copying and pasting CSS code we don’t understand. We may as well use a data URI instead.
css  css3  graphics  patterns  webdesign 
january 2012 by viljami
Mobilizer
Preview mobile websites, design mockups, and local HTML on Mac or PC (Preview on iPhone 4, Palm Pre, HTC Evo, and Blackberry Storm, with more devices on the way)
mobile  tools  development  webdesign  iphone  from delicious
july 2011 by viljami
CSS Prism by Ryan Berg
ENTER THE URL OF ANY CSS FILE TO VIEW AND MODIFY ITS COLOR SPECTRUM
css  color  tools  webdesign  design  from delicious
july 2011 by viljami
Responsive Data Tables
Quite good method to make a data table responsive:
css  mobile  tables  design  webdesign  from delicious
june 2011 by viljami
HTML EMAIL BOILERPLATE v 0.4 updated 5/12
Welcome to the HTML Email Boilerplate. This website and its sample code creates a template of sorts, absent of design or layout, that will help you avoid some of the major rendering problems with the most common email clients out there — Gmail, Outlook, Yahoo Mail, etc. While not plug and play (you know, you'll have to do some work ;-), it will provide some helpful examples and snippets that will keep your email design rendering as true-to-form as possible.
email  html  webdesign  boilerplate  css  design  template  tools  development  newsletter  from delicious
june 2011 by viljami
Dose (screen) size really matter?
There’s an interesting debate happening in the world of mobile design at the moment. In one camp we have the “nativists” who believe that the best mobile experiences are tailored to a particular device. These are the people focused on creating platform specific mobile apps and mobile websites. Then we have the “universalists” who believe in the “one web”, a place where all content and services can be delivered to multiple devices through the same URL.
design  mobile  web  webdesign  from delicious
june 2011 by viljami
CSS Gradients for IE6-10, Safari 4+, Chrome 2+, Opera 11.1+,...
#example1 {<br />
/* fallback */<br />
background-color:#063053;<br />
/* chrome 2+, safari 4+; multiple color stops */<br />
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#063053),color-stop(0.66,#395873), color-stop(0.83,#5c7c99));<br />
/* chrome 10+, safari 5.1+ */<br />
background-image:-webkit-linear-gradient(#063053,#395873,#5c7c99);<br />
/* firefox; multiple color stops */<br />
background-image:-moz-linear-gradient(top,#063053,#395873,#5c7c99);<br />
/* ie 6+ */<br />
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063053', endColorstr='#395873');<br />
/* ie8 + */<br />
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#063053', endColorstr='#395873')";<br />
/* ie10 */<br />
background-image: -ms-linear-gradient(#063053,#395873,#5c7c99);<br />
/* opera 11.1 */<br />
background-image: -o-linear-gradient(#063053,#395873,#5c7c99);<br />
/* The "standard" */<br />
background-image: linear-gradient(#063053,#395873,#5c7c99);<br />
}
css  css3  gradient  gradients  webdesign  from delicious
june 2011 by viljami
App Sites
Showcase of great iPhone, iPad & Mac app websites
iphone  inspiration  mac  design  webdesign  from delicious
april 2011 by viljami
Designing Faster with a Baseline Grid | Teehan+Lax
Quite nice PSD baseline grid from the Teehan+Lax fellows here: Will definitely give it a try in next design project.
grid  design  webdesign  grids  layout  from delicious
march 2011 by viljami
Adobe Flash FLA to HTML5
"Wallaby" is the codename for an experimental technology that converts the artwork and animation contained in Adobe® Flash® Professional (FLA) files into HTML. This allows you to reuse and extend the reach of your content to devices that do not support the Flash runtimes. Once these files are converted to HTML, you can edit them with an HTML editing tool, such as Adobe Dreamweaver®, or by hand if desired. You can view the output in one of the supported browsers or on an iOS device.
html5  flash  adobe  tools  converter  development  html  conversion  webdesign  video  tool  apple  apps  javascript  from delicious
march 2011 by viljami
jQuery Waypoints
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element. Infinite Scrolling, Sticky Elements/menu, Scroll analytics.
jquery  javascript  scroll  webdesign  plugins  plugin  webdev  scrolling  from delicious
february 2011 by viljami
The Mobile context
We can't make assumptions about the context, based on device. Mobile != low download speed, Context != intent
mobile  design  ux  context  webdesign  from twitter
february 2011 by viljami
GLYPHICONS
a library of precisely prepared monochromatic icons and symbols, created with an emphasis on simplicity and easy orientation.
icons  design  free  vector  icon  iphone  illustrator  webdev  webdesign  resources  web  development  graphics  minimal  buy  css  graphic  ico  from delicious
february 2011 by viljami
Sandboxed IE Browsers from Spoon
Spoon.net removed their sandboxed IE browsers last year, but Paul Irish was kind enough to post them again. It’s a great way to test different versions of Internet Explorer on a single Windows computer or virtual machine.
ie  testing  development  browser  webdesign  ie6  ie7  IE8  tools  browsers  webdev  windows  css  web  debugging  javascript  test  apps  design  explorer  freeware  from delicious
february 2011 by viljami
The Bright (Near) Future of CSS
This article is an excerpt from Eric Meyer’s recent book Smashing CSS, published by Wiley in cooperation with Smashing Magazine.
css3  css  html5  webdesign  tutorials  from delicious
february 2011 by viljami
Less.js Will Obsolete CSS
If you design websites you may have heard of interesting tools called CSS pre-processors. A couple of great ones are LESS and SASS. I helped Alexis, the creator of LESS with the design of the language and built the public site.
css  javascript  less  webdesign  framework  js  webdev  programming  development  from delicious
january 2011 by viljami
CSS - text-overflow
The text-overflow declaration allows you to deal with clipped text: that is, text that does not fit into its box. The ellipsis value causes three periods to be appended to the text.
css  overflow  css3  web  ellipsis  text  design  webdesign  layout  reference  android  code  iphone  mobile  mobileweb  from delicious
january 2011 by viljami
iScroll
The overflow:scroll for mobile webkit. Project started because webkit for iPhone does not provide a native way to scroll content inside a fixed size (width/height) div. So basically it was impossible to have a fixed header/footer and a scrolling central area. Until now.
iphone  javascript  ipad  mobile  scroll  css  webkit  webdev  scrolling  android  development  jquery  library  css3  ios  touch  js  fixed  ui  code  tools  html5  web  webdesign  position  drag  from delicious
january 2011 by viljami
iUI: iPhone User Interface Framework
iUI is a framework consisting of a JavaScript library, CSS, and images for developing advanced mobile webapps for iPhone and comparable/compatible devices.
iphone  javascript  ui  development  css  web  programming  ajax  framework  mobile  webdesign  webdev  safari  library  apple  design  tools  interface  opensource  gui  web2.0  code  html  software  google  js  from delicious
january 2011 by viljami
iWebKit
iWebKit is a file package designed to help you create your own iPhone, iPod Touch and iPad compatible website or webapp.
iphone  framework  webdesign  apps  css  mobile  software  webkit  ipad  app  graphic  library  template  tool  from delicious
january 2011 by viljami
LiveView for iPhone & iPad
LiveView - a specialized remote screen app intended as a tool to help designers create graphics for mobile apps
iphone  design  prototyping  development  ipad  tools  mac  ui  software  interface  app  mobile  osx  tool  prototype  application  mockup  gui  interaction  macosx  webdesign  testing  from delicious
january 2011 by viljami
Little Big Details
RT : Love it. RT : Little Big Details – Nice blog about how small things matter in UIs
design  ui  inspiration  ux  webdesign  from twitter
january 2011 by viljami
Media Queries
- a collection of responsive web designs
webdesign  design  css  inspiration  showcase  from twitter
january 2011 by viljami
CSS background image hacks
Emulating background image crop, background image opacity, background transforms, and improved background positioning. A few hacks relying on CSS pseudo-elements to emulate features unavailable or not yet widely supported by modern browsers.
css  css3  background  hacks  image  webdesign  images  backgrounds  sprites  tips  tutorial  webdev  hack  icons  opacity  design  graphics  inspiration  markup  resources  from delicious
january 2011 by viljami
LukeW | Device Classes & Responsive Design
Two techniques to design for multiple devices & how they actually complement each other. cc/
webdesign  webdev  development  usability  responsive  adaptive  web  mobile  ux  devices  from twitter_favs
january 2011 by viljami
Nike Better World
Beautiful execution. Scroll down mate, scroll down :)
html5  inspiration  webdesign  design  nike  css  scrolling  scroll  javascript  from delicious
january 2011 by viljami
Fluid Images
working with non-fixed layouts can be more difficult once you introduce fixed-width elements into them. By default, an image element that’s sized at, say, 500px doesn’t exactly play nicely with an container that can be as large as 800px, but as small as 100px. What’s a designer to do?
css  fluid  images  javascript  webdesign  layout  design  image  web  resize  tips  liquid  from delicious
january 2011 by viljami
How do you navigate content on the iPad? Scroll or flip?
In 1987, the biggest neck beards in tech held conference on the Future of Hypertext and there were two camps “Card Sharks” and “Holy Scrollers” and they had an epic fight over the following question: Should you scroll or flip pages on the screen? Who won the fight?
ipad  design  usability  ux  ui  interface  scroll  ia  typography  webdesign  mobile  multitouch  touch  interaction  scrolling  article  gesture  iphone  navigation  apple  information  columns  flip  ixd  web 
december 2010 by viljami
Backbone.js
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
javascript  framework  mvc  jquery  js  library  programming  webdev  development  web  ajax  webdevelopment  code  frameworks  webdesign  opensource  events 
november 2010 by viljami
Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
selectivizr v1.0.1 is out. Fixes @import without url(), relative urls (disappearing css images) & IE8's [*=""] selector
css3  javascript  ie  css  ie6  jquery  selectors  tools  ie7  webdesign  compatibility  webdev  IE8  browser  library  js  hack  development  selector  resources  explorer  html5  plugin  web  tool  emulator  webdevelopment 
november 2010 by viljami
Accessibility is Not a Feature
There are a bunch of things that are not features. Performance is not a feature, internationalization is not a feature, and accessibility is not a feature.
accessibility  webdesign  law  management  slideshow  usability  userexperience  webdev 
november 2010 by viljami
Not a mobile web, merely a 320px-wide one
"Not a mobile web, merely a 320px-wide one" Interesting discussion in the comments:
mobile  design  css  ux  webdesign  responsive  media-queries  web  html5  reference  mediaqueries  browser  css3  development  mobileweb 
october 2010 by viljami
Superior Web Solutions - Website Design
That's it, I'm off looking for a new job, can't beat this: (RT @maxvoltar)
flash  bad  funny  creative  design  advertising  web  humor  portfolio  webdesign 
october 2010 by viljami
Deaxon's CSS playground
Very nice CSS experiments and techniques -
css3  css  inspiration  design  demo  webdesign  effects  development 
october 2010 by viljami
Hardboiled CSS3 Media Queries
and a link for the evening: Hardboiled CSS3 Media Queries
css3  mobile  mediaqueries  css  media-queries  webdesign  iphone  media  framework  webdev 
october 2010 by viljami
Here’s what we’ve learned about doing UI for mobile web apps with WebKit
"Here’s what we’ve learned about doing UI for mobile web apps with HTML5"
mobile  html5  iphone  webdesign  android  ui  design  webkit  development  apple 
october 2010 by viljami
Ultimate CSS Gradient Generator
Again another online CSS Gradient Generator: in a Photoshop style.
css3  gradient  webdesign  generator  css  tools  color  online  background  resources  web  design 
october 2010 by viljami
« earlier      

related tags

37signals  @anywhere  @font-face  @media  a/b  above  abtesting  abtests  accessibility  accordion  adaptive  adobe  advertising  advice  aesthetics  aggregator  ai  aida  ajax  algorithm  alistapart  amazon  analytics  android  animation  apache  api  apis  app  appcache  apple  application  apps  aria  art  article  atom  attention  audio  authentication  autocomplete  background  backgrounds  backup  bad  bestpractices  blindness  blog  blogging  blogs  blueprint  boilerplate  book  bookmarklet  books  box  box-shadow  boxmodel  brand  branding  brands  browser  browsers  bugs  business  button  buttons  buy  cache  caching  calendar  calltoaction  canvas  capslock  captcha  cardsorting  career  cart  center  centering  character  characters  chart  charts  chat  cheatsheet  checkbox  checklist  checkout  children  choice  chrome  class  clearfix  cleartype  client  clients  clock  cms  code  coding  collaboration  color  colorpicker  colortheory  colour  columns  comments  communication  community  comparison  compatibility  compression  computer  concept  conditional  content  contentstrategy  contest  context  controls  conversation  conversion  conversionrate  converter  copywriting  creative  creativity  criticism  crop  crossbrowser  css  css3  curl  customer  data  debug  debugging  demo  demos  design  designthinking  desktop  detection  development  devices  documentation  dom  domain  drag  drop-cap  dropbox  dropdown  drupal  e-commerce  ebook  ebooks  ecommerce  editing  editor  editors  education  effects  elastic  ellipsis  em  email  emailmarketing  embedding  emotion  emotional  emulator  encoding  encryption  enhancement  enkoder  entities  entity  entrepreneurship  eot  error  estimation  estimator  event  eventdelegation  events  experimental  explorer  extension  extensions  eyetracking  facebook  fade  fashion  favicon  features  feed  feedback  feedreader  feeds  fileupload  filter  filtering  finance  finder  firebug  firefox  firephp  fireworks  fix  fixed  flash  flexbox  flickr  flip  float  flow  flowchart  fluid  focus  fold  font  font-face  fonts  footer  form  forms  foundry  framework  frameworks  free  freelance  freeware  fun  funny  future  gallery  games  gangsta  generator  geo  geolocation  gesture  glossary  gmail  google  googleanalytics  gradient  gradients  graph  graphic  graphics  greasemonkey  grid  grids  gui  guide  guidelines  hack  hacks  headers  headlines  heatmap  help  helvetica  hierarchy  history  howto  href  htaccess  html  html5  http  humor  ia  ibm  ico  icon  iconos  icons  ie  ie6  ie7  IE8  illustration  illustrator  image  images  in  infinite  influence  infographics  information  informationarchitecture  inline-block  innovation  input  inspiration  interaction  interactive  interface  internet  interview  interviews  intranet  intranets  ios  ip  ipad  iphone  iphone4  ipsum  ixd  Jakob  javascript  jquery  jquery1.4  js  jsconf  kerning  keyboard  keyword  kids  landing  landingpage  landingpages  launch  law  layout  lazyload  less  li  library  lightbox  link  links  linux  liquid  list  lists  load  loading  location  login  logo  logos  lorem  mac  macosx  magazine  mail  management  manifest  map  maps  marketing  markup  mashable  mashup  measure  measurement  media  media-queries  mediaqueries  memory  menu  menus  messages  microblogging  microsoft  mind  minimal  minimalism  mobile  mobileinternet  mobileweb  mockup  mod-rewrite  mod.rewrite  modal  mod_rewrite  mozilla  multiple  multitouch  mvc  mysql  myths  navigation  news  newsletter  Nielsen  nike  not  notification  nth-child  offline  online  oocss  oop  opacity  opensource  opera  optimization  orientation  os  osx  outline  outlook  overflow  page  pageflip  pagefold  pagerank  pagination  paper  password  patterns  pdf  peel  people  performance  phone  photo  photography  photoshop  php  picker  pixels  placeholder  planning  player  plugin  plugins  png  podcast  portfolio  position  posterous  ppc  pr  preload  preloading  presentation  pricing  print  printing  privacy  process  productivity  programming  progressive  progressive-enhancement  project  projectmanagement  prototype  prototyping  psychology  publishing  python  quality  radio  ranking  rate  readability  reader  reading  realtime  redesign  reference  regex  regexp  render  rendering  research  reset  resize  resolution  resources  responsive  retina  retweet  roi  rss  ruby  safari  safari-reader  sass  screenreader  script  scripts  scroll  scrolling  search  security  select  selector  selectors  sem  semantics  seo  server  service  sethgodin  shadow  share  shopping  shoppingcart  shortcut  shortcuts  showcase  sidebar  signup  simple  simplicity  sitemap  sketch  sketching  slider  slideshow  slogan  snippets  social  socialmedia  socialnetworking  software  sorting  source  spam  speed  sprite  sprites  standards  startup  statistics  stats  storage  strategy  stylesheet  support  survey  svg  svn  symbols  tables  technology  template  templates  test  testing  text  text-shadow  textarea  theme  theory  thinkvitamin  tips  tool  tools  tooltip  tooltips  touch  tracking  transitions  transparency  tree  trends  tumblr  tutorial  tutorials  tv  twitter  twittertools  type  typeface  typekit  typography  ui  unicode  upload  uploader  url  usability  useragent  userexperience  userflows  usertesting  user_experience  ux  validation  validator  vector  video  viewport  vip  viral  visualization  w3c  wai-aria  wcag  weather  web  web2.0  webdesign  webdev  webdevelopment  webkit  webservices  website  webstandards  widget  widgets  windows  wireframe  wireframes  wireframing  wordpress  work  workflow  writing  wysiwyg  xaml  xhtml  xml  yql 

Copy this bookmark:



description:


tags: