Pages

Thursday, July 28, 2011

1 Year of Blogging

It was on this day last year, I thought I will start a blog and write about my experiments. The blog was started with the idea of posting my experiments with coding & software. After few months I started posting on photography. And recently I used it to release one of my own software creation. Guess what there was one post on a chess game too! All in all, it has been a satisfying experience. I would like to thank some of you who frequently visit the site and keep it active. It is your interest that keeps me motivated to post better entries all the time.

So, I wanted to put one of the best pics I took over the last one year. And here I present, 18 mega pixels of a single butterfly. One of my best photos, certainly one of the toughest as well.


Some boring statistics of the blog for the last one year :)

Total page views: 4839 (I fell agonizingly close of touching 5000)
Total comments: 81
Most viewed page: Building FFMpeg on Windows (1447)
Month with highest traffic : June 2011 (794)
Day with highest traffic : 22 July 2011 (80)

I never thought this blog would be active for a year. Hopefully the next year is better than this and the numbers will speak for themselves.

Friday, July 22, 2011

Butterfly Series - Part 2 : Flapping Wings

This is my second post in the 'Butterfly Series'. My target here was to capture the flapping of the butterfly's wings. All 3 photos were taken within a second with a fast shutter speed.

 




ISO: 2500
Exposure: 1/250 sec
Aperture: 5.6
Focal Length: 55mm
Cropped

Hope you like this. More photos to follow.

Related links
Butterfly Series - Part 1 : Green and Black
The Spin!

Monday, July 18, 2011

GeekStudios presents "Scheduling Picasa Uploads"

Ok, So I am back after a blogger's lull.

The past 1 month, I have spent plenty of time taking traveling and taking photos. But when it comes to uploading those photos to Picasa Web Albums or post it here on my blog, I have never been able to do that. The simple reason is, each of my picture taken in my camera is around 5 MB and I have around 800 such photos in my memory card. Choosing the best pics, importing to Picasa (the desktop version) and then uploading to the web albums takes a lot of time, that I end up not doing it. The upload option available on the Picasa Web album does no good too, it uploads images with their actual sizes and takes long time to upload 5-6 photos (size comes up around 30MB)

So, over the weekend, I decided to put the Geek in me to work and develop a tool that can resize, schedule and upload images to Picasa web albums. Sounds cool right ? :)

And thus, Geek Studios presents "Scheduling Picasa Uploads", a tool created using C# to resize, schedule and upload images to Picasa Web albums so that you can share it online to your friends. With Picasa's integration to G+, this tool should come handy for many of you out there.

Download (Download the zip file and unzip it to a location in your system)


8 Simple steps to use it
  1. Run PicasaScheduledUpload.exe. Login using ur gmail id and password
  2. Create a new album if required. It will be provided ‘private’ access by default
  3. Choose the album from the drop down where you want to upload the photos
  4. Choose the photos from your system which you want to upload
  5. Choose ‘Upload Now’ if you want to upload immediately
  6. If you wish to upload at a later point in time, choose the time in the time picker component and click ‘Upload later at’. The tool must be open and should not be closed before the scheduled upload time.
  7. Your pictures will be resized to ‘1600*1200’ and uploaded to the picasa web albums.
  8. Login to picasa web albums and verify if your files are uploaded and share the photos to your friends. 
4 Advantages of using this tool

  1. Resizing images to save network bandwidth and memory space on your albums
  2. Scheduling the uploads so that you can choose to upload without affecting your work
  3. You can choose to upload images from multiple folders and multiple devices (memory card, external hard disk) to your web albums
  4. Save time, this is quick and I was able to upload around 100 images within 5 minutes. This was not the case with Picasa Desktop or the web albums.

Known Issues & Limitations
The scheduling & uploading logic is poorly written, and the UI would appear to be frozen when the upload is in progress. I was just too lazy to spawn a thread and upload in that thread.

The user name and password you provide you on the UI are 100% SAFE and SECURE, it is NOT STORED or DISTRIBUTED ANYWHERE or TO ANYONE else. The login procedure is handled Google's SDKs and if any one out there needs confirmation, the source code will be provided on request.

I would love to hear feedback from you guys. Please try it and let me know. Have fun !