Jump to content

PicnicTutorials

Advanced Member
  • Posts

    1,108
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PicnicTutorials

  1. Cool mobile theme! Thanks Ben I'll try that. I already quickly tried it the other way (positioning the house AP). The search results need to stay in flow because they are painted below the search box. I don't know how that would play out. I'll test and report back.
  2. Can you help me trouble shoot this please? http://tinyurl.com/35kk33s Thanks for looking! My problem is if I put the google search bar above the little red house that says "Virtual Tour" the house looses it's mouseover sound. You can check any other page to hear and see how it should perform. If I put the search under the house the sound returns. I've narrowed it down to the search div (this is where the search box is put in by google) called <div id="cse">. If I remove this div the sound returns. I'm guessing the google search is inputing more JS into that div that is conflicting somehow. So... do you know of anything I can try? I'll even be willing to do a CSS trick to fake it. Though that gets complicated. There are two pieces of JS at the bottom of the page that initiates the sound and some inline js in the image. I've moved these around but doesn't help. I understand it's hard (if not near impossible) to test this so just throw ideas at me and I'll test them. Thanks!
  3. This was a good read http://i924.photobucket.com/albums/ad83/ewwatson/9ddabae1.jpg PS Eddie 100 Miilion iPhones will be sold by the end of 2011
  4. Here is what mine looks like. The tuts say to shrink the icon to 57x57. But I actually found that the icon looked much more crisp if I left it at it's original size and let the iPhone shrink it. If you don't want iPhone to crop it make it the same width and height like I did.
  5. I don't know how many there are but likely many as it's been the phone to beat 4 years running. Happy 4th!
  6. Actually, you only need to put the icon in your root. No link required. http://vjarmy.com/archives/2008/01/howto_iphone_webclip_icons.php
  7. This just took me a few minutes to track down so I thought I'd post it. <link rel="apple-touch-icon" href="/customIcon.png"/> Basically, on the iPhone when you bookmark a site to the home screen (not the bookmarks section) by default iPhone will take a little screen shot of the website and use that as the little app icon (now on your home page). Some sites have a custom image that takes the screen shots place. No that I know, I'm going to add that to my site. ...I have the iPhone 4! Antenna issues aside, it is the most amazing piece of machinery ever made. I'm in the a star trek episode every time I use it.
  8. Hey thanks Ben! Reading that, it doesn't look like it's even something I can help google along with. It looks like it's purely up to googles disgression if they are displayed or not. Oh well - thanks!
  9. Stefan did this (or google?) for KillerSites seen here http://www.google.com/m/search?oe=UTF-8&client=safari&hl=en&aq=f&oq=&aqi=-k0d0t0&fkt=1786&fsdt=11022&q=killersites. See all the sub links under the main? How's that done?
  10. Ohhhh... within the body... So it's within the confines of my screen. Now I know where look. The only about on your page is in the footer. I refuse to go that far to find it.
  11. Small icon in left column... Uh - can you be more specific? I don't see it?
  12. hi, can you give a working page to look at?
  13. or try. Floating the a instead of block. Or 1px margin on a instead of 1px padding on li. or both
  14. looks that div is being fed (via the script I imagine) display none and then upon hover is fed display block. So you could override that one div and say display block !important. Then you have the same prob though - shows through when fade out. Might need to be done with more js.
  15. I do 90% of my web browseing on my phone. And the Nexus One (google phone) is real nice too. From what I've read, better than the iPhone in quite a few ways but the reviews still pick iPhone as leader. That's good though. Will push iPhone 4g even higher.
  16. Good! I tried everything I could think of with the other setup and could not find a fix for it.
  17. It's definitely a nich product. A luxury item I won't be buying. However, I do have my eye on the iPhone 4G. Rumor says it will be released tommorow. It prob has multitasking, HD 720p video, 5 mil megapixel camera, flash, camera front and back, etc...
  18. no worries I got a local working copy. Although I still have not been able to crack it. Most likely it's because the tooltip is in the same container as the trigger. But you need it that way to function correctly. I'll play with it some more later.
  19. HI, I'll play with it for you if you set up a test page. Remove all the dreamweaver editable regions and provide full path links to all the scripts and css so I can setup a local copy. As is I can't even touch the code because of that stuff.
  20. Did you try adding zindex to .pointer or .tooltip? What's the plugin feeding them?
  21. On phone so can't see how you did it. Looks like you put the stripe on the li yeah? Maybe a easy way would be to just put the stripe in a span. li span {position:absolute;right:-20px; }
  22. Prob be easiest to just make that whole nav a sprite based image. Although I'd have to do some looking myself to figure out how to produce the slants in Photoshop.
  23. I'm pretty sure IE has a filter for this as well. Otherwise just use an image replacement for SEO. http://www.visibilityinherit.com/code/image-replacement.php
  24. you can start by googleing "jquery ajax photo gallery"
  25. well in this businesses case it did work. If I put in google "donuts in Arizona", their domain would come on first or second page listed as www.arizonadonuts.com. The same would happen for other searches. Their content was a duplicate times a few hundred. So content nor inbound links played a part. It was simply the search term.
×
×
  • Create New...