Archive for November, 2009
You are currently browsing the Jeff Wagner Interactive Blog blog archives for November, 2009.
Categories
- Accessibility (1)
- Blogging (2)
- Community (5)
- CSS (1)
- E-commerce (2)
- Events (4)
- Flash (1)
- Fonts (1)
- Marketing (6)
- Photography (2)
- Print Design (5)
- Search Engine Optimization (4)
- Social Media (4)
- Technology (1)
- Web Design (13)
- Web Development (7)
- Web Tutorials (1)
Typekit helps Web Designers use more fonts
November 10th, 2009 - by Jeff Wagner
Finally!!! Web designers can actually use their font libraries in their design work instead of the all so famous “web safe fonts” we’ve been using for years. Typekit has come out with an online tool that allows web designers and developers to link to a massive library of fonts within the CSS of the site.
Typekit offers different pricing tiers for their font services depending on how many websites you’re planning on using it for. The pricing is very reasonable for the freedom you’re receiving in your web designs. They do have a free tier for use on one website that allows you to try out two different fonts.
Typekit was developed by a small San Fran company called Small Batch Inc which consists of designers and developers who worked with and at Google. Click to learn more about the Small Batch Team.
You can also follow the Typekit team on Twitter at http://twitter.com/typekit
I can’t wait to start implementing this new service into my website designs, Typekit is really going to help bring web design to a new level.
Tags: CSS, Design, Fonts, Web Development
Posted in CSS, Fonts, Web Design, Web Development | No Comments »
CSS Stylesheet RESETS
November 2nd, 2009 - by Jeff Wagner
If you’re a web developer and you’re programming your sites with XHTML/CSS then I’m sure you’ve run into problems making your websites look the same across different browsers. Almost all browsers (IE, Firefox, Safari, Chrome, Opera) have different default settings for margins, paddings and line-heights. So the question is… how do you save time from having to write multiple stylesheets to support different browsers and yet keep your web design the same?
I would suggest implementing RESET styles into your main stylesheet. This will make most browsers render your website the same.
Below is a great list of RESET styles from different sources, I’ve picked out the few that I think are the best:
These style resets should save you a lot of time from having to duplicate stylesheets, it make take some getting used to but in the long run your CSS programming productivity should increase dramatically.
Enjoy.
Tags: CSS, Stylesheets, Web Development
Posted in Web Design, Web Development | No Comments »