topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 10:10 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jpcook [ switch to compact view ]

Pages: [1]
1
Thanks for the link.

I did the FF add on which causes FF to do what IE6 does.....view source ctrl+shift+U

That brings up a new window with the source in it. 

2
Post New Requests Here / Browser View Source -> save source via .ahk
« on: September 24, 2007, 07:46 PM »
from an .ahk script, how do I save the 'source' for a displayed IE or FireFox page to a file?

I didn't want to rely on .ahk moving the cursor to the 'file' menu, 'save source' etc.

Thank you

3
Coding Snacks / Re: Page data harvest
« on: July 18, 2007, 06:19 PM »
Thank you also, TJ. Taking a look at WGETand HTTrack..... great packages. 
I do appreciate your guys helping me!  :Thmbsup:

4
Coding Snacks / Re: Page data harvest
« on: July 17, 2007, 02:45 PM »
jgpaiva - the real answer is that I'm ignorant, ie. lack of experience and knowledge. And not being particularly bright doesn't' help.  Thank you very much for your suggestion. I'lll look at it and it may be just the right thing. Thank you very much! :D


mouser - EXACTLY..... that would give me the minimal functionality I need. Any ideas or can you point me to a place where I can either have it done or learn how to do it....??





5
Coding Snacks / Page data harvest
« on: July 16, 2007, 09:52 PM »
Very frequently I would like the ability to harvest data or some information from a page.
Something like Snagit, but simple, less expensive and something that will capture raw html from a page...

I've attached a document that has pretty pictures and a description.


Simple Solution: Single Page Harvest

Function key responds by saving all html for the current page in a file named

{student number}-{page name}.htm
Example: 214-Attendance.htm

Then later I'd use SED, GREP or AWK to find what I am looking for.

Pages: [1]