Jump to content

PicnicTutorials

Advanced Member
  • Posts

    1,108
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PicnicTutorials

  1. I'm on phone so I can't see code. But if I disable js your popup fails. So you probably just have a # in the anchors href. You need to put something like ;javascript in the href="". that syntax is probably not spot on so google it.
  2. signitures should be no follow. So they really only behove (promote) people that post regularly. This forum exists to help people. But, primarily, it exists to bring traffic to KS. So, here is how it should work. We help do Stephans dirty work (contstantly helping others), and we, in return, get to promote "our" intersests with each answer. Yes we also do it to return the favor bla - bla bla. Reminds me of the saying, "you wash my back, and I wash yours".
  3. Thats a good idea! Supposidly, the driving force behind Chrome Frame, is to make the web a better place. So, Chrome should have no problem with that. They made the code open source I think. Ie should adopt.
  4. no I don't think it will bring more challenging questions. But I do think it will bring more experienced people, and that will bring a wider variety of questions. Self promotion (profit) is the driving force behind most. Like I said, then you tell me the reason?
  5. I think it may behove you to reinstate singnatures. Or you tell me. Why are most of the old members gone now, and no new ones signing up. This place is great, but to be honest, it's a little borring lately. The only questions/discussions/etc, are irritateing questions like "how do I link to my css". Those aren't going to keep the regulars coming back for more. Not me anyways.
  6. http://www.sitepoint.com/blogs/2009/09/24/google-chrome-frame-fixes-ie/
  7. Yeah I haven't been to happy working with clients so far. That's why I'm attempting to branch out a little bit.
  8. I do a 3rd upfront. A 3rd upon approvall of the home page (the template). And a 3rd upon entire completion. It's hard to get to the last stage for them. They have to come up with there own content and lift a finger.
  9. Thats how every client I've had goes. My last just disappeared mid stream and already paid me. People as a whole are procrastinating flakes!
  10. Use wmode opaque vs transparent. It's less resourse intense. Maybe your link already said that, I didn't read it.
  11. syntax problem. It's img.jpg {}
  12. Hi, I don't know, I'd have to google all three. I'd start with paypal probably. Once they purchase it then they get redirected to your dowload page. That would be the easiest yet least secure way. This forum uses the best software. It's free, however I don't know what it is. PP something. it's Phpbb forum http://www.google.com/search?q=phpbb+forum&ie=UTF-8&oe=UTF-8&hl=en&client=safari
  13. In two months? A fool proof course called prayer.
  14. That's how I do it. I make a folder of my new site outside of dw. Then in dw I declare a new site, find that folder, and say ok.
  15. Good points Ben. I toss over the wordage of the main nav a bit. Problem is, I need it to only be one word. Yes, sign up is better but breaks my one word look. I liked Cool, but too childish. Pricing is better too. Hmmm... I don't know, I went for less is more and no nonsense (the human approach vs the business man approach). I'll chew on it. And I here you with the extra windows, but I went for the one page site. Has to be that way for me. Thanks for your impression!
  16. thanks Susie! Yeah, the testimonials link is still on my to do list. I'll make the logo a link too. Advertising... Google foresure! Other than that I'm all ears. I need to target all the mom and pop shops.
  17. I smoked for 4 years (heavily!). At about 25 I thought it was about time to grow up. So I had all my last/best sigs. That last after sex sig, the last after dinner sig, the morning Joe and sig, the after a workout sig, and the drunk sig. The next day I quit cold turkey! Two years later my long time girl friend dumped me (she regrets it now!). I then had to get back out there (I'm dependent on companionship). Back out there, to me at the time, meant lots of clubing and drinking. Well that would be no fun without my sigs in tow as well. So I smoked heavily for another year untill I met my wife of today. She lived in Seatle (me in San Diego) at the time. I quit cold turkey the day I flew up there to move her down to SD. Sigs will never leave your mind again! You have to want to quit, not hope to quit. Hopeing to quit does not work because they will never leave your mind again!
  18. Does jquery give your tooltip anchor (or whatever) a class? Use firebug to see. Then just target the class (in "your" css) that jquery gave it.
  19. Ok, lets assume your largest (widest) image is width:150px. And the image container is a , and the entire photo gallery container is called #gallery. #gallery { position:relative; width:500px; overflow:hidden; } #gallery b { float:left; width:150px; text-align:center; margin:5px; display:inline; } #gallery img { vertical-align:bottom; border:0; } HTML... That should get you started. If you float the img you will loose the text-align center.
  20. Of course, that's assuming you want all the thumbs to appear semetrical. If no, then just resize them all and let them fall where they may.
  21. Sure. Wrap each thumb in a div, float each div left, give the div a width equal to the widest thumb image, and text-align center on the div. And apply vertical-align bottom to the images. That should do it...
  22. All depends what you want. I usually prefer semetry, so coping them works for me. Although, once I had a similar problem. I worked it out by giving each thumb a container (the container width and height catering to the largest thumb), and centering each image in each container. Or just crop them and make it easy on your self...
×
×
  • Create New...