Search:
Type: Posts; User: nightster
Search :
Search took 0.01 seconds.
Hi all,
I'm new to .htaccess files. Some help would be great if poss - thanks.
I need to redirect my entire site to a new domain, EXCEPT for a few files and one directory.
I can work out...
Hi all,
I have searched and searched but not finding an answer to this one - I am hoping someone here can point me in the right direction!
I want to be able to hover over an image and for the...
Bump! Does anyone have any ideas please? Would be much appreciated! Thanks
Hi, thanks for the reply. Here's the JS:
jQuery.noConflict()
jQuery.thumbnailviewer2={
loadmsg: '<img src="spinningred.gif" /><br />Loading Large Image...', //HTML for loading message....
Hi guys,
Hope you can help with a tricky one for this newbie!
I am using this line of code:
<a href="large_photo.jpg" rel="enlargeimage" rev="targetdiv:main_photo" border="0"><img...
Of course! Thanks so much everyone for their help.
Thanks,
Rob.
Thanks so much!
I am happy to remove that line and just leave it with the META refresh.
However, is it possible to output a message to the browser to inform the user? So, just something like...
Yes, but MY redirect page DOEs have code! It just isn't being executed properly.
Hi,
Thanks so much for your reply.
However, I'm not sure this post on the Google help site actually applies to this situation?
Can anyone help me ensure that the GA code is activated BEFORE...
Hi all,
I am getting really frustrated with this issue - I just cannot get my head around it. I'm no JS expert at all, so I'm really hoping someone can help...
When someone visits my website...
Hi guys,
I'm an infrequent web developer and am a bit rusty to say the least!
I have a problem where a div won't expand to contain the content. I;ve created a simplified version of the problem...
Hi guys,
Can anyone please recommend where I can buy a .ca domain from, from the UK.
My usual registrar doesn't deal with .ca domains.
Thanks,
Rob.
Hello,
Javascript newbie here!
I have a single image that I want to scroller up the screen in a seamless, coninuous loop that continues forever.
Basically, it's a image of a piece of...
Hello,
I have a VERY strange one here - hoping someone can help as I am tearing my hair out!
When I first look at my page in ie6, it renders incorrectly. (see ie6_error.jpg)
However, if I...
Hello again,
Does anyone have any clue as to why ie is behaving differently than FF on this issue?
Many thanks,
Rob.
Hi all,
Really perplexed by this one....
Works fine in FF, but not in IE.
I have tried many different demos from across the web, including this one (which seems the best) but none of them...
Hello,
I have another question on this...
I need to pre-select the correct option in the first dropdown list on some pages (for the edit pages, if someone comes back to edit the db entry).
...
Wow! Thanks so much - that's much easier code to understand! Thanks again!
Hey! Thanks for the quick reply!
I'm not sure what you mean - how do I do that?
At the moment, by declarations look like this:
d.addSelect('animal');
Hello,
I'm VERY new to Javascript, so please bear with me!
I need to link two form select statements together - so that when the user chooses an option from the first select drop-down, the...
That easy huh?!?
Many thanks!
Hello,
Complete javascript newbie here - so please bear with me!
I have an onchange event triggering a function. However, I need it to trigger a SECOND function - so I need two functions...
Brilliant, thanks very much!
Hello,
I have written a shopping cart in php and all is well except one problem...
On the add_to_cart.php page (which, surprisingly handles the adding to the cart of a product), I can't stop...