Viewpoint From the Web
Here you will find a collection of my thoughts about software, technology and life in general.
 
 
 
October 2008
M T W T F S S
« Sep    
 12345
6789101112
13141516171819
20212223242526
2728293031  
 
 

Posts Tagged ‘development’

Web development tools

Saturday, 12th July 2008 by Musaul Karim

I’m putting up all tools ans scriptlets I make for helping me with web developmet up on my Software & Web Development site at http://t.prosignia.net/

Check ‘em out. You might find them helpful.

Constrained Fluid Layout

Thursday, 24th January 2008 by Musaul Karim

Users of the web all have different screen sizes, and not everyone uses the browser in the maximised state, especially those with large screen sizes. There are also a wide variety of portable devices with web browsing capabilities e.g. the Nokia n800, n810 and of course the iphone. Even many of the Portable Read the rest of this article »

Selecting fonts for the Web

Wednesday, 23rd January 2008 by Musaul Karim

While it would be nice if there was a cross-browser cross-platform font downloading system for the web, the current system of Cascading Style Sheets isn’t too bad. It does allow you to select a number of fonts that the browser can cascade through.

This gives you the option to select fonts that fit the look you’re after, but may not be widely available. You can cascade down to fonts that are more widely available fonts.

Or you may wish to use a font that is available on only one platform. In such a case you could check to see if there are similar fonts available in other systems which can be used as a fallback. You can check the commonly available fonts on various systems in this font list. This will also flag the fonts not available on your computer.

If you want to check the similarity between a number of fonts to narrow your choices or to determine the order of the cascade, this font comparer will help your decision.