Project PAD 2010

When you begin viewing the world through a camera lens, your senses sharpen as your mind and eyes are forced to focus on people and things never before noticed or thought about. I discovered that even if I didn’t always take a picture, the simple act of carrying a camera and searching for something to photograph greatly sharpened my own powers of observation and allowed me to experience much more of life.” – Kent Reno

Just finished my PAD (Photo a Day) for 2010. I can’t believe I managed to post 365 photos. It wasn’t easy but I knew it would be a good project forcing me to be creative when I didn’t want to be. It was a very good exercise and I recommend it to anyone who has ever felt like they were in a creative slump. There is something about just forcing yourself to to do something when you are feeling lazy.

Read more

Webmaster tool I just had to share!

I currently use Adobe Dreamweaver for a lot of my repetitive tasks in web design. It’s a great tool for managing lots of files and links between them all but as with all the Adobe products it can be a little too helpful at times. For example it formats your HTML for you so it’s easy to read. When you try and make a simple table it makes all the indent so it’s easy to see where are all the headers and rows are etc. So a simple two row, two column table looks like this when created in Dreamweaver

   
   

This is great to see exactly where the second row is for example to change content in a table. For example if there is a listing of events and a client needs a date changed I can easily find it in the code and change it.

Then I had a unique problem is that one of my clients uses the content management system called Teamsite. I don’t know if it has to do with the way it’s set up or if this is the quirky nature of teamsite but none-the-less teamsite renders these white spaces in the code as extra paragraph tags. It shouldn’t matter if you have white spaces in your HTML code or not. The browser only reads the commands between the opening and closing tags of HTML. This is not so with teamsite. Once you paste in your HTML with the formatting above teamsite will change each line break a

tag and create many paragraphs where you didn’t want them. This “bug” as I call it creates unsightly gaps in your content.

To solve the problem above you must create one long continuous line of code with no line breaks for it to render the way you want. That means a bunch of manual edits and a lot of room for typos. After googling I found a great online resource called “textfixer”.
Text Fixer
It turns out I am not alone in wanting my code to look like one long string with no breaks. Having all that nice formatting above can add bulk to the speed your web page load time. I really am not sure how true this is but anything that helps with speed I am all for but more importantly this web tool solves my problem of code formatting and cleans up any large blocks I want to clean up in other ways.

Now the above code looks like this:


   
   

Problem solved and in a fraction of the time that is usually needed! You must paste all of your code in the page for it to work though including the head content. In addition to “compressing” the HTML it also decompresses it so I can make all that stuff human readable again!

So go check out textfixer.com and see what other tools they have!

Easy gallery using picasaviewer

I needed a solution for one of my clients that I built a site for quite a while ago using plain old HTML. Johnny Frank Neilsen is a brilliant photographer residing in Denmark. I made simple gallery of thumbnail images that when you clicked on a thumbnail it gave you a larger image on it’s own page. Not only did you have to make a small and large image for each unique image and a page for each large image and a forward and back link for each page it was very difficult to move images around as you added them.

Old thumbnail style gallery - not easy to update

To be able to move images around is imperative for a photographer to show their new work. There are plenty of great services out there that would like you join for a monthly fee to use their databases like smugmug or zenfolio but that was way more than my client needed. He didn’t need all those services  like storefronts and customer packages. He just needed a way to easily show off his work to his buyers so he could land a contracts with an agency. He didn’t want to spend hours modifying his site. He just wanted to upload the photos and get away from the computer to go take more pictures.

Picasaviewer allowed me to to do everything above and still have it look like it was part of his site and not just an embedded Google gallery. Since the look of the galleries are driven by CSS you can customize it to look like your site. It also makes use of the slimbox script (a visual clone of the lightbox script) so the photos pop-up in the same window eliminating the need to make separate HTML pages. > See the scripts in action.


How it works

  1. First you need a picasa account.
  2. Make sure to upload some photos and make sure that the photos are set to public! If you don’t this script won’t display them.
  3. Download all these zipped files here
  4. Place them in the directory will upload to your server later
  5. Copy the link location to the javascript and CSS files into the head of your document that will house your gallery.
  6. Paste the table code that has the ID of container into the body of your web page
  7. In the file “picasaViewer.js” find the line that starts with var and change the part after the = to your account name. For example if your  picasa login is “myphotos” change it to that.
    var username    = ‘accountname’;
  8. Upload all your files to your web server and viola! You should have an interactive easy-to-maintain gallery that matches your exiting site!

Photographers blog theme

You might notice the “2010 photo a day” feed on the right side of this blog. It’s my other blog for my photo a day project. I started it on the first of this year and am almost done. I have to say I learned a lot but it certainly was NOT an easy project to find something every single day that may warrant a picture. Never the less I have been managing to keep it up this year after a failed attempt last year. For this project I used a wonderful free theme created by autofocus although they have a paid version that looks like it has a lot of extra features. The blog is specifically for photographers versus writers and will display your photos in the best possible layout. It also disabled the right click and inserts a copyright notice over your photo when you hover your mouse over the photo. It also provides the exif data if you want to share the technical specs of your photos. I have been using it for almost a year now and I have to say I have very flew complaints. Visit their site to download their theme.

Blue plumbago

I can’t believe how long it’s been since I have posted here. I have spent more time in the garden than any other year and less time posting (bad blogger!). Today I spent my time trying to create a squirrel proof tomato cage. When I pulled back the plant which was in a pot I found a six inch wide hole that I could reach my whole arm into up to the shoulder! I don’t think I will have one single tomato this year and I thought I was going to be overloaded. Well maybe my cage will do something. I think each cherry tomato I have is going to cost me about $10 a piece 🙂

At least I am loving my blue plumbago this year. It’s really taken off and all over the place is these electric blue flowers. The humming birds just love them as well. I think I have about 4 hummers that visit my garden now and they have little fights in the air. It’s funny when something so small gets so mad.