Jump to content

Recommended Posts

Posted

Hi Marty, good work! (site and photos)
 
This one was shot with pure / native iphone 4S ?
Or with an additional lens for close-up range?
 

Posted

Thank you. That one was just using the standard 4S. - Marty

Oh, I haven't thought that one could do it with the standard 4S.

But apart from technical details, this one is my favourite because of composition and light ;-)

Posted

Thanks @thistimj & @diogo. That shot was a fluke. I stuck my phone against the window the night before they put up barriers and pulled the building down.

@horst: you might like this one too.

Regards

Marty

  • Like 1
  • 2 weeks later...
Posted

Great Photos Marty. I like the way you organized them using the trusty PW.

The LEURA CASCADES image reminds me of work by Ansel Adams. 

Will you be updating the site with new work over time?

Posted

Hi Mark,

Thanks very much. I did have the home page set to show the latest shot but changed it to random one for interest sake. I might change it back.

I'm in a state of flux with my camera gear at the moment. I'm trying to clear out/sell some old gear to acquire one of the newer digital compacts.

Cheers

Marty

Posted

Hey Marty, really nice work there. My favorite is: http://martywalker.com.au/sydney/city/george-street/ <-- great texture and color. I think the typography turned out great, too.

One thing I thought might be nice while navigating was a global arrow navigation as opposed to just per-section arrows. Like a lazy arrow nav. :-) Made me wonder how one would make something like that in PW.

Thanks for sharing.

Posted

If($page == $page->parent->last()) $page->parent ->next->child->url

Written on mobile. But you get an idea

  • Like 2
Posted

Thanks diogo. The problem with my site is that the structure is three levels deep. I don't think that will work. Ideally if I'm on the first shot of one section my 'previous' will need to go to the last shot of the section before it.

Posted

Marty, this should be good for any structure:

$all = $pages->find('template=image, sort=parent, sort=sort');

$prev = ($page !== $all->first()) ? $all->getPrev($page)->url : $all->last()->url;
$next = ($page !== $all->last()) ? $all->getNext($page)->url : $all->first()->url;

  • Like 1
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...