Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: carlg
  • Order by date
  1. carlg

    CSS or Tables Layout question

    Name, address, phone number, dob, Something like that, but with headers like in a spreadsheet
  2. carlg

    CSS or Tables Layout question

    I need to present some information on a web page. It will be about 8 columns of data with headings. The data needs to stay directly below it's heading. Do you think I should use CSS with DIV's and SPAN's to implement this? Or should I just use a TABLE with TR's and TH's Thanks for the info...
  3. carlg

    Image shrinking in PHP

    I'm creating a PHP application where my users will upload pictures. I have everything in place as far as picture management is concerned (uploading, deleting, etc.). Only thing I can't figure out is what if a user uploads a picture that is like 5 gig or something like that? Is there a way to...
  4. carlg

    Creating a status bar

    I want to create a blue line across my screen that is the length of the screen. It will be about 30-40 pixels thick. When the user is not logged in, it will just be a thick line on the screen. When the user logs in, I want text on the line to say User logged in. Kind of like a status bar...
  5. carlg

    Another layout question from me

    OK, Let's say I have 8 DIV sections on my page. I want the 8 sections to float into 2 separate columns (kind of like msn.com) Do I need a DIV section for each column and then the 8 sections nested in those or is there another way to do it? What is the proper way? Thanks
  6. carlg

    Page arrangement with CSS

    Thanks again. This is a lot different than all of the TD's and TR's that I used to use.
  7. carlg

    Page arrangement with CSS

    Floating sounds good!!! Anyone have an example of this? By the way, thanks for all of the good info so far.
  8. carlg

    Page arrangement with CSS

    So then would I set the location of each section (defined by id) in my css file? Would I have something like this (not sure if my syntax and attributes are correct, but I can look em up later) sectionmoney { location:20,20 } sectionsports { location:20,40 }
  9. carlg

    Page arrangement with CSS

    I have a page arrangement question regarding CSS. I'll use msn.com as an example. If you go to www.msn.com and notice they have sections. Some of the sections are: Fox Sports Money Video Highlights Entertainment I want to arrange a page in a similar way. Traditionally I would have used an...
  10. carlg

    Java not working

    Java stuff like Javascript and things like that are not working in my ie browser. What do I need to install to get it working again. I was messing around a few days ago deinstalling stuff and I think I wacked something I needed.
  11. carlg

    How many columns is too many?

    I really only need about 150 columns. I asked about 300 in case of future expansion. But anyway, my table would have a key unique identifier field, about 10 text fields and 125+ true/false type of fields (boolean). I thought about turning the 125 fields into 1 field of varchar(125). Then...
  12. carlg

    How many columns is too many?

    I want to create a mysql table for a project that I'm working on. The table will have about 300 fields. Do you think this is too many? Will this cause any performance problems? or should I try to break it out into smaller tables. Carl
  13. carlg

    Virtual Tour

    Not sure if this is the right forum to ask in, but I thought I would ask here since I'm using PHP. Ever see one of those "Virtual Tour" things on the net that the real estate agents use? How would I make one of those on my web page? Thanks
  14. carlg

    Indenting all of the lines but the first

    I want to indent all of the lines in a paragraph besides the first. How can I do this? My paragraph would look like this: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...
  15. carlg

    Apache from localhost only

    How do I set up apache so it can only be seen from my local machine? I'm on a network and I don't want other machines on the network to see my apache instance. Thanks carl
  16. carlg

    Javascript and <SELECT> onchange

    But what about when the values for the SELECT are coming from the database and not hardcoded in?
  17. carlg

    Javascript and <SELECT> onchange

    I have an 2 HTML selects something like this <SELECT> <OPTION>id 1 <OPTION>id 2 <OPTION>id 3 </SELECT> Then there should be another <SELECT> that only has the options of what is selected by the first select. For example if the user selects id 2, I want to query the database and make the 2nd...
  18. carlg

    Newbie; Getting Data from database question

    No, I didn't I will try Thanks for the info!
  19. carlg

    Newbie; Getting Data from database question

    I'm new to ASP 2.0 so I have some questions. I have mutiple users of my website. Let's say I have a db table called mytable. There is a column on this table called userid which tells which of the users to which this row belongs. I put a login view control on my page. Where do I pull the...
  20. carlg

    Newbie has a general ASP question

    So then is there any need to even know ASP? Since I can just use VB.

Part and Inventory Search

Back
Top