Is there a way to identify a thread you want to return to without tagging?

Is there a way to identify a thread you want to return to without tagging?
I will try to explain what I mean.
Let say someone asks a question and you are curious at what people may suggest as solutions.  The interest could range from simple curiosity to "oh, I don't know how to do that, but would like to learn", or whatever reason that would cause someone to revisit a thread. 
But the interest is weak enough that you do not want to subscribe to the discussion.  And the topic is not something you want to tag because it is an unusual thread that is unlikely going to re-occur, and you are not sure if you will or will not revisit after a solution is posted or the discussion goes a certain way. 
Another example is if the question is interesting, you do not want to mark it because there is no answer / solution yet and you are curious if anyone would ever provide a solution, so you do not want to tag it and a subscription would be useless if no one replies.
OR
Maybe it is a hot topic of the day / week and that's it..  You would not revisit at a later date.
But for the moment, you want to easily find it during the day or have a reminder that you want to revisit the thread ether in the near future or later when someone has provided an answer.
Is there an easy way to mark threads that you want to re-visit?  Like a "todo" list, but rather a "to re-visit" list...
R
Solved!
Go to Solution.

Delicious is a website wher you can store URL for later use/retrieval. For every link you add you can add some tags, a description, and you can share them with others.
I'm not using it for the use you have in mind, but it would be an idea. I have set up a special Mouse Gesture in Firefox that creates a delicious entry for the current page.
I use delicious heavily when I am looking on the internet for a solution to a specific problem, what happens during such a search is that you see 20-30 pages that look promising but only 3 are actually on topic. Sometimes it turns out one of the 'not so good pages' are actually googd pages, but 3 days later you don't know exactly the search term  you used, or you are on another PC and it's hard to trace back your steps on the WWW. So by using Delicious I can easily create a list of pages on a particular topic.
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas
LabVIEW, programming like it should be!

Similar Messages

  • HT201317 Is there a way to CHOOSE pictures that you want to be in Photo Stream?

    Is there a way to CHOOSE pictures that you want to be in Photo Stream?

    mende1...how do you do that?  i didn't know i had any control over which pictures i could have in photostream. in fact, that's the very reason I am writing this question.  could you help?

  • HT201302 Is there a way to select the photos you want to import instead of importing all of them?

    I don't want to import all of my photos, just a few. I even made an album of all the photos I want to import.

    The free Picasa program allow you to select which one to import as well as importing all. It all allows you to then delete the import photos from the device.

  • Is there any way to identify the particular socket connection is closed ?

    Is there any way to identify the particular socket connection is closed or not ?
    Any methods ???
    How can the program knows the connection is lost or some thing ...
    Is the socket throws some excpetions when there is no active connection ???
    namanc

    If you get an IOException when you try to use the socket, the connection was obviously closed.
    The correct way for an application to know if the socket was closed is:
    1) the server sends a message indicating that the socket should be closed
    2) the client closes the socket itself

  • Satellite A500- Is there a way to disable Hyper-Threading technology (HTT)?

    Is there a way to disable Hyper-Threading technology (HTT)?
    It is really bothering me with some apps,..
    I cannot seem to find it in bios,..1.5,.. was it in earlier bios?,.. is there a way to roll back,..
    Is it even possible,..
    Message was edited by: rekof

    I know that, but why would toshiba lock it out in the bios 1.5 ,.. even Intel suggest disableing it,.. Its for future proofing,.. for now it does more harm than good,.. for some users atleast,..
    Hope we get this option in next bios,.. I would understand if it would be harmful for a product,.. but it is not,..

  • Is there a way to identify other users on my WiFi?

    Is there a way to identify other users on my WiFi?

    Open AirPort Utility (Applications/Utilities) and click on your AirPort. It should list all the wireless devices connected.

  • Is there a way to identify MRP requisitions transfered to SRM?

    Hello experts,
    We are using SRM 5.0 connected to an ECC 6.0 backend system, using ECS scenario.
    I have the following question:
    Is there a way to identify in SRM requisitions transtered from ECC that are created in R3 from an MRP process? Meaning like an indicator or a flag in a table in SRM?
    Thanks!
    Regards,
    Gilberto Gallardo

    Hi
    <u>Please go through the SAP OSS Notes below as well -></u>
    Note 451245 Framework conditions connection MRP <-> EBP
    Note 505030 Restrictions for the integration of external requirements
    Note 441892 Integrating external requirements
    Note 831348 Source List for Stock requirments and MRP list -wong results
    Note 528808 Incorrect item numbers during the update (add items)
    Note 540339 Purchase requisitions are transferred incorrectly
    Note 534419 Transfer of purchase requisitions into the procuremnt system
    Note 532293 Fulfillment: incorrect quantity for activities and limits
    Note 447516 Composite SAP note PlugIn Correction for External Requiremts
    Hope this will help.
    Regards
    - Atul

  • I have os x 10.5.8 and noticed a menu extra that I have never seen before. Is there a way to identify it? I tried to delete it i.e. comm drag, didn't work.

    I have os x 10.5.8 and noticed a menu extra that I have never seen before. Is there a way to identify it? I tried to delete it i.e. comm + drag, didn't work.

    If you can't CMD+ drag it off, try this...
    You've probably got a couple of corrupt preference files.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions...
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/<yourname>/Library/Preferences/ com.apple.systemuiserver.plist
    /Users/<yourname>/Library/Preferences/ByHost/com.apple.systemuiserver.xxx.plist
    where 'xxx' is a 12 digit (hexadecimal) numeric string.
    This will reset your Menu Bar to the default, you'll need to go through System Preferences to reset the ones you need. (If they are already checked, uncheck them first and then recheck them).
    reboot

  • Is there any way to identify the two classes are compiled by same vm

    Is there any way to identify the two classes are compiled by same vm?
    Thank's a lot.

    I think this is the better forum than java compiler. The answer to the question you asked is no.
    But that question is not the best way to address your problem.
    If this were me, I'd use a tool like ASM (http://asm.objectweb.org/) to read in that file, and replace the getToday() method, with one like this
    long getToday() {
        return 20080101;
    }and replace the class file with this new one. (keep the old one, they might be using a class loader that verifies class signatures or something)
    (They said the code you are looking at could have been changed by you - so take the hint and change it back).
    If they've ripped you off, this will restore justice much more cheaply and effectively than involving the lawyers. If they then sue you for breaching the license agreement, that would probably force them to disclose their underhand tactics.
    OTOH, if you're lying to us about the purchase, and needing to pay for upgrades to fix the performance issue, and instead are trying to crack some trial software, then I hope they are using a custom class loader that checks the integrity of the classes.
    If you are being ripped off, why are you not telling us the name of the company? I am not sure who is being ripped off here.
    Bruce

  • Is there a way to update the iOS on my Childs iPod touch without connecting to a pc? She has version 4.2.1

    Is there a way to update the iOS on my Childs iPod touch without connecting to a pc? She has version 4.2.1

    No.
    Also, do you have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.
    If you have a 3G or later iPod:
    iOS 4: Updating your device to iOS 5 or later

  • HT4623 I got the IOS 7.1 update and I don't like it. Is there any way that I can remove the update and return my software back to the way it was before I got the update?

    I got the IOS 7.1 update and I don't like it. Is there any way that I can remove the update and return my software back to the way it was before I got the update?
    Please, I really wnat to change my phone's sofeware back to IOS 7.0.6. I really don't like the IOS 7.1
    PLEASE HELP ME BEFORE THE IOS 7.1 DRIVES ME INSANE!

    Even though it wasn't me who started this thread i would like to say that i hate iOS 7.1 too
    They're back! The IOS haters.
    When you get a call it has some small icons of reminding and message and one white ugly "slide to answer" bar.*** seriously?
    People complained about the green bar in IOS 7.0.3. You can't please everyone with everything. Deal with it and move on. Or you can just get a Droid phone and suffer through the bizarre interface changes.
    A lot of people would really appreciate a release with the old interface back.
    People complained about every interface change that Apple has tried. As I said earlier, you can't please everyone with everything. The interface is what it is, learn it, deal with it, or move on to something more to your liking. I think they still make flip phones.

  • Is there a way to connect the Apple TV as a second display without it automatically changing my Mac's audio output?

    Is there a way to connect the Apple TV as a second display without it automatically changing my Mac's audio output? I would prefer to use an audio interface for playback and the apple tv as a third display. I know I can go back to system preferences and swap my output back manually, but it is getting to be really inconvienient. Thoughts?

    Hi and welcome to Discussions,
    have a look at ScreenRecycler http://www.macupdate.com/info.php/id/22908/screenrecycler
    Regards
    Stefan

  • I moved all my music from c: drive(because it was full) to an external harddrive and now itunes can't find any of my music. Is there a way to get Itunes to find music on external drive without having to place all the music back onto the c: drive? Thanks

    I moved all my music from c: drive(because it was full) to an external harddrive and now itunes can't find any of my music. Is there a way to get Itunes to find music on external drive without having to place all the music back onto the c: drive? Thanks

    Hopefully you moved the entire iTunes Media (or iTunes Music) folder to a new path on your external drive. Copy your iTunes library folder out to the root of the external drive, e.g. X:\iTunes (where X: is your external drive), then move the media folder inside it. Hold down shift as you start iTUnes and keep holding untila asked to choose or create a library. Choose the library at X:\iTunes\iTunes Library.itl. Should all be good.
    Failing that, download and run my FindTracks script and point it at the new location of your media folder.
    tt2

  • Is there any way that I can have songs in an iTunes Playlist without having the songs play in my regular music list.  For instance: can I have a Playlist of Christmas songs without having them play in the routine shuffle of my music library?  Thanks -Rog

    Is there any way that I can have songs in an iTunes Playlist without having the songs play in my regular music list.  For instance: can I have a Playlist of Christmas songs without having them play in the routine shuffle of my music library?  Thanks -Rog

    Select the songs, press CTRL+I to Get Info, on the Options tab set Skip when shuffling to Yes.
    If you want to the hide the songs from your main music view you could consider changing the media kind to audiobooks or podcasts if you don't mind the side effect of them showing up there instead.
    tt2

  • I had to take the I pad I got for Christmas back and they gave me  new one.  Is there a way I can get the books and apps I purchased without having to buy them again?

    I got an I pad for Christmas and had to return it and they gave me a new one.  Is there a way I can get the books and apps I purchased without paying for them again?

    Downloading past purchases from the App Store, iBookstore, and iTunes Store: http://support.apple.com/kb/HT2519

Maybe you are looking for

  • Error message on PE7

    I have recently upgraded from PE2 to PE7. I have also upgraded my computer from 1 to 2 MB Ram which has made a difference. The reason why I stopped using PE2 was because of frequent crashes and I reinstalled, defragmented etc and couldn't get it to w

  • HELP!  Can't mail a ZIP file.

    For some strange reason, my Mac Mail has decided to stop letting me email ZIP files, is there something I should know, or do to correct this. Thanks. dave

  • Unloading Images

    I'm relatively new at this and having a difficult time. I'm trying to create an image gallery that dynamically loads, but also removes the loaded image when a new thumbnail is clicked. I have a remove child instance, but that only works for one image

  • Where is extension registration data stored?

    I just bought a new computer, and I use the full suite of Pluginlab extensions extensively on several sites. However, it appears that they have gone out of business, so I cannot get my products re-activeated (license moved) to my new computer. I'm ho

  • Norton AntiVirus 11, Time Machine, and Time Capsule

    When Time Machine starts Norton AntiVirus begins a scan of all 700k+ files on my Time Capsule. I cancel the scan but wonder if I am doing the right thing?