How Long Does It Take To Update The Website
The process is normally:
1. Transfer the pictures from the camera to the computer
2. Divide the pictures into two piles, Jasmine and Alyssa
3. Sort the files by the date the picture was taken and put files into a folder with that date
4. Login to the website as Alyssa or Jasmine
A. Select a photo
B. Think of a title
C. Think of a caption
D. Adjust the date/time of the post to when it was taken
Tonight, it was all those steps above and more
1. I had to combine the pictures from 4 different cameras
A. Our camera
B. Peg's camera
C. Paula's camera
D. Dad's camera
2. The date on Peg's camera is wrong so I had to write code to fix all her files
A. This requires modifying the meta data inside the files them self - something I learned last night
3. There were far too many photos to do the sorting by hand, so I wrote code to do that too
Divide the pictures into Jasmine/Alyssa then run the code which will automatically:
A. Determine the date the picture was taken
B. If a folder with the year of the picture does not exist, create it
C. If a folder with the month of the picture does not exist, create it
D. If a folder with the day of the picture does not exist, create it
E. Move the picture into the folder by year_month_day
4. In addition to just photos, I also had a number of blog entries to catch up on
I started at around 6:30PM preparing the photos. It is now 1:50 AM and I am not done. I almost all of Jasmine's July photos left to sift through.
1. Transfer the pictures from the camera to the computer
2. Divide the pictures into two piles, Jasmine and Alyssa
3. Sort the files by the date the picture was taken and put files into a folder with that date
4. Login to the website as Alyssa or Jasmine
A. Select a photo
B. Think of a title
C. Think of a caption
D. Adjust the date/time of the post to when it was taken
Tonight, it was all those steps above and more
1. I had to combine the pictures from 4 different cameras
A. Our camera
B. Peg's camera
C. Paula's camera
D. Dad's camera
2. The date on Peg's camera is wrong so I had to write code to fix all her files
A. This requires modifying the meta data inside the files them self - something I learned last night
3. There were far too many photos to do the sorting by hand, so I wrote code to do that too
Divide the pictures into Jasmine/Alyssa then run the code which will automatically:
A. Determine the date the picture was taken
B. If a folder with the year of the picture does not exist, create it
C. If a folder with the month of the picture does not exist, create it
D. If a folder with the day of the picture does not exist, create it
E. Move the picture into the folder by year_month_day
4. In addition to just photos, I also had a number of blog entries to catch up on
I started at around 6:30PM preparing the photos. It is now 1:50 AM and I am not done. I almost all of Jasmine's July photos left to sift through.
Leave a comment