Bookmark
HTML5 Canvas Cheat Sheet - Nihilogic
blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html?kozmic, posted 2011 by peter in design development html javascript reference webdesign
The information is pretty much just a copy of what is found in the WHATWG specs, just condensed and hopefully a bit easier to read. There are virtually no explanations, however, and no examples other than some graphics for compositing values and a few other things (the appearance of which is very much inspired by those found in Mozilla's examples). So, it's basically just a listing of the attributes and methods of the canvas element and the 2d drawing context.
Choose between a 2 page PDF document or a PNG file.
Bookmark
A List Apart: Articles: Bye Bye Embed
www.alistapart.com/articles/byebyeembed/, posted 2010 by peter in flash howto html video webdesign
The use of embed has gone on too long. Wishing for it to become part of the official specs is like wishing your partner would start putting the cap on the toothpaste. It’s not going to happen. It’s time to move on. If you want to validate your website, you have to get rid of embed. In this article, I’ll show you how.
Bookmark
A List Apart: Articles: Flash Satay: Embedding Flash While Supporting Standards
www.alistapart.com/articles/flashsatay, posted 2010 by peter in flash howto html webdesign
I’ve worked with Flash for several years and have always been slightly dissatisfied with the markup needed to embed a movie in web pages. When I recently published a site in XHTML, my dissatisfaction with the markup grew as I realized that it simply wasn’t valid in this context and was bloating my pages to unacceptable levels. A leaner, standards-compliant method of embedding Flash movies was called for.
Bookmark
pyquery: a jquery-like library for python — pyquery v0.6.1 documentation
packages.python.org/pyquery/, posted 2010 by peter in development free html python scraping software xml
pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.
Bookmark
welcome to Mako!
www.makotemplates.org/, posted 2010 by peter in development free html python software
Mako is a template library written in Python.
It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance.
Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi.
Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Mako is used by the python.org website as the basis for their site build system (README), as well as by reddit.com for their newly launched beta site.
It is the default template language included with the Pylons web framework.
Bookmark
Guacamole
guacamole.sourceforge.net/, posted 2010 by peter in communication free html java javascript networking software
Guacamole is an HTML5 + JavaScript (AJAX) viewer for VNC, which makes use of a server-side proxy written in Java. The current version is almost as responsive as native VNC and should work in any browser supporting the HTML5 canvas tag.
Guacamole provides access to your VNC server through a proxy written in Java. The server-side half of Guacamole thus requres a servlet container like Apache Tomcat, while the client-side requires nothing more than a web browser supporting HTML5 and AJAX.
Bookmark
Introduction to WAI ARIA - Opera Developer Community
dev.opera.com/articles/view/introduction-to-wai-aria/, posted 2010 by peter in development html javascript reference usability webdesign
This article is for those who are new to ARIA. You need an understanding of HTML and the potential difficulties that people with disabilities can face using the Web. It is useful to be familiar with some Rich Internet Applications from a user's perspective
After reading this article, you'll understand what ARIA is for, how to integrate it into your sites, and how you can use it now to make even the simplest of sites more accessible.
Bookmark
code · Video for Everybody!
camendesign.com/code/video_for_everybody, posted 2010 by peter in design development howto html reference video webdesign
Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically, without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many, many browsers and platforms.
Bookmark
Font Squirrel | Create Your Own @font-face Kits
www.fontsquirrel.com/fontface/generator, posted 2010 by peter in conversion css design html online typography webdesign
Usage: Click the "Add Fonts" button, check the agreement and download your fonts. If you need more fine-grain control, choose the Expert option.
Bookmark
HTML5 Boilerplate - A rock-solid default for HTML5 awesome.
html5boilerplate.com/, posted 2010 by peter in css design development download html javascript webdesign
HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.
After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed.
|< First < Previous 21–30 (67) Next > Last >|