Hallelujah
Feb. 22nd, 2007 07:39 pmVaughns Photo Art, version 4.0, is live.
http://www.vaughnsphotoart.com/
Let me know if you find anything difficult to use.
The site is designed to flex between 750px wide (for 800x600 screens) to 1230px wide (for 1280x960 displays and up). 800x600 is not optimal though. Generally the bigger the better. 1024x768 should work dandy though. It has been tested on Firefox 2, IE7, and IE6. IE6 doesn't get a logo, because it doesn't play well with png transparency. Opera users... ummm... sorry. :)
How 'bout them nifty image popups? Note... they size the image down to fit on your screen, minus a bit for a border. Less than ideal, since it can give a slightly jagged look sometimes, but it was the only way I could make it work on a small screen like 800x600 and still have images large enough for decent viewing on larger screens. If you don't like the resized version, click the more info and there is a plain link to just the image, no popup. Full size images are 700px in the largest dimension.
I'm probably going to add more stuff to it in the coming days/weeks. Besides more images, here's some of what I'm considering:
And thanks to
shirokarasu for the pic of me on the homepage. :)
http://www.vaughnsphotoart.com/
Let me know if you find anything difficult to use.
The site is designed to flex between 750px wide (for 800x600 screens) to 1230px wide (for 1280x960 displays and up). 800x600 is not optimal though. Generally the bigger the better. 1024x768 should work dandy though. It has been tested on Firefox 2, IE7, and IE6. IE6 doesn't get a logo, because it doesn't play well with png transparency. Opera users... ummm... sorry. :)
How 'bout them nifty image popups? Note... they size the image down to fit on your screen, minus a bit for a border. Less than ideal, since it can give a slightly jagged look sometimes, but it was the only way I could make it work on a small screen like 800x600 and still have images large enough for decent viewing on larger screens. If you don't like the resized version, click the more info and there is a plain link to just the image, no popup. Full size images are 700px in the largest dimension.
I'm probably going to add more stuff to it in the coming days/weeks. Besides more images, here's some of what I'm considering:
- a "Tell a friend" feature, for emailing links to individual pages
- moving home, contact us, info, & view cart to a toolbar, if i can figure out where i want it
- comments for each image (less likely, as I don't feel like moderating it)
- one or more random products pulled into the homepage for display
- A recently added images page, auto generating. Right now it's all recently added so no point.
- any suggestions?
And thanks to
no subject
on 2007-02-23 06:57 am (UTC);-p
no subject
on 2007-02-23 07:01 am (UTC)«:1:2:3:4:5:6:7:»
Most of the ':' are not part of a link and so are not underlined and so you can see where the links are seperated. The first and last ':' seem to be part of the '«' and '»' links and so, visually, it seems that '«:1' and '7:»' are both all one link each. Does that make sense?
(Sorry - you did ask - and I am not called "the pedantic website and software usability-tester/QA from heck" for nothing!
no subject
on 2007-02-23 07:06 am (UTC)«:1:2:3:4:5:6:7:»
See what I mean kinda? It implies at first glance that '«' takes me to page 1 (start) and '»' takes me to (in this example) page 7 (end).
Can I suggest, instead, that the following would be clearer?
«:1:2:3:4:5:6:7:»
no subject
on 2007-02-23 02:58 pm (UTC)/navstr
{
$this->smarty->assign('prev','');
$this->smarty->assign('prevurl','');
}
if ($start + $end < $count)
{
$this->smarty->assign('next',''.$this->Lang('next').'');
$this->smarty->assign('nexturl',$thisUrl.$delim.'start='.
($start + $end));
}
else
{
$this->smarty->assign('next','');
$this->smarty->assign('nexturl','');
}
$navstr = '';
$pageInd = 1;
for ($i=0;$i<$count;$i+=$end)
{
if ($i == $start)
{
$navstr .= $pageInd;
}
else
{
$navstr .= ''.
$pageInd.'';
}
$navstr .= ':';
$pageInd++;
}
$navstr = rtrim($navstr,':');
$categoryItems = array_splice($categoryItems, $start, $end);
$this->smarty->assign('items',$categoryItems);
if (strlen($navstr) > 1)
{
$this->smarty->assign('navstr',$navstr);
$this->smarty->assign('hasnav',1);
}
else
{
$this->smarty->assign('navstr','');
$this->smarty->assign('hasnav',0);
}
no subject
on 2007-02-24 05:27 am (UTC)Not any more I am afraid. My brane broke. I can just test stuff now. Sorry.
no subject
on 2007-02-24 03:01 pm (UTC)no subject
on 2007-02-24 05:19 pm (UTC)no subject
on 2007-02-25 02:03 am (UTC)can I consolidate apostrophes in that?
boss'puter?
no subject
on 2007-02-25 02:30 am (UTC)no subject
on 2007-02-23 07:03 am (UTC)no subject
on 2007-02-23 07:16 am (UTC)no subject
on 2007-02-23 12:59 pm (UTC)It's nothing but javascript, layers and css. No plugins needed.
no subject
on 2007-02-24 05:23 am (UTC)no subject
on 2007-02-24 05:24 am (UTC)no subject
on 2007-03-09 03:56 am (UTC)no subject
on 2007-03-09 08:32 pm (UTC)no subject
on 2007-02-23 02:05 pm (UTC)no subject
on 2007-02-23 02:07 pm (UTC)no subject
on 2007-02-23 04:37 pm (UTC)no subject
on 2007-02-25 03:42 am (UTC)wish i could find something to improve on to return the favor but.......
on 2007-02-24 02:38 am (UTC)good job.
Re: wish i could find something to improve on to return the favor but.......
on 2007-02-25 03:42 am (UTC)no subject
on 2007-02-24 02:47 am (UTC)my qualm: is there any way to make it so that when you have an image open, you can just click a button to view the next image (within the same pop-up window)? i find myself to be very much a "next, next, next" image viewer and become frustrated with sites that have photography as nice as yours, but no easy way to see the large images easily in succession.
now, that's personal preference, though, so you should go with what feels right to you.
one other thing i wanted to mention - having the X to close the window on the bottom right is cool, but not intuitive, so it can become annoying.
i think the "tell a friend" feature is a great one - i hope you do that.
overall, really great, though - congratulations!
no subject
on 2007-02-25 02:34 am (UTC)Putting the X on the bottom was a conscious decision. Despite being non-standard, I think it makes for a better presentation of the image. After the first time or two, I think people will figure it out. *shrug* personal preference.
Still working on the tell-a-friend thing. And by "working on" I mean "still thinking about".
no subject
on 2007-02-25 02:43 am (UTC)i like the "next" option.
no subject
on 2007-02-25 02:59 am (UTC)I suppose it depends on your screen size. On mine I get three columns of images.
no subject
on 2007-02-25 03:10 am (UTC)i don't think 12 is too many, but i tend to like loading a lot of things one one page (i have my friends page display 50 at a time)...
no subject
on 2007-02-25 03:11 am (UTC)no subject
on 2007-02-25 03:44 am (UTC)no subject
on 2007-02-25 04:01 am (UTC)the boop icon is yours? i guess i can see you in it. :)
no subject
on 2007-02-25 03:13 am (UTC)no subject
on 2007-03-09 03:57 am (UTC)no subject
on 2007-03-09 04:18 am (UTC)