User Profile

Collapse

Profile Sidebar

Collapse
AaronL
AaronL
Last Activity: Oct 24 '12, 08:06 PM
Joined: Jan 27 '07
Location: Massillon, OH
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AaronL
    replied to How exactly does CSS positioning work?
    Well I stole a layout to get it to work but I still don't really understand, I had to set the position to absolute on the click to listen button on that page and it moves around when you minimize the browser window and I don't want that :(
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to How exactly does CSS positioning work?
    I also tried to put an image in the middle column and it stuck it all the way at the bottom of the page
    See more | Go to post

    Leave a comment:


  • AaronL
    started a topic How exactly does CSS positioning work?

    How exactly does CSS positioning work?

    Hello everyone,

    I'm new at CSS and basically I want to create elements within elements with the proper positioning, this page I'm working on looks the way I want it to, but I think the CSS is wrong. For instance the text "This is content" is centered and I want that to be aligned to the left and only certain things centered. Next thing is I want to have the page start with a defined height, however as the content grows,...
    See more | Go to post

  • AaronL
    replied to CSS Flyout Menu
    Thank you, CSS seems to be very confusing to me and I don't know why :(
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Image viewer in PHP?
    in PHP
    right but is there a way to detect what size the uploaded file is, for example, I want to see if the file is bigger than 1024x768 and if it is THEN resize it to 1024x768 maximum, if the size of the file is below that, then leave it alone...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to CSS Flyout Menu
    Here are the CSS styles and HTML code I came up with that works great:

    CSS Styles:

    Code:
    /* Flyout category menu */
    #flyout {width:175px; position:relative;}
    
      /* Default list menu styles */
      #flyout ul {margin:0; 
      padding:0;
      list-style:none; 
      white-space:nowrap; 
      text-align:left;
      background:#c0c0c0;}
      
      /* Hide all sub categories */
    ...
    See more | Go to post

    Leave a comment:


  • AaronL
    started a topic Image viewer in PHP?
    in PHP

    Image viewer in PHP?

    Hey everyone,

    I want to make an image viewer for the software that I'm developing, it's going to display products but I want it to have a magnifying glass to view up close similar to the image viewer that BigCommerce uses (but not junky looking)? Anyone know where I could start to look for code? Also, can PHP detect the size of an image that is being uploaded and if it's over a certain resolution have it resize the image?
    ...
    See more | Go to post

  • AaronL
    started a topic CSS Flyout Menu

    CSS Flyout Menu

    Hi everyone, I'm new to CSS so I really don't have a great grasp on it yet. I'm trying to make a flyout menu for product categories and this is the styling I came up with so far:
    Code:
    #flyout {
    	width: 175px;
    	margin: 0;
    	padding: 0;
    	list-style: none;
    	background: #c0c0c0;
    	color: #000000;
    	font: 12px Arial, sans-serif;
    }
    
    #flyout li {
    	display: block;
    ...
    See more | Go to post

  • AaronL
    started a topic How do you write for SSL in PHP?
    in PHP

    How do you write for SSL in PHP?

    Hi everyone,

    I've been working on e-commerce software for a couple of years and I was wondering, if I were to make a cart, I know I need to host it on a secure server. Are there resources for getting a dummy like me started on something like that? Also, I will be storing customer name, phone number, and address etc... in the database as well, does that information get encrypted in the database usually with ecommerce software? If...
    See more | Go to post

  • I get user defined type not defined error with StdPicture, this is VB 6.0
    See more | Go to post

    Leave a comment:


  • Loading Bitmaps into variables to use with BitBlt

    Hello,

    I need help with loading bitmaps into variables to be later used as sprites with BitBlt. Here was my original plan but I get an error 91:

    Code:
    Public thePicture as PictureBox
    
    Public Sub LoadPictures()
         
    thePicture.Picture = LoadPicture("c:\thepicture.bmp")
    
    End Sub
    Obviously I'm missing something because I get the object
    ...
    See more | Go to post

  • AaronL
    replied to Creating a PHP API?
    in PHP
    I see, what is AJAX exactly, I see that out there a lot.
    See more | Go to post

    Leave a comment:


  • AaronL
    started a topic Creating a PHP API?
    in PHP

    Creating a PHP API?

    Hello,

    I am so close to getting my big software project done, but I'm not satisfied on how one aspect works. The deal is, I want to have people use my software as a service without gaining access to my source code. I am to understand that if I develop my software as an API, I can do this.

    My questions are:

    How do I make an API in PHP?
    - How do I send parameters to the API and get data back?...
    See more | Go to post

  • AaronL
    started a topic Understanding MDI forms

    Understanding MDI forms

    Hello, I need some help understanding MDI forms.

    I want to get the contents of the active child MDI form, how do you do that? Here's what I did to create a child form.

    Code:
            childForm += 1
            If childForm > UBound(childForms) Then
                ReDim childForms(childForm)
            End If
            childForms(childForm) = New formHTML
            childForms(childForm).FormID
    ...
    See more | Go to post

  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    Ok, I found out that this strictly has to do with browsers keeping pages cached. If you click on a link to go back a page, post method will not work. However, if you manually type the url to go back, it will reload the page and repost. Looks like nothing can really fix that...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    Yeah, I'm working on the program right now, those hidden inputs are going away, I don't like using hidden inputs anyway, I heard there may be exploits with them...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    Yeah I was, but now I'm just going to recalculate the totals (which were the hidden inputs). I'm having problems even with the inputs that aren't hidden and are just in text boxes, I'll just have to put up with them for now. Don't know how good my software will do in the market though with glitches like that...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    Ok, found something interesting...

    First, I put a line of text in the review order section at the top that says The posted first name is:

    Now here is the steps you can recreate the problem with

    Add item to cart:
    click next
    enter first name
    click next
    you should see your name at the top
    then click back to cart,
    click next
    enter in a different first name
    click next...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    I'm working on redesigning the review order section, I see where there are some calculation issues, but still not sure about the post issues...
    See more | Go to post

    Leave a comment:


  • AaronL
    replied to Problem with $_POST variables.
    in PHP
    It's looking like you can't use $_POST variables in this way for some reason, it looks like the browser holds them in the cache and resets them the next time they are called or something. I may just have to put just a cancel order option there or something, I don't know, I'm frustrated beyond belief at this point, I spent so much time developing this software, the rest of the software is incredible and would be a great service to people, you can...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...