Application to grab text from folder names?

I doubt there is software for this - if there isn't there needs to be - it'd make a killing!
I'm looking for an app that can grab texts from folder names...what i mean is let's say
on my desktop I have a folder titled "Movies", and inside that folder are hundreds of folders -
each folder containing a movie.  Each folder is a title of a movie.  I would like to somehow select
all of these folders and grab the text off of each folder - to catalogue my movies into a simple text file.
I know I could open a word doc or txt doc and go one-by-one but i have thousands of movies and this
would take forever. Please tell me there is an application that can save me some time with this.
thanks.

Niel - you rule!
i couldn't get what you wrote to work - i tried inputting different paths, etc.  i'm probably doing something wrong -
but i used this script
tell application "Finder"
          get name of folders of folder ("/Users/macbookpro/Desktop/movies" as POSIX file)
end tell
and it worked. thanks again.

Similar Messages

  • Trim first 6 characters from Folder Names [AppleScript]

    Hi all,
    I've found an AppleScript online which trims the first characters from a FILENAME, however, it does not seem to work on FOLDERS.
    How could this be modified to rename folder names?
    set whichFile to choose file with multiple selections allowed repeat with aFile in whichFile tell application "Finder" set filename to name of aFile set name of aFile to ((characters 7 thru -1 of filename) as string) end tell end repeat
    Thank You!

    Here:
    set whichFile to choose folder with multiple selections allowed
    repeat with aFile in whichFile
    tell application "Finder"
    set filename to name of aFile
    set name of aFile to ((characters 7 thru -1 of filename) as string)
    end tell
    end repeat
    (105621)

  • Search Text Include Folder Names

    It appears that when I create a filter searching specific text, the text values of the underlying folders that the images are in are not being considered.  For instance if my folder structure was YYYY\Event\Eventsub1\Eventsub2 and I wanted to search for all images that involved Eventsub1 or Event over multiple years, it doesn't seem to consider the folder name as searchable for the filter function.
    Because I had a prior structure before moving over to LR (starting with beta) I have been reluctant to eliminate the structure altogether and rely solely on keywords as it is also easy to find images when outside of LR in this familiar structure.  This has led to including a "theme" keyword with each image that pretty much is the Eventsub2 subfolder, then create a keyword structure equal to Event\Eventsub1 and drag the new keyword under that structure for organization.  This seems to be duplicative, and error prone.
    So ... my question, is anyone else able to search for images in folders with names that include text "xxxxxx"? 
    Thank.

    It seems to have worked for me.  I went to All Photographs and entered the name of a folder.  For me it's kind of difficult because I often have other tags the same as the folder names, but I think my test was correct.
    You might want to consider using other metadata fields besides just keywords.  I use the field Job Identifier to identify pictures taken on trips or other identifiable groups of pictures (an example might be France 2009).  It is usually the same as my folder structure (or a superset thereof, actually, because I usually have subdirectories by date) but I thought this gives me two ways to find things and if pictures get out of their file structure they still have that identifying information in the metadata.  More commonly used tags are title and caption.  Different people use one or the other for their primary "caption", depending probably on the other tools they use and their flexibility, or lack thereof, but that leaves the second one for something else.  Also, there are a set of location fields which I usually fill in.  City, State, Country are obvious, but the other one, called simply Location, can be more general.  I let the GPS program fill it in but I often change it to something else.  For example, Somethingorother State Park.
    Judy

  • Spaces disappear from folder name when opened thrugh Web Client

    Hi,
    I am opening a pdf or word document through method EXECUTE  of class CL_GUI_FRONTEND_SERVICES.
    Now if there are more than one space in the path (ex. D:tes   t.pdf ) then file gets opened sucessfully if I log in through WIN client in SAP.
    But if i log in through SAP WEB client ,then only one space is retained in the URL and rest of the spaces are removed by method and I get a message "Path D:\tes t.pdf" not found.
    Any suggestions welcome?
    Regards,
    Mukul Sharma.

    Delete localstore.rdf or rename the file to localstore.rdf.sav in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to test if the file is corrupted.
    See http://kb.mozillazine.org/Corrupt_localstore.rdf
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)
    Note:
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.
    You can rename "localstore.rdf" to "localstore.rdf.sav" to test if that solves it.
    Then you can restore the customization by copying "localstore.rdf.sav" to "localstore.rdf" if it didn't work.

  • Attach pdf to email and use text from field in body

    I'm looking to create a fillable form with a 'submit' button at the bottom.  Upon clicking the submit button, I would like an e-mail window to open with a pre-defined recipient, and the pdf attached.  I've found code to accomplish this using this.mailDoc()
    However:
    I'm also hoping to get the text from the "Name" field of my form and use it in the body of the e-mail.
    I've found the following code in another post, which appears to work for this:
    var cClientName = this.getField("ClientName").value;
    var cAddress = this.getField("Address").value;
    var cBody = "Client Information:\n\n";
    cBody += "Client Name: " + cClientName + "\n";
    cBody += "Address: " + cAddress + "\n";
    var myURL = "mailto:[email protected]?subject=Client Info&body=";
    myURL += cBody;
    app.launchURL(myURL, true);
    That will open an e-mail window with a body containing the data from AcroForm fields named "ClientName" and "Address".
    The problem is, that this code will not attach the pdf.
    How can I get the best of both worlds?
    Thanks!

    You don't need launchURL to achieve that. mailDoc is capable of setting the
    subject line, email body, recipients lists, etc.
    See this tutorial for a detailed explanation:
    http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

  • Publishing bug with FTP servers - Spaces at end of file/folder names

    I'm sharing what I've found after lots of troubleshooting with my Mom's iWeb website. I originally came across this in the previous version of iWeb, and have seen it again in the current version.
    For the sake of this example, she had an image gallery on her site. The image file she added to iWeb had a space at the of the filename, just before the file extension, something like "image name .jpg"
    In the old version of iWeb (iWeb 08), we would publish the site to a folder on her computer, and it would generate a folder for each image in the gallery. These folders would hold the original image and thumbnail image. Each folder name was the image's filename, minus the extension. In this example, the folder name was "image name " with a space at the end, which is valid on the Mac OS X file system.
    When we uploaded it to the FTP site (which happened to be GoDaddy) using a 3rd party FTP tool, certain images would always fail to upload. After much testing and troubleshooting with other FTP software, we found that the FTP server did not allow spaces at the end of folder names, and it automatically replaced them with underscores. So, we tried to upload a folder called "image name ", and ended up with one called "image name_". As a result, we couldn't upload any of the files that were supposed to be IN that folder, because it could not be found under it's intended name.
    Fast forward to today, using iWeb 09. Now the software allows you to upload to a 3rd party FTP server, so we've stopped using the other FTP software and do it all in iWeb.
    She added a new image to her gallery and tried to publish changes, and got the error: "There was an error communicating with the FTP server. Try again lager, or check with your service provider"
    Once she removed the image, publishing worked again. It turned out the original image had a space at the end of the filename, just before the extension again. Once this space was removed, everything worked again.
    Hopefully this helps somebody else down the road. If you have trouble with certain files, check them for spaces at the end, just before the extension. Perhaps in a future release, Apple could update the site publishing code to trim leading/trailing spaces from folder names.
    If you've seen this before, or have any further questions/feedback for me, feel free to post a response. Thank you for reading.

    It would be nice if Apple could make their error messages more descriptive of the actual problem so we have a better idea of how to solve it. I am "the mom" who had the problem B2Ben posted about.
    The error message seemed to place blame on the ftp server or my ISP, consequently I wasted a lot of time with these people when it wasn't even remotely their fault.
    As with most computer problems, I ended up learning a lot from it and it always helps with gaining confidence. This is my 20th year as a Mac user!.. yes, since 1989. I look forward to seeing what some of you have experienced with this same issue.
    iMac GHZ PowerPC G$ Mac OS X (10.5.7)

  • Set Folder Name From File Name Inclosed.

    Hello scripters,
    There has been quite a few topics about setting file names from parent folders. I believe it's possible but not sure how to reverse this process. That is to say set the folder name from a file in the folder. This is what I'm imagining.
    I've got a folder. In the folder are 100 folders with the names "untitled folder xxx" In side I've got files that are all named and numbered.
    For example,
    untitled folder/B-day 001~050.jpg
    untitled folder 50/At The Park 001~020.jpg
    I would like a script to change the name of the parent folder of the files that it houses.
    So untitled folder becomes
    B-Day
    untitled folder 50 becomes
    At The Park
    etc…
    I think getting the name of the first file (minus the index number) would be easiest.
    Any help or futher questions are greatly appreciated.
    Maximilian

    Working backwards...
    Assuming all the files have the same name structure (e.g. end in the format "xxx~xxx.jpg" you can get the base name using:
    <pre class=command>set baseName to characters 1 through -13 of filename as text</pre>
    This cuts off the last 12 characters of the file name.
    Once you have a folder, you can get the names of files in the folder via the Finder. for sanity's sake I'd ask the Finder for the first item, just in case there's more than one file:
    <pre class=command>set filname to name of first item of (files of folder theFolder)</pre>
    And if all the folders are in one top folder, you can iterate through them like:
    <pre class=command>repeat with eachFolder in (every folder of folder topFolder)</pre>
    So now, string it all together:
    <pre class=command>tell application "Finder" -- we'll use the Finder to do the legwork
    set topFolder to (choose folder with prompt "Choose the top level folder" ) -- get the top folder
    repeat with eachFolder in (every folder of folder topFolder)
    set fileName to name of first file of (files of folder topFolder)
    set baseName to characters 1 through -13 of fileName as text
    set name of folder eachFolder to baseName
    end repeat
    end tell</pre>
    Note there's no error checking - the script will fail if there are no files in any particular folder, but it should get you going.

  • Use AppleScript to remove a specific word/phrase from Multiple Folder names

    Within one of my folders I have hundreds of Folders that have specific words or phrases in the names I would like to remove using apple script.
    For instance if the folder names all contain the word "Default" what script could I write to remove "Default" from the names of all folders with it in the name.
    So, if folder is named "bobDefault"  how could I get it to remove Default and keep bob and then continue on the rest of the folder names within the main folder.  I appreciate any help you may provide.

    The following should do the trick (if there's always a space before the left parenthesis):
    set theFolder to choose folder
    tell application "Finder" to set theNames to name of folders of theFolder
    set theNewNames to {}
    repeat with thisName in theNames
         set P1 to offset of "(" in thisName
         set P2 to offset of ")" in thisName
         if P1 * P2 > 0 then
               try
                     get (text (P1 + 1) thru (P2 - 1) of thisName) as integer
                     set theString to text P1 thru P2 of thisName
                     set thisName to replace(space & theString, "", thisName)
               on error
                     -- no change
               end try
         end if
         copy thisName to the end of theNewNames
    end repeat
    tell application "Finder" to repeat with k from 1 to (count theNames)
         try
               set name of folder (item k of theNames) of theFolder to (item k of theNewNames)
         end try
    end repeat
    on replace(A, B, theText)
         set {TID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, {A}}
         set {theTextItems, AppleScript's text item delimiters} to {text items of theText, {B}}
         set {theText, AppleScript's text item delimiters} to {theTextItems as text, TID}
         return theText
    end replace

  • Script or Automator to reorder text in file/folder name

    Hello,
    Similar to this discussion: https://discussions.apple.com/thread/2632228, I would like to reorder a large number of folder names. Currently, they are set up as follows:
    "Name - Year" and would like to change them all to "Year - Name". I have over 200 folders named in this format so I need to find either a way to do this via the automator or via a script. So far I can't find what I need in the Automator. Any ideas? Thank you

    try this:
    set folderList to choose folder with multiple selections allowed
    tell application "System Events"
              repeat with thisFolder in folderList
                        set folderName to name of thisFolder
      -- assumes none of the folders have extensions, or anything aside from "Name - Year", and that there are no spaces inside the name or year
      -- it can be generalized to deal with that, if needed
                        set {oldTID, my text item delimiters} to {my text item delimiters, {" ", "-"}}
                        tell folderName
                                  set {n, d} to {first text item, last text item}
                        end tell
                        set my text item delimiters to oldTID
                        set name of thisFolder to d & " - " & n
              end repeat
    end tell

  • Can not copy text from AI CC or AI6 in to the file name

    I have an AI file with 80+ UPC codes that I need to separate in to individual files. Each UPC has a descriptor but when I copy the text and then try to paste it as file name it will not paste. I use this same process regularly in InDesign when I design print ads. Each print ad has a unique item number that prints with the copyright line so I simply copy and paste that information when I do the save.
    Under File Handling and Clipboard both PDF and AICB are on. I've tried this in AICC and AICS6. I also tried different files. Same issue. Any suggestions? I really don't want to have to type 80 some descriptions which are very lengthy. 

    I can not copy the text from Illustrator in to any OS X application/function (filename, Mail, Text Edit, ect). I can copy in to InDesign, Photoshop, Flash, and other other Adobe product. I can copy in to Word as well. I guess my work around will be Word.
    And the opposite is true. I can copy text from any other Adobe application to any OS X application/function with no issues.
    I guess my work around will be to OCR the text from Acrobat and open in Word. The descriptors have to be 100% accurate and some of them are pretty long.

  • How to find list or folder name from SharePoint document URL

    I'm implementing the SharePoint client object model in my VSTO application in .NET framework 4.0(C#).
    Actually we open MS Word files from SharePoint site, we need to create a folder inside the opened documents list/folder and after it we want to upload/add some files to that created folder.
    My problem is that how to get list name/title and folder name of opened document by using the documents URL or Is there an another option to find the list or folder name of opened document.
    Any help will be appreciable.

    In document Library you can get the name of document library directly in URL. for folder name you can try below:
    using System;
    using Microsoft.SharePoint;
    namespace Test
    class ConsoleApp
    static void Main(string[] args)
    using (SPSite site = new SPSite("http://localhost"))
    using (SPWeb web = site.OpenWeb())
    if (web.DoesUserHavePermissions(SPBasePermissions.BrowseDirectories))
    // Get a folder by server-relative URL.
    string url = web.ServerRelativeUrl + "/shared documents/test folder";
    SPFolder folder = web.GetFolder(url);
    try
    // Get the folder's Guid.
    Guid id = folder.UniqueId;
    Console.WriteLine(id);
    // Get a folder by Guid.
    folder = web.GetFolder(id);
    url = folder.ServerRelativeUrl;
    Console.WriteLine(url);
    catch (System.IO.FileNotFoundException ex)
    Console.WriteLine(ex.Message);
    Console.ReadLine();
    http://msdn.microsoft.com/en-us/library/office/ms461676(v=office.15).aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/801d1a06-0c9b-429b-a848-dd6e24de8bb9/sharepoint-webservice-to-get-the-guid-of-the-folder?forum=sharepointdevelopmentlegacy
    You can also try below:
    http://blogs.msdn.com/b/crm/archive/2008/03/28/contextual-sharepoint-document-libraries-and-folders-with-microsoft-dynamics-crm.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d2d5d7cf-9bbd-4e0f-a772-ecdce4e6149f/how-to-fetch-document-guid-from-sharepoint-document-library-using-sharepoint-web-service?forum=sharepointdevelopmentlegacy
    http://stackoverflow.com/questions/2107716/how-to-get-guid-of-a-subfolder-in-a-document-library-programmatically

  • Flash player will not play flvs from folder with name containing non-Roman Chars

    We're trying to play flash as part of a program that can be installed to locations including non-Roman chars (European, Arabic, Chinese, etc.).  When the installation path includes any non Roman chars, video will not play.  The non-roman chars are garbled when Flash tries to load the flvs. Correct non-Roman chars are: ńśćłł.  When loading video it gets translated to: ńśćłł
    We've found this happens whether we are trying to access the video from the xulrunner app or by taking the activities out and running them within an html frame.
    Audio on the other hand is no problem
    The path information for the xulrunner app from Process monitor is:
    Video not found from the video player.
    10:41:25.3337898    xulrunner.exe    2316    CreateFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\video\VI-d9e37af511faa\Engplus1.flv    PATH NOT FOUND    Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, AllocationSize: n/a
    10:41:25.3339452    xulrunner.exe    2316    CreateFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\video\VI-d9e37af511faa\Engplus1.flv    PATH NOT FOUND    Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a
    Audio found.
    10:41:59.7659648    xulrunner.exe    2316    ReadFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\audio\AU-fa6ed5d31f577\LG0CD1Track06.mp3    SUCCESS    Offset: 0, Length: 4,096, Priority: Normal
    10:41:59.7660482    xulrunner.exe    2316    ReadFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\audio\AU-fa6ed5d31f577\LG0CD1Track06.mp3    SUCCESS    Offset: 4,096, Length: 4,096
    Video not found from a flash interactive
    10:43:50.0804572    xulrunner.exe    2316    CreateFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\flash_interactive\content\FL-123456780l0l\assets\video\video. flv    PATH NOT FOUND    Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, AllocationSize: n/a
    10:43:50.0806413    xulrunner.exe    2316    CreateFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\flash_interactive\content\FL-123456780l0l\assets\video\video. flv    PATH NOT FOUND    Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a
    Audio found from a flash interactive
    10:43:50.1928413    xulrunner.exe    2316    ReadFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\flash_interactive\content\FL-123456780l0l\assets\audio\journa list.mp3    SUCCESS    Offset: 0, Length: 4,096, Priority: Normal
    10:43:50.1929148    xulrunner.exe    2316    ReadFile    C:\Pro\ńśćłł\Flash dll Test\.shared\content\assets\flash_interactive\content\FL-123456780l0l\assets\audio\journa list.mp3    SUCCESS    Offset: 0, Length: 25,206, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal

    Not exactly sure what you are doing, but it is obvious that some part of the program you are running does not support multibyte characters like Unicode.
    If you are developing that application, make sure it is Unicode enabled.  If it is Flash (or Flash Player) that doesn't understand it, then you may not be able to do anything about it.
    What I would try if I were to encounter the situation, I would try to use the DOS (8.3) path names, like C:\Documents and Settings would normally be C:\DOCUME~1 or C:\Documents and Settings\All Users would be C:\DOCUME~1\ALLUSE~1 etc.
    Use the DIR /X command to find out what the DOS folder names are.

  • Why can I not copy text from a file and paste into "File Name" when saving?

    I thought I used to do this but I cannot copy a string of text from within AI (CS5, CS6 or CC) then "save as" and paste into the "file name" field. Why would this be?
    This proceedure works fine in Photoshop.
    Mac OSX 10.7.5.

    I am copying the characters not the object. Something seems to have changed at the system level. I can paste the text to other applications (Skype, Word, etc.) but not the "Save" dialog. I have been pasting the text to a Skype message window and re-copying. Then it will paste into the save dialog. Weird.
    I see you are on 10.6.8. Maybe it's a system difference.

  • How to display 2 level folder names in the application navigator?

    We have our source code in the following structure.
    C:\somefolder\project\java\all_the_java_code_under_this_folder
    C:\somefolder\project\sample\java\all_the_sample_java_code_under_this_folder
    In the project content, I select C:\somefolder\project folder so that the code under java folder and sample\java folder are picked up. But In the Application navigator, I would like to see the folder names (java or sample\java) so that I know which files I am working with. The package names could be the same, so I cannot identify files based on packages. The application navigator will display only the last part of the folder name (in this case, it is java). This is useless for me, because that part is the same as you can see from above.
    Is there a work around for this problem, so that it is easier to navigate between files.

    At the top of the application navigator play with the folder icon and with the number next to it, and see how they effect the display.
    You can also try the system navigator as an alternative view instead of the application navigator.

  • A Few SEO Questions: Alt="" text and file/folder names.

    I've been reading about the Dark Art of SEO and frankly, a lot of it is more confusing than I anticipated.  Anyway, I'll summarise a bit here.I have read that:
    File/folder names are better with meaningful words and hyphenated words.  so DCM000123.jpg in a folder called galimg would be better as: /gallery-images/painting-title-here.jpg
    Alt="" text can add to the content of your pages.
    My thinking underneath this relates to a gallery site I built with around 200 individual paintings in it.  So the site has a lot of content but not a lot of text.  I wonder if I should start trawling through all of this to change the file names and folders and add alt="" text more meaningfully to help with SEO?
    So if my thinking is OK, here are the questions.
    How would you put the alt="" text on individual images?  I imagine that it should just be a straight-forward, what-you-see description?  But there are a few other options.  Suppose I have an image that the artist has titled, "Cattle on a Hill" and it's an oil on canvas.  I could make that into,
    alt="Oil on Canvas: Cattle on a Hill" or
    alt="Cattle on a Hill" or
    alt="A group of cows grazing in pasture under moonlight." or
    Suppose I have 20 images in a portrait gallery:
    alt="Portrait.  Oil on canvas: Joe Bloggs" or
    alt="Portrait.  Joe Bloggs" or
    alt="Man with grey hair wearing a blue shirt sitting on a bench" or
    alt="Portrait painting.  Oil on canvas. Joe Bloggs: Man with gray hair wearing a blue shirt sitting on a bench"
    The second part of the question also includes the problem that if I have 20 images in a single gallery page and I put "Portrait painting" in each alt="" text is that going to look like key word stuffing?
    Now on to the file name thing.  Should the file names be portrait-painting-01 and so on or should they be Cattle-on-hill or what?
    Final question: am I making too much of all this?
    Thanks
    Martin

    First of all, stay away from spaces in file names AT ALL COST.
    The examples you cited would look like:
    alt="Oil%20on%20Canvas:%20Cattle%20on%20a%20Hill" or
    alt="Cattle%20on%20a%20Hill" or
    alt="A%20group%20of%20cows%20grazing%20in%20pasture%20under%20moonlight."
    to an SE crawler.
    If you really want effective picutres, use Photoshop or Fireworks to embed metadata and THEN add them to your site.
    Alt tags means the text that would appear if the image didn't for some reason. It also helps with accessibility for visually impaired viewers who use plug-ins to allow their browser to "speak" the images to them when the page loads.
    <img src="img/example-1.jpg" width="128" height="160" alt="example-1.jpg" />
    Above is an example of how to add alt text. Dreamweaver actually loads the alt tag automatically unless you've turned it off somehow.
    Either put the info in the Alt box in the properties panel, or in code view, add it between the quotes.
    To the second part of your question, Alt tags are meant for SEO with the images only (Like when you search for images of a certain name or containing certain tags)
    and really have little effect on the page SEO itself. For that type of optimization you want Keywords, and Descriptors in the <head> portion of the
    individual page:
    <meta name="google-site-verification" content="Optimizer code would go here" />
    <meta name="Description" content="Page name, site name, business name, location, phone number, etc. goes here"/>
    <meta name="Keywords" content="Restaurant, Sports bar, Catering, Hotel, Gallery, Car Dealer, Exterminator or whatever describes the site and page as well as content of the pages"/>
    <meta name="author" content="your name here"/>
    <meta name="robots" content="index, follow"/> (This tells search engine crawlers to index this page and each one you add it to,  and follow them site wide)
    <meta name="revisit-after" content="7 days"/> (This tells the crawler when to revisit for updates after it has indexed the site)
    To your last question. No, you're not making too big a deal out of it, if you're talking about exposure for a business. If it's a personal gallery of your favorite vacation pictures? You just might be.

Maybe you are looking for

  • Stop auto-capitalization after i.e. or e.g.

    anyone have an idea how to stop auto-capitalization after typing "i.e." or "e.g."? I would like to retain the auto-capitalization for starting sentences. Thanks!

  • Change the quanity in the billing document in Background.

    Hi, I created a Billing docuemnt in VF01, I am having a transactyion in which all the Item quantities in the Billing docuent are shown, If the user changes the Item quantity I want to change the same billing document. Is the scenario possible? Regard

  • Zoom tool acting crazy (Photoshop CC 2014)

    Hello, all. I'm starting to go crazy here. Whenever I use the Zoom tool in Photoshop CC 2014, it zooms in continuously and doesn't stop zooming until it reaches an absurdly zoomed-in level (like 3200%). And when I try to zoom out, the reverse happens

  • Java Style Guidelines?

    Where can I find an article that talks about coding conventions. e.g. if (statement) { if (statement) }

  • Unity's Connection with Exchange Mailboxes

    We are migrating to a new child domain of a new forest. In the first phase of the move we are migrating our Exchange cluster. The plan was to install our Unity server into the new domain two weeks before we actually cut over our users. We are restori