by Mary Gillen
|
|
|
|
|
by Mary Gillen
|
|
|
|
|
April 04, 2017 in Accessibility, Web Page Development | Permalink | Comments (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
We've talked about gamification. We've talked about color. Why not participate in a little bit of gamification that could strengthen your color knowledge--and maybe even make you a better designer?
Blendoku is a mobile puzzle game that is free for Android and iOS.
The object is to organize colors by saturation, shade and hue. While it sounds simple, things get tricky pretty quick; and next thing you know you're immersed in a Sudoku-crossword rainbow puzzle. Not sure you're grasping the concept? Check out this brief demo video.
If you've got some free time (or perhaps a lot of free time), give it a go and let me know what you think. Already feel like you're becoming a color master? Or was this just a (visually stimulating) waste of time?
August 07, 2013 in eLearning, mLearning, Technical Communications, Technology, training, Web Page Development | Permalink | Comments (2) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
Work with Logical Tags
October 18, 2008 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
Add Paragraph Tags
October 13, 2008 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
October 03, 2008 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
August 08, 2008 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
June 30, 2008 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
We are proud to announce that our newest book, "Essentials of Adobe Dreamweaver CS3" is now shipping.
This workbook has been designed to quickly teach you all of the essential skills necessary to work with Dreamweaver CS3--a fantastic Web page development tool. You will learn how to define sites, format text using cascading style sheets, create and format tables, create templates, nest templates, use libraries, create and work with online forms, create and use frames, create Spry Navigation Bars, disjointed rollovers, create animations using the Timeline, and even FTP your completed files to your Web host.
Book Specifications:
ISBN: 1-932733-20-5 | Spiral Bound | 314 pages | Page Size, 8 1/2 x 11 inches | Retail Price: $39.00
Click here to learn more about this book and to order.
December 16, 2007 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
The best Web sites have a consistent look-from precise positioning of page elements to harmonious fonts and styles.
Using Cascading Style Sheets (CSS) in Dreamweaver will give you flexibility in controlling the appearance of your pages.
There are several types of styles:
Linked: The attributes of this type of style sheet are stored in an external CSS file that is not a direct part of any HTML file. Each style sheet can contain multiple styles and can be linked to multiple files.
HTML tag styles: You can redefine the formatting for tags such as <H1>, <H2>, <H3>, <P>, <UL> and <BODY> tags.
Custom CSS styles (classes): You can apply this kind of style to selected text or elements. These styles are stored in the HTML file.
CSS Selector styles: Control the appearance for combinations of tags. For example, if you created a CSS Selector named td h3, it would be used whenever an h3 header appears inside a table cell. There are also CSS Selectors that control link colors (active, hover, link and visited).
You will find some fantastic CSS articles and examples at the Dreamweaver Developer Center.
Want to learn more about Dreamweaver? Click here.
May 08, 2007 in Web Page Development | Permalink | Comments (1) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
When you visit a Web page, point to an image and watch it magically change to a different image, the magical behavior is often referred to as a “rollover.”
If you wanted to add a "rollover" behavior to your Web site, one way would be to write a “Swap Image” JavaScript that would get the job down.
If you are good enough to write the script required to perform a "rollover," kudos. However, creating a "rollover" doesn't have to be as complicated as writing the script from scratch. In fact, you're about to learn how to do it in Dreamweaver in just a few steps.
When swapping images, the swap image should be the same size (height and width) as the original. If not, you will see the swapped image take on the size of the original image as the swap occurs. For instance, if the original image is very small and the swap very large, you will end up with some unfortunate viewing.
If you use the “Swap Image” behavior, Dreamweaver automatically provides a “Swap Image Restore” behavior that restores a swap back to the original file.
Create a Simple Rollover
Want to learn more about Dreamweaver 8? Click here.
February 22, 2007 in Web Page Development | Permalink | Comments (0) | TrackBack (0)
Reblog (0) | | | | | Digg This | Save to del.icio.us
Recent Comments