Jump to content

louisstephens

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

louisstephens's Achievements

Member

Member (2/5)

0

Reputation

  1. So what you are saying is that I need an html file with the forms That sends it to a php file which will do all the work?
  2. Ok, I have a form (name adress etc) and it will be an adobe air program. I want to be able to fill in the form, submit it (which saves the data, and then can pull it up again. I am really lost on what to do..
  3. As the title suggests, I am wanting to use javascript to create a new text file and write the data from a HTML form every time the "submit" button is pressed. I know how to do this in PHP, but I am pretty much "stuck" with using javascript.
  4. Thanks. I know I could do an include. However, I do not know how to do mulitple ones which change based on the link that you click in the right side.
  5. Ok, I have a 2 column layout. The left column is just a bunch of links. The right hand side is reserved for the data that the links are pointing too. However, I really do not know how to achieve this. Example of what I would like: User clicks on "portfolio" link on the left hand side, and on the right side, the portfolio.php is loaded into the right div. Do I just need some if statements? I really would like to stay away from frames.
  6. Ok. I could really use some help on this. I have a database populated with data {firstname, lastname, street, city, state}, and I have a drop down list wich lists the states in the database. SO when you pick the state, it shows the entries from that state in a table. However, I really need my second drop down (which is last name) to populate the same table (using a query) to arrange them by the last name I choose. I really do not know how to achieve this. I have it written out on paper, what I need them to do, but I dont really know how to achieve this through php.
  7. Alright, I was looking at the site on IE5-7/Opera/FF.. and the menu was going crazy for me. I would click a link, and the main would change, but a sec later it would switch.
  8. I just tried it in FF and IE5/6/7/8 and it was red for me.. I am not sure why it is showing up black
  9. Well, I have two images up on the site. But I really need to know how to hover over one and a menu "appear" to the right with the options. http://louisstephens.net/taggr
  10. I would personally go with a different menu. But otherwise, I like it.
  11. I like the layout. However, the colors are a little too dark for my tastes, and nothing on the site (yet, I am sure you will have something that will) grabs my attention. I would suggest a program such as color schemer studio. You pick a color you like, and it "suggests" complimentary colors that look great. But keep up the great work. I will def. be checking back to see the progression.
  12. Could you not float the menu left, and then the search right?
  13. Ok, I need some help. I have 4 images (100px x 100px). I would like to hover over them and a side menu "flyout" with other options such as a a search feature. But I have no clue how to achieve this.
  14. If you want the div centered on the page you could in your css add: margin-right:auto; margin-left:auto; This would center it directly in the middle.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.