Old 04-12-2006   #1 (permalink)
High Priest
 
sizzla's Avatar
 
Join Date: Feb 2006
Location: ...downloading
Posts: 42

Question Automatic resize et al

Hey, people. First i want to wish all sundry a happy easter holiday. I have a few queries about web design that i need to know:

1. What code function can i use to ensure that my web page automatically resizes widthwise to fit any kind of screen resolution and window size?

2. Secondly, how can i insert a "Print this page" command in a web page (codewise) and how can i ensure that each print operation resuslts in an intelligently word wrapped, truncation-free, black-on-white printout of that web page's main body contents - regardless of the page orientation and user specified text size selection at that time.

3.How can i ensure that the web page's text viewing size selections remain under user control at all times - in conformity with the particular browser tool's available selections.

4. What does developing a website based on open source technology i.e. LAMP mean exactly?


P/S

Even if your response covers at least one question i will appreciate the effort. Thanx in advance.
__________________

Last edited by sizzla; 04-12-2006 at 10:37 AM..
sizzla is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-12-2006   #2 (permalink)
Registered User
 
Join Date: Apr 2005
Location: antwerp, belgium
Posts: 51

1. most of the timeyou can jkust work with percentages to do this.
so a <table width=800> would be something like <table width=80%>

2, 3, 4 don't know
__________________
sneeuwbal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-14-2006   #3 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
1) css: width: 100%;, or html: width="100%"

2)
Code:
<a href="javascript:window.print()">Print this page!</a>
you can't control the output of what gets printed, it's a browser thing. and this is the only way you can print a page.

3) what do you mean? you can set text size in css like this:
Code:
body {
      font-size: 12px; /* you can use a variety of units: px, pt, [none], em, etc. */
}
for more info visit w3schools css here

4) open source technology is generally programming languages like PHP, which are free to use, as opposed to commercial programming languages like ASP, ASP.net etc. open source technology can be implemented into a website to improve it's performance, add exclusive features and decrease load time. you can do things like have one page e.g. products.php which can show all products in a database, instead of having x number of seperate static pages. editing becomes alot easier. read up on php here.
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-19-2006   #4 (permalink)
High Priest
 
sizzla's Avatar
 
Join Date: Feb 2006
Location: ...downloading
Posts: 42

Thanx people...i got most of the answers online, i guess i was too lazy to search :-)

@Scrowler, when i refer to text size i don't mean CSS, that's childsplay, i mean using JavaScript to create a link where when one clicks on it, it changes the font size. I got a tut online. Thanx anyway for the input.
__________________
sizzla is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Photoshop to Imageready resize bradgil Adobe Photoshop 1 09-25-2005 07:55 PM


All times are GMT +1. The time now is 05:17 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT