|
-
Jan 12th, 2006, 10:50 AM
#1
-
Jan 12th, 2006, 11:53 AM
#2
Re: How Do You Manage Subscriptions
I don't. The purpose of thread subscriptions is to notify you when there is a reply - nothing more, nothing less.
-
Jan 22nd, 2006, 05:17 PM
#3
Re: How Do You Manage Subscriptions
Thanks Marty for you reply. 
Finally I've managed to make an small app (mentioned here) and saving important pages in a database with their link from browser context menu. It's nothing big, but ok for my need.
Last edited by iPrank; Jan 22nd, 2006 at 05:49 PM.
Reason: Poor English
-
Jan 22nd, 2006, 05:30 PM
#4
Re: [RESOLVED] How Do You Manage Subscriptions
I don't see any usable app in the thread you reference, but if you do have an app that saves links to here then it might be useful to others. Why not add it to the Utilities forum?
-
Jan 22nd, 2006, 05:46 PM
#5
Re: [RESOLVED] How Do You Manage Subscriptions
Sorry. The app was not there. I have posted 'how I managed to do it' in that thread.
It is just a very simple clone of Surfulater / MyBase .
As I've posted in that thread, I'm not done with the Firefox extension. I'll definitely upload it in Utility Bank once I make the extension a little better (and add some comments. )
-
Feb 19th, 2006, 05:24 PM
#6
Re: [FINALLY RESOLVED] (See post#6 for a great free tool) How Do You Manage Subscriptions
Today I found Net Snippets. A free tool that does exactly what I need. I hope you'll like it.
It works with both IE and Firefox. The Firefox extension page is here.
It saves the pages in local folder as html. So it is easier to search from within windows. And easier to share/ make chm.
The only problem I found is (like surfulater) we need to select the whole document to import full page. There is no context menu to autometically import full page.
To add this feature do this,
1.Create a html file with ONLY the following code:
Code:
<SCRIPT LANGUAGE="vbscript">
Dim parentwin
set parentwin = external.menuArguments
set doc = external.menuArguments.document
set range = doc.selection.createRange
Dim Clipper
Set Clipper = CreateObject("IEClipper.Clipper")
Call Clipper.Capture(parentwin)
</SCRIPT>
Save the file.
2.Now, open registry and goto,
HKCU\Software\Microsoft\Internet Explorer\MenuExt
Create a new key called " Add Full Page to Net Snippets" (or anything you like)
In it's 'Default' value write full path of the HTML file we created in step 1.
3. If you like you may change the old keys name to " Add Selection to Net Snippets" or similar.
4.(Re)start IE. The new menu item(s) should appear in context menu. 
(For more information see this page)
Opera: As Opera doesn't support extensions, you need to manually copy the page to that folder. Or you may configure your source viewer and create a small batch file/exe that will copy the file to that folder when you click on 'view source'. (You'll miss images though)
P.S. I am abandoning my project
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|