Web application R&D notes, from the world of Java, Flex, CSS, XHTML, Flash, .NET, cross-browser compatibility, JavaScript, AJAX, ADA compliance, Photoshop, and any and all things related to Web development!
Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts
15 July 2010
23 June 2010
19 June 2010
20 May 2010
Google Into Fonts! Google Font API & Font Directory
This looks like the easiest way to use non-Web fonts on pages: http://www.greepit.com/2010/05/google-into-fonts-google-font-api-font-directory/
Here's an example using the Tangerine font:
They also provide a font directory to see what's available.
Here's an example using the Tangerine font:
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<h1>Making the Web Beautiful!</h1>
</body>
</html>
They also provide a font directory to see what's available.
19 May 2010
Welcome to HTML5 and CSS3 – Tools, Resources & Frameworks
A ton of great resources and tools: http://www.greepit.com/2010/05/welcome-to-html5-and-css3-tools-resources-frameworks/
One that caught my eye: CSS3, Please! The Cross-Browser CSS3 Rule Generator
One that caught my eye: CSS3, Please! The Cross-Browser CSS3 Rule Generator
23 December 2009
11 December 2009
07 December 2009
01 December 2009
24 November 2009
09 November 2009
Subscribe to:
Posts (Atom)