html

TwitterFacebook
Get flash to fully experience Pearltrees
XML

css

http://browsershots.org/

Test your web design in different browsers - Browsershots

Browsershots makes screenshots of your web design in different operating systems and browsers. It is a free open-source online web application providing developers a convenient way to test their website's browser compatibility in one place. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to our central dedicated server for your review.

10 Useful Web Application Interface Techniques | How-To | Smashi

http://uxdesign.smashingmagazine.com/2009/01/12/10-useful-web-application-interface-techniques/ More and more applications these days are migrating to the Web. Without platform constraints or installation requirements, the software-as-a-service model looks very attractive. Web application interface design is, at its core, Web design; however, its focus is mainly on function. To compete with desktop applications, Web apps must offer simple, intuitive and responsive user interfaces that let their users get things done with less effort and time. In the past we didn’t cover web applications the way we should and now it’s time to take a closer look at some useful techniques and design solutions that make web-applications more user-friendly and more beautiful. This article presents the first part of our extensive research on design patterns and useful design solutions in modern web applications.
TinyMCE : There’s a modified version of this included in WordPress these days, and it’s extremely well supported by its developers. You get all the formatting options you’d expect, plus the ability to easily remove excess formatting tools with just a little code. As an added bonus, there’s a collection of plugins which enable even more advanced formatting options. YUI Editor : Sadly, this one is quite often ignored, perhaps due to that fact it’s the product of a large corporation.

The bane and choice of Rich Text Editors

http://ajaxian.com/archives/richtexteditors-compared
http://www.kyllikki.org/hardware/wwwpic2/#licence I recently discovered some non commercial linux 24Cxxx programming code which will shortly mean I can provide external 24C256 eeprom support for page data! This code differs from the original wwwPic in that it doesn't require Borland TASM 4.1. Versions prioor to 0.2 were converted to the free picasm assembler syntax. Version 0.2 and later have been changed to use the GPASM assembler which is compatible with Microchips own MPASM. If you cannot or do not wish to build your own hex file I have assembled a hex file for you. This uses teh settings as found in the source ie 19200 baud and 10Mhz crystal.

WWWpic2 - A web server in a PIC

Good UI Design: Make It Easy, Show Me You Care - ReadWriteWeb

When researching FuseCal this morning, one of the things that made it so appealing to try was the fact that you could just enter in a URL and see the service in action right away. No sign-up forms, no logins. This got us thinking about UI design as it applies to today's web services. Lately, it seems that less and less services are using sign-up forms...at least, they aren't requiring you to sign up right away in order to try them out. Instead, the trend seems to be to let you jump right in and get to work. This is definitely a good move, in terms of usability of the site, and it's not the only UI trend we've noticed lately. http://www.readwriteweb.com/archives/good_ui_design_make_it_easy_show_me_you_care.php
http://www.htmlcodetutorial.com/

HTML Code Tutorial - Free Reference Guide for Help with HTML Tag

Welcome to the HTML Code Tutorial. Our goal is to provide the most helpful and complete guide to creating web pages anywhere. If you're just beginning, start learning HTML here .
Currently Drawter is available in Pro version, which means that it is intended for webmasters use only - knowledge of HTML and CSS is required. Drawter is not a tool for laymen, for the time being, but the whole team behind the project is putting every effort to launch a new version called "Amateur". Soon you will be able to draw your websites without any knowledge of HTML or CSS. Launching 2010. http://drawter.com/

Drawter.com - DrawAble Markup Language

This reference is based on the CSS 2.1 specification. To better understand how Web browsers use CSS to render markup, please refer to the Box Model article.

CSS Reference

http://xhtml.com/en/css/reference/
http://green-beast.com/blog/?p=199 Which Cascading Style Sheet (CSS) layout is best? All have their quirks and their unique pros and cons. Is one more accessible than the other? More usable? What are the drawbacks and how are they dealt with? Is one easier to create than the other?

CSS Layouts: The Fixed. The Fluid. The Elastic. - Beast-Blog.com

http://www.csseasy.com/

CSSeasy.com - Learn CSS the modern way

A: Select a layout and go to "View > View source" to view the layout's source, then copy-paste the code in notepad and safe the file as index.html. Study the code and watch the changes when you change something. (best results with Firefox, download link available in the webmaster tools section on this site) Q: Can I use a layout without linking back? A: Yes, you can do whatever you want with the layouts on this site, without donating, linking back, paying, mailing, posting, spreading words etc.
rendering mode: CSS1Compat document has no title This script puts a function w( ) into the global scope of the test page, where is a string to output to the log. Also, some files are accessible in the current directory for test purposes:

Live DOM Viewer

CSS tests and experiments

The pages listed here contain tests and experiments about features, possibilities, browsers’ bugs concerning CSS. I would love to hear any comments that you may have, especially if you find errors. If the right part of the daisy background of this page looks strange, with unnatural colors, then that's nice, you are using a browser which understands ICC profiles embedded in images.
CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts – and first of all a strict separation between layout, or design of the page, and the information, presented on the page.

53 CSS-Techniques You Couldn’t Live Without | Smashing Magazine