Jump to content

namelessNN

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

namelessNN's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i tried searching but i'm not really sure what to search for. let me try to explain what i am doing. i am trying to make a flash version of my company catalog. i've got the nifty page turning thing working fine. what i am trying to do now is have it so that when you click on a page, it loads a larger version of that page into a blank mc holder. i can get it to load the image no problem. what i CAN'T seem to figure out is how to make the image scroll so that the viewers can see the entire thing. i need to constrain the size of the holder mc and then have the image inside move with the mouse movement. clicking the image will empty the holder mc and return the viewer to the main catalog. click here for my current demo open the catalog and on the first page you will see a temp blue button. clicking that will open the LARGE page view (i know they don't match, this is just a demo ). i need to be able to scroll that large image. any ideas? i need to keep this as as1 because the catalog page turning script seems to only work as as1. any help would be greatly appreciated. i've spent all day searching google and i'm still nowhere.
  2. yes. i was able to change other settings. i changed the max upload size and one other and both those changes worked and are reflected in the phpinfo display. that's what has me so confused. it just doesn't seem to want to change this one thing.
  3. no matter what i try it won't let me change this setting. i am trying to build a file upload feature but all the files i upload don't work because they are locked. i figured out that the files are inheriting the permissions of the temp folder that they get uploaded into. no problem, just change that value. however, my IT guys here don't want to make that folder open. no problem, i'll just move the upload_tmp_dir to a different folder and share that. except no matter what i do in the php.ini file, it won't change to the directory i specify for the upload_tmp_directory. it defaults to C:\WINDOWS\Temp. i've tried every combination i can think of for the path. with quotes. without quptes. with \ or /. i restart the server and refresh the php info page and it is always C:\WINDOWS\Temp. grr. i know IIS sucks for php but i have no other option for this box. is there a special syntax i need to use to get php to recognize a different folder for the upload_tmp_dir setting? upload_tmp_dir = "C:\uploads" (C:\uploads is the folder i want to use for the setting)
  4. are any of your db fields INTs? because you have all those variables quoted and that's usually what will break a query. if that doesn't fix it (it doesn't look like it should) then try what thorpe posted. that should set you on the right path.
  5. please don't make garbage sites to scam adsense. those of us that use it correctly are the ones that suffer. you MIGHT make a little money but when google realizes your site is garbage they will blacklist it and you won't get paid.
  6. just use google maps. it's pretty easy to pick up.
  7. when i decided to learn php/mysql, i used a book called PHP For the World Wide Web (2nd Edition) by Larry Ullman. it was fantastic and easy. he also has other books on the topic but this one is a great place to start.
  8. found it! thank you very much. it was in the module called "filefield". took some searching but I found it! thanks for your help!
  9. Great idea! however, it didn't work ??? it installed fine but I don't think that PDF Brochure is passed through a variable. I think it must be hardcoded somewhere in the system. I've searched and can't find it. I think I may just have to give up on this one. Thanks for the suggestion though, I appreciate it.
  10. I'm not sure anyone CAN help me here but I figured I'd give it a shot. I posted on the Drupal forums but no one seems to know. I inherited this Drupal site when I started working here and I know next to nothing about it except that it's overly and unneccessarily complicated on this page: http://www.robertsconsolidated.com/index.php?q=node/762 i need to change the PDF Brochure label (under the product picture). I just can't seem to find where I CAN change it. I figured it would be in the admin section somewhere but I can't find it. Any advice would be greatly appreciated! Thanks.
  11. well if you are using php for time it's going to be tricky because php will use the server time. you'll need to use javascript.
  12. depends on how expensive it is to live in vegas. i wouldn't go much less than $60k/year unless you are desperate for a job.
  13. please don't make websites that generate nothing but garbage clicks.
  14. i've used dreamweaver since it first came out.  i'm sure there are probably "better" editors to use for php but i can do everything i need with dreamy so i stick with it.
×
×
  • 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.