Bird Cams Around the World

Peregrine Falcons, Eagles, Kestrels, Ospreys, Owls and Much, Much More!!!
It is currently Tue Apr 16, 2024 1:01 am

All times are UTC - 5 hours [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 541 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 28  Next
Author Message
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 9:59 am 
Offline
Moderator
User avatar

Joined: Wed Jul 29, 2009 9:53 pm
Posts: 11165
Location: Indianapolis
SGB, I just got an answer that for the time being the cam is not set up for automatic refresh.
BIG BUMMER!!! :sigh

_________________
"Always try to be a little kinder than is necessary."
~ J. M. Barrie


Top
 Profile E-mail  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 10:13 am 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
gigi wrote:
SGB, I just got an answer that for the time being the cam is not set up for automatic refresh.
BIG BUMMER!!! :sigh


Thanks...too bad, but that's good to know...just remember to refresh frequently. It appears to refresh at a high rate...I use the F5 key on this cam!!


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 1:11 pm 
Offline
User avatar

Joined: Tue Jul 28, 2009 7:00 am
Posts: 6274
Location: Ameland, the Netherlands
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                    "http://www.w3.org/TR/html4/DTD/html4-transitional.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>IPL Falcons</title>
</head>

<body style="background-color:silver">
<div style="text-align:left">
<table>
<tr>
<td>
<img alt="#" src="http://apps.iplpower.com/axis/GetImage.aspx" name="rcam1" width="704" height="480">
</td>
</tr>
</table>
</div>
<script type="text/javascript">
  var t = 3 // interval in seconds
  img1 = "http://apps.iplpower.com/axis/GetImage.aspx" //name of the image
  function Start() {
    tmp = new Date();
    tmp = "?"+tmp.getTime()

    document.images["rcam1"].src = img1+tmp
    setTimeout("Start()", t*1000)
  }
  Start();
</script>
IPL Harding street; 704 x 480 pixels
</body>

</html>

Select, copy and paste the code above in a Notepad document.
Then save it as an HTML file in your Documents folder ( ipl_refresh.html ). Put a short-cut link on your desktop OR open the file with your browser (Internet Explorer or Firefox or Safari or Opera :wink: ) and add the page to your bookmarks/favourites.

_________________
Have a nice day


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 1:43 pm 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
Hmmmmmmmmmm.....I tried that, DEF...I'm not getting the option to save as an HTML file...


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 3:27 pm 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
Gotta be the female..

Image

Image

The Male (?) earlier

Image

Image

Image


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 3:42 pm 
Offline
Global Moderator
User avatar

Joined: Sun Jul 26, 2009 7:44 pm
Posts: 10861
Location: Indianapolis, IN
Oh man, if only the bands were out in the sun, we might be able to read them.


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 4:27 pm 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
Curses...I arrived too late..

"The Banded One"


Image

Image

Image

Image

Image

From the female's (?) earlier visit.

I manually refreshed about every second..you can see a few places where my browser couldn't keep up..and then I speeded up the recording just a tad.




Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 5:13 pm 
Offline
User avatar

Joined: Tue Jul 28, 2009 7:00 am
Posts: 6274
Location: Ameland, the Netherlands
skygirlblue wrote:
Hmmmmmmmmmm.....I tried that, DEF...I'm not getting the option to save as an HTML file...

Then save it as a simple text file first, then change the name (right-click on the file in your Documents folder) or better, change the extention from txt to html.

    ipl_refresh.txt --->>> ipl_refresh.html

_________________
Have a nice day


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 5:36 pm 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
Dutch Eagle Fan wrote:
skygirlblue wrote:
Hmmmmmmmmmm.....I tried that, DEF...I'm not getting the option to save as an HTML file...

Then save it as a simple text file first, then change the name (right-click on the file in your Documents folder) or better, change the extention from txt to html.

    ipl_refresh.txt --->>> ipl_refresh.html


oK...I'll try that...


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 5:56 pm 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
skygirlblue wrote:
Dutch Eagle Fan wrote:
skygirlblue wrote:
Hmmmmmmmmmm.....I tried that, DEF...I'm not getting the option to save as an HTML file...

Then save it as a simple text file first, then change the name (right-click on the file in your Documents folder) or better, change the extention from txt to html.

    ipl_refresh.txt --->>> ipl_refresh.html


oK...I'll try that...


No luck. What windows are you running?...gonna have to research...or just be happy with manually refreshing... :lol:


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Thu Mar 17, 2011 6:01 pm 
Offline
User avatar

Joined: Fri Feb 11, 2011 5:33 am
Posts: 754
Location: France, Côte d'Azur
skygirlblue wrote:
skygirlblue wrote:
Dutch Eagle Fan wrote:
skygirlblue wrote:
Hmmmmmmmmmm.....I tried that, DEF...I'm not getting the option to save as an HTML file...

Then save it as a simple text file first, then change the name (right-click on the file in your Documents folder) or better, change the extention from txt to html.

    ipl_refresh.txt --->>> ipl_refresh.html


oK...I'll try that...


No luck. What windows are you running?...gonna have to research...or just be happy with manually refreshing... :lol:
:shock

Or, maybe, you can try this ? (I use it, automatic refresh, every seconde, if you want)>> http://widgets.yahoo.com/widgets/webimages

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 1:39 am 
Offline
Global Moderator
User avatar

Joined: Fri Jul 02, 2010 1:44 am
Posts: 3575
Location: Friday Harbor, WA
Wonderful images!

Oh Def, you've got me shaking my head again.
I'll try to convert your formula for the Mac. Tomorrow. With coffee in me.

Pess, thank you for sharing the widget information!

:danceegg:


Top
 Profile E-mail  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 9:22 am 
Offline
Moderator
User avatar

Joined: Wed Jul 29, 2009 9:53 pm
Posts: 11165
Location: Indianapolis
:thankyou DEF, I finally figured it out with a little [okay, a lot] of help from SGB. I didn't realize that all I needed to do was manually add .html after the name and that is what would make it into a real link. I am watching the rocks now, but at a 1 second refresh rate. Makes it so much more interesting!!!!!

_________________
"Always try to be a little kinder than is necessary."
~ J. M. Barrie


Top
 Profile E-mail  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 9:28 am 
Offline
User avatar

Joined: Tue Jul 28, 2009 7:00 am
Posts: 6274
Location: Ameland, the Netherlands
gigi wrote:
<<<SNIP>>>I am watching the rocks now, but at a 1 second refresh rate. Makes it so much more interesting!!!!!

:hahah

_________________
Have a nice day


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 9:29 am 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
:thumbegg:


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 9:47 am 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
There is someone way out on the corner of the perch..


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 10:52 am 
Offline
User avatar

Joined: Tue Jul 28, 2009 7:00 am
Posts: 6274
Location: Ameland, the Netherlands
Image

_________________
Have a nice day


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 10:56 am 
Offline
Site Admin
User avatar

Joined: Sun Jul 26, 2009 3:18 pm
Posts: 61875
I'll add a couple...

Image

Image

So nice not to manually refresh...thanks for the help with that, DEF...

I may even experiment and see if I can go for .5 seconds....wonder if that would work...


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 11:36 am 
Offline
User avatar

Joined: Tue Jul 28, 2009 7:00 am
Posts: 6274
Location: Ameland, the Netherlands
Image

One Falcon banded and one not ? ? ?

_________________
Have a nice day


Top
 Profile  
 
 Post subject: Re: 2011 - IPL Power Plant - ORION & STAR
PostPosted: Fri Mar 18, 2011 12:00 pm 
Offline
Moderator
User avatar

Joined: Wed Jul 29, 2009 9:53 pm
Posts: 11165
Location: Indianapolis
.5 seconds. That is fast! I am back for a few minutes and I see I missed all the action. Nothing but rocks again!

_________________
"Always try to be a little kinder than is necessary."
~ J. M. Barrie


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 541 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 28  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Translated by Xaphos © 2007, 2008, 2009 phpBB.fr