Click here to Skip to main content
16,013,338 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Is there any Proxy/Browser setting that exists disabling or offsetting Meta Refresh? Pin
led mike5-Oct-07 7:18
led mike5-Oct-07 7:18 
GeneralRe: Is there any Proxy/Browser setting that exists disabling or offsetting Meta Refresh? Pin
Vasudevan Deepak Kumar5-Oct-07 7:59
Vasudevan Deepak Kumar5-Oct-07 7:59 
GeneralRe: Is there any Proxy/Browser setting that exists disabling or offsetting Meta Refresh? Pin
led mike5-Oct-07 8:45
led mike5-Oct-07 8:45 
AnswerRe: Encoding method in C# and also in PHP usable Pin
Johnny ²5-Oct-07 6:48
Johnny ²5-Oct-07 6:48 
Questionhi Pin
gaurav gupta125-Oct-07 0:09
gaurav gupta125-Oct-07 0:09 
AnswerRe: hi Pin
gaurav gupta125-Oct-07 0:15
gaurav gupta125-Oct-07 0:15 
GeneralRe: hi Pin
Vasudevan Deepak Kumar5-Oct-07 0:38
Vasudevan Deepak Kumar5-Oct-07 0:38 
QuestionResizing font size on pageload Pin
TheIdleProgrammer4-Oct-07 22:00
TheIdleProgrammer4-Oct-07 22:00 
Hi everyone,

Please forgive me if this seems like a dumb question. I'm not very familiar with web development so whilst I go trawling the web for answers I thought I put up a quick post to see if anyone out there could help...

Since a member of our team left I've been asked to look at a problem with our Internet Explorer based windows app and I'm not really too sure a) exactly what the problem is and b) how to fix it.

When our app is minimised and an event causes the page to reload the text shrinks so that when the page is restored the text is unreadable. As soon as the page is reloaded the normal text size is restored. In the template for all pages is some script that is called from the body tags' onresize event handler that I think applies:

function SetTextSize()<br />
{<br />
    document.styleSheets[0].rules[0].style.fontSize = document.body.offsetWidth/40;<br />
}


I believe this is a way of dynamically resizing the text depending upon the width of the window, however it is though the width of the window becomes very small when minimised, hence the text shrinking. Does anybody know if this is a stadard thing to do? Is there a better way to do it that will maintain the dynamic resizing of text but not shrink the text when the page is minimised?
AnswerRe: Resizing font size on pageload Pin
Christian Graus4-Oct-07 23:28
protectorChristian Graus4-Oct-07 23:28 
GeneralRe: Resizing font size on pageload Pin
TheIdleProgrammer4-Oct-07 23:56
TheIdleProgrammer4-Oct-07 23:56 
GeneralRe: Resizing font size on pageload Pin
Johnny ²5-Oct-07 6:53
Johnny ²5-Oct-07 6:53 
GeneralRe: Resizing font size on pageload Pin
TheIdleProgrammer8-Oct-07 0:04
TheIdleProgrammer8-Oct-07 0:04 
QuestionApplication(Java) + WebService(.Net) Pin
gauthee4-Oct-07 20:01
gauthee4-Oct-07 20:01 
QuestionNeed help:Session.Abandon don't work in IE7 Pin
vanhawk4-Oct-07 16:47
vanhawk4-Oct-07 16:47 
QuestionUnclear How to Get SQL Server Developer 2005 to Work with VS.NET Pin
Brian C Hart4-Oct-07 14:01
professionalBrian C Hart4-Oct-07 14:01 
AnswerRe: Unclear How to Get SQL Server Developer 2005 to Work with VS.NET Pin
Christian Graus4-Oct-07 17:40
protectorChristian Graus4-Oct-07 17:40 
GeneralRe: Unclear How to Get SQL Server Developer 2005 to Work with VS.NET Pin
Brian C Hart5-Oct-07 11:10
professionalBrian C Hart5-Oct-07 11:10 
Questionservice capture Pin
orsini4-Oct-07 10:44
orsini4-Oct-07 10:44 
QuestionSelecting multiple parameters Pin
TAK784-Oct-07 7:23
TAK784-Oct-07 7:23 
QuestionClass library project in Visual web developer 2005 express ed. Pin
M.Daud4-Oct-07 6:18
M.Daud4-Oct-07 6:18 
QuestionHow to page through a dataset offline Pin
awf17014-Oct-07 3:55
awf17014-Oct-07 3:55 
AnswerRe: How to page through a dataset offline Pin
kubben4-Oct-07 5:10
kubben4-Oct-07 5:10 
QuestionJavascript Error occurs on Infragistics Webgrid click Pin
codingrocks4-Oct-07 0:46
codingrocks4-Oct-07 0:46 
Questionweb service reference Pin
vijayaBTS3-Oct-07 21:16
vijayaBTS3-Oct-07 21:16 
AnswerRe: web service reference Pin
kubben4-Oct-07 5:12
kubben4-Oct-07 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.