March 13th, 2004 by Don
One of our regular visitors has redone her personal pages. Hazel has had her My Dog Enthusiasts Page up for some time, but recently gave it a new look. We like it and think it shows great growth in her skills in many areas including image making, css and page layout. Well done Hazel.
Comments Off on New Look for Hazel’s My Dog Enthusiasts Page
March 12th, 2004 by Don
Well Franki and I (“I” because I throw in sarcastic comments during development in order to claim a contribution) have added a couple of more primers to the successful series on the htmlfixit.com site:
# Perl Primer 013 Advanced data constructs An array of hashes
Here we take a brief look at creating and using an array of hashes.
and
# Perl Primer 014 Advanced data constructs A hash of hashes
Here we take a brief look at creating and using an hash of hashes or Multidimensional array.
Comments Off on Array of Hash and Hash of Hash: perl primers hit the street
March 12th, 2004 by Don
We offer many free scripts for download on our site. Our downloader script that we offer to you is also used on our site and it logs how many of each file offered are downloaded. We thought people might find it useful to see which ones are most popular at any given time.
Top Ten Downloads
Comments Off on Top Downloads Summary Added to Front Page
March 12th, 2004 by Don
An excellent article on how to use Google’s Search Engine for good and evil: The perils of Googling.
It both points out how you should carefully think through what you do in your day to expose data/information, and suggests many helpful ways to use Google to find exactly what you are looking for. Certainly worth a read!
Comments Off on Google: Risk/Benefit Analysis
March 11th, 2004 by Don
No JavaScript, no images, no tables! Simple clean Cascading Style Sheet solution to rollover text buttons. The idea and much of the coding for this one came from the notetab.com yahoo html group. It has been tested in current Internet Explorer/FireFox/Mozilla browsers with success.
Demonstration page showing simple text buttons with highlight on rollover.
The demo page validates as xhtml 1.0 strict and css valid.
Comments Off on Simple CSS Mouseover Text Buttons
March 9th, 2004 by Don
I frames are starting to make some interesting site designs possible. The other day we came accross this one which uses a combination of iframes and javascript: Cantalope Music.
Click on a link in the left iframe and it will load content in the right iframe and show a different image to the left.
When we get a few minutes we should really whip up a simpler demo of the concept of using iframes. We have many handy tricks we use them for as well (for example includes without shtml or php). They are now accepted in all major browsers contrary to common belief.
One problem with this site is that it is very slow to load because the images and iframe content is apparently preloading.
The source for this page is a tad difficult to decipher because of it’s complexity, but the idea is pretty good.
Comments Off on Use of Iframes in Web Design
March 8th, 2004 by Don
One of the hardest things for those of us with limited color skills (or is it artistic skills?) is to get a nice set of colors for a site. We have many places we look when we want to find coordinating colors for example. However, one that I really like is this one that allows you to see a gradient of colors between two selected colors.
Color Blender
We also have a color tool on our site that we like to use. It isn’t our original work, however, we recently were able to make it partially functional in Firefox/Mozilla browsers, whereas it was not as originally written. The sliders aren’t draggable in Firefox/Mozilla. However you can click on the colored squares.
Web Save Color Slider at HTMLfixIT.com
Comments Off on Color Blender – Nice On-Line Utility to Pick Color Gradients