Jump to content

cloudrm

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by cloudrm

  1. I was around 16 when "pong" arrived . . .before that a color TV was a novelty."Ms. PacMan" was an eye opener. . . but then again so was a push button phone I did get pretty good a mario bros.
  2. ouch
  3. That's what I meant. . . Try highlighting your text, and in the properties menu (window-properties or ctrl+F3) select your text color by clicking on the box just to the right of the size picker, or typing in the number (ie:#666633) into the box to the right of that. blind leading the blind I guess . .I was trying to make it easier without writing code in DW. but the posts above work better, if not just as well. I'm learning here too.
  4. Tracy has been very helpful, it's great to see her contributions appreciated. CONGRATS!
  5. go to Modify . .then click on page properties & change the links, visited links and active links colors to your background color. Make sure you've specified a default text color, and a text color when you highlight your text in the properties window.
  6. Oh heck. how about fizbee dawg . . . warning: don't play this one in front of your kids. . . http://www.bimka.ems.ru/games/dogcatch.swf
  7. I know . . .and it's in flash. . . click once to make the penguin jump, click again for the sasquach to swing. what's your best score? I couldn't get over 290.8 . . . http://home.tele2.fr/kcv/pinguin.swf
  8. I will just suggest a "GRRRRRR" forum (within family guidelines). . .all the posts automatically deleted after 24 hours. Get it off your chest and move on.
  9. Is it just me, or does anyone else think that the original thread has been hijacked? Perhaps this conversation could be sent to a different topic. . . JMO.
  10. Personally, I’m glad the servers block these attachments. When I’m sent a file other than the “basics”, I’d rather have some level of protection on my server. I would, however, like to have a notification to let me know that blank@blank tried to send me a message/file. If it turns out to be a client, then I at least have an explanation other than “duh . .I don’t know”. It’s a double edged sword, For the most part, my clients understand that the online world isn’t perfect and in the off chance there’s a problem . . . there’s a way to work around it.
  11. Mountain Dew is. . .hmmmm . . .kind of like drinking 4 shots of espresso with a Hawaiian C&H sugar chaser. Keeps us up late nights bouncing off walls and listening to loud music.
  12. If you use forced alignments/widths, one way around that is to create another table or layer and designate the cell pad or background to the color you want. As far as I can tell it works in all versions.
  13. OK, where should that file go? Update: I just put it in the main directory, seems to be working.
  14. When you're in your hotmail inbox, check the junkmail folder. For about the last week or so most of my legitimate mail has ended up there with the spam, including mail I send to myself. I think this is happening because of hotmails "block and report sender" & the current virus problems ie: the virus wormed my email address from someone's contact list, sent itself to "blank@hotmail.com". . . the receiver clicks "block and report sender". . . So now, every e-mail I send to anyone with a "hotmail" address is bounced back, automatically deleted or sent to their junk mail folder. .
  15. When you said "The error message says that the script output started on line 2", I checked the file & found that there was an extra return on the top line. Removed the return and . . . .
  16. <?php $dh = opendir("."); while(false !== ($file = readdir($dh))) if($file != ".htaccess" && $file != "avatar.jpg" && $file != "." && $file != "..") $filelist[] = $file; srand((double)microtime()*1000000); $picnum = rand(0, sizeof($filelist) - 1); header("Location: " . $filelist[$picnum]); closedir($dh); ?> that's the code I copied & pasted. I'm wondering if it has something to do with the jpg extension? the avatars are part of a series of abstract photo's that I sell/show etc.
  17. I'm not sure why it didn't work, I followed the instructions. I'll go back and try it again. created the text file . . .named it "avatar.jpg" created the text file . . .named it ".htaccess" created folder . . ."avatars" put all the photos in the folder with the new files. uploaded. . . changed the link . . just the dreaded box with the "red x" sounds cool if I can get it to work!
  18. I must have done something wrong, because I can't get it to work
  19. He deserves a ride on that bike, but perhaps he'd prefer a vacation on the space station, I know I would. Perhaps after his vacation he'll give us stock options . .
  20. It might be quicker with the new order system, but, back in the olden days (last month) . . .it took about 3 days from order to propogation. . . . worth the wait.
  21. I use dreamweaver/flash mx for my (very) basic website. . I know that flash has great possibilities, but it's so NOT user-friendly, after a couple hours I just get frustrated and move on. Perhaps someday I'll have an extra 6 months to figure out why I need to create 100 individual layers to make a simple image slideshow. Please don't suggest that I go to the macromedia website for help. It's a joke, and I'm not paying them another cent, they've already bled a couple K out of me. Originally, I purchased the dreamweaver/fireworks studio, which I soon found wasn't compatible with anything (unless you purchased an upgrade or new product). For me, "fireworks" is useless . . . just a bastardized version of photoshop for manipulating images. Overall, I believe "flash" or something similar will become a web standard. Today it's not user friendly for the public, and certainly not for a macromedia customer. I guess the odd thing is that I don't want to quit using the program. . . . It's a comfort level working around dreamweaver to get what I hope are results that work. The problem for me is that every time I try to add anything new, especially javascript, it comes back and bites me in the %&@#. . . everytime.
  22. After waiting for way over 60 seconds . . .I just got a 404 page.
  23. Protecting your machines is the best option. I hope that eventually, the consumer will be protected as part of a service package, ISP or Host. The sad part about this current virus is that most current "spam/junk/virus" programs (the ones that come from your ISP or email services) block any/all legitimate outgoing mail from your address to anyone on their system. IE: the virus sends itself to "blank@hotmail.com". . . the receiver clicks "block and report sender". . . So now, every e-mail I send to anyone with a "hotmail" address is bounced back, automatically deleted or sent to their junk mail folder. I just don't understand what kind of thrill these virus creators get out of it. If they think they're just hurting "the big guys" they're mistaken. I just don't get what, in human nature, would make someone think that my not being able to send an e-mail to my Mother would give him/her some power. O.K. that's my rant for the day Mad!!!
×
×
  • Create New...