473,756 Members | 6,970 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Info on Site-Design

Appologies, this isn't really a javascript specific question....

Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days).

Any suggestions.

Thanx in advance,

Litron
Jul 23 '05
21 1738
Litron wrote:
Actually, I am aware of the variables that may or may not detract from the available content area - I was just wondering what current "Monitor"
resolution web-designers are creating content for.... eg. 800 x 600 still
seems to be the standard


My daughter is a graphic designer and for work that will be shoved
around the internet, she uses vector graphics. Her bosses have allowed
her to use something very bizarre in Shockwave which apparently lets you
select parts of the picture and set them as a bitmap and make as many
copies of it as you like in the finished picture (including any
distortions you like).

Apparently, this makes graphics that are quite small and easy to load
and the extra copies of bitmapped sections make no difference to the
final size at all. Naturally, being vector rather than bitmapped, most
of the picture resolves perfectly at any size.

Don't know if it helps any - I am no graphics expert by any means - but
it might do.
Jul 23 '05 #21

"Mark Preston" <us****@nosourc e.co.uk> wrote in message
news:co******** ***********@new s.demon.co.uk.. .
Litron wrote:
> Actually, I am aware of the variables that may or may not detract from

the
available content area - I was just wondering what current "Monitor"
resolution web-designers are creating content for.... eg. 800 x 600
still seems to be the standard


My daughter is a graphic designer and for work that will be shoved around
the internet, she uses vector graphics. Her bosses have allowed her to use
something very bizarre in Shockwave which apparently lets you select parts
of the picture and set them as a bitmap and make as many copies of it as
you like in the finished picture (including any distortions you like).

Apparently, this makes graphics that are quite small and easy to load and
the extra copies of bitmapped sections make no difference to the final
size at all. Naturally, being vector rather than bitmapped, most of the
picture resolves perfectly at any size.

Don't know if it helps any - I am no graphics expert by any means - but it
might do.

---------
Thanx Mark:

What you're describing sounds similar to features offered by Macromedia
Flash (I just started learning it myself although I have created vector
graphics in Photoshop for some time). With Flash (as you mentioned) you
only need to import a BMP or graphic into the project library once... from
there you can add "instances" (or copies) of that graphic - including
distortions and animations - without dramatically increasing the file size.
The reason this works is because Flash uses the original (Library) graphic
as a template and then creates algorithms to describe the changes made to
the original graphic... the algorithms to create a copy or distort the
graphic are dramatically small in comparison to "pixelized" versions of the
graphic. Flash is great for animations, etc as it has it's own scripting
language... but I understand that it can be a little cumbersome to create an
entire web-site with. From my reading, I undertand that it is still best to
create the Majority of the site with html (and possibly javascript or
another scripting language) for functionality.. . and then use Flash to spice
up the graphical content. Like I said, I just started learning it... but it
sounds quite promising.

Thanx again for your input.

Litron

Jul 23 '05 #22

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

Similar topics

1
2549
by: GChong | last post by:
Hi, Im looking for some general 'marketing' info on dotnet: how long it has been in use (i.e first release date), how many companies are using it, number of .NET developers in the world, popularity of .NET in different industries, etc. Ive searched on MS .NET homepage and googled it but surprisingly, such general info are hard to find.
2
1583
by: Andrew Rawnsley | last post by:
A new build of my modifications to eRServer is available at http://grayling.ravensfield.com. Changes/fixes: * Fixed existing column as unique problem I had a bug in the replication threads that manifested itself if you used existing columns as the unique column. Caused everything to stop. * Added RMI signaling structure There is now an RMI-based signaling structure to the whole thing. Currently, it only supports shutdown, but will...
2
1181
by: roy anderson | last post by:
Hey all, I'm not new to web development, but totally clueless regarding web security/logins and such. I have a website which requires users to login, checks their info against a SQL Server backend, then saves their login as a session variable. As they browse through the various pages of the site, each page checks to see if the Session variable exists/is not null, etc. If the check fails, the page redirects them to the login form. ...
7
9535
by: Alan Pretre | last post by:
I have an application installed at a customer site that has been getting a general network error for a couple of years. I was hoping that .NET 2.0 would clear it up, but unfortunately it didn't. The .NET 2.0 exception does give a little more info than .NET 1.1 did, but not much. Can anybody give any pointers about how to track this down? It occurs every 10 hrs around the clock, like clockwork. I have included the stack trace, but...
4
2021
by: tony | last post by:
I'm designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far with this I was wondering if anyone could perhaps offer advice or point me to any documents/web pages that could help with ensuring the security of the form/page and site. It is likely that the form will come under attack I expect. Even comments...
6
2163
by: djc | last post by:
I had previously (in asp.net 1.1 and asp.net web matrix) just done this to populate a listbox with data from a database: ------------ this was from the page load event ---------------- 'fill recipient address list box Dim cnn As SqlConnection cnn = New SqlConnection(Application("cnn").ToString()) Dim cmdGetAllRecipientAddresses As SqlCommand = New SqlCommand("GetAllRecipientAddresses", cnn)
5
3740
by: Jeff | last post by:
Hey ASP.NET 2.0 I'm working on a web site and I want info about the domain stored in web.config. By domain I mean for example: www.domain.com The reason I want info about the domain stored is that the web site will send email to it's registered users. This email will contain a link to a web page on the web site. If I don't know the domain then I must hard code it...
20
1982
by: upperclass | last post by:
Hi, I'm trying to find a decent way of measuring the running time of a long-running program. Say, the running time ranges from several seconds to more than a day. The standard clock() function seems inadequate for this task. (I read somewhere in this group that clock_t would likely overflow after <1 hour).
16
1897
by: =?Utf-8?B?VGRhclRkYXI=?= | last post by:
Hello, I want to get reffering site info like if the way they got to the site is from google, While that is easy enough, of course, but I want to get that info after they have been on the site for a while, I was thinking that I could get the reffer in the session_onstart event, and make it a session var but that did not work, So I am looking for thoughts about this. Tdar
1
3606
by: cumupkid | last post by:
II am trying to create a form that will allow me to upload photos to a folder in the site root directory and add the information to the mysql db at the same time. I have created two forms, one that uploads to photo to the folder in the site root diorectory. One that uploads the info to mysql database. but... When I try to upload them both ways at the same time i cant get it. I am Including code for both pages i have working. Code for...
0
9487
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
9297
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10069
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
9904
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...
0
9735
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...
1
7285
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6556
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5168
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...
3
2697
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.