Thursday, September 9, 2010

Re: Variable UI

I think you are making thins too complicated. What are you doing with
so many images? Browsers can do client-side scaling of images for you
if you use the <img> tag (background image scaling is coming in
CSS3). It seems like you are a thick client developer and don't have
much experience with web development, am I correct. When doing
textures and gradients for web development you usually make something
that can be repeated. Also, if you can select a CSS3 compatible
browser you can use gradients and rounded corners built in so you
don't even need images for those. If you must do image generation
real time some cool stuff has come out with SVG lately(http://
raphaeljs.com/). Dealing with an HTML UI is a much different mindset
from thick clients. In thick clients you have to tell it exactly what
to do, in HTML you describe what you want it to do and it will handle
the layout and such real time. So I guess for more targeted help
please describe what the purpose of the majority of your images are
and why you believe you need to generate them real time on the server.

On Sep 9, 9:13 am, pete <bobobo...@hotmail.com> wrote:
> Hmm, I guess I was stupid, I should just use a service to dynamically
> create images of the right size on the server-side and flush them to
> the client, then I have variable resizing and can use 100% size in the
> browser, right? (sorry, I'm not too experienced in programming web-
> apps)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment