Jump to content

Sean-Michael

Members
  • Posts

    20
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.sean-michael.org/
  • ICQ
    0

Sean-Michael's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I was doing some searching, here and google to find a way to get my sites "google site preview" image to update but it seems I'm not using the correct key words.Does anyone know how to get the image to update, mine is very old and showing an old template.Thanks in advance for any help!
  2. It all depends on where I test from and what hops are in the path, here's a few at various *distances.
  3. So I assuming that unless its a really large image or a slow host the effects will not show? lol, I added a lil 2mb picture and see a little effect lol thanks for your help!
  4. ok, but, I'm still not sure that since I am the host that I cannot see the effect, can some check it for me please.Here,
  5. I'm a goof, I used the wrong term I believe, what I meant was to say to load vertically as justsomeguy described.I will need to look further into "JPEG progressive" and "GIF interlacing" and how to do it with gimp.Thank you both, you have pointed me in the rite direction!
  6. I was wondering if anyone knew how to set images to load in the horizontal direction, like the images load for this site, here is the same exact script on my server. I'm not sure if this is a server or php setting. Who knows maybe my server does this and I don't see it because there's very little wait for images to load.Thanks in advance for help,
  7. Try looking threw this,http://w3schools.invisionzone.com/index.php?showtopic=3770and dont forget to check you junk mail for the confirmation emails.
  8. I had some syntax errors and my browscap.ini was out of date, I've edited my earlier post and this seems to be working nicely!Can someone check my work?Thanks again, I would have had a heck of a time doing this with out help!
  9. Thank you both for your very informative replies, I think that I have the rite direction here but what I actually want is a message to display for all browsers that I haven't checked the site with personally.For example I have IE7, Firefox 2.0, that I check the site with, more as I look further into the top browsers used by Internet Surfers. Now these I know present the site as I have designed it to look but the other unknows I don't know if the layout is presented as I intend it to be, not only the png rendering but all aspects of design. For these unknows I want the message to display just under the header.looking into my browscap.ini I see no reference to IE7 but I think I can get the browsers info with... <?phpecho $_SERVER['HTTP_USER_AGENT'] . "\n\n";$browser = get_browser(null, true);print_r($browser);?> and use the example that "www.mihalism.com" posted for example... <?php$browser = get_browser(null, true);if($browser['browser'] == "IE" && $browser['version'] == "7.0"){echo "Supported Browser";}elseif($browser['browser'] == "Firefox" && $browser['version'] == "2.0"){echo "Supported Browser";}else{echo "Unchecked Browser";}?> However values for IE7 aren't showing correctly for my code to work, I believe this is due to the browscap.ini not having a value for IE7 and firefox specific 2.0?But when I check this with firefox "Supported Browser" is returned and when viewed with Amaya "Unchecked Browser" is returned, and IE returns "Unchecked Browser".Any further advice on the IE7 detection?Thanks again for you help!
  10. Is there a simple way to use the if else function to target browsers other then FireFox and IE7?Hopefully someone can point me in the write direction to learn how to do this, what I want is to be able to display a message to viewers that are using browsers other then FireFox,IE7 ect. because I'm going to start using transparent pngs and what the viewer to know that if things dont look rite then this is due to the browser and present them with links to a few browsers that I support on my site.I guess what I mean to say is that is a viewer comes to my site with a browsers such as firefox or IE7 nothing seems to happen but if someone views with IE6 a txt file with html content will be loaded with the content I described.I've done some googling and found a few hits but I would greatly appreciate input and maybe a few pointers in the rite direction.Thanks in advance for any help!
  11. Well, I started using them, and as you said or in a way suggested I think I will add a "Supported Browsers" section and point out that if things look off that is why, I personally use FireFox but held off due to the numbers of people that still use IE6, but now... Anyway I used a png in the top shadow of my pages here, png shadow and I seem to remember that IE6 also had a problem with positioning of absolute items, now my shadow stays in place when the page is scrolled. Kind of exciting that there seems to be a whole new horizon that is no longer blocked by IE6'
  12. So with the new feature of IE7 supporting png alpha transparency will many of you be now using this format or will the majority of web designers hold off on using this till a later date?Thank you for you opinions and feed back!
  13. Sean-Michael

    Host

    Yes, indeed xampp is not ready for use as an open server, you need to secure it, there is a very nice community for help.I forgot, my isp blocks no ports that I'm aware of, most I've heard of is them choking the bandwidth on some ports to snub file sharing programs...!?!
  14. Sean-Michael

    PHP editor

    Personally, I like Cssed and Notepad++, both are open source/free.
  15. Sean-Michael

    Host

    I went threw the steps of manually setting up a server on windows, I learned a lot and enjoyed the challenge! However there is a very nice package out for people whom want to shave some time, this was shared over at gimptalk by a member,xampp is worth checking out but one will still need to know a few things to secure the server,Hope this is helpful'
×
×
  • Create New...