Web Clips

Your awesome Tagline

Posts tagged HTML

0 notes

HTML 5 Visual Cheat Sheet by Woork

HTML 5 Visual Cheat Sheet is an useful cheat sheet for web designers and developers designed by me. This cheat sheet is essentially a simple visual grid with a list of all HTML tags and of their related attributes supported by HTML versions 4.01 and/or 5. The simple visual style I used to design this sheet allows you to find at a glance everything you are looking for. Here’s a preview of my cheat sheet:

Filed under HTML

2 notes

HTML5 と CSS3 で 死にたい

CSS3の「変形・アニメーション関連」のプロパティは面白いですね。これらのプロパティの登場によって、CSSの持つ表現力が「どかーん」と拡大するように感じました。この記事では、WebKit Nightly Buildsでの表示を対象に、 CSS3で新たに定義されたプロパティを色々と使ったサンプルを作ったので、それを紹介したいと思います。

Filed under HTML CSS

Notes

gear5

This project aims to produce the implementations of HTML5 and associated API using Gears.

Our goal is implement APIs as follows.

Web Database
Web Storage
Web Workers
Application Cache
Geolocation
Browser Button (makeapp)

Filed under HTML

0 notes

PHPアプリからCSSセレクタでHTML/XML文書を解析する - Zend_Dom -

本連載では、PHP上で動作するアプリケーションフレームワーク「Zend Framework」について紹介していきます。今回はDOMドキュメントを扱うためのモジュールであるZend_Domについて紹介します。

 現在、Zend_DomにはZend_Dom_Queryクラスが実装されています。このZend_Dom_Queryを利用すれば、XML文書やHTML文書の内容に対してCSSセレクタやXPathでアクセスすることができます。例えば外部サービスから提供されたHTML文書を解析して、マッシュアップに利用したい場合などに威力を発揮します。

Filed under PHP XML HTML

1 note

HTML5 Canvas Experiment

HTML5 is getting a lot of love lately. With the arrival of FireFox 3.5, Safari 4 and the new betas of Google Chrome and Opera, browsers support some great new features including canvas and the new audio/video tags. Most interesting: modern mobile devices like the iPhone or Android-based phones also support new standards in favor of Flash. The future looks bright for HTML5.

Filed under HTML CANVAS JavaScript