Many years ago I had a program which would display images on my web site in a sequence and repeat that sequence. For instance an image could 'fade' and be...
... GIF Animator? There are so many better alternatives now. You can get the same effects with Javascript or Flash. GIF is an extremely limited format ...
That looks like a neat utility. Despite my dislike for client side scripting, I've downloaded a copy to play with. I guess my likes and dislikes have to...
... Some tools and technologies that used to be a complete barrier to people using assistive technologies have made a lot of strides in the past several years....
I have Shadowbox running on this client site: http://www.pjstoverstudio.com/galleries.html?type=Paintings If the user disables javascript, then the hyperlinked...
... I have not made my needs clear. In the previous program a single part of the page would 'host' a series of images so that the visitor could sit and view a...
I'm installing an affiliate program/shopping cart. It integrates with a bunch of autoresponder programs. I'm wondering if you have any comments (pros/cons)...
Hi, I'm just checking - Does the PC storage always go up in multiples of 1024 ? or does it change at some point ? Ie 1024 bytes =3D 1KB 1024 KB =3D 1 MB 1024...
It's always multiples of 1024 because the electronics work in binary so any whole number has to be a power of 2. Next up from Giga is Tera then Peta...
Hello... Background, I'm trying to use the Smarty "CYCLE" command.. I've got an HTML table - & 3 columns.... I'm using the Smarty cycle command to rotate...
Hi, I've recently done a search on my site & several TXT files have been indexed by Google (These are source-files used by my php scripts....) Q1 ) I doubt...
... If it was referenced somewhere, that is how it got indexed. A file could have also shown up within an error message and there could be guessing involved....
Hi all, I am planning to implement a new CSS menu on my web site but the images created by the generator I used are in PNG format. It's my understanding that...
Hello again, I am testing a Javascript menu that I created using a menu generator. I followed all the instructions on how to insert the menu into my web page,...
... You are correct, some browsers do not support the PNG format, and some support the format on a clunky basis. The are no workarounds that specifically fit...
... Could be one of a couple different things going on. Sometimes, this is caused by file names being different in the code than they are on the server. The...
Hello and thanks for the quick response. ... I fixed the problem. It turns out that it was a path and/or script issue. I had used a different folder name for...
... An alternative to using GIF is PNG8. IE6, ironically, supports PNG8 without showing the ugly gray background BUT treats semi-transparent areas as fully...
Hello all, I'm rather new at writing CSS although I understand the general principles. Here's what I'd like to do. The site I'm working on has a Javascript...
... {...snip...} ... Before getting too deep into using classes (which would certainly be a way of clearing up the problem), you might be looking at a...
I created a form at http://www.elevatingyourbusiness.com/session/use/BusinessAssessme nt/ When someone hits "submit" it takes you to the right place on my ...
Right ckick, save the file, look at it in a text editor. It appears to just be an error message and not the file we wanted. She also needs to attend to these...
Thanks guys. I cleaned up the code a bit, still have some to work on. Teaches me to make sure that the headers/footers are put through the Validation Program ...
Well first problem is that the form was going to an email address that is no longer used. I fixed that problem. But only 1 copy is sent to me (and since I...
... The php code looks as if it were written for PHP4.x or so. It appears there are some places where variables from the form are referenced without naming...