Jump to content

What about a download button?


dacrawler

Recommended Posts

The above-mentioned program is probably a screen-scraper.But I agree with the idea of a tutorial download ability. Through subscription might be a good idea (less adverts that way, eh?) But I see the need because I like to keep my documentation on our local servers for quicker access and because we can't get to the internet all the time.

Link to comment
Share on other sites

  • 2 weeks later...

I've been there... here's how i did it.1. Empty all files in "temporary internet files" folder.2. Click every link/page you want to save. everytime you click on a page, refresh it to save it in the "temporary internet files" folder.3. Copy all the files in "temporary internet files" folder to wherever folder you want.4. Just replace all the paths to the links using a search&replace software or just do it manualy using notepad's search/replace feature.Or empty "temporary internet files" folder and use this code.

<iframe src="http://www.w3schools.com/css/css_intro.asp" >CSS Introduction</iframe><br /><iframe src="http://www.w3schools.com/css/css_syntax.asp" >CSS Syntax</iframe><br /><iframe src="http://www.w3schools.com/css/css_howto.asp" >CSS How To</iframe><br /><iframe src="http://www.w3schools.com/css/css_background.asp" >CSS Background</iframe><br /><iframe src="http://www.w3schools.com/css/css_text.asp" >CSS Text</iframe><br /><iframe src="http://www.w3schools.com/css/css_font.asp" >CSS Font</iframe><br /><iframe src="http://www.w3schools.com/css/css_border.asp" >CSS Border</iframe><br /><iframe src="http://www.w3schools.com/css/css_margin.asp" >CSS Margin</iframe><br /><iframe src="http://www.w3schools.com/css/css_padding.asp" >CSS Padding</iframe><br /><iframe src="http://www.w3schools.com/css/css_list.asp" >CSS List</iframe><br /><br /><b>CSS Advanced</b><br /><iframe src="http://www.w3schools.com/css/css_dimension.asp" >CSS Dimension</iframe><br /><iframe src="http://www.w3schools.com/css/css_classification.asp" >CSS Classification</iframe><br /><iframe src="http://www.w3schools.com/css/css_positioning.asp" >CSS Positioning</iframe><br /><iframe src="http://www.w3schools.com/css/css_pseudo_classes.asp" >CSS Pseudo-class</iframe><br /><iframe src="http://www.w3schools.com/css/css_pseudo_elements.asp" >CSS Pseudo-element</iframe><br /><iframe src="http://www.w3schools.com/css/css_mediatypes.asp" >CSS Media Types</iframe><br /><br /><b>References</b><br /><iframe src="http://www.w3schools.com/css/css_reference.asp" >CSS2 Reference</iframe><br /><iframe src="http://www.w3schools.com/css/css_ref_print.asp" >CSS2 Print</iframe><br /><iframe src="http://www.w3schools.com/css/css_ref_aural.asp" >CSS2 Aural</iframe><br /><iframe src="http://www.w3schools.com/css/css_units.asp" >CSS Units</iframe><br /><iframe src="http://www.w3schools.com/css/css_colors.asp" >CSS Colors</iframe><br /><iframe src="http://www.w3schools.com/css/css_colorsfull.asp" >CSS Colorvalues</iframe><br /><iframe src="http://www.w3schools.com/css/css_colornames.asp" >CSS Colornames</iframe><br />

after all the pages have loaded, copy all the files in the "temporary internet files" folder to anywhere you like. just change the paths though.if you want to save printer friendly pages, just replace ".asp" with .asp?output=printI hope you get the idea. or if not you can always use a website downloader software. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...