User Profile
Collapse
-
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 :( -
I also tried to put an image in the middle column and it stuck it all the way at the bottom of the pageLeave a comment:
-
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,... -
Thank you, CSS seems to be very confusing to me and I don't know why :(Leave a comment:
-
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...Leave a comment:
-
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 */
Leave a comment:
-
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?
... -
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;
-
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... -
I get user defined type not defined error with StdPicture, this is VB 6.0Leave 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
... -
-
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?... -
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
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
No activity results to display
Show More
Leave a comment: