473,796 Members | 2,532 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

site review request

http://www.galtsvalley.com

Hi all. I've recently made some major stylistic changes to my site and now
it is essentially a new design with some new CSS plumbing. I am hoping that
a few hardy souls can go check it out and tell me how it renders on their
platform/browser combos. I have tested it under W2K, WXP, and System 9 on a
Power Mac 8600:

W2K: IE5.5 and Opera 7.1 (some small issues in Opera)
WXP: IE6 and NS7.1 (in IE6 a strange jerkiness when clicking on links that
are not inline... bottom margins seem to collapse a bit...)
OS9/Mac: IE5.1 and NS6 (very good)

Reports on Mozilla, Firebird, other NS and IE versions, and later Mac
platforms most appreciated!

Brian
Jul 20 '05
72 4490
"Jonathan Snook" <go************ ***@snook.ca> exclaimed in <NS************ *********@news0 1.bloor.is.net. cable.rogers.co m>:
Ah, I seem to be misunderstandin g you... when you say "creating a site that
works on every resolution" I thought you meant, don't create a site that
would have a scroll bar on an 800x600 screen size or should I say browser
"Do not create a document which imply scrollbars in any window size
unless the content has an inherent size larger than said window"

In other words:
Example, doing this: <div style="width:80 0px;">this is my content</div>
Really bad, as what goes inside that div might not have an inherent size
of 800 pixels, and so COULD reflow unless the author forced it.

<img src="photograph .png" width="800" ... >

on the other hand simply means to include content which happens to be 800
pixels in width. Can't reflow. Might mean a scrollbar.
would seem to be a poor way to do web development. Now, Tina says a scroll
bar is okay (and the code would theoretically still be quite accessible in
Well. Let me moderate myself: a scrollbar is usefu should the content have
an inherent size larger than the window. We should strive to avoid the
scroll, however, since it does present problems for some user groups.
So, while my example may not "look" good on every screen, am I creating a
site that works on every resolution?


'tis better to ask: "Can everyone, regardless of resolution, get to the
content ?" - and then, perhaps, "Have I made it difficult for them by
forcing widths ?"

--
- Tina Holmboe Greytower Technologies
ti**@greytower. net http://www.greytower.net/
[+46] 0708 557 905
Jul 20 '05 #61
Jonathan Snook wrote:
"Barry Pearson" <ne**@childsupp ortanalysis.co. uk> wrote in message
news:te******** ******@newsfep1-gui.server.ntli .net...
If I produce a chart with Excel, I can use Excel's positioning of
the legend in the chart. Or I can treat the legend and the chart as
2 separate pieces of content, and position the legend onto the chart
using Photoshop. Or I can treat them as 2 separate pieces of content
as far as HTML is concerned, and let the CSS position them.
(Typically I do the 2nd). Ditto for a caption (but I would probably
do the 3rd).
Well, one could argue that the data that the chart is based on is the
true content and that the chart [image] that represents it is merely
presentation.


True - very good point!
Photographs and artwork on the other hand, as I think everybody has
agreed upon, is the content and thus brings us to your last issue.
Deciding the size of the image in pixels.

[snip]

"... is the content ..." to the final HTML. But it includes presentation when
the whole process is considered. (Borders are a common example where different
people make different choices).

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #62
On Sat, 4 Oct 2003, Barry Pearson wrote:
With inherently visual material, presentation in a broad sense gets
incorporated from conception.
Yes; I evidently over-simplified the argument.
In other words, what the HTML on the web considers to be content (a
JPEG, GIF, PNG, etc) may have a number of presentation decisions
built into it. And in some cases, it can be a bit arbitrary when
those presentation features should be built in.
That's right: there's a whole field of borderline cases where you as
author are called upon to decide whether a feature more properly
belongs (using the terms in a broad sense) to the content or to the
presentation.

On the other hand the WWW, by its very nature, is going to separate
content from presentation, in the more-specialised technical sense.

Thus, the task involves optimising the extent to which your general
sense of content v. presentation aligns with what the web is going to
do - in and of itself. Or as I've expressed it on other occasions,
something like "designing to take advantage of the inherent strengths
of the web as a medium, while avoiding as far as possible its
weaknesses".

[instructive details omitted for brevity.]
To illustrate this (although it is pretty obvious), I wrote the following
article:
http://www.barry.pearson.name/articl...esentation.htm
It's well-argued, indeed.
There is a danger (but probably not for you) of thinking of web
authoring as simply making the best of available content. Sometimes
it is. And, of course, I won't argue against getting structure,
content, and presentation, all properly sorted out. But it can also
be about developing earlier content with the final presentation in
mind, then choosing the best places to add various presentation
features.
Indeed. But, as I say, every kind of web page designer (whether
predominantly textual, predominantly image-oriented, or predominantly
something else for that matter) would do well to make their choices in
the light of the diversity of web viewing situations that their pages
can and will meet.
You talked about "content inherently needed to be 2000 pixels wide",
and also "your pictures were 200px wide". But much content is not
inherently 2000 pixels wide. The developer can choose that within
limits.
Yes: indeed in terms of current image formats they _have_ to choose...
Should s/he make it 2000 wide, 700 wide, 200 wide, wait for
SVG to become ubiquitous?
Or maybe, given the acknowledged limitations of pixel-oriented
formats, to make three choices available?
I am comfortable about making most choices, such as when to add borders,
captions, etc. But the image/photograph size issue is probably the single
hardest design decision I have had to make.


Sometimes, as I say, the nature of the visual content itself mandates
a certain minimum size, below which the image is incapable of doing
its job. Sometimes (in your case it may be "often") it's your choice
as author/designer to produce something which will appeal to the
audience.[1] But a key point in that is that it should appeal to the
_audience_ (who might be browsing in different situations at different
times). Which is why I urge flexibility wherever it's not excluded by
the inherent nature of the content.

Of course, if you're a perfectionist and insist on pixel-optimising
all three versions of an image, then you're inevitably going to triple
the work. But I've got no say in your authoring decisions - I can
only comment from my standpoint as a potential reader/viewer.

cheers

[1] but hopefully avoiding the kind of circular arguement which, in
claiming to choose the offering so as to appeal to the audience,
succeeds only in choosing the audience which is to be appealed to by
the offering.

Jul 20 '05 #63
Alan J. Flavell wrote:
On Sat, 4 Oct 2003, Barry Pearson wrote:

The approach I like the best is one I saw at photo.net. Thumbnail
images are linked to pages that display larger versions as inline
images. On those pages, there are links to even larger versions.
Interesting approach! But that takes extra effort (for the photographer).


Not necessarily. Not for one who uses proper tools that is.

If you weren't such a perfectionist, you could have a script which
automatically produced and indexed the reduced-size versions at the
push of a button ;-)


Actually if ImageReady (a component of Photoshop in the last few
releases) is used then one could simply drag a folder onto a ImageReady
batch file and voila - tens, hundreds, thousands of images get processed
(of course you probably will want to find something else to do while
this is going on).

Of course he may need to buy it - but being into photography he may
already have it - and btw there is effort involved -

(1) Installing Photoshop... once
(2) Creating a simple script in ImageReady... once
(3) Saving the script... once
(4) dragging folders onto ImageReady batch file... as often he likes ;-)

Anyone who does thumbnail stuff by hand is wasting their time especially
since this task is typically done over, and over, and over again.

By the way you could have 2, 3, or 4 scripts (actually the same script
but simply change the the scaling) and it takes no more effort than
copying a folder and dragging it onto one of the batch files X number of
times.

HTH,

--Nikolaos

Jul 20 '05 #64
On Wed, 1 Oct 2003 11:21:12 +0100, "Barry Pearson"
<ne**@childsupp ortanalysis.co. uk> wrote:
B McDonald wrote:
Brian wrote ...
B McDonald wrote:[snip] > It is way too constricting. I mean, unless I'm selling pantyhose
> to the masses - or some other mass-market item - there's no point.

If you're not writing for "the masses," then why write at all? Shut
off your site and reduce the noise.


Huh? Pablo Neruda wrote for himself. Where would that put the rest of
us if he didn't write his daily poetry?

[snip]

The real answer to the question that you are responding to is "cater for your
client's target audience, and they may not be the masses".

You may be your own client, of course. (As I am for all of my sites).

That doesn't mean specifically code to inhibit the rest. And there are many
equal-cost alternatives where one version is more widely accessible than
another, and it worth getting into the habit of doing things the more
accessible way.

But there comes a point at which it is valid to say "that is all I am prepared
to spend on this, everyone else can take pot-luck or walk away".


Amen
Jul 20 '05 #65
Nikolaos Giannopoulos wrote:
Alan J. Flavell wrote:
On Sat, 4 Oct 2003, Barry Pearson wrote:

The approach I like the best is one I saw at photo.net. Thumbnail
images are linked to pages that display larger versions as inline
images. On those pages, there are links to even larger versions.

Interestin g approach! But that takes extra effort (for the
photographer ).
Not necessarily. Not for one who uses proper tools that is.
Then I'm not sure what these tools are. I have Photoshop 6 and ImageReady 3,
and use them all the time, and those are not the tools.
If you weren't such a perfectionist, you could have a script which
automatically produced and indexed the reduced-size versions at the
push of a button ;-)


Actually if ImageReady (a component of Photoshop in the last few
releases) is used then one could simply drag a folder onto a
ImageReady batch file and voila - tens, hundreds, thousands of images
get processed (of course you probably will want to find something
else to do while this is going on).


For various reasons I do the unsharp mask in Photoshop & the compression in
ImageReady. I normally use different USM parameters for different photographs
sizes, and anyway often use different parameters for different photographs, so
can't do all of those satisfactorily in bulk.

I often use different compression for different photographs. I sometimes, but
only rarely, use different compression parameters for different sizes of the
same photograph. (A problem is that I am trying to keep the size of the
largest photographs to no more than 100 KB, and that needs careful
compression).
Of course he may need to buy it - but being into photography he may
already have it - and btw there is effort involved -

(1) Installing Photoshop... once
(2) Creating a simple script in ImageReady... once
(3) Saving the script... once
(4) dragging folders onto ImageReady batch file... as often he likes
;-)

Anyone who does thumbnail stuff by hand is wasting their time
especially since this task is typically done over, and over, and over
again.
I don't understand what you mean by "thumbnail stuff".
By the way you could have 2, 3, or 4 scripts (actually the same script
but simply change the the scaling) and it takes no more effort than
copying a folder and dragging it onto one of the batch files X number
of times.

HTH,


Thanks, but it didn't really. I have ruled those options out on quality
grounds.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #66
Barry Pearson wrote:
Nikolaos Giannopoulos wrote:
Alan J. Flavell wrote:
Interesti ng approach! But that takes extra effort (for the
photographe r).
Not necessarily. Not for one who uses proper tools that is.


Then I'm not sure what these tools are. I have Photoshop 6 and ImageReady 3,
and use them all the time, and those are not the tools.


Really? Could it be that you don't know about a feature of a tool that
you use all the time? Honestly, it is possible unless you are of course
the author of the tool (of which mind you for PhotoShop/ImageReady there
is no single person in any event).

In ImageReady, do you see the "Layers, History, Actions" tab of the
panel (typically in the lower right of your screen). Click on the
Actions tab.

Those actions can do *amazing* things as each action can contain an
arbitrary number of steps that interact with ImageReady, including
*having a dialog (you can toggle dialogs on and off to the left of the
the step when its a panel) for user input on any given panel*. Take a
look at what is already there and either create a new action or
duplicate one that is similar to what you want to start with and
customize it as you see fit.

If you right mouse click on the action you will see an option that says,
"create droplet" which allows you to save your action as an droplet exe
file.

Now outside ImageReady simply drag a file or folder onto the droplet
(ImageReady doesn't need to be running at this point) and automatically
ImageReady will launch (if it isn't already running) and each of the
files will have the action applied to them. BTW you can play actions
inside ImageReady - which is ideal for development.

Personally, I find it easier to have one action for each size that I
want to scale an image down to but YMMV.

Actually if ImageReady (a component of Photoshop in the last few
releases) is used then one could simply drag a folder onto a
ImageReady batch file and voila - tens, hundreds, thousands of images
get processed (of course you probably will want to find something
else to do while this is going on).


For various reasons I do the unsharp mask in Photoshop & the compression in
ImageReady.


Why? ImageReady has an unsharp mask and from the panel it looks like it
has the same options. I imagine its possible that the filter is not as
good but I would be somewhat surprised.

In any event, if it is and you want to ignore the advice contained
herein then that is your choice - I doubt the difference would be worth
it but its your show.
I normally use different USM parameters for different photographs sizes, and anyway often use different parameters for different photographs, so
can't do all of those satisfactorily in bulk.
Once again it seems like you think you know better. You know nothing of
the feature that I am suggesting - to help you - and yet you already
drop it because you think it works in a manner that you are used to
elsewhere. News flash - it may surprise you that you have not sampled
all software in existence and as such you could help yourself by having
a more open mind - the choice is yours of course.

I assume that you have a procedure that you work with - i.e. a basic set
of steps when processing an image - from this you can create actions.

From actions you can produce droplets and away you go. If you find
them inflexible enough that you can't work with them then I would be
very surprised.

I often use different compression for different photographs. I sometimes, but
only rarely, use different compression parameters for different sizes of the
same photograph. (A problem is that I am trying to keep the size of the
largest photographs to no more than 100 KB, and that needs careful
compression).


If I wanted to complicate my life with multiple actions then no problem.
Once I look at a picture, I generally speaking know which approach I
am going to take to adjust it and therefore this is a non-issue IMO -
and in a worst case you could drop the same file on a gamut of actions
and simply preview which one did the best job.

ImageReady allows you the option of having a dialog for user input on
any panel - even if it is to just accept the panel settings - so the
needing manual attention has been - guess what - already thought of ;-)

Anyone who does thumbnail stuff by hand is wasting their time
especially since this task is typically done over, and over, and over
again.


I don't understand what you mean by "thumbnail stuff".


You are producing smaller versions of an original - correct? You are
producing a thumbnail, a 500x500 and 700x700 all from an original are
you not. Every time you need to create a 100x100 (or whatever the size
is of your) thumbnail you are doing this manually from your own admission.

I am telling you that you are flat out wasting your time producing
smaller images manually when there are mechanisms that can automate this
- even if you need to fine tune things along the way.

By the way you could have 2, 3, or 4 scripts (actually the same script
but simply change the the scaling) and it takes no more effort than
copying a folder and dragging it onto one of the batch files X number
of times.


Thanks, but it didn't really. I have ruled those options out on quality
grounds.


No. You ruled this stuff out on grounds of not knowing any better and
conveying an attitude of all knowing and all seeing.

In the end, it's your choice - you can either continue to waste your
time or not, but do others a favor and don't make misleading suggestions
that everything w.r.t. software is so black and white.

--Nikolaos

Jul 20 '05 #67
Alan J. Flavell wrote:
On Sat, 4 Oct 2003, Barry Pearson wrote:
With inherently visual material, presentation in a broad sense gets
incorporated from conception.


Yes; I evidently over-simplified the argument.
In other words, what the HTML on the web considers to be content (a
JPEG, GIF, PNG, etc) may have a number of presentation decisions
built into it. And in some cases, it can be a bit arbitrary when
those presentation features should be built in.


That's right: there's a whole field of borderline cases where you as
author are called upon to decide whether a feature more properly
belongs (using the terms in a broad sense) to the content or to the
presentation.

On the other hand the WWW, by its very nature, is going to separate
content from presentation, in the more-specialised technical sense.

[snip]

I've been trying to understand this "content versus presentation" issue in
terms of the objectives.

It is easy to read the discussion as "put your presentation into the CSS". But
that isn't the real aim. I now believe that the real advice is "if you haven't
sorted out the presentation by the time the content reaches the mark-up, don't
sort it out with the mark-up - sort it out with the CSS".

In other words, the aim is not to enrich CSS to encroach upon the grounds of
pre-mark-up tools (whether these deliver image or sound or video content). The
aim is to de-enrich the mark-up, to reduce it to an identification mechanism
for content, that in turn invokes CSS (or whatever) to enhance the content. It
is all about making the mark-up as tight as possible.

In this model, presentation can go anywhere, including the content, except the
mark-up. So authors don't have N places in the process to add presentation,
they only have N-1.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #68
Nikolaos Giannopoulos wrote:
Barry Pearson wrote:
Nikolaos Giannopoulos wrote:
Darin McGrew wrote: [snip]Barry Pearson wrote ... [snip]>Interestin g approach! But that takes extra effort (for the
>photograph er).

Not necessarily. Not for one who uses proper tools that is.
Then I'm not sure what these tools are. I have Photoshop 6 and
ImageReady 3, and use them all the time, and those are not the tools.


Really? Could it be that you don't know about a feature of a tool
that you use all the time? Honestly, it is possible unless you are
of course the author of the tool (of which mind you for
PhotoShop/ImageReady there is no single person in any event).


I am aware of what you talk about below. What I said applies. The reason is
that you are talking about a process for automating batch (non-interactive)
actions for lots of files. My problem is highly interactive processing of
relatively few files.

See your comment below - that suggested to me that you were tackling a
different problem from the one that I was tackling. I process perhaps on
average 10 or 20 photographs a month, and spent a lot of time on each.

[snip]
For various reasons I do the unsharp mask in Photoshop & the
compression in ImageReady.


Why? ImageReady has an unsharp mask and from the panel it looks like
it has the same options. I imagine its possible that the filter is
not as good but I would be somewhat surprised.


It is probably largely irrelevant where it is done for the web - I guess the
code is a copy (like some of the other things). But I do it in Photoshop for
printing, and tend to stick to one way of doing things where possible. Since I
am doing the work anyway, what does it matter?

[snip] I normally use different USM parameters for different photographs
sizes, and anyway often use different parameters for different
photographs, so can't do all of those satisfactorily in bulk.
Once again it seems like you think you know better. You know nothing
of the feature that I am suggesting - to help you - and yet you
already
drop it because you think it works in a manner that you are used to
elsewhere. News flash - it may surprise you that you have not sampled
all software in existence and as such you could help yourself by
having
a more open mind - the choice is yours of course.


You didn't respond to my point. As I said, I use different parameters - so
there is a manual stage. This certainly means it doesn't work in the way
implied by your "of course you probably will want to find something else to do
while this is going on".

[snip]
I often use different compression for different photographs. I
sometimes, but only rarely, use different compression parameters for
different sizes of the same photograph. (A problem is that I am
trying to keep the size of the largest photographs to no more than
100 KB, and that needs careful compression).


If I wanted to complicate my life with multiple actions then no
problem. Once I look at a picture, I generally speaking know which
approach I
am going to take to adjust it and therefore this is a non-issue IMO -
and in a worst case you could drop the same file on a gamut of actions
and simply preview which one did the best job.


It sounds simpler to just pass the file from Photoshop (where I've been
processing it, for example changing the colour mode) to ImageReady, then
change the parameters in the normal way! It appears that you somehow get a lot
of photographs close to the end of the process, then do the final stages
en-mass. I don't - I work on a few at a time, then run them through to
completion just one or two at a time.
ImageReady allows you the option of having a dialog for user input on
any panel - even if it is to just accept the panel settings - so the
needing manual attention has been - guess what - already thought of
;-)
Indeed - but so what? What have I then saved? Remember the starting point
here - I said, in response to a post about the photo.net approach of having
multiple sizes "But that takes extra effort (for the photographer)". Where
have you changed that fact? Unless I stop setting the USM & compression
parameters per photograph and per size, that effort is still in any process.

(In fact, I now know that what photo.net do it start with the largest size and
resample it downwards mechanistically . I don't use that approach, for quality
reasons).

[snip] You are producing smaller versions of an original - correct? You are
producing a thumbnail, a 500x500 and 700x700 all from an original are
you not. Every time you need to create a 100x100 (or whatever the
size is of your) thumbnail you are doing this manually from your own
admission.

I am telling you that you are flat out wasting your time producing
smaller images manually when there are mechanisms that can automate
this - even if you need to fine tune things along the way.
As I said, most of my effort is in the per photograph and per-size variations.

[snip]
Thanks, but it didn't really. I have ruled those options out on
quality grounds.


No. You ruled this stuff out on grounds of not knowing any better and
conveying an attitude of all knowing and all seeing.


I have ruled it out on quality grounds. Obviously it is impossible for you to
know my "grounds"! And you happen to have guessed wrong.
In the end, it's your choice - you can either continue to waste your
time or not, but do others a favor and don't make misleading
suggestions that everything w.r.t. software is so black and white.


It is clear that I have made no such suggestion. I wonder if you are actually
responding to me or to someone else?

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #69
Barry Pearson wrote:
Nikolaos Giannopoulos wrote:

I am aware of what you talk about below. What I said applies. The reason is
that you are talking about a process for automating batch (non-interactive)
actions for lots of files. My problem is highly interactive processing of
relatively few files.
Really. I strongly doubt not. Who said the process is
"non-interactive". It is if you want it to and it isn't if you don't.

If a step that utilizes a panel requires "manual intervention" then all
you need to do is toggle the "dialog input" icon to "on" for that step.

Once again you demonstrate this I know best attitude when you clearly
have no idea about this feature - yet are trying to now profess that you
do (and most likely will say you did all along) and are getting it
totally wrong because your true experience with this feature is showing
through.

See your comment below - that suggested to me that you were tackling a
different problem from the one that I was tackling. I process perhaps on
average 10 or 20 photographs a month, and spent a lot of time on each.
Whether you tackle more than 1 or a hundred the process is the same - if
you want to waste your time then go ahead just don't mislead other
people in your profession into believing that they need to waste their
time by not using tools that may be available to them.

Why? ImageReady has an unsharp mask and from the panel it looks like
it has the same options. I imagine its possible that the filter is
not as good but I would be somewhat surprised.


...But I do it in Photoshop for printing,


I imagine you have your reasons - what printing and compression of web
graphics have to do with each other is anyone's guess....

and tend to stick to one way of doing things where possible.
Really. Do you think this surprises anyone who has read your posts?

Since I am doing the work anyway, what does it matter?
It doesn't for you. It does for others reading this thread that believe
that ImageReady is as "inflexible " as you would like everyone to believe.

I normally use different USM parameters for different photographs
sizes, and anyway often use different parameters for different
photograph s, so can't do all of those satisfactorily in bulk.
You didn't respond to my point.


Actually I did in the bulk of my e-mail how about an except you totally
clipped it - here goes again:
Those actions can do *amazing* things as each action can contain an
arbitrary number of steps that interact with ImageReady, including
*having a dialog (you can toggle dialogs on and off to the left of the
the step when its a panel) for user input on any given panel*.
Do you see the words "interact" and "having a dialog for user input on
any given panel". Is this what you label as "non-interactive".

As I said, I use different parameters - so there is a manual stage.
Right. And the problem with this feature is?

This certainly means it doesn't work in the way
implied by your "of course you probably will want to find something else to do
while this is going on".
If you setup an action that has "interactiv e" points then you provide
the manual input for the given dialog otherwise in "non-interactive"
cases you could simply walk away.

My droplets don't typically require interaction but I have on occassion
made them to be interactive - the choice is yours - the designer.

If I wanted to complicate my life with multiple actions then no
problem. Once I look at a picture, I generally speaking know which
approach I
am going to take to adjust it and therefore this is a non-issue IMO -
and in a worst case you could drop the same file on a gamut of actions
and simply preview which one did the best job.


It sounds simpler to just pass the file from Photoshop (where I've been
processing it, for example changing the colour mode) to ImageReady, then
change the parameters in the normal way!


If you say so, but then again you also say that this feature is
"non-interactive" so I guess you know what you are talking about ;-)

It appears that you somehow get a lot of photographs close to the end
of the process, then do the final stages en-mass.
Sometimes I do sometimes I don't it depends on the case. Any time I
need to repeat a procedure more than 2-3 times it makes more sense IMO
to just create an action.

I don't - I work on a few at a time, then run them through to
completion just one or two at a time.
Yet, every time you manually trudge through a set of processes - even if
they require "user input" it would be best for someone in your
profession (obviously not you mind you) to create actions and avoid the
unnecessary repetition.

Note that I say best - not the only way - and anyone is free to take
this advice or not. The feature exists and it is capable of doing
things that you say it can't so if anyone is interested I'd suggest that
they simply look at their own manual.

ImageReady allows you the option of having a dialog for user input on
any panel - even if it is to just accept the panel settings - so the
needing manual attention has been - guess what - already thought of


Indeed - but so what?


Well, okay now which is it - is the feature "non-interactive" or
"interactiv e" or have you not made up your mind yet.

What have I then saved? Remember the starting point
here - I said, in response to a post about the photo.net approach of having
multiple sizes "But that takes extra effort (for the photographer)".
For somone who is open to writing an action the effort is minimized down
the road - for some who wants to do everything manually and wants to
"stick to one way of doing things" then you can keep exerting this extra
effort every time.

Where have you changed that fact? Unless I stop setting the USM & compression
parameters per photograph and per size, that effort is still in any process.
It's all the steps between adjusting an "interactiv e" panel.

(In fact, I now know that what photo.net do it start with the largest size and
resample it downwards mechanistically . I don't use that approach, for quality
reasons).
Read the words droplets can be "interactiv e". Imagine photo.net manual
approach - make an action out of it and then simply toggle the steps
that you want to provide "manual input" on. If you think this doesn't
save you anything well then that's unfortunate.

As I said, most of my effort is in the per photograph and per-size variations.


Right. I understand you are not open to anything that deviates from
what you are used to; even if you don't know the full capabilities of
the feature.

No. You ruled this stuff out on grounds of not knowing any better and
conveying an attitude of all knowing and all seeing.


I have ruled it out on quality grounds. Obviously it is impossible for you to
know my "grounds"! And you happen to have guessed wrong.


There you with that bull on quality grounds. If you don't use
ImageReady at all then yes your right what I am suggesting is not a good
idea.

In the end, it's your choice - you can either continue to waste your
time or not, but do others a favor and don't make misleading
suggestions that everything w.r.t. software is so black and white.


It is clear that I have made no such suggestion. I wonder if you are actually
responding to me or to someone else?


Funny. That was my thinking of your reply but then again you went from
(1) not knowing of a feature, to (2) knowing of it after it was
described to you to (3) clearly demonstrating that you have no
experience with it - which leads me to believe that you are clearly not
open to any suggestions however you should refrain from misleading
others in the process.

--Nikolaos

Jul 20 '05 #70

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
662
by: Dave Patton | last post by:
I'd appreciate any feedback on http://www.elac.bc.ca/ particularly in regards to how the pages are marked up. The markup is valid HTML 4.01 strict, but that doesn't mean I've done things using 'best practices'. The goal was to rewrite a site that previously had used frames, had some broken links, and was authored with frontpage. I had to use the existing content, and the goal wasn't to "redesign", but to "rewrite".
1
1423
by: mac | last post by:
Hi, I dont have sql 2005 express on my machine. Instead i have sql server 2005 CTP. When i build and run the website, i get following error. What are necessory steps required to run site. Server Error in '/WebSite3' Application -------------------------------------------------------------------------------- Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
0
317
by: eswanson | last post by:
I have a site that has multiple web site projects. I got it working on my windows xp sp2 computer in pre-compiled mode. I created a new site on a windows 2003 server and copied the pre-compiled site up to this server. Now I am getting the following error: Server Error in '/' Application. --------------------------------------------------------------------------------
5
1705
by: iainfogg | last post by:
I had an ASP.NET 2.0 site which works fine on my PC. I have just copied it to a server, and set it up to run in a virtual folder. The web pages work fine, but the graphics won't load - if I try to open a gif from one of the folders, I get the following message. Why would an ASPX file load, but a GIF file won't? I have tried messing with security on the files, and have even given 'Everyone' access to read and execute, but still no joy. ...
0
1049
by: tander | last post by:
Hey I'm trying to add a hostheader to a site in IIS. The problems is that i can do this on my developer machine witch is running Win xp SP2. But when I try it on the online server witch is running win 2003 RC1. I get Access is denied error. By using impersonate I can get administrative privileges to update the IIS. Error: Access is denied.
71
4861
by: Murray R. Van Luyn | last post by:
Hi, Since I have made changes to my website it's been a complete flop. According to the logs, as soon as visitors have downloaded the index page they are off. I can't figure out why? http://www.review-a-gadget.com/ Is there anything obvious that I am missing? Are there problems with some browsers? Please let me know if you notice anything.
3
1401
by: Mark C | last post by:
Hi I was in the progress of developing a web site whereby developers can do free online tests on various programming languages. After initial feedback I managed to fix quite a few issues and changed the look and feel. I would just like some futher comments\tips\hints or feedback The site is http://www.quiznetonline.com
1
3761
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I wanted to move my work and needed to place it on the server. Using VS 2005 , went to BUILD -Publish Web Site Checked the box for :: Alow this precompiled site to be updatable.
13
2704
by: MCPD | last post by:
hello i have an aspx page that write in javascript its too small file when i upload it to my website i got an error Server Error in '/' Application. --------------------------------------------------------------------------------
0
9679
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10453
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10223
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10172
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.