Blog Update

August 20th, 2010 § 0

Trying out a darker, more neutral version of my old theme.  Inspiration taken from the NYT Lens Blog and a new version of Oulipo which is available for WordPress.com users (not self-hosted WordPress.org’ers like me.)

ShareLink:  EmailTwitterFacebook

Subliminal Spam Man

July 21st, 2010 § 0

The majority of blogs have few comments but, as with all things Internet, that doesn’t mean they are not receiving lots of messages. The bulk of them are coming in the form of spam.

I have spam filters for my blog and they catch most everything. Occasionally, some will slip through and get deposited in comment purgatory, awaiting my judgment, approved or spam.

Many are not legible, most are just annoying and do not warrant a second thought, but it is the rare one which can be funny or elicit a smile.

Must be a fan of Kevin Nealon’s Subliminal Man.

ShareLink:  EmailTwitterFacebook

New Splash Page Slideshow

March 15th, 2010 § 0

Rounding out today’s trifecta of site updates, I’ve added a new splash page slideshow. It features images from the new Portraits – Recent gallery. Prior to this, since the launch of the site last November, it has featured architecture work shot during 2009.

ShareLink:  EmailTwitterFacebook

New People Gallery: Portraits – Recent

March 15th, 2010 § 0

The second web site update of the day is the addition of a new people gallery, highlighting portraits and projects completed over the past few months.

NYU Gallatin School, homepage banner portrait.

Artist, Mike Glier. Williams College Life of the Mind series.

NYU Gallatin School, One-on-one art critique.

NYU Gallatin School, one-on-one art critique.

The new Portraits – Recent gallery.

ShareLink:  EmailTwitterFacebook

New Personal Work Gallery: Monticello & Charlottesville

March 15th, 2010 § 0

Photographed last spring, the Monticello and Charlottesville, VA images are now in their own gallery on the web site.

Railroad crossing, Charlottesville, VA.

Charlottesville, VA.

Monticello & Charlottesville gallery.

Prior blog post.

ShareLink:  EmailTwitterFacebook

North by Northwest Dental

February 12th, 2010 § 0

Photographed this past fall, NYU Dental School’s new Oral and Urgent Care suite struck me in how much it reminded me of the house in North by Northwest.

Vandamm House, North by Northwest

The house in the movie, inspired by Frank Lloyd Wright, never existed in real life. The exteriors were painted mattes composited with live action foreground images.

NYU Dental School’s new suites:

Larger versions of the last two images are on my web site in the Architecture>Commercial gallery, here and here.

ShareLink:  EmailTwitterFacebook

A Brief Flirtation With Social Media

December 3rd, 2009 § 0

For the past few weeks I had a ShareThis button on the blog. First on posts viewed singly and then on all posts displayed on the home page. ShareThis allows readers to forward content to other services (email, Twitter, Facebook, etc.) I went with ShareThis because visually it was the least noxious of similar services.

How’d it work it? Neither here nor there. It saw a bit of use by readers but not enough to justify keeping it on the site. Overall, having looked at number of these services, I think they all suffer from overkill. Most don’t let you edit the number of links provided. So, it’s common for them to present 30-50 links, the majority of them being too obscure to warrant inclusion. I also think that many in the heavy social media user crowd will already have plug-ins for their web browsers negating the need for sharing buttons.

In other blog news, I’ve made some updates this morning:

  • The sidebar links and information now appear on every page.
  • The sidebar now scrolls with the page (this allows it to be visible via scrolling if the browser window is shorter than the sidebar column and it means the sidebar will not overlap the blog footer.)
  • Posts viewed singly now have navigation at the bottom allowing for easy movement to the next or to the previous post.
  • I got rid of that pesky, tiny, smiley face which was showing up in the footer. Turns out it appears when you use the WordPress.com Stats widget. The smiley face is seen by everyone except the admin (IOW, for the admin to see it the admin must view the blog when logged out.) There’s an easy way to get rid of it – the WordPress.com Stats Smiley Remover widget.

12/5/09 – Already going back on my word.  Trying a Share/Save button (different service from ShareThis.)

12/6/09 – The flirtation continues… I tried the AddToAny Share/Save button. It’s nice and configurable, it can be anything from text or just an icon to a large horizontal button. I was impressed that it learns which services a person uses and puts those front and center. I also had some questions and its author sent me two emails this weekend. Impressive but the button wouldn’t play nice with my WordPress theme when viewed in Safari. This is a fault of Safari’s not the AddToAny code.

So, in one of those weekend sidetrack projects I’m known for – I made my own links that get added automatically on Learning to See’s home page and when individual posts are viewed. The code was cobbled together from suggestions on two sites (Anidandesign.com and MichaelMerrell.com) along with some reverse engineering of sites I’ve seen online. It’s very simple as you can see below, just text based links, but the advantage of doing it this way is that it can fit within the style of your WordPress theme. It won’t call undue attention to itself (a problem with the rows of colored icons many folks use.)

I’m not big on social media myself beyond having a blog but I can see the usefulness in helping those that are and in giving this a longer test run.  Since, ’tis the season, here’s Jon’s make-your-own text based social media bar:

ShareLink: <br> <a href=”mailto:?subject=<?php the_title(); ?>&body=Check out this post:%20<?php the_permalink(); ?>” title=”Email a link to: <?php the_title(); ?>”>Email</a> • <a href=”http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>” title=”Tweet This” target=”_blank”>Twitter</a> • <a href=”http://www.facebook.com/share.php?u= <?php echo get_permalink() ?>” title=”Share on Facebook” target=”_blank”>Facebook</a> • <a href=”http://del.icio.us/post?url=<?php echo get_permalink() ?> &title=<?php the_title(); ?>” title=”Bookmark on Delicious” target=”_blank”>del.icio.us</a> • <a href=”http://www.stumbleupon.com/submit?url= <?php echo get_permalink() ?>&title=<?php the_title(); ?>” title=”Stumble This” target=”_blank”>StumbleUpon</a> • <a href=”http://digg.com/submit?phase=2&url= <?php echo get_permalink() ?>&title=<?php the_title(); ?>” title=”Digg This” target=”_blank”>Digg</a> • <a href=”http://www.linkedin.com/shareArticle?mini=true&url= <?php echo get_permalink() ?>&title=<?php the_title(); ?>” title=”Share on Linkedin” target=”_blank”>Linkedin</a>

I’ve dubbed it ShareLink but you should feel free to call it anything you want. A title may not be needed at all. If you want it in your single posts then add it to the single.php file, if you want it on your index page then add it to your index.php file.

1/26/10 – It’s been just over seven weeks since adding the ShareLink links mentioned above. In that time my site and blog had over 10,000 pageviews. With all those views ShareLink was used only ten times (1/10 of 1 Percent of pageviews.) Five times for Facebook, four times for email, and one time for Twitter. Given that, I’ve deleted the links for Del.icio.us, Stumbleupon, Digg, and Linkedin.

ShareLink:  EmailTwitterFacebook

iPhone, iPhone, What Do You See?

November 16th, 2009 § 0

brown_bear

I see an iPhone enabled site looking at me.

One change with new web site and blog is the ability for both to format themselves on the iPhone and on other touch-type smart phones. This makes for quicker loading and painless viewing of both sites when seen by those on the go.

JonRoemer.com on the iPhone:

iphone_web_site

Learning to See on the iPhone:

iphone_blog

For JonRoemer.com this is a feature built into the web site’s structure. It replaces my hand built, hand maintained, iPhone site which ran concurrent with the old JonRoemer.com.

For the blog, being on a WordPress platform, flexibility is the name of the game. I tried three mobile versions of the blog, each promised a simple design, but only one delivered on design, ease of use, and worked out of the box. The mobile theme I’m using is WPtouch iPhone Theme. It has many options built-in, all accessed via WordPress’ settings menu, it couldn’t be easier. If I had to change one thing with WPtouch iPhone Theme, I’d want the ability to not have the calendar month and day as an icon with each post on the homepage. That’s it. This WordPress Plug-in is incredibly well made and well documented.

The two other iPhone mobile themes I tried were Carrington Mobile and Wapple Architect Mobile Plugin. The former looked to be even simpler in feel than WPtouch but it did not reformat blog photos for smaller phone screens leading to half of each image being cropped out. The latter promised to automatically create a site that mimicked Learning to See but other than orange links it looked nothing like Learning to See and it too had image problems. It dropped many images when viewed on the phone leaving placeholder icons instead.

Apologies to Eric Carle and Bill Martin Jr. of children’s book fame. If you have kids or grandkids, if you ever babysat kids who are in the board-book stage, you know their work. Hopefully, I won’t have an angry author and illustrator looking at me.

ShareLink:  EmailTwitterFacebook

Where Am I?

You are currently browsing the Web Site (mine) category at Learning to See.