SitePoint Sponsor

User Tag List

Results 1 to 8 of 8

Thread: Posting a website shot

  1. #1
    SitePoint Addict Barnum's Avatar
    Join Date
    Oct 2008
    Posts
    366
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Posting a website shot

    Want to use a local weather forecast on my site, and wondered how I go about doing that? i.e. I just want to post the forecast for one day on my site...one image. Hope that makes sense...

  2. #2
    SitePoint Guru bronze trophy TheRaptor's Avatar
    Join Date
    Jul 2011
    Location
    New York
    Posts
    711
    Mentioned
    40 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Barnum View Post
    Want to use a local weather forecast on my site, and wondered how I go about doing that? i.e. I just want to post the forecast for one day on my site...one image. Hope that makes sense...
    If you just want to display an image on your site you can use the img HTML tag:
    Code:
    <img src="link-to-image.jpg" alt="image name" />
    Replace what is quotes after "src" with the URL path to your image. The "alt" attribute is the name of the image you'd like to display, while not that mandatory, it's good SEO practice.

  3. #3
    SitePoint Addict Barnum's Avatar
    Join Date
    Oct 2008
    Posts
    366
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Understand, but how do I save that image from the weather channel?

  4. #4
    SitePoint Guru bronze trophy TheRaptor's Avatar
    Join Date
    Jul 2011
    Location
    New York
    Posts
    711
    Mentioned
    40 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Barnum View Post
    Understand, but how do I save that image from the weather channel?
    Use the print screen key on your keyboard, then use some image editing software to crop the image down to the correct size.

  5. #5
    SitePoint Wizard bronze trophy Black Max's Avatar
    Join Date
    Apr 2007
    Posts
    4,029
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Ugh, the print-screen function can put you at the mercy of programs such as MS Paint unless you have a graphics program ready and willing to go.

    If you use Firefox, that browser has an extension called Screengrabber that works very nicely for screenshots. If you prefer a standalone program, try Screen Grab (the free version). There are plenty of screen capture programs out there, I don't want to come across as if I'm hawking a particular program or goodie.

  6. #6
    SitePoint Wizard bronze trophy C. Ankerstjerne's Avatar
    Join Date
    Jan 2004
    Location
    The Kingdom of Denmark
    Posts
    2,692
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Of course, unless you have permission from the Weather Channel, taking screen shots from their website and posting them on your own will be illegal.
    Christian Ankerstjerne
    <p<strong<abbr/HTML/ 4 teh win</>
    <>In Soviet Russia, website codes you!

  7. #7
    SQL Consultant silver trophybronze trophy
    SitePoint Award Recipient r937's Avatar
    Join Date
    Jul 2002
    Location
    Toronto, Canada
    Posts
    38,462
    Mentioned
    35 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Black Max View Post
    ... at the mercy of programs such as MS Paint
    you're just jealous that you never learned how to actually use ms paint effectively

    it's one of the best free image apps ever, considering how long it's been around

    and the price

    r937.com | rudy.ca | Buy my SitePoint book: Simply SQL
    "giving out my real stuffs"

  8. #8
    i want cake and cookies Stomme poes's Avatar
    Join Date
    Aug 2007
    Location
    Netherlands
    Posts
    9,997
    Mentioned
    41 Post(s)
    Tagged
    1 Thread(s)
    You can get all the glories of the GIMP for the same price. Actually less, since the OS it runs on is also free. See, they've been secretly charging you for MS Paint all this time, as "Licensing".
    muhahahahaha

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •