Marty Walker Posted April 24, 2013 Posted April 24, 2013 In a rare display of personal work I’ve made a photographic site to show some of my pics. I hope you like it. http://stlmv.in/mw 13
horst Posted April 24, 2013 Posted April 24, 2013 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?
Marty Walker Posted April 24, 2013 Author Posted April 24, 2013 Hi Horst, Thank you. That one was just using the standard 4S. - Marty
horst Posted April 24, 2013 Posted April 24, 2013 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 ;-)
thistimj Posted April 24, 2013 Posted April 24, 2013 i like your pictures and how you have them organized. very nice.
diogo Posted April 24, 2013 Posted April 24, 2013 This one is my favourite http://martywalker.com.au/blue-mountains/katoomba/old-coles/
Marty Walker Posted April 25, 2013 Author Posted April 25, 2013 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 1
Mark Posted May 7, 2013 Posted May 7, 2013 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?
Marty Walker Posted May 7, 2013 Author Posted May 7, 2013 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
MarcC Posted May 8, 2013 Posted May 8, 2013 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.
Marty Walker Posted May 9, 2013 Author Posted May 9, 2013 Thanks Marc. Good idea with the global arrow navigation. I'd like to know how to do that too. Cheers Marty
diogo Posted May 9, 2013 Posted May 9, 2013 If($page == $page->parent->last()) $page->parent ->next->child->url Written on mobile. But you get an idea 2
Marty Walker Posted May 10, 2013 Author Posted May 10, 2013 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.
diogo Posted May 10, 2013 Posted May 10, 2013 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; 1
Alex Posted June 20, 2013 Posted June 20, 2013 finally had a chance to look around, really like your site, impressed/inspired by what you can get out of an iphone! lots of favourites... http://martywalker.com.au/blue-mountains/katoomba/trees-at-katoomba-falls/
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now