Free Fonts - Simply the Best & Creamundo

Filed Under Software | Leave a Comment

Need a font for a specific category - this site will do the trick. It is Simply the Best! and provides a preview before you download. Thanks to Benita for sharing this resource!

Creamundo - 9800 free fonts and counting - you can type in your own text to see how it will be formatted. Plan to spend a long time reviewing these - there are literally thousands of them!

Happy hunting!

News from the Projects: May 2007

Filed Under Thought for the Day | Comments Off

News from the Projects
April Showers Bring May Flowers … or so the saying goes! Let’s hope so. If you have a chronic condition, you know when rainy days are coming and find relief when they leave. The good news is that after the rain, we will see sunshine and nice days to play and explore the beautiful world we live in.

Projects by Peggy is busy and I want to take time to thank all my clients for their part in making it happen. Enjoy the newsletter and if you need anything at all, get in touch. I’m always here for you.

Business updates included in this issue include:

READ MORE …

CSS Styles for Print

Filed Under Web Developer, CSS Resources | Comments Off

I know that I should create a separate style sheet for print, yet I often don’t take the time to do so. This is another standard that should be part of my normal routine.

I am currently working on a wordpress blog for a ministry in my church and need to provide a printable form that will enable users to print the form to be mailed with payment to the church.

Printing from a blog can create a lot of code, especially if you have a lot of posts, comments and history. In my quest to figure this out, I stumbled upon an article by Michael Meadhra, of Builder.com, entitled Tips for creating CSS styles for print. This easy to read and use 2-page article is a MUST read if you want to learn this skill. Check it out!

And this is the style that resulted from my lesson:

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: white;
color: black;
}
a:link,a:visited {
color: #3333CC;
text-decoration: underline;
font-weight: bold;
}
div#top-nav {
display: none;
}
div#sidebar {
display: none;
}

div#search-box {
display: none;
}

div#content{
width: 100%;
margin: 0pt;
padding: 0pt;
}

Web Standards Checklist - Part 2

Filed Under Calendar | Comments Off

May 29, 2007
9:00 pmto10:00 pm

Breeze Live Session: http://learn.westwood.edu/r95751319/
Login as a guest with your name or nickname and wait to be admitted into the room.

Discuss and understand how to use the Web Standards Checklist to assess the following:
1) Quality of code
2) Degree of separation between content and presentation
3) Accessibility for users
4) Accessibility for devices
5) Basic Usability
6) Site Management

To review the information being discussed, see http://www.maxdesign.com.au/pr­esentation/checklist.htm.

You can download a PDF of the checklist at: http://www.maxdesign.com.au/presentation/checklist/checklist.pdf.

Climbing with the Experts

Filed Under Calendar | Comments Off

June 5, 2007
8:00 pmto9:00 pm

On June 5, I will be providing a Breeze Live presentation for my alma mater, Westwood College Online, entitled, “Starting A Freelance Business.” Open to all current students and graduates, this series will encompass sharing how to get started in business.

keep looking »