JoeShmoe
-
Need help with this Dropdown Menu
Is this what you were looking for? FYI I think that you are taking the nesting a bit too far...
-
how can i make pop up ad on homepage only
You can have the ad pop up only if a specific cookie is not set, and once they go on the first page after the ad pops up create the cookie, so as long as the cookie is still there they won't see the ad. Or you can log their IP address in a Data…
-
opinion on simple design
Site looks very nice, but IMHO serif fonts are not that great on the web, sans-serif's are much better (keep in mind, this is MY personal opinion ;))
-
ajax form in a dynamic page Help please
Try adding method="post" in the tag
-
Should I use MAMP instead of normal host?
If you have multiple big changes, you wouldn't want to push it online without testing and potentially break the site, therefore testing locally before going live is a great idea
-
Should I use MAMP instead of normal host?
MAMP stands for Mac Apache MySql PHP, this is needed if you want to run a PHP script on your local computer, not online. It creates a local server for development, and can't be used (AFAIK, someone correct me if I'm wrong) on a real websit…
-
Download image without opening new tab
Have you tried this? Note: This is obviously only if you're using an Apache server (there's no .htaccess on Windows servers...)
-
How can jQuery be used to detect whether an element is hovered?
I'm confused, in your test case you're looking if .is(':hover') AFTER you hover out. http://codepen.io/anon/pen/nCEGI See comments on the JS
-
Critique Please
Dunno if you changed anything since posting this, but I just checked in IE 7,8,9 and it seems to work perfectly...
-
Centering box
Hi, can you show some code? I don't suppose that the link you put there is what's not working?!?!?