Page 231 of 284

Re: PHOTOS PLEASE

Posted: Sun Jan 02, 2011 4:18 pm
by tnf
Those fish are probably 8 inches long.

Re: PHOTOS PLEASE

Posted: Sun Jan 02, 2011 11:55 pm
by Whiskey 7
tnf wrote:


Learn the way that aperture, shutter speed, and ISO affect exposure so you know exactly what you need to change and when you need to change it in order to get decent exposure in the conditions you are shooting in. Also maybe ask that classic question "How do I get pictures with the blurry background?" (How do you get shallow depth of field?)
Thanks tnf :up:

Yes I figured the three most important things were aperture, shutter speed, and ISO after a little study.
You would probably agree their as important as the subject?

I will play and experiment now with those settings(?) (Public Holiday here today - back to work tomorrow)

.... and yes I will ask the classic question "How do I get pictures with the blurry background?" If nothing else their answer will give me an idea how professional the outfit/company is :smirk:
Thanks again :up:

Re: PHOTOS PLEASE

Posted: Wed Jan 05, 2011 3:49 pm
by Yeahso
http://fightography.co.uk

New website I just started. Plenty of pictures in the gallery section.

Re: PHOTOS PLEASE

Posted: Wed Jan 05, 2011 5:53 pm
by andyman
Yeahso wrote:http://fightography.co.uk

New website I just started. Plenty of pictures in the gallery section.
good stuff, am I reading this right? "Delivered nowhere in the UK by Royal Mail or Courier, depending on the size of the piece."

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 1:08 am
by Yeahso
haha, shit, that is literally the worst possible place I could put that kind of typo.

Fuck man, thank God I posted that link here. Cheers man, much appreciated.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 1:22 am
by GONNAFISTYA
Yeahso wrote:http://fightography.co.uk

New website I just started. Plenty of pictures in the gallery section.
Awesome gallery.

Might I suggest you have some sort of "next/previous" buttons that pop up in the corners of your full size versions? It gets tedious to close each fullsize before clicking the next image to go full size.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 2:52 am
by Tormentius
GONNAFISTYA wrote: Might I suggest you have some sort of "next/previous" buttons that pop up in the corners of your full size versions?
That would make viewing a little smoother. Great gallery so far and the site is quite impressive considering the time you put it together in. Are you putting a facebook page for it online?

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 3:01 am
by Yeahso
Yeah, I really want the gallery section paginated, but I don't know how to do it dynamically. I'd rather not have separate pages, but I don't know PHP, and would rather avoid Javascript if possible.

Actually, suggestions on how to implement it would be really appreciated.

There's a facebook page up, you just have to search for "fightography".

Please feel free to join, I'd really appreciate the support.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 5:28 am
by Tormentius
Joined and sent a ton of page suggestions out.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 2:41 pm
by Yeahso
Thanks dude, I really appreciate it.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 2:52 pm
by MKJ
Yeahso wrote:Yeah, I really want the gallery section paginated, but I don't know how to do it dynamically. I'd rather not have separate pages, but I don't know PHP, and would rather avoid Javascript if possible.

Actually, suggestions on how to implement it would be really appreciated.

There's a facebook page up, you just have to search for "fightography".

Please feel free to join, I'd really appreciate the support.
why would you strain the server with postbacks if you can just let the client handle it ? :/

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 3:25 pm
by Eraser
Yeahso wrote:and would rather avoid Javascript if possible. Actually, suggestions on how to implement it would be really appreciated.
What, why not do it with Javascript? Your whole gallery seems to be Javascript based. You simply could use Javascript to change the src property of the image and I think it should just load in the requested image.
It's not like it breaks accessibility of your page, which is usually the biggest complaint of doing stuff with JavaScript IMO.

edit:
I noticed this in your HTML:

Code: Select all

<div id="hoverNav" style="">
<a href="#" id="prevLink" style="display: none; height: 468px;"></a>
<a href="#" id="nextLink" style="display: none; height: 468px;"></a>
</div>
It appears navigating through the photos at full size is already in there. I assume you haven't written the HTML/JavaScript yourself, so perhaps you're overlooking something somewhere? If you remove the "display:none;" CSS attributes, then prev and next buttons appear when you hover over the upper left/right edges of the photo. Clicking them doesn't appear to be fully functional, but I'm pretty sure the functionality is in there but you probably have configured something incorrectly in the software you used to create the website.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 3:30 pm
by MKJ
you could also make it load all images in that gallery in one go. going to the next or prev image will be instantaneous that way.

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 5:09 pm
by Yeahso
MKJ wrote:
Yeahso wrote:Yeah, I really want the gallery section paginated, but I don't know how to do it dynamically. I'd rather not have separate pages, but I don't know PHP, and would rather avoid Javascript if possible.

Actually, suggestions on how to implement it would be really appreciated.

There's a facebook page up, you just have to search for "fightography".

Please feel free to join, I'd really appreciate the support.
why would you strain the server with postbacks if you can just let the client handle it ? :/
uh?

Re: PHOTOS PLEASE

Posted: Thu Jan 06, 2011 5:12 pm
by Yeahso
Eraser wrote:
Yeahso wrote:and would rather avoid Javascript if possible. Actually, suggestions on how to implement it would be really appreciated.
What, why not do it with Javascript? Your whole gallery seems to be Javascript based. You simply could use Javascript to change the src property of the image and I think it should just load in the requested image.
It's not like it breaks accessibility of your page, which is usually the biggest complaint of doing stuff with JavaScript IMO.

edit:
I noticed this in your HTML:

Code: Select all

<div id="hoverNav" style="">
<a href="#" id="prevLink" style="display: none; height: 468px;"></a>
<a href="#" id="nextLink" style="display: none; height: 468px;"></a>
</div>
It appears navigating through the photos at full size is already in there. I assume you haven't written the HTML/JavaScript yourself, so perhaps you're overlooking something somewhere? If you remove the "display:none;" CSS attributes, then prev and next buttons appear when you hover over the upper left/right edges of the photo. Clicking them doesn't appear to be fully functional, but I'm pretty sure the functionality is in there but you probably have configured something incorrectly in the software you used to create the website.
Do you mean once you have the image enlarged?

Re: PHOTOS PLEASE

Posted: Fri Jan 07, 2011 7:13 pm
by Doombrain

Re: PHOTOS PLEASE

Posted: Fri Jan 07, 2011 8:25 pm
by seremtan
^ that's pretty cool

installed

Re: PHOTOS PLEASE

Posted: Fri Jan 07, 2011 8:27 pm
by Doombrain
I'm surprised how quick it is.

Re: PHOTOS PLEASE

Posted: Sat Jan 22, 2011 7:35 am
by Whiskey 7
seremtan wrote:^ that's pretty cool

installed
:question:
Doombrain wrote:I'm surprised how quick it is.
Yes very good :up:

Re: PHOTOS PLEASE

Posted: Sat Jan 22, 2011 9:41 am
by seremtan
tbh i've hardly touched it after the initial install

Re: PHOTOS PLEASE

Posted: Sat Jan 22, 2011 3:04 pm
by andyman
seremtan wrote:tbh i've hardly touched it after the initial install
me either and i can't find the uninstall.

Re: PHOTOS PLEASE

Posted: Sat Jan 22, 2011 5:16 pm
by seremtan
moron alert?..

uninstall it under tools -> add-ons

Re: PHOTOS PLEASE

Posted: Fri Jan 28, 2011 9:04 pm
by chopov
I was on Mars...

Image

Image

Image

Image

Image

Image

Image

Image

:cool:

Re: PHOTOS PLEASE

Posted: Fri Jan 28, 2011 9:50 pm
by seremtan
kewl

Re: PHOTOS PLEASE

Posted: Fri Jan 28, 2011 10:13 pm
by Tsakali
probably not far from the corporate truth. once we get over going to mars just like we did with the moon, the only people that will go back to visit would be space ruffnecks