www.webdeveloper.com

Search:

Type: Posts; User: Captainkewl

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,030

    shed / house building software

    I was wondering if anyone knows of some software that can allow a user to custom design their own shed, such as they have on these websites:
    ...
  2. Replies
    0
    Views
    519

    301 re-directs on IIS server

    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.

    When I need to...
  3. Here is a better look at more of the relevant...

    Here is a better look at more of the relevant code:

    function BookMark() {

    $('#BookmarkImg').animate({ "top": "-81px" }, 1000);

    baseCookieName = "rwbookmark";

    var exdate = new Date();
  4. var expiredays = "1"; Change to 1 hour instead?

    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?

    Thanks :)
  5. Replies
    0
    Views
    658

    Slider not starting automatically

    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,...
  6. Replies
    2
    Views
    458

    Thanks for the reply. I was looking for a...

    Thanks for the reply. I was looking for a pre-existing script that I could use / modify.
  7. Replies
    2
    Views
    458

    filter results by location

    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....
  8. Replies
    1
    Views
    193

    No worries, I go it. Had to add this CSS snippet...

    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;...
  9. Replies
    1
    Views
    193

    image links not working in IE only

    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...
  10. Replies
    4
    Views
    528

    Thanks for the input. Never thought of...

    Thanks for the input. Never thought of compressing the CSS (thanks).
  11. Replies
    4
    Views
    528

    Thank you for the input Dave. I made a few...

    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).
  12. Replies
    4
    Views
    528

    Please pick apart my CSS

    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...
  13. I figured it out. It ended up being a...

    I figured it out. It ended up being a position:absolute issue (needed to change it to position:relative).
  14. [RESOLVED] banner not centered in IE7 only

    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?

    Thanks.
  15. Replies
    5
    Views
    578

    Perfect. Thanks guys!

    Perfect. Thanks guys!
  16. Replies
    5
    Views
    578

    I appreciate the reply. I actually want it the...

    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:


    <IfModule...
  17. Replies
    5
    Views
    578

    htaccess 301 redirects

    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/

    According to what I know,...
  18. Thanks for the reply. I am also a Javascript...

    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...
  19. validate html form (multiple selections)

    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...
  20. Replies
    2
    Views
    575

    Thanks for the reply. I ended up looking in the...

    Thanks for the reply. I ended up looking in the server error logs and found that the path to the (uploader.php file) was wrong on this line:
    ...
  21. Replies
    2
    Views
    575

    [RESOLVED] image not uploading

    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...
  22. Directing link from Linux to Windows server

    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...
  23. Replies
    10
    Views
    3,079

    Thanks for the help guys! Cheers :)

    Thanks for the help guys!

    Cheers :)
  24. Replies
    10
    Views
    3,079

    Thanks guys: I found out that site1.com is set...

    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)....
  25. Replies
    10
    Views
    3,079

    I appreciate the reply, but is there a solution...

    I appreciate the reply, but is there a solution for this? Is it a server configuration issue?
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles