html

TwitterFacebook
Get flash to fully experience Pearltrees
Aloha Editor is an easy to use WYSIWYG HTML editor, featuring fast editing, floating menu, and support for HTML5 ContentEditable. It provides WYSIWYG editor to any website content instantaneously, enabling content editors to see the changes the moment they type. Alloha is very easy to integrate in your website, wiki, blog or any other application. It produces clean xHTML5 code once integrated into your application.

Aloha: The HTML5 Editor

http://www.w3avenue.com/2010/07/19/aloha-the-html5-editor/
http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css/ Sure, anyone can write CSS. Even programs are doing it for you now. But is the CSS any good? Here are 5 tips to start improving yours.

5 Ways to Instantly Write Better CSS

Elliot Jay Stocks » Web designers who can’t code

http://elliotjaystocks.com/blog/web-designers-who-cant-code/ Posted on 18 February 2010 • 392 comments Wow, what a day! It started with one little tweet and ended with a discussion that seemed to sweep across the whole web design community. It appears there are some very strong opinions held on the subject of whether web designers should be able to code. Because Twitter isn’t really the best place to have a thorough, in-depth conversation about the industry, I thought it best to blog about it.
We aren’t designing copies of web pages, we’re designing web pages. Andy Clarke, via Quotes on Design The old way

Make Your Mockup in Markup

http://24ways.org/2009/make-your-mockup-in-markup/
http://www.firstobject.com/dn_editor.htm Foxe supports most encoding names in the XML Declaration encoding or HTML charset, plus UTF-16 BOM and UTF-8 preambles, only assuming the system current locale ANSI charset when it doesn't pass UTF-8 autodetection. Programmable XML tool Foxe is growing as an XML tool with FOAL scripting for processing documents with CMarkup functions using C++ syntax. It can automatically generate a program for you when you right-click on an element or attribute. In debugging mode you can watch as it extracts information from documents and builds other documents. Unicode features of the free XML editor

Free XML editor download

Enter your HTML Entity Character number (such as &#2335 or just 2335 – ट) to get the CSS and JS values for that entity. Explanations on how to use the results are below. ( open in new window ). named entities | numeric entities | 2,636 entities http://www.evotech.net/blog/2007/08/css-javascript-character-entities/

» CSS & Javascript Character Entity Calculator :: CSS, JavaScript and XHTML Explained

Create the accordion effect using CSS3 | The CSS Ninja - All things CSS, Javascript & xhtml

http://www.thecssninja.com/css/accordian-effect-using-css Recently I have been playing around with CSS transitions and animations as implemented in webkit based browsers such as Safari and Chrome. They have been submitted to the W3C for consideration in the CSS3 spec so hopefully we should see more browsers support this soon, Firefox 3.5 supports CSS transforms which was developed by the webkit people to work alongside CSS animations & transitions. To continue my effort to accomplish tasks in CSS that are usually reserved for JavaScript, such as my Futurebox and CSS based iPhone orientation detection . I have developed a CSS based version of the popular “accordion effect” that utilises the webkit CSS transitions.
http://www.accessify.com/tools-and-wizards/ Accessibility Tools Updated Accessible Table Builder - Create an accessible table using scope , header and id attributes using a wizard to guide you through the process. Updated Quick Form Builder . A complete re-write/re-think of the old Accessible Form Builder tool. Give it a try!

Accessibility tools, web developer tools, wizards and markup generators

Ten useful open source tools for web developers | Royal Pingdom

The rapidly changing nature of the Web makes it necessary for web developers to constantly be on the lookout for new, shiny tools. This post will hopefully show you some cool tools you didn’t already know about. Providing you with a list of the ten BEST open source tools for web developers would have been great, but it would be negligent to call this a top ten list because there are so many different tools out there that fall under the Free/Libre/Open Source category. Developers can be notoriously choosy when it comes to the tools they use and it’s close to impossible to create an objective top ten list. http://royal.pingdom.com/2009/10/16/ten-useful-open-source-tools-for-web-developers/
http://woorkup.com/2009/10/09/a-methodic-approach-to-css-coding-four-bubbles-model/

Methodic approach to CSS coding: Four Bubbles Model – woorkup.com

Which approach is better to write CSS code? In general I always prefer to use a methodic top-down approach I want to present you in this post. I called this process Four Bubbles Model.
There's an obscure topic of CSS that I think many people aren't aware of. It's called 'specificity'. I suppose it's not as glamorous as rounded corners, drop shadows or animations but it's still just as important in your day to day work as any other part of CSS. So what is CSS specificity? It's a weighted value system for all of your selectors. Essentially, each piece of your selector has a value applied to it.

l Everything You Need To Know About CSS Selector Specificity

Yahoo! Developer Network has released a video of my Object Oriented CSS talk at Web Directions North just in time for Ada Lovelace day. I’ve also been included in a feature on Women in Technology .

Blog Archive » Object Oriented CSS video on YDN

CSS Menu Tutorial - Horizontal and Vertical CSS Menus

Tutorials provided by Claire from Tanfa CSS Design, Style and Fun - Musing Over the Possibilities What follows is an example of how to develop menus similar to the ones shown here and here . This mini-tutorial uses very similar code to cover the main ingredients for both those menus, they can be developed further by adding background images or more color. Requirements for Both CSS Menus Note: Anything we do from this point on will not affect text browsers or non CSS parsing applications.
The TechRepublic CIO50 list celebrates the most influential and innovative tech chiefs, voted by their fellow CIOs In my previous Web Development column, I examined the many facets of working with HTML tables . While it is no longer vogue to layout a Web page with tables, you may still use tables to display tabular data.

Style table borders with CSS

CSS 101: Locate and style Web elements with selectors

The TechRepublic CIO50 list celebrates the most influential and innovative tech chiefs, voted by their fellow CIOs In the previous installment of my Cascading Style Sheets (CSS) 101 series, I discussed how to handle multiple rules for the same element . This article covers another important CSS feature: selectors, which are used to choose elements within a Web page for styling.