Skip to main content

Home/ Leis Software & Services Features & Guides (Snipplets)/ Group items matching ""how to"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
LeisHowI

Viewer2 Manual - kometbomb - 0 views

  • date:1-12-2006 (December 1st, 2006
  • date:2007.6 (June 2007)
  • viewed:
  • ...52 more annotations...
  • Valid words for size: tiny, small, medium, large, huge, ultra
  • size:
  • combine a viewed: query with top:, the query is based on views during that time.
  • top:views results:40 – show the top 40 based on views.
  • is:favorite
  • ~word – look for words that are similar to “word”. Works only in Fast Search and needs word indexing to be enabled
  • remove tags from images, first select them in the browser and open the tag list.
  • Tagging
  • Ctrl + T while viewing the image or having some images selected in the browser view.
  • If you open the tag list while the add tag box is open, you can add tags from the list by left clicking on them.
  • Separate multiple tags with commas
  • Add tags from the list to images by dragging them on images: left drag adds tags to one image, right drag will apply them to a group of images
  • Or, select a few tags and double click on one of them. This will view all images with all the selected tags.
  • Double click on a tag to view all images with the tag
  • added:
  • Deselect (Ctrl + Left click) the tags you want to leave to the images and press delete.
  • You can make aliases to tags by adding both tags and dragging the tags on each other in the list. The draggee will become the alias for the tag you drag the tag on. Every time you add the alias, it will actually add the original tag.
    • LeisHowI
       
      I don't quite get what it means, will have to test out. I suppose it means you can create fake tags, where they are simply placeholders for actual tags. I'm assuming you can do it with multiple tags as well?
  • Let’s imagine you have a screenful of untagged and tagged images. First, press Alt + T to sort images by tags. With the mouse, click on the left edge of the screen to open the file list. You should see a group of files in the beginning of the list marked as having no tags. Right click on the list to select a whole group of images, and press Ctrl + C to copy the files on the clipboard. Press Ctrl + N to open a new view and paste the images with Ctrl + V. Now you have a nice, clean workspace with no unwanted files.
    • LeisHowI
       
      Title: How to work with untagged images only. (In a clean workspace)
  • press Ctrl + Shift + O to automatically sort all files into smaller subgroups
  • Adding complete directories
  • Use the included program dbtool to add directories recursively with any tags you like.
  • "c:\Program Files\Viewer2\dbtool" add "c:\my photos\kittens" cats cute. This will add everything in the specified directory and add the tags cats and cute to each image.
    • LeisHowI
       
      Nice function. Although a GUI interface would certainly make it easier. 
  • Automated tagging
    • LeisHowI
       
      I must be sleepy, I have no idea what it's talking about.
  • Ctrl + D: Select none
    • LeisHowI
       
      Imagine command "Deselect"
  • eature is experimental.
  • Synchronizing IPTC keywords and Viewer2 tags is disabled by default, because it physically modifies image files
  • enable it in the configuration by ensuring the option “Synchronize tags and IPTC keywords” is checked. Viewer2 will then tag every new image with IPTC keywords and set the IPTC keywords to the tags the image has in Viewer2
  • Ctrl + Shift + left drag: Add lasso selection to the selected images
  • Right click on filelist: Select group
  • Alt + C: Sort by color (press Alt + C multiple times to adjust fuzziness) Alt + D: Sort by date (press Alt + D multiple times to adjust fuzziness) Alt + G: Sort by group Alt + L: Sort by forced links Alt + N: Sort by name (press Alt + N multiple times to adjust fuzziness) Alt + O: Sort by original order (e.g. the order of images returned from a query, useful with top:views query) Alt + P: Sort by path Alt + R: Sort by resolution
  • Syncing tags and IPTC keywords
  • Ctrl + Shift + F: Find files with matching tags
  • Ctrl + I: Invert selection
  • Ctrl + O: Order selected images in one group Ctrl + Shift + O: Order images in groups
  • Ctrl + S: Zoom into all files (fit files on screen) Ctrl + Shift + S: Zoom into selected files
  • Delete: If tag list is not open delete selected files from the view, if the list is open the selected tags will be removed from the selected images
  • Ctrl + Delete: Physically delete selected files
  • Home: Zoom image to fit to screen End: Zoom image to original size
  • Inertia The inertia of everything, less means everything will be smoother but slower.
  • ShowDirectories Show subdirectories in the browser.
  • UseSpiral If set to 0, order images in a square, otherwise order images in a spiral.
  • IPTC into the files but they don’t show up in Picasa. Other tools, such as Exifer or IrfanView can display them
  • IPTC export works at least on some programs
  • doesn’t write IPTC back to the images when we set tags – is that by design?
  • (“Synchronize IPTC tags” needs to be checked on the “Database” page). That feature definitely exists but it’s not enabled by default.
  • not entirely sure if enabling the syncing will automatically write the tags that you have added earlier but either adding (or removing) any tag will trigger the IPTC update for the file. Or, you can use dbtool to sync manually (something like “dbtool exportiptc c:\Photos”).
  • a small tool that recursively parse the whole image repository to automatically assign tags would be nice.
  • The new dbtool does this automatically. You can simply add a file in a directory and the tags in the file are applied to all the subdirectories. It can also tag files based on the tags it sees in the directory names, so if you have the tags “2009″ and “holiday” in the system and a directory named “holiday 2009″, dbtool will apply both tags to the images in the directory.
  • Would it be possible integrate this new dbtool inside the “MSWindows explorer”?
  • It is possible to add any program in the menu, as long as the program takes command line arguments.
  • http://windowsitpro.com/article/articleid/13596/how-do-i-add-an-item-to-the-right-click-menu.html (not the best example but you’ll get the idea)
    • LeisHowI
       
      Copied Over: How do I add an item to the Right Click menu? A. Follow the procedures below: Start the Registry Editor (REGEDIT.EXE)Expand the HKEY_CLASSES_ROOT by clicking the plus signScroll down and expand the Unknown subkeyClick on the Shell key and right click on it.Select New from the pop-up menu and choose Key.Enter the name you want to be displayed, e.g. the name of the application. Click EnterRight click on the new subkey and click New. Again select Key and enter the name "Command" and click EnterClick on the newly created Command and double click on "(Default)"Enter the path and name of the executable with %1, i.e.d:\program files\savedit\savedit.exe %1Close the registry editorWhen you right click on a file the new entry will be displayed.
  • The command line would be something like “c:\viewer2 directory\dbtool.exe” iptcadd “%1″.
  •  
    Really long but sounds like it has tonnes of functions. As reviewed in freewaregenius, I think shortcuts will come in handy though you would really have to get used to it.
LeisHowI

ImageShack® - Faq - 0 views

  • You can upload as many files as you want, as long as each one adheres to the Terms of Service.
  • Yes, ImageShack does allow embedding files into web pages
  • in order for ImageShack to continue to provide free image hosting, we ask that you do not modify the linking code in any way.
  • ...33 more annotations...
  • Image tracking is available to registered users.
  • video formats including avi, mkv, mpeg, mp4, mov, wmv, 3gp, flv, and many others.
  • all major image formats including jpeg, png, gif, ico, bmp, and tiff
  • Each image you upload must be less than 5 megabytes in size
  • Video files must be less than 15 minutes or they will be trimmed after uploading.
  • How do I resize my images using ImageShack?
  • our image will resample and resize based on the dimensions you selected.
  • Flash and Video cannot be resized
  • unlimited bandwidth for images, videos, and slideshows when viewed from our landing page
  • Does ImageShack alter, compress, or watermark my files in any way?
  • ImageShack will not add watermarks to your image or flash files, nor will it compress the images or flash files that you upload (unless it is bigger than 1.5 megabytes or if you resized it yourself).
  • For images and flash, absolutely not
  • How long will my uploaded files be available?
  • If you are registered, your files will be available forever
  • not registered, any file that you upload will continue to be available if it is accessed by anyone at least once per year.
  • black bar on thumbnails allows your images' viewers to check the size and resolution of the image that they are about to see.
  • If an image is hotlinked, it will have a limit during our peak traffic.
  • If a hotlinked image exceeds this amount, it will become inaccessible, and you would need to send us an email to have it enabled again
  • 2000mb per hour for each image hosted. Gif images are limited at 500mb per hour. Peak time is from 6:00am to 3:00pm PST. Off peak there are no limits.
  • unlimited amount of space for uploading your files
  • Why do my files get renamed after I upload them?
  • only standard English lowercase letters and numbers are allowable file characters. If your file contains non-standard characters, they will be omitted upon upload.
  • lename has over 30 characters, it is shortened to 30 characters in order to ensure compatibility.
  • Are my uploaded files private?
  • Your files are private until you start sharing your file locations with other people. After sharing your files, only you and the people with whom you shared your file locations have access to your files.
  • URL that ImageShack generates for each file is entirely unique and unguessable
  • ImageShack QuickShot integrates with Windows XP, 2000, or 2003 and allows you to take a screenshot and upload it to ImageShack with the press of a key!
  • How do I specify the directory to save screenshots?
  • Click on Browse to select a directory to save your screenshots
  • How do I upload screenshots into my account?
  • Click on the blue "Registration-Code" link. If you are not logged in, make sure to do so. Copy and paste your Registration code from the resultant webpage into the Registration-Code field inside ImageShack QuickShot, then press "Set ID." After a short while, your account should validat
  • Gaming Mode is only available after you validate your account, and allows you to silently save/upload screenshots directly into your account while playing a computer game that takes up the entire screen.
  • Use JPG when there is a lot of activity on your screen, such as a detailed desktop wallpaper and many icons. Use PNG when there are a lot of detailed lines on your screen, such as an instant messenger or webpage.
  •  
    Technically unlimited storage & bandwidth
LeisHowI

How To Add Custom Gadgets To Gmail? - 0 views

  • simple and step by step tutorial to add custom gadgets like Remember the Milk, weather or for that matter anything to your Gmail account.
  • Step 1: Activate the custom Gadget in Labs
  • Step 2: Find XML URLs for the Gadgets To Add To Gmail
  • ...4 more annotations...
  • existing Gadget from your Google IG page to Gmail, go to your IG homepage and find the gadget you want to add, click on the arrow key in the gadget menu and from the dropdown menu click on “About this Gadget”
  • Once you click on the option you will be taken to a new page where you can see information about the gadget, the address bar on this page contains the link to the Gadget XML URL, copy the URL and store it somewhere temporarily.
  • Alternatively, you can also find gadgets in the Gadget directory, to get the gadget XML URL in the directory find the gadget you want to add to Gmail and click on the link to view the full description, once you are on the description page, copy the URL from the address bar like shown in the screenshot above.
  • Step 3: Adding The Gadget To Gmail – Once you have got hold of the XML URL of the gadget it is time to add it to your Gmail account, to do that go to Settings –> Gadgets and enter the URL into the text box provided.
LeisHowI

iTag - Documentation - 1 views

  • premium version of iTag
    • LeisHowI
       
      From 2nd picture below, we see that the free version allows a maximum of only 3 tags per photo.
  • Tag does not automatically save photos, you must manually do this by clicking the save icon
  • Before you can perform a search, you need to build an index.
  • ...6 more annotations...
  • It will take a few minutes for the index to build, but you need only perform this once. As you edit your photos, the index will be automatically updated when the photos are saved.
  • Add negative/anti words Search by a rating Search geocoded photos via an address
  • A third search method is to click words in the tag cloud
  • If you modify a file outside of iTag - in Adobe Photoshop for example - then iTag won't recognise the new metadata until you rebuild the index
  • tag manager helps allow you to control your vocabulary and to import and export tag lists
  • How to replace a misspelled tag
  •  
    Great that it stores as metadata, and other applications can read it. Bad Free version allows a maximum of ONLY 3 tags per photo. (see section on 'How to register iTag'. it is not written but displayed in the picture. Making it somewhat un-searchable.) => -10 Index build upon first use. If tags changed through other programs though, it needs to be re-indexed. Highlights Pink - gd Green - bad Blue - how it works etc Yellow - general
LeisHowI

louisgray.com: Feedly Brings New Social Experience to Start Page, Leveraging RSS - 0 views

  • using your Google Reader subscriptions at its core, but layering on intelligence that learns from you, including your reading patterns, to personalize your information waterfall.
  • Similar to Google Reader shared notes, you can make notes on any item within Feedly and share it on "The Wall".
  • From the article, you can:
  • ...25 more annotations...
  • Save it for later reading.
  • Annotate it
  • Recommend it to friends
  • Send a note about the article using your Twitter acount.
  • Preview it, giving a glimpse of how it looks from the source site.
  • Due to Feedly's tight integration with Google Reader, the items in the What's New page are segmented by topic,
  • gathered from your folders in Google Reader.
  • The Wall can act as your social springboard to both shared items in Google Reader and Twitter updates.
  • Feedly has developed an extensive tie-in with Google Search and Google Reader on day one.
  • Searches for more frequent terms, like Apple and Yahoo!, had their expected 1000+ results,
  • in reverse chronological order.
  • The goal? To bring a new, graphical, view of feeds, via Google Reader, and add multiple social layers on top of what's already recognized as the world's most-popular online RSS engine.
  • But unlike Google Reader, you can highlight the portion you're commenting on, and make notes,
  • select the desired text, and an option comes up to either "search related articles" or "highlight".
  • selected text is in fact highlighted, and you can add a comment.
  • Tweeting an article is similarly easy
  • click "tweet"
  • opens up with the headline, an automatically generated TinyURL, and a note on how many characters I have before running out of Twitter's 140 character limit.
  • automatically shows contacts you have in your GMail address book
  • Feedly is 100% synchronized with Google Reader.
  • move a blog from one folder to another in Google Reader? You can do that through Feedly.
  • Feedly essentially brings you all the aspects of Google Reader we've grown accustomed to, but displays them in a new, friendly, visual way, while extending the feed universe out to Twitter and e-mail, and adding social elements.
  • should you get bogged down with too many updates, feeds are flagged warm or cool based on your reading behavior and how often you mark them as favorites.
  • If you're the type of RSS power user who wants to read hundreds of items through aggressive keyboard navigation, then Google Reader still can't be beat,
  • but if you want to pick the very best from the many feeds you have, share items with friends and find new sources for news, Feedly is a compelling option.
LeisHowI

Zoundry Raven vs Live Writer: Fight! « Scott's Windows Live Ramblings - 0 views

  • in Live Writer, if you omit the http:// from your blog address, it will add that for you, ZR doesn’t. ZR also detects this blog incorrectly as being “Wordpress (ver 2.1 or ealier [sic])” whereas this blog is actually Wordpress 2.9.2, so almost there, but not quite.
  • Live Writer also downloads the blog’s theme so that you can edit your post as it would appear in your blog (ZR offers this, but in a slightly different way, see later).
  • there is a difference in how much is offered to each blog. Live Writer pips this due to the extra XHTML, Right To Left support, plug-in support, turning on script and embedding support
  • ...22 more annotations...
  • Live Writer, it downloads the blog’s theme automatically and offers this as default, so straight away as soon as you start writing your blog post, you’re already looking at the style your blog has:
  • ive Writer’s theme detection has, since the very beginning, been very good at grabbing the theme and formatting it [almost] perfectly within the editor window.
  • where things start to fall down for ZR, when it started to get my theme it ultimately failed with an error:
  • the big difference comes in and swings this more towards Live Writer. As noted above with the themes, Live Writer lets you actually write your blog post as if you were writing in your actual blog, this means you can get the layout just how you want it.
  • ZR does offer WYSIWYG editing, it’s not quite up to that same standard of “cool.”
  • One thing that ZR does have for post editing that has been requested for Live Writer is tabbed support.
  • both editors let you insert images into your blog post and arrange the post where you want them to go, you can create thumbnails of the images.
  • However, Live Writer does come into its own when it comes to editing the image. ZR offers your basic properties of an image, adding alt tags, etc:
  • although at least ZR will let you [in a roundabout way] edit the name of a pasted image, rather than just having Imagex.png. You also can’t insert a web image easily in ZR, although for Wave 3 on Windows 7, neither can Live Writer, not without a plug-in.
  • Live Writer on the other hand has a multitude of different things you can do with the image:
  • crop the image, rotate, tilt, add effects, etc.
  • plug-in architecture in Live Writer for 3rd party developers to write enhancements for it, adding further functionality so that you can do a whole multitude of things. This just simply doesn’t exist in ZR.
  • With ZR, even having done added a blog template, it still doesn’t actually let you write your blog post using that theme, it only lets you preview it using that theme:
  • Another nice feature that ZR has over Live Writer (although quite why this isn’t in Live Writer is beyond me) is search and replace!
  • , there is already one feature that rocks for Live Writer, and that is the split post feature.
  • insert a split into your post, it means anything above it will appear on your front page, and everything else will appear once you’ve gone to the full article.
  • providers are now supporting it (wordpress, Community Server, blogger, to name a few).
  • Save as draft
  • acking in ZR,
  • Through its plug-in architecture, developers have been able to add extra functionality to Live Writer, like Flickr support, ImageShack (of sorts), uploading non image files, and various other services.
  • ZR, however, does this out the box, this is quite cool, especially if you want to keep all your images (blog or otherwise) in one central place, rather than split across different services.
  • Live Writer offers video support for YouTube, both the browsing, and uploading, of videos, right from within Live Writer
LeisHowI

TaggedFrog - Portable Mode - 0 views

  • enable portable mode
  • "If you would like to enable "portable mode" please edit TaggedFrog.exe.config file and change value of key "Portable" from "false" to "true"
  • will use configuration file and database from the current folder (so don't forget to copy your database wink )"
  • ...1 more annotation...
  • set zerofootprint = "true" in taggedfrog.exe.config to prevent taggedfrog from storing information in the registry
  •  
    How to Make it portable. How to prevent it from storing information in Registry.
LeisHowI

Zoundry Raven - Another Good Alternative to Windows Live Writer - 0 views

  • Zoundry Raven – Another Good Alternative to Windows Live Writer
  • blogging client that exists on your computer and acts as a normal program.
  • located on your computer’s hard drive, you can write posts even when offline
  • ...23 more annotations...
  • possible to update multiple blogs through a common interface.
  • Before you can start writing blog posts with Raven you need to set it up for use with your blog.
  • Tools
  • download all of the image and post data from the blog.
  • The account manager lets you browse all tags, images, links and posts that make up your blog.
  • able to enter the title of the post and also enter in any tags that you want to use.
  • t is converted automatically to XHTML format
  • As with the text, all media and tags will be converted into a format compatible with the blog platform you use.
  • Preview tab actually lets you take a look at how the post will look when it is posted to the blog.
  • To enable this functionality, however, you must designate a template.
  • blog wizard.
  • Blog Template Manager.
  • enter the URL of the blog you want to make a template for
  • Media Storage
  • Raven supports the ability to drag-and-drop files into your posts, including not only images but also non-image files, such as PDF files.
  • hese files can then be accessed through links in your blog post.
  • Most blogs have some form of media storage by default, but you may want to use an alternative in some cases.
  • set up your media storage
  • Add Storage button
  • select the type of storage
  • Raven supports custom FTP storage, Flickr, Image Shack, LiveJournal Scrapbook, Picasa Web Album and Ripway FTP.
  • open source,
  • The Media Storage Wizard is a feature that Raven has but Windows Live Writer does not and, as said, is particularly useful when you want to share files both on your blog and through a sharing or social media website.
LeisHowI

Pulsed: Blogger vs. Wordpress.com Comparison Chart - 2010 - 0 views

  • Wordpress.com
  • Themes and customization
  • No template editing.
  • ...50 more annotations...
  • Blogger has introduced a collection of easy-to-customize templates (more info).
  • can include third party tracker scripts— or any type of script
  • Import from Blogger, Yahoo! 360, Type·Pad, MovabIe·Type, Posterous, Vox.com, Live·JournaI or another WordPress blog.
  • Image storage
  • 1 Gigabyte. There is no interface to browse through the images unless you sign up for Picasa Web Albums.
  • 3 Gigabytes.
  • can also upload .ppt, .doc, .odt and .pdf files
  • Galleries
  • icasa Web Albums.
  • Simply add the tag [gallery] to any post or page (more info).
  • Create posts or 'pages'. Static pages are listed in separate menus.
  • Blogger allows up to 10 static pages to be created
  • Static pages
  • Categories
  • 'Labels'.
  • 'Categories'.
  • Expandable post summaries (more info).
  • Optional excerpts
  • Submit your posts by email. Images can be attached
  • Submit your posts by email.
  • Free domain name mapping
  • can restrict access to invited Google account holders.
  • can restrict access to 35 invited Wordpress account holders
  • lternatively, individual posts can be password protected or Private.
  • Visual confirmation and moderation options, but no editing of comments.
  • Moderation, comment editing and Akismet spam protection.
  • Wordpress.com added follow-ups by email and comment threading options. Wordpress has more comment options than Blogger, but there have been problems with Akismet spam protection.
  • BlogSpot Widgets
  • add up to 10 stand-alone pages.
  • Software applications that do cool things.
  • Show off what you read with a blogroll of your favourite blogs.
  • Blog List
  • Slideshow
  • Video Bar
  • clips from YouTube and Google Video for your readers to watch without leaving the page.
  • Link List
  • Survey your visitors by adding a poll to your blog.
  • Wordpress.com Widgets
  • Category cloud
  • Recent Comments | Recent Posts
  • Tag Cloud
  • Top Clicks | Top Posts | Top Rated
  • Although the Wordpress.com collection of 90+ themes sounds like a lot, options for customization are limited unless you pay for an upgrade that allows stylesheet editing
  • If Wordpress.com allowed stylesheet editing without having to pay, and visitor stats comparable to the tracker scripts you can obtain for free, my choice would have been Wordpress.com for sure
  • One other comparison is the difference of how each handle leaving comments.
  • Wordpress allows a handy comment box with the post
  • annoying feature of Blogger is that it opens another window that does not match the theme of your blog.
  • If you create a new blogspot blog the initial selection of templates is incomplete.
  • To see the complete list you need to go to the template section of the dashboard and click on "Pick New Template".
  • Blogger uses the term "stretch" for variable width templates.
LeisHowI

tag2find -Feature List - 0 views

  • can be integrated everywhere
  • Related tags guide you to using your tags consistently while tagging and provide you suggestions on how to get closer to                 the goal of your research while searching
  • Limit search by files types
  • ...11 more annotations...
  • powerful features            for quickly organizing the tags of large amounts of files
  • Surf your tagged desktop and discover your information by browsing through your own personal TagCloud
  • Get automatically informed by tag2find as soon as you create or download new files
  • "New File Monitor" will watch certain folders (which you can define) for            new files of a certain type (we provide you with a good set to start with).
  • You can now not only drag files into tag2find, you can also drag them out of the search result popup or the TagBrowser
  • If you drag files over to explorer,             the files will be moved/copied. If you drag them to your e-mail composer             window, they will be attached to the mail. If you drag & drop them to an             open application, most applications will open the file you drop
  • Export/Import your tags
  • Tag Initializer
  • folder path
  • type of the file is determined and tags for music, documents, images, etc. are suggested
  • metadata: MP3 files already contain metadata, called ID3; this data is extracted and suggested as tags
    • LeisHowI
       
      Smart =)
  •  
    ? I'm not sure if persistent tagging means it's stored in a metadata though. Nice features. Drag & Drop, to and from.! File creation/download monitoring. Tag intializer. Related Tags Tagcloud. Intregration. Don't know if it has a auto-tagging feature though.
LeisHowI

SlideShare : I want to temporarily give access to a slideshow privately. How can I do this? - 0 views

  • When you are done sharing, uncheck the "Secret URL". It will no longer work
  • Make it visible to "Only me". Enable the Secret URL and send to who you want to share with
  •  
    More information on secret url found here. http://help.slideshare.com/entries/57950-what-is-a-secret-url
LeisHowI

FotoTagger Product Tour: Publish to Blogger and LiveJournal - 0 views

  • Publish to Blog
  • Let your blog readers view both annotated and original picture.
  • Offer your visitors to download annotated pictures.
  • ...1 more annotation...
  • Allow people to view your annotations without having to install FotoTagger
  •  
    Doesn't exactly say how it does it, script, html or ..?
LeisHowI

SlideShare : FAQ: Sharing publicly & Privately - 0 views

  • What is a secret url?
  • What is a Followers list and why should I create one?
  • What if I don’t want to be found on SlideShare by other users?
  • ...5 more annotations...
  • Can I get the URL for a particular slide of a slideshow?
  • I want to temporarily give access to a slideshow privately. How can I do this?
  • What are the options related to private sharing?
  • Can I embed or share a private document?
  • I work for a company and want to embed documents on my intranet. Can I use SlideShare to do that?
  •  
    The Main page for this section
LeisHowI

What is Amplify? - 0 views

  • making it clear how Amplify is different from other services.
  • core purpose of Amplify, the motivation behind everything we do, is to provide people the opportunity to engage in conversation that flows naturally.
  • not an aggregator of everything you do on the web;
  • ...3 more annotations...
  • not creating an environment that’s conducive to playing games or sharing photo albums
  • not about sparking conversation.
  • offers a unique and much needed opportunity to learn from others and engage in meaningful conversation that is otherwise lacking on the web.
LeisHowI

SlideShare : synchronization tools - 0 views

  • Synchronization workspace
  • actual sync between slides & audio is done here
  • by moving the blue start and end bars and positioning them, as the red 'play' bar movie across the entire piece
  •  
    Description of the tools
LeisHowI

Feedly How to Deleting articles? - 0 views

  • Feedly does indeed NOT have an option to delete an article.
  • When you recommend an article in feedly it is automatically marked as shared in Google Reader.
  • recommendation action and annotation actions is what feedly uses to build what we call your reading patterns and use for recommendations.
LeisHowI

SlideShare : Reduce width of embedded slides - 0 views

  •  
    Change it from the code.  eg width="425" change it to something like width="300"
LeisHowI

SlideShare : Slidecast vs pod/web/screencast comparision - 0 views

  • webcasts are usually bandwidth hogs, difficult to create and annoyingly sluggish to view
  • take existing media (slides and audio) and link them together using a free, web based interface
  •  
    Slideshare is more of a linking service than a creation service.
LeisHowI

tag2find - overview - 0 views

  • Use how many tags you want
    • LeisHowI
       
      as opposed to free version of iTag.
  • Tag all kind of files (documents, movies, images, music,
  • Persistent tagging - move your files around or copy them. Your tags will still stick to your files
  • ...1 more annotation...
  • Drag& Drop your files for others applications
LeisHowI

SunlitGreen BatchBlitz - Quick Tour - 0 views

  • BatchBlitz lets you to batch-process your photos using actions.
  • you simply select some source images, specify where and how to store the output files, define one or more actions, and then start the task with a click.
  • below image shows the added actions in a batch task:
  • ...1 more annotation...
  • Add Text action provides a variety of options:
1 - 20 of 23 Next ›
Showing 20 items per page