vdm + html   162

Non-repeating HTML Page Backgrounds using the Cicada Principle » Design Festival
these are tiny graphics — less than 7kb in total — yet they are generating an area of original texture of almost 57,000 pixels wide.
html  background  webdesign  technique  css 
april 2011 by vdm
[no title]
Click something in the left column, the content slides in on the right column
html  examples 
april 2011 by vdm
Bartholdi on spacefilling curves
A spacefilling curve is a continuous mapping from a lower-dimensional space into a higher-dimensional one.
html  example  spacefilling  curve  algorithm 
february 2011 by vdm
Real-time HTML Editor
Type HTML in the textarea above, and it will magically appear in the frame below.
html  editor  online  live  example 
january 2011 by vdm
WhitherApps
WhitherApps is a bandwagon-busting experiment. I believe there are far too many native client apps which could have been far better written as mobile web apps. What we’re going to try and do is take a few examples, apply a little reverse-engineering, and rewrite them, warts and all, with web technologies. Why spend your life recompiling native client apps when you have HTML5 and the mighty mobile web at your disposal?
html  html5  mobile  web  appstore  apps 
august 2010 by vdm
Early History of HTML - 1990 to 1992 < Sean Palmer
In fact, although HTML has changed relatively little since those early days, the history of HTML is rather cloudy. However, with a little detective work on the Web, it is possible to reconstruct most of the events that led to the creation and subsequent deployment and acception of HTML
html  history  www  hypertext  markup  web 
august 2010 by vdm
nathell's sunflower at master - GitHub
Sunflower extracts the text proper out of similarly-formatted HTML files. When you download an offline mirror of a Web site, the HTML files typically consist mostly of noise, such as advertisements, header, footer, a bunch of links. Sunflower is able to extract most of this noise automatically, with only minimal human intervention. Sunflower (and its predecessor) has been used to extract many press texts for the National Corpus of Polish.
clojure  html  scraping 
april 2010 by vdm
Try Redis
The up arrow works to scroll through history.
web  html  repl  redis  demo 
march 2010 by vdm
jQuery’s Source Browser – James Padolsey
Functions are linkified. Other implementations linked from comments.
jquery  source  browser  html  css  example  javascript 
february 2010 by vdm
Cocoa with Love: Objective-C's niche: why it survives in a world of alternatives
Objective-C remains an impediment for many programmers coming to the Mac or iPhone platforms — few programmers have ever experienced it before learning Cocoa, forcing two learning curves at once for new Cocoa developers. How did Apple end up with such a weird language? And for a company known to replace CPU architectures and their entire operating system, why does Apple persist with Objective-C? The answer lies in the methods.
cocoa  objectivec  programming  mac  osx  apple  blog  html  layout  example 
october 2009 by vdm
Building iPhone Apps with HTML, CSS, and JavaScript
Now web designers and developers can join the iPhone app party without having to learn Cocoa's Objective-C programming language. It's true: You can write iPhone apps quickly and efficiently using your existing skills with HTML, CSS, and JavaScript. This book shows you how with lots of detailed examples, step-by-step instructions, and hands-on exercises. * Learn how to build iPhone apps with standard web tools. * Refactor a traditional website into an iPhone web app. * Hook into advanced iPhone features (e.g. accelerometer, geolocation, vibration, and sound) with JavaScript. * Do most of your development with the operating system of your choice.
iphone  webapps  programming  development  html  css  javascript  jquery  jqtouch  book  mobile 
october 2009 by vdm
Forms that work: Designing web forms for usability - The design of forms
This is the companion web site to our book, "Forms that work: Designing web forms for usability", published by Morgan Kaufmann, an imprint of Elsevier.
html  forms  book  webdesign  usability  hci  design  web  ui 
september 2009 by vdm
HTML Parser - a Java library used to parse HTML in either a linear or nested fashion
a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html.
java  html  parser  library  programming  tagsoup 
august 2009 by vdm
Http-https transitions and relative URLs < Ned Batchelder
Protocol relative URIs: <img src='//fast.cdn.net/pix/smiley.jpg' />
http  html  url  webdev  security  ssl  https 
august 2009 by vdm
xhtmlrenderer: The Flying Saucer Project - an XHTML renderer written in Java
It's 100% Java, not a native wrapper, and it only handles well-formed XHTML + CSS. It is intended for embedding web-based user interfaces into Java applications (ex. web photo album generator, help viewer, iTunes Music Store clone). It cannot be used as a general purpose web browser since it does not support the malformed legacy HTML found on the web, though recent work on compatibility libraries may be enough to do what you need. You may be able to work with legacy HTML (e.g. HTML that is not well-formed XML) by using a pre-processor that cleans it up; there are several of these, including JTidy and TagSoup.
java  xhtml  html  renderer  pdf  programming  css  swing  browser 
august 2009 by vdm
HTML 5 Demos and Examples
* Canvas (all bar IE)
* Content Editable (all latest browsers)
* Geolocation (FF3.5, iPhone OS 3)
* postMessage (same domain) (all latest browsers)
* postMessage (cross domain) (all latest browsers)
* drag and drop (IE, Safari 4, FF3.5)
* drag anything (IE, Safari 4, FF3.5)
* offline detection (FF3.5)
* offline application using the manifest (Safari 4) (Note: FF3.5 announced it's support for offline cache, but has a bug)
* Storage (all bar Opera)
* Web Database Storage (Safari, possibly iPhone?)
html5  html  demo 
august 2009 by vdm
WPF WYSIWYG HTML Editor
It turns out there is a wealth of useful functionality available here which isn't exposed via the WebBrowser control itself- functionality for formatting html in the WebBrowser, and (crucially) for accessing the designMode property of the document, which effectively changes it from a read-only view of the HTML to an editable one which accepts user input (which is 90% of the work done already, in a single line of code!). Of course, the Windows Forms WebBrowser control exposed this property itself, and I'm sure that the WPF one will also do so in its next release, but for the time being, the only way to get at it is via the native HTMLDocument.
wpf  html  wysiwyg  editor  programming  windows 
august 2009 by vdm
What does the history of the web tell us about its future? « Derivadow.com
Don’t think about HTML documents – think about the things and concepts that matter to people and give each it’s own identifier, it’s own URI and then put in place the technology to dereference that URI to the document appropriate to the device. Whether that be a desktop PC, a mobile device, an IPTV or third party app.
webdesign  history  html  web  uri  semweb  www  rdf  timbl 
june 2009 by vdm
Video for Everybody!
a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, native playback in Firefox 3.5, Safari, then Flash, then Quicktime, and finally fallback text. No javascript required.
html  web  firefox  html5  video  videos  webdev  flash  quicktime 
june 2009 by vdm
Particletree » PHP Quick Profiler
Shows a row of tabs with memory, database queries, file includes, at the bottom of the screen. Great HTML.
tools  programming  php  html  examples  development  performance  optimization  debug  profiler 
may 2009 by vdm
The Road to HTML 5: Link Relations < The WHATWG Blog
Regular links (<a href>) simply point to another page. Link relations are a way to explain why you're pointing to another page. They finish the sentence "I'm pointing to this other page because..."
links  html  webdesign  link  html5  markup  rel 
april 2009 by vdm
Firediff - records run-time changes to CSS and the DOM
"This provides insight into the functionality of the application as well as provide a record of the changes that were required to debug and tweak the page’s display."
tools  html  firefox  css  diff  debugging  firebug  dom 
april 2009 by vdm
HtmlUnit - Welcome to HtmlUnit
a "browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. It has fairly good JavaScript support.
html  http  java  testing  scripting  clojure  library  programming 
april 2009 by vdm
Interactive HTML development in Emacs
With this, Firefox will update its HTML contents as you type, for whatever buffer you’ve called moz-enable-auto-update on.
html  emacs  mozilla  firefox  repl  live 
february 2009 by vdm
Ryan Tomayko: So, What Does "HREF" Stand For, Anyway?
"I have absolutely no idea why the href attribute is named “href”. Why not “url”, “link”, or even just “ref”?"
html  url  href  web  www  history 
march 2008 by vdm
Iconize Textlinks with CSS - pooliestudios
There is a full set of icons to use here. The CSS works everywhere except IE6.
css  web  navigation  links  url  html  webdesign  icon  pdf 
january 2008 by vdm
RDFa in XHTML: Syntax and Processing
A collection of attributes and processing rules for extending XHTML to support RDF
rdfa  syntax  semweb  rdf  html  xhtml 
october 2007 by vdm
« earlier      

related tags

<video>  accessibility  admin  advocacy  ajax  ala  algorithm  algorithms  amaya  analysis  appengine  apple  application  apps  appstore  architecture  archive  authoring  background  bestpractices  blog  book  books  browser  bugs  builder  button  buttons  c  calendar  calendars  cat  checklist  class  cli  client  clojure  cms  cocoa  code  codinghorror  color  colors  commands  comparison  compatibility  contenteditable  continuations  contrast  convention  converter  cool  couchdb  crawler  css  curve  database  debug  debugging  demo  design  detail  development  dhtml  diff  dl  docbook  doctype  dom  dragndrop  dt  dynamic  editing  editor  emacs  email  encoding  entrepreneur  error  errors  evolt  example  examples  extension  extraction  file  firebug  firefox  flash  fonts  footnotes  form  format  forms  freebase  gallery  github  google  googlevideo  graph  greenspun  gui  hack  hacker  hacks  hci  help  history  hn  hpricot  href  html  html5  http  https  hyperlink  hypertext  i18n  icon  ietf  indie  inspiration  iphone  java  javascript  jqtouch  jquery  json  LaTeX  layout  library  link  links  lisp  list  lists  live  mac  markdown  markup  media  metadata  microformats  mime  minimalism  minimalist  mining  mistakes  mnot  mobile  mozilla  multimarkdown  multipart  navigation  network  networking  nlp  objectivec  offline  online  opensource  opera  optimization  osx  outlines  outsourcing  overlay  packaging  page  parser  parsing  path  pcap  pdf  performance  photographs  photoshop  php  popup  portfolio  postscript  primer  prince  print  printing  profiler  programming  progressive  protocol  psd  purple  python  qt  quicksilver  quicktime  quirks  ragel  rant  rdf  rdfa  recruitment  redis  reference  rel  renderer  repl  reports  rest  retro  rfc  ruby  sandbox  scheme  scraper  scraping  screen  scripting  security  semantic  semweb  shell  signs  similarity  skin  slides  software  source  spacefilling  ssl  stackoverflow  startup  statistics  stemmer  string  style  styleguide  swing  syntax  system  table  tables  tabs  tagsoup  tcpdump  technique  techtalks  template  templates  templating  terminal  testing  text  theme  timbl  tools  tufte  tutorial  typography  ui  unicode  unix  upload  uri  url  usability  video  videos  visualization  w3c  wallstreet  web  web2.0  webapp  webapps  webdesign  webdev  webkit  whatwg  wiki  wikipedia  windows  wpf  writing  wufoo  www  wysiwyg  xhtml  xhtml2  xml  xslt  xss  xul  zebra 

Copy this bookmark:



description:


tags: