User Profile

Collapse

Profile Sidebar

Collapse
lcthree
lcthree
Last Activity: Nov 3 '08, 09:59 AM
Joined: Oct 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lcthree
    replied to Moved: Add HTTPS/SSL to a Site
    I have a follow-up question: If I am using AJAX on an HTTPS page and make an asyncronous request using a relative URL such as "../test.php", will it resolve to an HTTPS request or a standard HTTP request? Do I have to change my AJAX in any way to make the asyncronous requests secure?
    See more | Go to post

    Leave a comment:


  • lcthree
    started a topic [DB Design] Sometimes-Tracked Stock

    [DB Design] Sometimes-Tracked Stock

    Hi, my question is about database design. I'm trying to design a database for a stock control program as part of a larger system. The problem I am having is that some items in the database have individual serial codes, and others don't (all items have a barcode to indicate which item is it).

    I've simplified the details here, but here's what the item table might look like if no items had individual serial numbers:

    Code:
    Items
    ...
    See more | Go to post

  • lcthree
    replied to setTimeout in IE
    yes it was casheing, thanks, i have it fixed now.
    See more | Go to post

    Leave a comment:


  • lcthree
    started a topic setTimeout in IE

    setTimeout in IE

    I'm trying to write an AJAX application which periodically updated some data, here's the outline of my code, cut down to the important bits:

    Code:
    ...
    
    var http = createRequestObject();
    
    function createRequestObject() {
        var ro;
        var browser = navigator.appName;
        if (browser == "Microsoft Internet Explorer") {
            ro = new ActiveXObject("Microsoft.XMLHTTP");
    ...
    See more | Go to post

  • lcthree
    replied to Moved: Add HTTPS/SSL to a Site
    Okay thanks, I'll do that. :)
    See more | Go to post

    Leave a comment:


  • lcthree
    started a topic Moved: Add HTTPS/SSL to a Site

    Moved: Add HTTPS/SSL to a Site

    Once I have a site that's already up and running, what changes do I have to make to secure it so that any HTTP requests are rejected, all pages (except the index) must be accessed via HTTPS. Obviously I have to change all of the hyperlinks to https://, but apart from that what do I need to do?

    Note: I'm refering to a professionally hosted site which will already have any necissary SSL modules for Apache/PHP is necisarry installed and...
    See more | Go to post
No activity results to display
Show More
Working...