Daniel15 + webdev   147

HTML5 Please Supported Browsers API
Identify Supported Browsers with Feature Detection

If you've created a demo or site that requires Canvas or WebSQL DB, you've been in the awkward situation of telling some of your visitors that their browser doesn't support those features. But you can't just recommend they get a browser with those features; for example, "Get a WebRTC capable browser" is pretty much useless to everyone.

The HTML5 Please API translates developer language (features) to user language (browsers). Call the API and you get back some HTML to show the user or a JSON object of the relevant data (with browser logos and all), so you can customize what you show to users.
webdev  html5  css3  feature-detection  awesome 
5 weeks ago by Daniel15
leonidas/transparency
Transparency is a minimal template engine for the browser. It maps JSON objects to DOM elements with zero configuration
javascript  webdev  templating 
6 weeks ago by Daniel15
When can I use matchesSelector?
Looks like a handy DOM function for CSS stuff
html5  css3  webdev  dom  matches 
february 2012 by Daniel15
Mongoose ODM
ORM library for MongoDB in Node.js
nodejs  orm  node.js  javascript  webdev  database 
january 2012 by Daniel15
Weird problem with anonymous function - webdevRefinery Forum
PHP anonymous functions and using variables from outer scope (closure)
closure  php  variables  anonymous  function  scope  webdev 
november 2011 by Daniel15
Tinkerbin
Like jsFiddle but better!
webdev  pastebin  jsfiddle 
october 2011 by Daniel15
More is Less — Artisan of Code
IE getElementsByClassName polyfill example
js  javascript  webdev  ie-sucks  ie  polyfill 
october 2011 by Daniel15
PHP Simple HTML DOM Parser
A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
php  screenscrape  dom  parser  library  xml  webdev 
october 2011 by Daniel15
keithamus/R.js - GitHub
R.js is a simple i18n framework for Javascript, using CommonJS. R.js should work in both browsers, and on Node.js, providing internationalisation capabilities to both.

R.js is tiny, at less than 900 bytes minified and gzipped (<2kb minified). R.js has no dependencies, but can be used easily with any other libraries you wish. R.js binds itself to window.R, or global.R on the server side.
javascript  webdev  js  internationalization  i18n 
september 2011 by Daniel15
« earlier      

related tags

@font-face  ajax  animation  anonymous  api  apis  array  asp  asp.net  aspnet  awesome  azure  base  bdd  benchmark  bestpractices  better-than-jquery  blog  boilerplate  book  bookmarklets  border-radius  box-shadow  browser  browsers  bug  c#  caching  canvas  cheatsheet  chrome  class  closure  closures  cloud  code  coffeescript  colour  compability  comparison  compatibility  compression  cron  cronjob  crontab  crossdomain  csharp  css  css3  css3-animation  database  debugging  deployment  design  designpatterns  detection  development  dns  documentation  dojo  dom  dotnet  ecmascript  editor  encryption  example  express  extension  facebook  facebook-fail  feature-detection  firebug  firefox  framework  function  future  gallery  games  generation  generator  git  glyph  gradient  graphs  gzip  hashing  howto  html  html5  https  i18n  ie  ie-fixes  ie-hack  ie-sucks  ie6  ie7  ie8  ie9  iesucks  iife  imagemagick  images  inheritence  internationalization  internet-explorer  ioc  javascript  jquery  js  jsfiddle  jumplist  kohana  kohanaphp  layout  less  libraries  library  list  log  matches  memory-leaks  microframework  microsoft  minification  mobile  mocking  mono  mootools  mozilla  mvc  mvc3  node.js  nodejs  nowjs  offline  oop  opensource  optimisation  optimization  orm  parser  pastebin  pattern  performance  php  plugin  plugins  polyfill  prefetching  presentation  programming  prototypal  prototype  python  rails  razor  reddit  reference  register_setting  resolution  responsive  rest  review  rgba  ruby  ruby-on-rails  saas  sass  scope  screen  screenscrape  security  selectors  shortener  sitepoint  soap  spec  specification  spies  ssl  streaming  svg  sysadmin  tdd  template  templating  testing  text-shadow  theme  thumbnails  tips  tumblr  tutorial  twitter  typography  unicode  unit-testing  unittests  unobtrusive  url  validation  variables  vendor-prefixes  versioncontrol  visualisation  visualization  web-design  webapi  webapp  webdesign  webdev  webdevelopment  webservices  wordpress  wsgi  xml  xss 

Copy this bookmark:



description:


tags: