The trickiest part of this is actually getting the remote URL.
First question: are you trying to do this with server-side VBScript (as part of the ASP page), or client-side VBScri…
I'll prefix this by saying most of what i've done on the windows side has been with c# in asp.net
if you're using visual basic.net, microsoft has a nice tutorial for how to downlo…
after re-coding my website over the past couple of days, i've given it a routine run through the w3c validator and it keeps returning errors saying i've included "character data" …
Have you tried 'Zap gremlins' from BBEdit (replacing them with bullet characters) to make sure there's nothing wrong. The characters you're seeing usually mean a UTF8 character has…
i thought i'd sussed it there - i ran "zap gremlins" on the header file and various included files and it found a non-character in one of the files - but unfortch i'm still getting…
Is it a dodgy line break?
Could try normalise line endings. Or re-opening with/without translating line breaks.
Does it look weird with Show Invisibles on?
What are you document…
it looks fine with "show invisibles on" and yep - the document settings are as you say. i'm wondering if it's some kind of PHP glitch. the page [index.php] includes the header.ph…
Quote:
Originally Posted by m a d r a
i'm wondering if it's some kind of PHP glitch.
Couldn't you try validating the local bbedit template to check this?
I cut and pasted the page source into a new TextWrangler file, set it to UTF-8, and saved it to a new file. I then uploaded that file straight up to the validator, and it passed.
…
hi does anybody know where I can find a javascript that will change the mouse cursor or add text next to it (in a little box or something) on a rollover? I've seen it before but ca…
You can do that via CSS, via the cursor property. You can see a list of available methods of doing this here.
As for the text (I assume you mean a tooltip?), just specify a title …
thanks oisin - I never knew that <title> tag existed. sooo easy but can I ask -
1. whats the simplest way to format the text box (like make the background white)
2. and is…
I should add that I found this javascript that does allow you to change the format of the boxes but my head is spinning trying to figure out how to implement it on an image based w…
Quote:
Originally Posted by yugyug
1. whats the simplest way to format the text box (like make the background white)
Good question, really. I don’t actually know. I suppose…
Quote:
Originally Posted by Oisín
Good question, really. I don’t actually know. I suppose tooltips are somehow accessible, but I have no idea how, or where in the document hiera…
Quote:
Originally Posted by Chuckit
I don't believe they are. They're just an implementation detail of how the title attribute is rendered, not a DOM element unto themselves.
…
Quote:
If possible, it is definitely far more elegant to do it in CSS, and usually requires much less work.
this one uses a .css file and also .js file and se…
YAY! managed to implement that last one on my website
yugyug.com
Its pretty neat. but a bit buggy - i noticed a few things:
> The mouseout command to turn it off is the same …
For some while (at least 10.4.3 and 10.4.4) I have been having an odd problem trying to print from my G4 iMac to my HP PhotoSmart 7550, directly connected via USB. When I try to p…
Maybe deleting the printer and adding it again solves the problem. Yeah, I know: it seems a Windows answer, but it solved me some printing problems in the past.
Quote:
Maybe deleting the printer and adding it again solves the problem.
Been there, done that. No help, I'm afraid.
Does anyone know where this message ("GenericClass: …
Try Printer Setup Repair and see if it helps.
As it is a HP, does it use the dread HP Communications process at all? If so, that could be the source of the problem too (e.g. it pr…