Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 09-20-2007, 01:14 AM   #1 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 322
jbischke is on a distinguished road
Default What's the best way to print all of Steve's posts?

I'd like to print up all of Steve's blog posts in a user-friendly fashion (i.e. no ads, menus, etc.) so I can read them offline. What's the best way to do this?
jbischke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2007, 03:28 AM   #2 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 270
geekchic9 is on a distinguished road
Default

If I had the know-how, I'd write a Perl script that did the following:

1. Go to http://www.stevepavlina.com/blog/archives.

2. Until there are no more articles:
a) Pull all article links from the page through a link-checker. They all start with http://stevepavlina.com/blog/year/month/title. The title is what we want.
b) Put each article link in a stack, so they will print in chronological order.
c) Download and print each article from its link in the stack.

Or, you could do it the old fashioned way, and print it by hand. But that would take a long, long time.

Last edited by geekchic9; 09-20-2007 at 03:32 AM.
geekchic9 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2007, 05:05 AM   #3 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 322
jbischke is on a distinguished road
Default

Hmmm...I gotta think there is a better way (no disrespect ). For instance, is it possible to pull all the posts down through a feed reader (like Bloglines) and print them from there. I tried that earlier and I'm not sure Steve keeps all his posts in his feed. So that would be one possibility. Any others?
jbischke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2007, 07:13 AM   #4 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 375
MartialDev is on a distinguished road
Default

Yes, there is a better way.

If your goal is to archive and read them offline, just use SuperBot to download a copy of http://www.stevepavlina.com/blog/ onto your computer. Then you retain all the benefits of digital copies (e.g. easily searchable), without the need for an Internet connection.

It's easy to use, so give it a try.
MartialDev is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2007, 07:16 AM   #5 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 322
jbischke is on a distinguished road
Default

Thaks MartialDev. I guess I need to clarify though. I actually want hard copies of these (so I can read them at the beach, etc.). So I am looking for the most efficient way to print them.
jbischke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-21-2007, 03:39 AM   #6 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 336
Minsc is on a distinguished road
Default

Steve might use the print media type in his css which would change the apperance of the site when you print it.

He does, actually: <link rel="stylesheet" type="text/css" href="/css/print.css" media="print" >

So click on "File > Print Preview" in your browser and see if you're fine with what you see...
Although you would still need to print 500 articles... An autoclicker might help.
Minsc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-21-2007, 04:10 AM   #7 (permalink)
Member
 
Join Date: Mar 2007
Location: California
Posts: 92
Stargirl is on a distinguished road
Default

Do you really need to print all of them? Couldn't you print a few at a time?

IMO printing ALL his articles would mean an overwhelming stack...

that I would never touch again


because it was so intimidating....
Stargirl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-21-2007, 04:14 AM   #8 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 375
MartialDev is on a distinguished road
Default

Quote:
Originally Posted by jbischke View Post
Thaks MartialDev. I guess I need to clarify though. I actually want hard copies of these (so I can read them at the beach, etc.). So I am looking for the most efficient way to print them.
This is what I would try:

1) Download them all with SuperBot.
2) Use Windows Explorer' Search feature to list all the saved HTML files.
3) Ctrl-A to select all search results, right-click, and choose Print.

There are other ways, but they are more complicated than this.
MartialDev is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-23-2007, 01:43 AM   #9 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 336
Minsc is on a distinguished road
Default

Quote:
Originally Posted by MartialDev View Post
3) Ctrl-A to select all search results, right-click, and choose Print.
I don't see a "print" on the context menu for HTML files...
I use Firefox though.

You would need to be able to get your browser to print from the command line in order for one to appear(IE might have one).

Also, printing them all at the same time from the context menu would cause many hundreds of instances of your browser to show up and probably ask you which printer you want to print on. You'll have to do it from a batch file to only have one instance of your browser running, assuming you can print from the command line...

You could also try some third-party software to do it: Daisy - Print HTML File
I'm not sure if it can be called from the command line though and do an unattended print.

Also, it might screw up the webpage depending on how they render it.
Minsc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 05:16 AM   #10 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 375
MartialDev is on a distinguished road
Default

You're right, it does bring up multiple print windows. They appear one at a time in the same place though, so you only need to click the mouse once per article.

A batch file might be easier, assuming you know how to write it.
MartialDev is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Earn Passive Income While Web Surfing (Blog) Savage Steve Pavlina 80 05-11-2007 01:13 PM


All times are GMT. The time now is 08:14 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC