Where is a good place to post a small Applescript job/project?

I need a script involving image manipulation and server upload as a folder action. Where should I look for someone to write it for me?
The script should enable any person without knowledge about image-manipulation and/or FTP-clients to exchange magazine covers in a shop with the latest issue.
How I picture it would work for the user:
- There is a folder with subfolders named after magazines.
- Drag'n'drop a JPG or PNG on one of the subfolders.
- The script activates in the background and resizes the images to a width of 150px and renames it to "subfoldername".jpg (Maybe pictures can be made to JPG if any other format ...?) The old picture can be overwritten.
- The image is uploaded to a certain directory on a webserver (via FTP or ...?). There is only one directory for all images.
What would be a fair compensation for something like this?

Well, here =)
A fair compensation for this... if it saves you a lot of time, maybe 50$ if you just use it from time to time maybe just $20... don't know...
Here is the source-code for a drop-let. Just drag&drop an image file onto that App and it will be resized and uploaded via ftp. This should be a better way to trigger that event, since with your plan you would have to link a folderaction to each magazin folder.
So using this script you just update a text-file with all the magazin-names, and drag&drop the images onto the app (you can place it in your Dock, too)
You will have to change the properties in the source-code to make it fit your ftp-url, username&password.
A copy of the script (already saved as an applescript-droplet) can be downloaded here :
http://dl.dropbox.com/u/154308/AppleScriptForum/3039124/magazin_upload_folder.zi p
I have a nice paypal button @ my website $-)
--05.05.2011 hubionmac.com
-- script to resize and upload images files to an ftp server (renamed my a list of  names in a txt file)
property myuploadpath : "ftp://yoursite.com"
property myftpusername : "ftp_username"
property myftppassword : "ftp_password"
property web_width : 150
property jpeg_quality : 75
on open these
repeat with thefile in these
--get the paths to work with
set thefile to quoted form of (POSIX path of (thefile as alias))
if thefile ends with ".jpg'" or thefile ends with ".png" then
tell application "Finder" to set myfolder to POSIX path of (container of ((path to me) as alias) as alias) as text
set magazin_list to myfolder & "magazin_list.txt"
--get a list of all magazine Names in text file
set names to every paragraph of (do shell script "cat " & quoted form of magazin_list)
--ask the user for a name
set themagazin to (choose from list names) as text
--if the selection was not empty
if themagazin ≠ "false" then
--just create the output path
set theoutput_file to quoted form of (myfolder & "uploaded/" & themagazin & ".jpg")
--resize the image and save it to the destination-folder
do shell script "sips -s format jpeg --resampleWidth " & web_width & " -s formatOptions " & jpeg_quality & " " & thefile & " --out " & theoutput_file
my display_message("Image resized (" & themagazin & ".jpg)", 1)
--upload the image via ftp
try
do shell script "curl -T " & theoutput_file & " " & myuploadpath & " --user " & myftpusername & ":" & myftppassword
my display_message("Image uploaded (" & themagazin & ".jpg)", 1)
on error msg
my display_message("ERROR:" & return & msg & "(" & themagazin & ".jpg)", 1)
end try
end if
else
my display_message("ERROR:" & return & "this is not an image file...", 1)
end if
end repeat
end open
on display_message(msgTXT, msgTimeout)
tell application "System Events"
set isRunning to ¬
(count of (every process whose name is "GrowlHelperApp")) > 0
end tell
if isRunning = true then
tell application "GrowlHelperApp"
-- Make a list of all the notification types
-- that this script will ever send:
set the allNotificationsList to ¬
{"Status"}
-- Make a list of the notifications
-- that will be enabled by default.     
-- Those not enabled by default can be enabled later
-- in the 'Applications' tab of the growl prefpane.
set the enabledNotificationsList to ¬
{"Status"}
-- Register our script with growl.
-- You can optionally (as here) set a default icon
-- for this script's notifications.
register as application ¬
"Finder" all notifications allNotificationsList ¬
default notifications enabledNotificationsList ¬
icon of application "Finder"
-- Send a Notification...
notify with name ¬
"Status" title ¬
"Status" description ¬
msgTXT application name ¬
"Finder"
return true
end tell
else
activate
display dialog msgTXT giving up after msgTimeout
end if
end display_message

Similar Messages

  • Where is a good place to sell NI myDAQ?

    Hi, I want to sell my NI myDAQ, but not sure where is a good place (not craigslist or ebay).
    I have been searching all over for a place to sell some used labview equipment I have.  I do not really want to sell on ebay or craigslist, as I would like to sell to someone who knows what they are buying.  Does NI have a place to sell used equipment, or do they have a buy back program?  Either might be a good idea.  I have a brand new NI myDAQ.  Anybody know I good resource to sell at?

    Hi!
    I need myDaq for a lab, so if you still have it, I would be very interested to buy it!! I live in holland, would it be possible to send here? Do you know how much it would cost? 
    Thank you very much in advance. 

  • Where is the good place for ejb3.0

    I am where is a good place to learn EJB3.0 step by step. I could not find a place from sun.
    THanks!

    The EJB 3.0 spec is still being revised, so all the documentation out there should not be considered authorative. There aren't any major changes in the works, but the details and syntax will likely change between now and when the spec is declared final. We will put out a Java EE 5 Tutorial beta (with EJB 3.0 info) in the fall, when all the specs have stabilized.
    Oracle's site on EJB 3.0 has some good stuff, although it's based on an old draft of the spec, so keep that in mind.
    http://www.oracle.com/technology/tech/java/ejb30.html
    The EJB 3.0 spec itself is available here:
    http://jcp.org/en/jsr/detail?id=220
    -Ian Evans

  • Where is a good place / to locate a parts breakdown and parts for a HP C5180, All-in-one photosmart​.

    Where is a good place to locate a parts breakdown schematic and parts that can be ordered for an HP C5180.
    I have a bad end on the flat black cable that runs between the main board and the display. I believe it to be part # Q8211-80155.
    I would appreciate any insight, Thanks!

    Where is a good place to locate a parts breakdown schematic and parts that can be ordered for an HP C5180.
    I have a bad end on the flat black cable that runs between the main board and the display. I believe it to be part # Q8211-80155.
    I would appreciate any insight, Thanks!

  • No good place to post this question

    Sorry, but I did scour all of the topics and couldn't find a good place to ask this
    My company is building a website that will be of interest to college students. We are going to accept advertising at some point. In the interim, we're going to seed the site with free ads. One thing we'd like to do is include some of the great ads that Apple produces, at no cost, of course.
    So, is it illegal to put Apple ads at a website? A quick Google search sees lots of people posting them here and there. Is it okay, or is it something Apple just doesn't pursue because free publicity is not a bad thing?
    We, um, don't wish to be sued by Apple, of course, and I suspect this forum isn't the place for legal advice, but I figured perhaps someone here could enlighten us on a few rules or point out a direction for us to pursue this. After all, the more people who see the ads, the better, no?
    Thanks in advance,
    Rob

    Hi, Rob.
    > ... I suspect this forum isn't the place for legal advice ...
    Generally speaking it isn't, although that doesn't always stop us from adding our two cents. ; - )
    But rather than offer my opinion on the matter, here are a few links that might get you in contact with the appropriate people:
    http://www.apple.com/legal/
    http://www.apple.com/legal/trademark/
    http://www.apple.com/legal/contacts.html
    Good Luck.

  • Where is a good place to assemble a team?

    Greetings.
    I'm a recently graduated Game Developer. My specialty is C++, but lately I've taken it upon myself to learn J2ME so that I can produce mobile games. Currently, I am about 25% through my first game, which is a collection of brain teasers and puzzles, simliar to Nintendo's Brain Training series.
    The problem, as any of you know, is that it takes very long to develop a game alone. I want to find other people to join and work with me in creating unique and entertaining mobile content. If we can get a few games/apps made together, I'd like to have them published so that we could form an official company.
    Unfortunately, I have found no reliable place for this online. Surely there are Java hobbyists out there who would enjoy such a prospect? Do any of you know of good places to seek team members?
    Thanks

    Crucial memory or OWC?
    http://www.crucial.com/
    http://eshop.macsales.com/shop/apple/memory/iMac

  • Where is a good place to purchase video cameras?

    Hello.
    I know this is a Final Cut forum and I tried searching for the answer but didn't find much.
    I want to purchase a Panny HVX200.
    Anyone know where a good online place to buy is? Or anyplace located in Dallas Fort Worth Texas?

    Not many are still selling the 200, because the 200a replaced it:
    http://www.spec-comm.com/
    Always buy Panasonic authorized.
    In Dallas, a/t Panasonic there are:
    ECI Video
    1225 Round Table Drive
    Dallas, TX, 75247 (214) 969-6946
    Videotex Systems
    10255 Miller Road
    Dallas, TX, 75238 (972) 231-9200
    Accent Audio Video
    13616 Neutron Road
    Dallas, TX, 75244 (972) 458-0501
    TM Television / halbrook & miller
    2307 Springlake Road ste# 518
    Dallas, TX, 75234 (972) 243-4772
    Audio Visual Innovations
    13988 Diplomat Drive, Suite 180
    Dallas, TX, 75234 (972) 243-4422

  • Hi, where are some good places to learn Java?

    Hi all,
    I'm beginning to learn Java, with a background in c. Can anyone point out a few good web sites or books that would help make the transition? thanks.
    John
    p.s. -- is Java's pass by reference the same as pass by address? or by value?

    Here are a few good ones:
    http://developer.java.sun.com/developer/onlineTraining/new2java/
    http://java.sun.com/docs/books/tutorial/
    Welcome to Java!
    p.s. -- is Java's pass by reference the
    same as pass by address? or by value? Wherever it says "reference", think that it says "pointer".
    You'll get out of much trouble (especially what comes to passing references (pointers) to methods and reference (pointer) variables).
    Java is 100% pass-by-value, where "values2 are either primitive types (ints, floats, chars) or references (pointers). You can never have 'direct' access to objects like in C++.

  • Where is a good place/path/directory to create the catalogue for Lightroom 5 ?

    Hi there,
    Can I know where is the most proper/efficient and proper place/path/directory to create the catalogue for Lightroom 5?
    Thanks

    99jon wrote:
    The default is the Pictures folder but its a personal choice. Some users keep the catalog on an external hard drive so that it can be shared between desktop and laptop computers.
    Thanks 99Jon,
    I am new to Lightroom.
    Can I know what is this Catalogue folder for ?
    Do you create a new catalogue for every timelapse project or do you put the pictures of all timelapse project into the same catalogue ?
    Thanks

  • Security issues - where is the correct place to post topics ?

    I am a security consultants. I am not sure where is the correct forums area to post the topics on Security.
    Any suggestions ?
    Thanks
    Andrea

    Hi Andrea,
    If you question is application-specific (including mySAP ERP), you should post your question to the appropriate forum in the SAP Community at www.sap.com/community. If this is a general security question, you can post it in the Web AS General forum in SDN.
    Regards,
    Katie

  • Where is the best place to post Lightroom 3 results and recommendations

    Can someone tell me where to post Lightroom 3 test results and recendations. When I try posting to Send Feedback from the Lightroom 3 page I get a "500 Internal Server error"
    Jim

    The LR 3 Beta Forum

  • I'm new to icloud and can't see the value. where is a good place to go to find out how to use it? also how can you restore the backup of original files.

    I am new to icloud. where can a I go to learn how to restore backup to my PC?

    See Here...
    iCloud Backup and Restore Overview
    http://support.apple.com/kb/HT4859?viewlocale=en_US
    And Here...
    iCloud Help
    http://help.apple.com/icloud/?lang=en

  • Or at the least - What's a good place to post AE project for hire? (freelance, etc)

    Assuming no one from this forum wants to take the task itself (see prior post), which would be best
    Thanks everybody.  I really appreciate it!

    Well, I have a Mighty Mouse and thought it is nice and does look pretty, the right click doesn't always work and it doesn't work at all in Windows, which for me is a deal breaker. Unfortunately I found this out long after I'd bought it...
    I have nothing against the Apple Bluetooth Keyboard. A friend of mine has one and it's rather nice. Very rugged and easy to clean (it's amazing what you can do with a tube of water and a hair dryer). However I don't like desktop style keys. I like lighter keys that I don't have to force down as much or as far, like a laptop.
    If Apple comes out with a keyboard like that tomorrow I'll buy it without thinking twice. I've been trying to figure out how hard it would be to buy an Apple MacBook Pro keyboard and create a housing for it... Though it'd probably be rather hard.

  • Can imovie11 use plugins?, and if so where is a good place to get them?

    i just got imovie'11 and was dissapointed that there was not a lot of effects. Is there more but i have to click somewhere? Also can '11 use plugins, and if so where is a goow website that i could find some?

    You could find a copy of iMovie HD 06, which has some really nice third party plugin support.
    These people have some great stuff.
    http://www.geethree.com/slick/free.html
    You could check on ebay for copies of final cut express 4, which Apple has just stopped. I just checked and there are a lot of copies around your price range.
    Hugh

  • Where is a good place to get a reliable battery for my mid 15" 2009 MBP?

    I have seen a few advertisements online for some, but they also have bad reviews. I don't want to send my entire MBP to Apple and have them do it, I can do it. Any suggestions?

    You may try iFixit.com and see if they have a battery for your model MBP.
    Ciao.

Maybe you are looking for

  • How do i change where itunes looks for music on my computer? It would only use sample music and to import thousands of songs a file at a time is ridiculous, please help!

    Had to install a new version of iTunes after an upgrade to 64Bit Windows, when i got itunes to search for content it only found the sample music, my music is stored on D drive and i cant work out how to get itunes to search there, any suggestions? Th

  • How do I recover my sync data without the key?

    I had a username and password on my account, and I thought that'd be enough to access my data. After wiping my laptop and reinstalling windows and firefox, I found this was not the case. All I want back are all my bookmarks that I had been storing fo

  • CS4 not working on Snow Leopard

    I have a macbook pro and i've had it for about almost two years now, got it mid 2009.  I also got the adobe creative suite cs4 with it, and since then it's worked a dream. I just upgraded to Snow Leopard, but before I did I was advised to ring Adobe

  • Mac Pro and Photography

    I have decided to go with a Mac Pro, now the question is what configuration should I consider.? I am looking at the 2.66Ghz with 4GB RAM and a 23' Monitor. I will be using CS3 and Lightroom to do my Photo editing and cataloging. Any advise would be a

  • Limit the Oracle query run time using Pro*C

    All, I would like to limit my sql query for say a duration of only 10-15 secs. I do not want to kill the oracle process but send a signal to the C program with some message that " its taking more time" Is there an param which I can use it to limit, w