Can you zip up all the working files for this and post a link to them?
Also when you paste code in the forum please use the code tags. It's easier to read, copy, and has a better chance of displaying correctly.
I'd get rid of the scrolling text and put some actual content on the main page. Write up a nice paragraph about the biz and what they sell. Content is king when it comes to search placement.
I don't mind the colors, in fact I think the header and logo look really nice but to continue on with...
It is not necessarily a question for someone in these forums to answer. With flashes layering system, the Flash working file can be as easy or complex as the developer makes it, usually depending on their skill and experiance. That is if you have the working file to work with (.fla). Not to...
Your hosting provider should give you the required name server IP addresses in which you can change the default dns info of your domain via your account with your domain registrar.
You can do a search for 'moo tools apple' and come up with some very nice apple inspired sliders such as THIS but I haven't been able to find one such as the accessories/applications/server slider. I would imagine it's out there somewhere or you could modify these ones.
PHP and MySQL go very well together and I perfer that combination myself. They are easier to work with then ASP and MSSQL but if you do run into issues then there are many sites dedicated to support and information
How about something that is not necessarily tailored to 'Dating' but a general membership plugin such as THIS.
I would probably handle 90% of what you are looking for with the possibility to customize it yourself.
Where does currentDistance initially get it's value from?
I haven't tested it but I'd say it would be null and that on your first click you would be subtracting inputDistance with the null value.
I could be way off, I'm new to jquery as well. Let me know.
Yes.. like in my example I changed your javascript variable called 'class' to 'classArray'. Not referring to the HTML element class.
What do you mean not validating? With the W3C Validator?
IE doesn't like the variable called 'class'.. it must be reservered for something special.
classArray = featured_story[x].getAttribute("class");
if (classArray == 'featured_story') {
Looks good Ron.. one question for me though. Is there any reason why the header goes across the whole page? Shouldn't the footer do the same? Minor details but it's something to think about.
Most of that information can be gathered from server log files in which website statistics are created (such as Google Analytics). But.. I would assume it's some sort of user management features of the winWSD software if he can see what folder you downloaded to etc. Saying that though, I haven't...
Hello Jeanm
You shouldn't have to change the style names any. It is as simple as adding a second link to a css file with media type print.
Such as:
<link rel="stylesheet" type"text/css" href="screen.css" media="screen" />
<link rel="stylesheet" type"text/css" href="print.css" media="print"...