blogmarks.net Get Firefox!

PURE Unobtrusive Rendering Engine for HTML

1 month ago

deusx : PURE Unobtrusive Rendering Engine for HTML - "PURE is an Open Source JavaScript Template Engine for HTML. Truly unobtrusive, it leaves your HTML untouched. It is cross-browser (IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+)."

Tags : webdev templating js html css *research

  copy

proposed new tag: IMG

2 month ago

nelson : proposed new tag: IMG - 1993 archives. I love how the original proposal is what we ended up doing, and all the later suggestions are terrible

Tags : history html img marca via:goldman

  copy

Joe Gregorio | BitWorking | No progress in 15 years

2 month ago

jcgregorio : Joe Gregorio | BitWorking | No progress in 15 years

wearehugh : Joe Gregorio | BitWorking | No progress in 15 years

Tags : self html html2 html3 html4 html5

  copy

John Resig - HTML 5 data- Attributes

2 month ago

wearehugh : John Resig - HTML 5 data- Attributes

Tags : html html5 webdev

  copy

James Bennett: Why HTML

3 month ago

Simon Willison : James Bennett: Why HTML - James Bennett: Why HTML. Finally, somewhere to point people when they ask why I avoid XHTML that’s a bit more up to date than Hixie’s rant from 2002.

philgyford : Why HTML - More recent arguments for why to use HTML rather than XHTML. (via Simon Willison)

Tags : html jamesbennett top via:simonwillison webdevelopment xhtml

  copy

woork: FORM elements design using CSS and list (ul and dl)

3 month ago

deusx : woork: FORM elements design using CSS and list (ul and dl) - "if you want to use pure CSS code instead of HTML table to design your FORM I think this is a good way to do it."

Tags : css forms html webdev

  copy

Offline Web Applications

3 month ago

wearehugh : Offline Web Applications

Tags : html html5 webdev

  copy

Accessible Data Visualization

5 month ago

Cameron Moll : Accessible Data Visualization - ALA: Accessible Data Visualization. Great tutorial by Wilson Miner on creating charts and sparklines that are not only aesthetic but accessible too.

philgyford : A List Apart: Articles: Accessible Data Visualization with Web Standards - Lovely CSS bar charts and sparklines created in HTML and CSS.

Tags : charts css graphs html sparklines top webdevelopment

  copy

Dompdf - The PHP 5 HTML to PDF Converter

6 month ago

philgyford : Dompdf - The PHP 5 HTML to PDF Converter - Uses CSS rules to style the PDF output I think (can't get the demo to work...).

Tags : css dompdf html pdf php top webdevelopment

  copy

Fun with highlights

7 month ago

adamrg : Fun with highlights

Tags : css firefox fun google html sideblog trick

  copy

Cross-Window Messaging

7 month ago

Simon Willison : Cross-Window Messaging - Cross-Window Messaging. Now in Firefox 3 trunk, the HTML 5 specified ability for JavaScript to send messages between windows (or iframes) hosted on different domains. Fantastically powerful, but must be implemented with care to avoid accidentally proces

wearehugh : John Resig - Cross-Window Messaging

jcgregorio : John Resig - Cross-Window Messaging - awesome

Tags : firefox firefox3 html html5 javascript mozilla webdev

  copy

W3C Systeam's blog - W3C's Excessive DTD Traffic

7 month ago

wearehugh : W3C Systeam's blog - W3C's Excessive DTD Traffic - "up to 130 million requests per day, with periods of sustained bandwidth usage of 350Mbps"

Tags : html http w3c

  copy

Text + Image + CSS3 = Crazy Delicious

7 month ago

deusx : Text + Image + CSS3 = Crazy Delicious - "Hide an image in html"

Tags : css css3 hacks html images

  copy

ishida >> blog » Should we use and tags?

7 month ago

wearehugh : ishida >> blog » Should we use <i> and <b> tags? - yes

Tags : html html5

  copy

list based calendar

8 month ago

jonhicks : list based calendar

Tags : calendar css html javascript lists views

  copy

poshformats - Microformats

8 month ago

deusx : poshformats - Microformats - "poshformats are data formats constructed from the use of semantic class names. microformats are the proper subset of poshformats which have been developed via the microformats process and principles."

Tags : data html microformats posh semweb webdev

  copy

Shredder

9 month ago

Linkorama : Shredder - The art of turning your website inside-out

Tags : art design html interface remix

  copy

DebugBar

10 month ago

Simon Willison : DebugBar - DebugBar. Suggested at BarCamp London 3 as a useful tool for developing with IE; apparently includes a great JavaScript debugger.

philgyford : DebugBar - IE extension for web developer : DOM inspector, Javascript debugger, HTTP headers viewer, Cookies viewer - Looks handy for those times one has to painfully test things in Internet Explorer. (via Simon Willison)

Tags : debugging html ie internetexplorer top via:simonwillison webdevelopment

  copy

Jumpchart goes live.

11 month ago

Greg Storey : Jumpchart goes live. - And now I have to start paying to use it. Yeah capitalism!

fastclemmy : Jumpchart » Home - Jumpchart » Home by fastclemmy & 6 other(s) Interesting high-speed simple website creator. You can even export as XHTML/CSS. Web newbies should love it! html generator website hotlinks Copy | React (0)

Tags : Internet html, generator, website, hotlinks

  copy

Welcome to Tablecloth

11 month ago

deusx : 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"

factoryjoe : Welcome to Tablecloth - "Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love." Sa

Tags : css html javascript js tables webdev

  copy

IEContentLoaded

12 month ago

Simon Willison : IEContentLoaded - IEContentLoaded. An alternative method of detecting DOMContentLoaded on IE; works by polling until the doScroll() method on an unattached element stops throwing errors.

wearehugh : IEContentLoaded :: An alternative for DOMContentLoaded on Internet Explorer

Tags : dom hack html ie javascript webdev

  copy

greys : Java Glossary

12 month ago

43folders : greys : Java Glossary - Me? I love me some greys, and I like seeing them all at once with their hex codes. Handy.

Tags : color html outboardbrain

  copy

Styling File Inputs with CSS and the DOM

12 month ago

Simon Willison : Styling File Inputs with CSS and the DOM - Styling File Inputs with CSS and the DOM. Clever hack to style the un-stylable: set the opacity of the file input to 0, then use a bit of JavaScript to make sure the (now invisible) browse button is always under the mouse.

philgyford : Styling File Inputs with CSS and the DOM // ShaunInman.com - File input fields are stubbornly resistant to beautifying. A new way to make them pretty. (via Daring Fireball)

factoryjoe : Styling File Inputs with CSS and the DOM // ShaunInman.com - File inputs () are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to

Tags : css fileinput html shauninman top via:daringfireball webdevelopment

  copy

Brad Neuberg: Coding In Paradise: Purple Include Update

13 month ago

deusx : Brad Neuberg: Coding In Paradise: Purple Include Update - "Purple Include works on the iPhone!"

Tags : html hypertext js metablogging purpleinclude transclusion webdev

  copy

New elements in HTML 5

13 month ago

gleuschk : New elements in HTML 5 - some sensible (audio, video, better sectioning), some I see no value in (mark? time, when we've already got date which nobody uses?)

Tags : html html5 interweb

  copy
xml
Upian.