Hey everyone. I am a PHP developer and am used to working on Linux servers only. I need to do about 700 301 re-directs/404's etc. on an ASP site running on a IIS6 Windows server.
In my JS code, I have this
var expiredays = "1"; which sets a "cookie" to expire in 1 day. However, I want it to expire in 1 hour instead. Is there a way to do that?
If you have a look here: http://kmkwebdesign.ca/clients/dejavu/ you will see that the home page slider does NOT start automatically. However, if you click on the 3rd "dot" to go to the 3rd slider,...
Looking to add a list of Music Teachers to website that could be searched by someone looking for a teacher by specific options.....
Example: Search by postal code and by instrument taught, etc....
No worries, I go it. Had to add this CSS snippet for IE:
border:0;
display:block;
background-color: #fff;
filter:alpha(opacity=0);
opacity: 0;
-webkit-opacity:0;
-moz-opacity:0;...
This site here: http://shopniagara.ca/giantfm/ has an image link for the third image in the main slider (click on the image and it takes you to another site). It works in Chrome and in FF, but the...
Thank you for the input Dave. I made a few adjustments to minimize the "inline" CSS. I tried to only use inline on something that was proprietary to a single page (home page).
I am constantly trying to improve my HTML/CSS skills. Please have a look at the following 2 pages (part of the same site) and tell me if there is anything I am doing wrong (or can do better) in...
The site here: http://xtremeevidences.com/landing/ looks fine in IE8/9 etc., but in IE7, the banner slider image is off to the right. Does anyone know why this is happening in IE7 only?
I appreciate the reply. I actually want it the other way around: /index.cfm?PAGEPATH=About_Us&ID=9838 to be redirected to http: // domain.ca/about-us/the-company/ , so I tried this:
I have a wordpress site and I want to redirect this URL: http://www.domain.ca/index.cfm?PAGEPATH=About_Us&ID=9838 to this URL: http://www.domain.ca/about-us/the-company/
Thanks for the reply. I am also a Javascript "noob". This form code was auto-generated within Dreamweaver (I did not write it). I kinda get what you're saying (just have to figure out the code to do...
Good day. This form is working, but I want to make the "What AIS services are you interested in?" multiple selection a "required field". The other required fields are working, but I can't figure out...
This site was moved over from one server to another server. The image upload function was working fine on the old server, but when the files etc. were moved over to the new server, this is the...
Here is the situation: I have a PHP based website called www.generic.com (not the real URL) and I have a web form (written in ASP) which is located on a Windows server. There is a link on the...
Thanks guys:
I found out that site1.com is set up on the Windows server as a "mirror" for site2.com. So, basically site1.com displays the same content as site2.com (different URL, same content)....