background preloader

Html

Facebook Twitter

XML

Css. Test your web design in different browsers - Browsershots. CushyCMS - Take the work out of managing content. 10 Useful Web Application Interface Techniques | How-To | Smashi. Advertisement Today, too many websites are still inaccessible. In our new book Inclusive Design Patterns, we explore how to craft flexible front-end design patterns and make future-proof and accessible interfaces without extra effort. Hardcover, 312 pages. Get the book now! 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. 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.

You may want to take a look at the following related articles: 1. Simplicity is important in user interface design. When you click on the search link in Kontain’s search box, a similar drop-down menu appears. 2. 3. 4. 5. 6. 7. 9. The bane and choice of Rich Text Editors. Monday, October 13th, 2008 <>p> Whenever Abe Fettig is in town I think about how painful his live has been working with rich text editors :) Stuart Atkinson has kindly done a roundup of the state of rich text editors, and it covers: 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. Then, people in the comments linked to WYMEditor, OpenWYSIWYG, NicEdit, and Dojo’s editor (Abe Fettig in part). Are there others out there that you like? WWWpic2 - A web server in a PIC. WWWpic2 is a web server in a Microchip PIC 16F84 . Contents Package The current release is 0.2 See the Changelog for what's changed since the last revision. Notes I recently discovered some non commercial linux 24Cxxx programming code which will shortly mean I can provide external 24C256 eeprom support for page data! WWWpic2 is based upon the work of Denis Petrov and is released under the GPL by myself after seeking permission from Denis.

I use Debian Linux to build my hex files and connect my PIC to so thats the only "supported" platform for now. Basic Setup Install any necessary tools. Hardware Just a quick disclaimer, you fry something (especially yourself) even if my design is wrong it is your problem! Currently the hardware part of this project has been built on breadboard twice and strip-board, I plan to create a PCB layout as soon as the circuit design is more stable (see future expansion for proposed additions). Parts list and guide prices Software Future Expansion Licence It is GPL! 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. Trend #1: Try It Now! An excerpt from an upcoming book by Luke Wroblewski, "Web Form Design: Filling in the Blanks," posted on A List Apart helps to point out the issue with sign-up forms on the web. Instead of forcing users through a dreadful sign-up process when really they just wanted to take a look, he promotes the idea of "gradual engagement.

" Twiddla's Buttons. HTML Code Tutorial - Free Reference Guide for Help with HTML Tag. Drawter.com - DrawAble Markup Language. Name that Color - Chirag Mehta : chir.ag. CSS Reference. CSS Layouts: The Fixed. The Fluid. The Elastic. - Beast-Blog.com. 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? Is there an evil, inaccessible layout? I suspect some will say yes to this, but I’m not going to. Fixed Width Layouts A fixed width site is one where the main wrapper is set to a specific immovable width independent of the user agent’s display resolution. This blog is an example of a fixed width site, albeit one that could be easily made fluid or elastic without altering the existing imagery. The Fixed Width Pros The main readable content area is tightly controlled without having to set minimum-maximum width (which isn’t universally supported, anyway).Fixed width layouts are sometimes easier to style depending on the effect you’re after.

The Fixed Width Cons Some Fixed Width Advice A Fixed Width Example This fixed-width div is 500 pixels wide. HTML elements index – Jens Meiert. CSSeasy.com - Learn CSS the modern way. Live DOM Viewer. CSS tests and experiments. 53 CSS-Techniques You Couldn’t Live Without. 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. Thus the design of pages can be easily changed, just replacing a css-file with another one.

Isn’t it great? Well, actualy, it is. CSS is important. Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time - of course, if you are able to find them in time. Let’s take a look at 53 CSS-based techniques here at Smashing Mag you should always have ready to hand if you develop web-sites. 1. 2. 3. 4. 5 Powerful Tips And Tricks For Print Style Sheets 5. Generated content was first introduced in the CSS2 specification. 7. 8. 9. 10.

Stephen Shaw introduces a technique for perfect horizontal and vertical centering in CSS, at any width or height. 11. 12.