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 web tools. Show all posts
Showing posts with label web tools. Show all posts
27 September 2010
05 September 2010
17 August 2010
09 August 2010
03 August 2010
06 July 2010
04 July 2010
22 June 2010
18 June 2010
04 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.
12 May 2010
16 March 2010
09 March 2010
22 February 2010
18 February 2010
11 Unique Manipulation Effect Tools By Photofunia
PhotoFunia Lab has a ton of really amazing effects available online: http://psd-tutorial.com/unique-manipulation-effect-tools-by-photofunia/
26 January 2010
22 January 2010
Subscribe to:
Posts (Atom)