View allAll Photos Tagged base_url

Photo: Alexander Turnbull Library Reference: PAColl-5927-06

'Construction at Ōhakea air base', URL: nzhistory.govt.nz/media/photo/construction-ohakea-air-base

Ministry for Culture and Heritage. Updated 30 Sep 2014

Last night I went to sleep thinking, "Oh, darn, I forgot to mention

PHP and DIY Twitter archiving." This morning I awoke to several

replies and suggestions to yesterday's post. So, here is an expansion

on the topic of archiving Twitter chats and such. Remember, however,

that I am no longer any kind of codemonkey, so I'm not building

anything myself, and I am speaking from the vantage point of someone

who has not yet found a solution.

 

First off, the PHP bit I mentioned. It isn't just PHP, but the idea of

coding your own, be it with PHP, Python, Git, C++, Yahoo Pipes, or

whatever works for you. Harvest and aggregate the RSS feeds for your

streams, splice them together, filter if desired, and push the result

at specified times on a daily basis into a blog that exists primarily

for the purpose of capturing and aggregating your stream(s). I seem to

know a lot of people taking this approach. It really impresses me. If

I had infinite time and wit I might even try it out myself.

 

However, there is no guarantee this will continue to work, even if you

have built your own. Recently Twitter sent me a survey to ask why I am

one of the holdouts who has not switched to the NEW Twitter interface.

Well, the #1 reason is that none of the pages supply an RSS feed

anymore. Hello? There have been a lot of complaints about this. If you

are using a Twitter RSS feed, take a good look at it. I am accustomed

to RSS feeds that have URLs very similar to the base URL of the page

generating the feed. For example:

 

SOURCE:

twitter.com/pfanderson

RSS might be something like:

feed://twitter.com/pfanderson.xml

 

Please note, this does NOT work, although Twitter does something very

similar for their public timeline, so obviously they know how.

 

Twitter Public Timeline RSS Feed:

twitter.com/statuses/public_timeline.xml

 

Now, what does Twitter REALLY provide as an RSS feed?

 

SOURCE:

twitter.com/pfanderson

RSS:

twitter.com/statuses/user_timeline/5618162.rss

 

How would you guess that if there wasn't a link on the page? Exactly.

Would probably be darn difficult. Even jollier? Even if you have the

RSS link, they don't always work. As I am writing this, the public

feed and my personal feed both say:

 

"error: Rate limit exceeded. Clients may not make more than 150

requests per hour. /error"

 

Why is this happening? I don't know. In the past hour I've sent 4

tweets. The screen does automatically refresh every minute, but that

shouldn't push it past the limit, if that counts. I have Packrati.us

set to archive my links in tweets to Delicious. Would that count? Do

all of these add up?

 

Back to the topic. So Twitter is creating arcane RSS links and making

an interface required that hides them, when this information USED to

be readily available. Why would they do this? Also, I must confess

that it looks a trifle suspicious when they incrementally reduce

service and functionality for the main platform. If they are planning

to make access to chat archives or personal archives a

fee-for-service, I'd really appreciate it if they were open about that

strategy or plan, rather than little by little slicing off bits of

what made Twitter useful without apparent rhyme or reason.

 

Back to backups.

 

Here is one of the classic articles on how to backup your tweets.

Remember, what I'm trying to get is #hcsm chats, since Backupify seems

to do a nice job at a reasonable price on the personal archive side.

 

ReadWriteWeb: 10 Ways to Archive Your Tweets (By Sarah Perez / August 11, 2009):

www.readwriteweb.com/archives/10_ways_to_archive_your_twe...

 

I haven't checked all of these, but several I already know no longer

work, and the handful more I checked are also no longer working. The

most likely to still work, I think (and I'm no expert on code) seems

to be option #10:

 

"10. Geek Tools Let You Archive in XML, PDF, HTML, TXT...or even with Python

RSS guru Dave Winer released a tool earlier this year which archives

Twitter posts using the OPML Editor and optionally synchronizes with a

structure on Amazon S3. Alternately, there's this simple Python script

for archiving tweets. Sourceforge also hosts an app with lets you

backup up tweets of different users as XML, HTML, PDF, or TXT.

However, it can only perform backups of 3200 tweets at a time. Each

subsequent backup will append the additional tweets to the current

existing archive."

 

So what is there for those of us who don't code? Andrew Spong and

Colleen Young were chatting about Archivist.

 

Archivist:

archivist.visitmix.com/

 

While I haven't been successful figuring out how to get an "archive"

out of Archivist, it really does do lovely visualizations. Archivist

suffers from the same constraints faced by so many other similar

tools. They did an especially nice job of explaining these constraints

in their FAQ.

 

Archivist: FAQ:

archivist.visitmix.com/about/faq

 

Of particular note:

- "[Y]ou will only see at most the 500 last tweets about that topic"

- "The Archivist polls the Twitter Search API to collect data. As

such, there is a chance that the Archivist could miss tweets,

especially in the case of a search with a high volume of traffic."

- "Can I export an archive and get the tweets in the archive? No. The

Twitter Terms of Service does not allow this."

 

I was chagrined to discover I had already created a #HCSM archive in

Archivist last year. Oops!

 

pfanderson's Archive on #hcsm Containing 75,281 Tweets:

archivist.visitmix.com/pfanderson/1

 

Another tool that was mentioned was Tweethook. I had not mentioned it

yesterday because it costs money.

 

Tweethook:

tweethook.com/

 

Alan Levine, better known as CogDog, mentioned that he is using ThinkUp.

 

ThinkUp:

thinkupapp.com/

 

I really like what he is showing with it, and it is open source (very

nice), but it seems to require that you have your own domain and

server for a self-hosted solution. That is the same problem I

encountered trying to backup my personal tweets previously. The most

likely way seemed to be a Wordpress blog. There are several tools for

integrating a push from Twitter to your Wordpress blog, but all the

ones I checked out would not work on Wordpress.com blogs, only in

self-hosted blogs.

 

So I'm still stuck, but there you have what I know so far. Keep

sending me ideas and solutions!

Last night I went to sleep thinking, "Oh, darn, I forgot to mention

PHP and DIY Twitter archiving." This morning I awoke to several

replies and suggestions to yesterday's post. So, here is an expansion

on the topic of archiving Twitter chats and such. Remember, however,

that I am no longer any kind of codemonkey, so I'm not building

anything myself, and I am speaking from the vantage point of someone

who has not yet found a solution.

 

First off, the PHP bit I mentioned. It isn't just PHP, but the idea of

coding your own, be it with PHP, Python, Git, C++, Yahoo Pipes, or

whatever works for you. Harvest and aggregate the RSS feeds for your

streams, splice them together, filter if desired, and push the result

at specified times on a daily basis into a blog that exists primarily

for the purpose of capturing and aggregating your stream(s). I seem to

know a lot of people taking this approach. It really impresses me. If

I had infinite time and wit I might even try it out myself.

 

However, there is no guarantee this will continue to work, even if you

have built your own. Recently Twitter sent me a survey to ask why I am

one of the holdouts who has not switched to the NEW Twitter interface.

Well, the #1 reason is that none of the pages supply an RSS feed

anymore. Hello? There have been a lot of complaints about this. If you

are using a Twitter RSS feed, take a good look at it. I am accustomed

to RSS feeds that have URLs very similar to the base URL of the page

generating the feed. For example:

 

SOURCE:

twitter.com/pfanderson

RSS might be something like:

feed://twitter.com/pfanderson.xml

 

Please note, this does NOT work, although Twitter does something very

similar for their public timeline, so obviously they know how.

 

Twitter Public Timeline RSS Feed:

twitter.com/statuses/public_timeline.xml

 

Now, what does Twitter REALLY provide as an RSS feed?

 

SOURCE:

twitter.com/pfanderson

RSS:

twitter.com/statuses/user_timeline/5618162.rss

 

How would you guess that if there wasn't a link on the page? Exactly.

Would probably be darn difficult. Even jollier? Even if you have the

RSS link, they don't always work. As I am writing this, the public

feed and my personal feed both say:

 

"error: Rate limit exceeded. Clients may not make more than 150

requests per hour. /error"

 

Why is this happening? I don't know. In the past hour I've sent 4

tweets. The screen does automatically refresh every minute, but that

shouldn't push it past the limit, if that counts. I have Packrati.us

set to archive my links in tweets to Delicious. Would that count? Do

all of these add up?

 

Back to the topic. So Twitter is creating arcane RSS links and making

an interface required that hides them, when this information USED to

be readily available. Why would they do this? Also, I must confess

that it looks a trifle suspicious when they incrementally reduce

service and functionality for the main platform. If they are planning

to make access to chat archives or personal archives a

fee-for-service, I'd really appreciate it if they were open about that

strategy or plan, rather than little by little slicing off bits of

what made Twitter useful without apparent rhyme or reason.

 

Back to backups.

 

Here is one of the classic articles on how to backup your tweets.

Remember, what I'm trying to get is #hcsm chats, since Backupify seems

to do a nice job at a reasonable price on the personal archive side.

 

ReadWriteWeb: 10 Ways to Archive Your Tweets (By Sarah Perez / August 11, 2009):

www.readwriteweb.com/archives/10_ways_to_archive_your_twe...

 

I haven't checked all of these, but several I already know no longer

work, and the handful more I checked are also no longer working. The

most likely to still work, I think (and I'm no expert on code) seems

to be option #10:

 

"10. Geek Tools Let You Archive in XML, PDF, HTML, TXT...or even with Python

RSS guru Dave Winer released a tool earlier this year which archives

Twitter posts using the OPML Editor and optionally synchronizes with a

structure on Amazon S3. Alternately, there's this simple Python script

for archiving tweets. Sourceforge also hosts an app with lets you

backup up tweets of different users as XML, HTML, PDF, or TXT.

However, it can only perform backups of 3200 tweets at a time. Each

subsequent backup will append the additional tweets to the current

existing archive."

 

So what is there for those of us who don't code? Andrew Spong and

Colleen Young were chatting about Archivist.

 

Archivist:

archivist.visitmix.com/

 

While I haven't been successful figuring out how to get an "archive"

out of Archivist, it really does do lovely visualizations. Archivist

suffers from the same constraints faced by so many other similar

tools. They did an especially nice job of explaining these constraints

in their FAQ.

 

Archivist: FAQ:

archivist.visitmix.com/about/faq

 

Of particular note:

- "[Y]ou will only see at most the 500 last tweets about that topic"

- "The Archivist polls the Twitter Search API to collect data. As

such, there is a chance that the Archivist could miss tweets,

especially in the case of a search with a high volume of traffic."

- "Can I export an archive and get the tweets in the archive? No. The

Twitter Terms of Service does not allow this."

 

I was chagrined to discover I had already created a #HCSM archive in

Archivist last year. Oops!

 

pfanderson's Archive on #hcsm Containing 75,281 Tweets:

archivist.visitmix.com/pfanderson/1

 

Another tool that was mentioned was Tweethook. I had not mentioned it

yesterday because it costs money.

 

Tweethook:

tweethook.com/

 

Alan Levine, better known as CogDog, mentioned that he is using ThinkUp.

 

ThinkUp:

thinkupapp.com/

 

I really like what he is showing with it, and it is open source (very

nice), but it seems to require that you have your own domain and

server for a self-hosted solution. That is the same problem I

encountered trying to backup my personal tweets previously. The most

likely way seemed to be a Wordpress blog. There are several tools for

integrating a push from Twitter to your Wordpress blog, but all the

ones I checked out would not work on Wordpress.com blogs, only in

self-hosted blogs.

 

So I'm still stuck, but there you have what I know so far. Keep

sending me ideas and solutions!

Last night I went to sleep thinking, "Oh, darn, I forgot to mention

PHP and DIY Twitter archiving." This morning I awoke to several

replies and suggestions to yesterday's post. So, here is an expansion

on the topic of archiving Twitter chats and such. Remember, however,

that I am no longer any kind of codemonkey, so I'm not building

anything myself, and I am speaking from the vantage point of someone

who has not yet found a solution.

 

First off, the PHP bit I mentioned. It isn't just PHP, but the idea of

coding your own, be it with PHP, Python, Git, C++, Yahoo Pipes, or

whatever works for you. Harvest and aggregate the RSS feeds for your

streams, splice them together, filter if desired, and push the result

at specified times on a daily basis into a blog that exists primarily

for the purpose of capturing and aggregating your stream(s). I seem to

know a lot of people taking this approach. It really impresses me. If

I had infinite time and wit I might even try it out myself.

 

However, there is no guarantee this will continue to work, even if you

have built your own. Recently Twitter sent me a survey to ask why I am

one of the holdouts who has not switched to the NEW Twitter interface.

Well, the #1 reason is that none of the pages supply an RSS feed

anymore. Hello? There have been a lot of complaints about this. If you

are using a Twitter RSS feed, take a good look at it. I am accustomed

to RSS feeds that have URLs very similar to the base URL of the page

generating the feed. For example:

 

SOURCE:

twitter.com/pfanderson

RSS might be something like:

feed://twitter.com/pfanderson.xml

 

Please note, this does NOT work, although Twitter does something very

similar for their public timeline, so obviously they know how.

 

Twitter Public Timeline RSS Feed:

twitter.com/statuses/public_timeline.xml

 

Now, what does Twitter REALLY provide as an RSS feed?

 

SOURCE:

twitter.com/pfanderson

RSS:

twitter.com/statuses/user_timeline/5618162.rss

 

How would you guess that if there wasn't a link on the page? Exactly.

Would probably be darn difficult. Even jollier? Even if you have the

RSS link, they don't always work. As I am writing this, the public

feed and my personal feed both say:

 

"error: Rate limit exceeded. Clients may not make more than 150

requests per hour. /error"

 

Why is this happening? I don't know. In the past hour I've sent 4

tweets. The screen does automatically refresh every minute, but that

shouldn't push it past the limit, if that counts. I have Packrati.us

set to archive my links in tweets to Delicious. Would that count? Do

all of these add up?

 

Back to the topic. So Twitter is creating arcane RSS links and making

an interface required that hides them, when this information USED to

be readily available. Why would they do this? Also, I must confess

that it looks a trifle suspicious when they incrementally reduce

service and functionality for the main platform. If they are planning

to make access to chat archives or personal archives a

fee-for-service, I'd really appreciate it if they were open about that

strategy or plan, rather than little by little slicing off bits of

what made Twitter useful without apparent rhyme or reason.

 

Back to backups.

 

Here is one of the classic articles on how to backup your tweets.

Remember, what I'm trying to get is #hcsm chats, since Backupify seems

to do a nice job at a reasonable price on the personal archive side.

 

ReadWriteWeb: 10 Ways to Archive Your Tweets (By Sarah Perez / August 11, 2009):

www.readwriteweb.com/archives/10_ways_to_archive_your_twe...

 

I haven't checked all of these, but several I already know no longer

work, and the handful more I checked are also no longer working. The

most likely to still work, I think (and I'm no expert on code) seems

to be option #10:

 

"10. Geek Tools Let You Archive in XML, PDF, HTML, TXT...or even with Python

RSS guru Dave Winer released a tool earlier this year which archives

Twitter posts using the OPML Editor and optionally synchronizes with a

structure on Amazon S3. Alternately, there's this simple Python script

for archiving tweets. Sourceforge also hosts an app with lets you

backup up tweets of different users as XML, HTML, PDF, or TXT.

However, it can only perform backups of 3200 tweets at a time. Each

subsequent backup will append the additional tweets to the current

existing archive."

 

So what is there for those of us who don't code? Andrew Spong and

Colleen Young were chatting about Archivist.

 

Archivist:

archivist.visitmix.com/

 

While I haven't been successful figuring out how to get an "archive"

out of Archivist, it really does do lovely visualizations. Archivist

suffers from the same constraints faced by so many other similar

tools. They did an especially nice job of explaining these constraints

in their FAQ.

 

Archivist: FAQ:

archivist.visitmix.com/about/faq

 

Of particular note:

- "[Y]ou will only see at most the 500 last tweets about that topic"

- "The Archivist polls the Twitter Search API to collect data. As

such, there is a chance that the Archivist could miss tweets,

especially in the case of a search with a high volume of traffic."

- "Can I export an archive and get the tweets in the archive? No. The

Twitter Terms of Service does not allow this."

 

I was chagrined to discover I had already created a #HCSM archive in

Archivist last year. Oops!

 

pfanderson's Archive on #hcsm Containing 75,281 Tweets:

archivist.visitmix.com/pfanderson/1

 

Another tool that was mentioned was Tweethook. I had not mentioned it

yesterday because it costs money.

 

Tweethook:

tweethook.com/

 

Alan Levine, better known as CogDog, mentioned that he is using ThinkUp.

 

ThinkUp:

thinkupapp.com/

 

I really like what he is showing with it, and it is open source (very

nice), but it seems to require that you have your own domain and

server for a self-hosted solution. That is the same problem I

encountered trying to backup my personal tweets previously. The most

likely way seemed to be a Wordpress blog. There are several tools for

integrating a push from Twitter to your Wordpress blog, but all the

ones I checked out would not work on Wordpress.com blogs, only in

self-hosted blogs.

 

So I'm still stuck, but there you have what I know so far. Keep

sending me ideas and solutions!

January 26, 2019. Andrea's croissants. I had the one on the upper right for lunch. My day, meanwhile, was spent playing with Node.js and Mongo, first with a really bad article on Google Cloud, then on a great article using MongoDB Atlas and Heroku. I built a cloud-based URL shortener.

Barefoot in Bishop...and happy in the Happies.

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=5029&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.addParam("wmode", "transparent");

so.write("flashcontent-5029");

    

(Barefoot in Bishop was posted by www.yourclimbing.com user Human Crashpad and tagged as Human Crashpad, bishop, Iron Man)

Pumpfest Bouldering competition! Climb Until your hands pump!!Pumpfest! Another bouldering competition!! Climb until you drop!

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3924&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3924");

    

(Pumpfest Bouldering competition! Climb Until your hands pump!! was posted by www.yourclimbing.com user ylfoo and tagged as bouldering competition, bouldering, climbing, climb, climbing competition, rock climbing)

jumping at Railey Beach in Krabi ThailandJump jump and Jump!!!

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=4295&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-4295");

    

(jumping at Railey Beach in Krabi Thailand was posted by www.yourclimbing.com user ylfoo and tagged as climbing, krabi, thailand)

Frank Stapes - oldest competitor at the 2007 North Pole MarathonHere's a picture of Frank with about two laps to go. He's in his 70's and has run about 30 marathons to date. Once he gets Africa, he'll have run on all "8" continents (7 real continents + the North Pole).

Frank suffered frost bite on his hand and was wearing an insulated glove when we parted ways at the Oslo airport last night. He's a fantastic spirit who always has a story to tell you.

~B

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1672&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1672");

    

(Frank Stapes - oldest competitor at the 2007 North Pole Marathon was posted by www.YourRunning.com user baselbutt and tagged as 70s, marathon, north pole)

Create and customize the Magento store - Base URL Configuration Value

Evomo Over Santa MonicaEvomo rider Shea jordan gets some air time with the city of Santa Monica and the Pacific Ocean in the background.

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=4584&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.addParam("wmode", "transparent");

so.write("flashcontent-4584");

    

(Evomo Over Santa Monica was posted by www.YourMTB.com user EVOMO and tagged as evomo, shea, dirt jump, santa monica, california, whoops)

Pole Dance ???Bum Boat trip To Kelong

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3883&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3883");

    

(Pole Dance ??? was posted by www.yourclimbing.com user ylfoo and tagged as pole dance, cool, nice shot, )

climbing team lockin - nerf gunsclimbing team lock-in at the gym.... i thought this picture was funny...

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3460&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3460");

    

(climbing team lockin - nerf guns was posted by www.yourclimbing.com user badash and tagged as climbing team, jumping)

"Quick, get the pads!"Suddenly realizing Crash has snuck onto the problem while they were busy, Bran and Wes run to get the pads.

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=5028&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.addParam("wmode", "transparent");

so.write("flashcontent-5028");

    

("Quick, get the pads!" was posted by www.yourclimbing.com user Human Crashpad and tagged as Human Crashpad, bishop, spotters)

The Charts API generates an image based on the data that is sent via a URL request. Within the URL, parameters are set and data variables are defined. This request then returns a PNG image of a chart based on that data. This means that a basic chart consists of only a few components: a base URL, chart type, chart size, data values, and data labels, as you can see here.

Evomo Rider Shea Jordan Hits itin flight...

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=4583&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.addParam("wmode", "transparent");

so.write("flashcontent-4583");

    

(Evomo Rider Shea Jordan Hits it was posted by www.YourMTB.com user EVOMO and tagged as evomo, shea, dirt jump)

heel hookphoto by becky britton

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3098&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3098");

    

(heel hook was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

Evomo Rider Shea Jordan hits the dirt jumps in LAthe Whoops off Kenter

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=4582&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.addParam("wmode", "transparent");

so.write("flashcontent-4582");

    

(Evomo Rider Shea Jordan hits the dirt jumps in LA was posted by www.YourMTB.com user EVOMO and tagged as evomo, shea, dirt jump, )

Home WallIt's not much but it's mine

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3681&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3681");

    

(Home Wall was posted by www.yourclimbing.com user Bex)

Tiny owl made using the mochi mochi pattern for tiny, cute pigeons as base.

 

URL to original pattern mochimochiland.com/2010/06/free-pattern-tiny-perching-pig...

Rutger Beke - 2007 Ironman Arizona ChampionI was in Phoenix this past weekend thawing my body out in 88 degree weather (a full 125 degrees warmer than the coldest day at the North Pole) and working at the Ford Ironman Arizona. Belgian Rutger Beke held off two-time world champion Tim Deboom for the win with a 2:54 marathon (following a 2.4 mile swim and a 112 mile bike).

Conditions were BRUTAL! 30mph wind gusting to 45mph...

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1802&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1802");

    

(Rutger Beke - 2007 Ironman Arizona Champion was posted by www.YourRunning.com user baselbutt)

Mountain BrookDad climbing

Don't know who the spotter is can't see his face

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3319&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3319");

    

(Mountain Brook was posted by www.yourclimbing.com user Spudz and tagged as dad, jacob fellers, spudz, bouldering, climbing)

Katy Disley 2nd Woman overall at the 2007 North Pole MarathonKaty from the Standard Chartered Team. She was the second female overall in 6 hours, 35 minutes.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1706&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1706");

    

(Katy Disley 2nd Woman overall at the 2007 North Pole Marathon was posted by www.YourRunning.com user baselbutt)

Crash Goes RastaA Canadians Polaroid Portrayal of Crash. [Photo by Marshal Stallion.]

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3483&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3483");

    

(Crash Goes Rasta was posted by www.yourclimbing.com user Human Crashpad and tagged as White Rastafarian, highball, Joshua Tree)

highball dihedralscary problem for sure!!! I think i might have to bring a rope and a cam next time! photo by becky britton

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3095&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3095");

    

(highball dihedral was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

shadow of a manphoto by becky britton

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3096&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3096");

    

(shadow of a man was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

hand foot matchphoto by becky britton

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3094&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3094");

    

(hand foot match was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

North Pole Marathon StartJust before the start of the North Pole Marathon on April 7th. I'm crouched next to the woman in Red (she's racer #26, I'm #27...)..

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1947&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1947");

    

(North Pole Marathon Start was posted by www.YourRunning.com user baselbutt)

swinging outI forgot to upload the COOLEST picture from my Easter Weekend. Photo by Becky Britton --- ENJOY!

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3304&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3304");

    

(swinging out was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill)

Farms by Marsh Creek, PAriding along the farm fields at Marsh Creek, PA

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3960&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3960");

    

(Farms by Marsh Creek, PA was posted by www.YourMTB.com user EVOMO and tagged as evomo, marsh creek, ride, pa)

HerbivoreAfter sending 2 5.12's last month, i realized that I have never even lead a 5.11. So this is me onsighting my first 5.11 at Obed - in the Y12 area. It is called Herbivore, which is perfect, considering I am a vegetarian. Photo provided by this guy nicknamed Nacho, who is apparently famous in spain for sending 5.14 back in the day...

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3239&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3239");

    

(Herbivore was posted by www.yourclimbing.com user badash and tagged as Obed, 5.11, herbivore, badash)

Правильная настройка SSL для удаленного доступа к Home Assistant

 

#443 #base_url #configuration #homeassistant #https #NGINX #SSL #доступ #интернет #настройка #сертификат kvvhost.ru/2019/03/26/nginx-ssl-handshake-failed/

Leaving SpitsbergenA picture is worth a thousand words, so I'll stop typing now...

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1957&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1957");

    

(Leaving Spitsbergen was posted by www.YourRunning.com user baselbutt)

Mud everywhere at the Sea Otterwhat a mess.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3114&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3114");

    

(Mud everywhere at the Sea Otter was posted by www.YourMTB.com user EVOMO and tagged as mud, sea otter classic, evomo)

Climbing on my Wall.Just another pic of my climbing on my wall.

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3840&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3840");

    

(Climbing on my Wall. was posted by www.yourclimbing.com user Bex)

problem like a routei swear this problem was like a route!!!! ...THE HOLY BOULDERS, photo by Becky Britton

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3093&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3093");

    

(problem like a route was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

crimpy problemreally really really crimpy problem at the holy boulders.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3097&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3097");

    

(crimpy problem was posted by www.yourclimbing.com user badash and tagged as holy boulders, soill, badash)

For JetFuelBurner....On our way back to Spitsbergen, I helped the cabin steward clean up after the meal and my prize was a trip in to the cockpit midflight.. Here is a shot of the AN-72 landing at the Pole..

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1958&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1958");

    

(For JetFuelBurner.... was posted by www.YourRunning.com user baselbutt)

Banner????Thanks to JetFuel for the crop job... This is a picture taken at "noon" at the North Pole... Somewhere along the first section of the course.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1959&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1959");

    

(Banner???? was posted by www.YourRunning.com user baselbutt)

Another lap please!The great thing about a multi-loop marathon is that you get to see everyone at least once..

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1956&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1956");

    

(Another lap please! was posted by www.YourRunning.com user baselbutt)

Not a climbing Pic but heyPip in my kayak after my morning paddle the red fur ball almost in the lake is Skeeter. Or and the humanoid is me.

    

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3842&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3842");

    

(Not a climbing Pic but hey was posted by www.yourclimbing.com user Bex)

massive rain at the sea otterthe view from the Evomo tent at the 2007 Sea Otter Classic... Heavy rain made for muddy conditions.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3113&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3113");

    

(massive rain at the sea otter was posted by www.YourMTB.com user EVOMO and tagged as sea otter classic, rain, hurricane, evomo)

Any idea what time it is?This was right after finishing the marathon.. Not sure who these people are (we all looked pretty much alike)..

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1955&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1955");

    

(Any idea what time it is? was posted by www.YourRunning.com user baselbutt)

Russians must not know about Earth Day...The last afternoon I went for a walk and found what appeared to be a dumping ground... It was a little disturbing - my guess is that some garbage bags from the plane were strewn all over the place from the jet blast when the plane turned around to take off..

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1961&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1961");

    

(Russians must not know about Earth Day... was posted by www.YourRunning.com user baselbutt)

Amrock and co-author Weitzman mentioned their studies while in the Pediatrics' Jan. 12 problem. The study was based url on a survey done from the U.S. Locations for Prevention and Disease Control. This request is made for Android Use. You are prepared to use software when you set up guidelines

www.usahealthnews.org/anti-smoking-tablets/

Banner???Potential banner shot????

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=1945&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0x007CAE&star_on_border=0x007CAE&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-1945");

    

(Banner??? was posted by www.YourRunning.com user baselbutt)

yourMTB.com in actionhere is a close up shot of the yourMTB.com logo in action on the official Evomo Team Kit at the Firestone Santa Ynez Classic.

  

Log in or register to vote.

  

var so = new SWFObject("/modules/voting/voting.swf?content_type=node&content_id=3226&base_url=/&mode=show_avg_first&bgcolor=0xffffff&star_on_fill=0xFFA421&star_on_border=0xFFA421&star_off_fill=0xcccccc&star_off_border=0x333333&txt_color=0x000000&txt_vote1=Awful&txt_vote2=Poor&txt_vote3=Average&txt_vote4=Good&txt_vote5=Excellent&txt_login=Please+login+or+register+to+vote.&txt_before_vote=Rate+This%3A&txt_after_vote=My+Vote%3A", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "210", "35", "6", "#FFFFFF");

so.addParam("quality", "high");

so.addParam("name", "voting");

so.write("flashcontent-3226");

    

(http://www.YourMTB.com/image/yourmtb_com_in_action was posted by www.YourMTB.com user EVOMO and tagged as www.YourMTB.com/tags/yourmtb.com, evomo, race, firestone)

Amrock and co-author Weitzman mentioned their studies while in the Pediatrics' Jan. 12 problem. The study was based url on a survey done from the U.S. Locations for Prevention and Disease Control. This request is made for Android Use. You are prepared to use software when you set up guidelines

www.usahealthnews.org/anti-smoking-tablets/

1