Results 1 to 6 of 6

Thread: [FINALLY RESOLVED] (See post#6 for a great free tool) How Do You Manage Subscriptions

  1. #1

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Resolved [FINALLY RESOLVED] (See post#6 for a great free tool) How Do You Manage Subscriptions

    I have another question.

    I've found that the 'subscription' page has a bug.
    (As an alternative) Is it possible to sort subscriptions by notification-type ?

    I mean, I want change to my most important subscribed threads as 'instant', less important threads to 'daily'. That way I can find a thread more easily.

    I've tried,
    http://www.vbforums.com/subscription...t=notification
    and similar combinations. None worked.

    How do you guys manage subscriptions ?

    I don't want to have 100s of IE/Opera bookmarks.
    Last edited by iPrank; Feb 19th, 2006 at 02:37 PM.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  2. #2

  3. #3

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    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
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    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?

  5. #5

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    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. )
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  6. #6

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    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
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width