<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6773069034981786092</id><updated>2024-09-11T15:12:16.864-05:00</updated><category term="web software"/><category term="Blogger beta"/><category term="Flickr"/><title type='text'>theTechShark</title><subtitle type='html'>Information related to software, computing and technology</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thetechshark.blogspot.com/feeds/posts/full'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6773069034981786092/posts/full'/><link rel='alternate' type='text/html' href='http://thetechshark.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chris</name><uri>http://www.blogger.com/profile/07003296681112836613</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger2/492/826790653684300/1600/gse_multipart35103.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6773069034981786092.post-3543040662867365238</id><published>2006-10-27T23:28:00.000-05:00</published><updated>2006-10-27T22:29:00.554-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Flickr"/><category scheme="http://www.blogger.com/atom/ns#" term="web software"/><title type='text'>Search for One-Click Adobe Photoshop Elements to Flickr Upload</title><content type='html'>With over &lt;a href=&quot;http://money.cnn.com/2005/11/14/technology/flickr_biz20/&quot;&gt;1.5 million users&lt;/a&gt; reported at the end of 2005 &lt;a href=&quot;http://www.flickr.com/&quot;&gt;Flickr&lt;/a&gt; is easily one of the most popular photo sharing sites.  As a Windows user I use &lt;a href=&quot;http://www.adobe.com/products/photoshopelwin/&quot;&gt;Adobe Photoshop Elements 5.0&lt;/a&gt; to manage my photo library.  I chose &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt; from a number of photo management suites such as (&lt;a href=&quot;http://picasa.google.com/&quot;&gt;Google Picasa&lt;/a&gt;, Adobe &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt;, &lt;a href=&quot;http://www.acdsee.com/products/acdsee/index&quot;&gt;ACDSee Photo Manager&lt;/a&gt;, &lt;a href=&quot;http://www.photools.com/products.php&quot;&gt;photools IMatch&lt;/a&gt;) due to it&#39;s intuitive interface and integration with &lt;a href=&quot;http://maps.yahoo.com/&quot;&gt;Yahoo! Maps&lt;/a&gt; (new in version 5.0).  Naturally I wanted an easy way to upload my photos to Flickr while retaining my tags, descriptions and geocoding information.&lt;br /&gt;&lt;br /&gt;This is where my search began for a one-click &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt; to Flickr upload solution.  The problem can be broken down into three major parts&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Initiate upload of pictures from within &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt;&lt;/li&gt;&lt;li&gt;Write tags, descriptions and geocoding information to pictures&lt;/li&gt;&lt;li&gt;Upload to Flickr&lt;/li&gt;&lt;/ol&gt;The first and second steps can largely be accomplished using the File-&gt;Export command in PSE which will export the selected files to a folder of the users choosing while at the same time writing tags, descriptions and geocoding information to &lt;a href=&quot;http://www.iptc.org/IIM/&quot;&gt;IPTC headers&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Exchangeable_image_file_format&quot;&gt;EXIF&lt;/a&gt; metadata of the pictures.  Unfortunately there is a &lt;a href=&quot;http://www.adobeforums.com/cgi-bin/webx?13@@.3bc1ddf9/6&quot;&gt;bug in &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt;&lt;/a&gt; which writes the GPS information to the &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.adobe.com/products/xmp/&quot;&gt;XMP data&lt;/a&gt; instead of the more common GPS section in EXIF (which is used by Flickr).  To get around this we can use &lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.sno.phy.queensu.ca/%7Ephil/exiftool/&quot;&gt;exiftool&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;, an excellent command line tool for editing picture metadata.  With some &lt;a href=&quot;http://www.cpanforum.com/threads/3221&quot;&gt;guidance from Phil Harvey&lt;/a&gt;, the author of exiftool, I was able to copy the GPS information from the XMP data section to the GPS EXIF section.  On to step 3.&lt;br /&gt;&lt;br /&gt;For uploading I&#39;m using &lt;a href=&quot;http://www.flickr.com/tools/&quot;&gt;Flickr Uploadr&lt;/a&gt; version 2.3 provided by Flickr.  I wrote a quick Visual Basic script which scans the directory I exported my pictures to from step 1, corrects for the GPS bug in &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt; and then passes the photos via the command line to &lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Flickr Uploadr to upload to my Flickr account.  I then click the upload button and I&#39;m done.&lt;br /&gt;&lt;br /&gt;So what&#39;s missing?  Right now my workflow consists of&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;Select photos in &lt;acronym title=&quot;Photoshop Elements&quot;&gt;PSE&lt;/acronym&gt; and select File-&gt;Export&lt;/li&gt;&lt;li&gt;Run my VBS script to fix the GPS metadata bug and send the photos to &lt;span style=&quot;font-size:100%;&quot;&gt;Flickr Uploadr&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Click upload and wait for the upload to finish&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Delete photos from the export folder&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;Not exactly one-step but close.  There are two tools that would bring the workflow down to a single step:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;First&lt;/span&gt;, a program that monitors a folder for changes and then executes a script when a file is added.  I&#39;ve found two such solutions.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://dirjack.sourceforge.net/&quot;&gt;DirJack&lt;/a&gt; java tool on sourceforge&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://ewal.net/2005/11/27/organizing-photos-part-iii/&quot;&gt;FlickrMonitr upload tool&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;I followed the &lt;a href=&quot;http://dirjack.sourceforge.net/?content=howto.html&quot;&gt;instructions&lt;/a&gt; to run DirJack but I was confronted with errors.  After fighting with DirJack for a while I gave up on it.  As for FlickrMonitr it looked like exactly what I needed for the entire workflow (except for correcting the GPS bug).  I emailed the author for a copy of the program and the source code if he was willing to share it.  Alas, I never heard back from him.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Second&lt;/span&gt;, a windows command line tool to upload photos to Flickr which can initiate the upload from the command line and signal that the upload has been completed successfully.  I have been unable to find such a tool.&lt;br /&gt;&lt;br /&gt;Currently I&#39;m left with my 4 step solution for uploading photos from Adobe Photoshop Elements to Flickr.  Does anyone know of free windows tools which will solve my remaining two problems?  I need a &lt;span style=&quot;font-weight: bold;&quot;&gt;FREE tool to monitor a directory for changes&lt;/span&gt; and a &lt;span style=&quot;font-weight: bold;&quot;&gt;command line Flickr uploader&lt;/span&gt;.</content><link rel='replies' type='application/atom+xml' href='http://thetechshark.blogspot.com/feeds/3543040662867365238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6773069034981786092/3543040662867365238' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6773069034981786092/posts/default/3543040662867365238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6773069034981786092/posts/default/3543040662867365238'/><link rel='alternate' type='text/html' href='http://thetechshark.blogspot.com/2006/10/search-for-one-click-adobe-photoshop.html' title='Search for One-Click Adobe Photoshop Elements to Flickr Upload'/><author><name>Chris</name><uri>http://www.blogger.com/profile/07003296681112836613</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger2/492/826790653684300/1600/gse_multipart35103.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6773069034981786092.post-5702316350184847251</id><published>2006-10-27T21:56:00.000-05:00</published><updated>2006-10-27T22:09:32.482-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger beta"/><category scheme="http://www.blogger.com/atom/ns#" term="web software"/><title type='text'>theTechShark is up and running</title><content type='html'>After a little perusing of the web for blogging software I decided to give Google&#39;s &lt;a href=&quot;http://beta.blogger.com/home&quot;&gt;Blogger beta&lt;/a&gt; a try.  There are a plethora of different blogging packages available.  I chose Blogger mainly because it was free and I could get up and running very quickly.  Normally I would host my own software for complete control but I&#39;m on &lt;a href=&quot;http://www.netfirms.com/&quot;&gt;Netfirms&lt;/a&gt; right now and their servers are dirt slow so I&#39;ll let Google&#39;s server farms do their job.&lt;br /&gt;&lt;br /&gt;After some quick template editing I&#39;ve made a respectable looking blog.  I&#39;m going to continue tinkering but this will work for the time being.  I&#39;m going to post an article or two on my experience with Blogger beta hacks and the tricks that I&#39;ve learned over the last couple of days.   Stay tuned.</content><link rel='replies' type='application/atom+xml' href='http://thetechshark.blogspot.com/feeds/5702316350184847251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6773069034981786092/5702316350184847251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6773069034981786092/posts/default/5702316350184847251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6773069034981786092/posts/default/5702316350184847251'/><link rel='alternate' type='text/html' href='http://thetechshark.blogspot.com/2006/10/thetechshark-is-up-and-running.html' title='theTechShark is up and running'/><author><name>Chris</name><uri>http://www.blogger.com/profile/07003296681112836613</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger2/492/826790653684300/1600/gse_multipart35103.jpg'/></author><thr:total>0</thr:total></entry></feed>