Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. Graphical File types:JPEG extensions= .jpg .jpeg .jpeGIF extensions= .gifPNG extensions= .pngSVG extensions= .png .pngzTIF extensions= .tif .tiffI think that is all. (if I'm wrong, someone correct me. I got this list out of file types on my computer)how they are converted: through some very extensive program.LG

  2. as for the books, Beginning XHTML Wrox Pressit teaches CSS, Javascript, XHTML, XMLas for the forum, you would need very extensive PHP (or some server side language) and very extensive MySQL(or another Database).you probably won't be able to do that for a while unless you are a REALLY fast learner. :) (I don't know enough either!)LG

  3. I guess I might as well give my thing too, although I'm not going to give very much info. :) I'm little goat.Birth date(dd/mm): 5 AprilGender: maleZodiacal sign: dont know ???? what does the zodiacal sign matter anyway?Country of residance: USA

  4. ok, have you installed it yet? if you have, (you are on windows, aren't you?) go to start menu => programs => apache friends => xampp => CONTROL XAMPP SERVER PANEL (or something like that.)then click the start buttons next to Apache and Mysql if you need it.then go to the directory you installed xampp and click on htdocs. all the files you put in this folder will be accessable. you also might want to rename index.php so it won't redirect you to another page. then go to http://localhost/ in your web browser and if you renamed index.php it should show all the files in the htdocs folder. you can click on the links and your php page will act like it is on your web server.LG

  5. stm_bm(["ivvnair",400,"","blank.gif",0,"","",0,0,0,0,50,1,0,0,""],this);I know the items in red are what I need to change to fit my site and leave the menu configured as is, but how do I add more sub menus, how do I control the width of the menu and the menu items, and how do I control any other of the parameters?  What are all the parameters in this script?I'd appreciate any help I can get on this.

    now the red is the width, I beleive.adding I think just add more stm_aix()s in there.uot of curiosity, where did you get this script?also is there some other main script?LG
  6. well, it depends on how well you pick up languages like this. it isn't that hard to learn, if you have the right resources. I used a book called PHP for Dummies (actually, I am still using it) and it seemed to help me a lot. PHP would also help you get a job if you want to design for people.LG

  7. I think I'll stick with the text, cause I don't really know SQL (just copy and paste off of w3schools) and I tried it and had problems.LG

  8. scotty, you should make your own topic or search for what you need.you might want to research using sessions.SFB, what I have done is at the bottom of the included file you put this:

    return $somevar;

    then in the other file do this:

    $newvar = require_once("yourfile.php");

    change the vars to your need. I have actually only used this with include, but it should work.LG

×
×
  • Create New...