<?php $parts=array('','','tfrec','home'); include '/Webstuff/apacheSites/cms3/CMSpageCode.php';?>

Size: px
Start display at page:

Download "<?php $parts=array('','','tfrec','home'); include '/Webstuff/apacheSites/cms3/CMSpageCode.php';?>"

Transcription

1 index.php Printed: 4/26/10 4:29:08 PM Page 1 of 1 <?php $parts=array('','','tfrec','home'); include '/Webstuff/apacheSites/cms3/CMSpageCode.php';?>

2 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 1 of 7 <?php $conn=pg_connect("dbname=webpgs"); include '../toolboxv3.php'; include '../dbtoolsv4.php'; include '../cms3/cmslink.php'; include '../cms3/lookupxml.php'; include '../cms3/cmsfigures.php'; include '../cms3/cmsdblist.php'; include '../cms3/cmsbuildlinks.php'; $storedlinkformats=getvaluefromdb('sects','sect', array('refid'=>'webdev','pn'=>'250','sectitl'=>'linkformat')); createlinkformat($storedlinkformats); function includepid($strng) { if (preg_match('/pid=(\d+);/i',$strng,$ar)) { $htmltxt=''; $r=newquery('select * FROM sects WHERE pid='.$ar[1].';',0); $ar=pg_fetch_assoc($r); pg_free_result($r); if ($ar['sectitl']='intro' AND $ar['sectitl']='refs' AND $ar['sectn']>0) {$htmltxt.="<h3>".$ar['sectitl']."</h3>\n";} if ($ar['sectitl']=='refs') { $htmltxt.="<div class=\"refs\">".$ar['sect']."</div>\n";} else {$htmltxt.=$ar['sect'];} } else { $htmltxt="<p>error:</p>\n".$strng; } return $htmltxt; } function URLParts($i) { global $parts; return $parts[$i+3]; } $gofor=$_request['gofor']; //echo "<-- ",print_r($parts)," -->\n"; $sitename=$parts[2]; if ($sitename) { $sitename='error'; $parts[2]=$sitename; $pagename='pages_unknown'; $parts[3]=$pagename; } if ($sitename) { $SQL="SELECT * FROM info3 WHERE refid='$sitename';"; $r=newquery($sql,0); $site_ar=pg_fetch_assoc($r); pg_free_result($r);

3 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 2 of 7 } else { $site_ar=array(); } if ($site_ar) { $sitename='error'; $parts[2]=$sitename; $pagename='pages_unknown'; $parts[3]=$pagename; $SQL="SELECT * FROM info3 WHERE refid='$sitename';"; $r=newquery($sql,0); $site_ar=pg_fetch_assoc($r); pg_free_result($r); } if ($site_ar['baseref']) {$baseref=$site_ar['baseref'];} else {$baseref=" //echo "<base href=\"$baseref\" />\n"; if ($site_ar['templ']) {$templ=$site_ar['templ'];} else {$templ=' $pagename=$parts[3]; if ($pagename) {$pagename='home';} $r=newquery("select * FROM sects WHERE sectn=0 AND refid='$sitename' AND ". "nickname='$pagename';",0); $pn=pg_result($r,0,'pn'); $title=pg_result($r,0,'sectitl'); $altmpl=pg_result($r,0,'altmpl'); $homegraf=pg_result($r,0,'homegraf'); $altname=pg_result($r,0,'altname'); $altimg=pg_result($r,0,'altimg'); $isblog=pg_result($r,0,'isblog'); $pgdesc=pg_result($r,0,'drctvs'); pg_free_result($r); //if ($pgdesc) { // echo "<meta name=\"description\" content=\"$pgdesc\" />\n";} if (strpos($pgdesc,'sign-in required')==false) { $pgcookie=nword($pgdesc,0,' '); include '/Webstuff/apacheSites/cms3/authUser.php'; $signmarker=authuser($pgcookie,$sitename,' } $fullpagename=$templ.$sitename.'/'.$pagename; $pageoption=$parts[4]; if ($pageoption) {$extendedpagename=$fullpagename."/$pageoption";} if ($pn) {$errmessage=''; include '../cms3/errormessage.php'; }?> <DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <meta http-equiv="content-type" content="text/html; charset=iso " /> <meta name="keywords" content="wsu, Washington State, Washington State University " /> <-- favorites ico --> <link rel="shortcut icon" href=" /> <-- replace the key below - replace the key below - replace the key below-->

4 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 3 of 7 <?php echo "<title>$title</title>\n"; echo "<-- pn = $pn -->\n"; echo "<base href=\"$baseref\" />\n"; if ($pgdesc) { echo "<meta name=\"description\" content=\"$pgdesc\" />\n";} echo "<link href=\" if ($altmpl) {echo $altmpl;} elseif ($site_ar['wsucode']) {echo $site_ar['wsucode'];} else {echo "1ca94UzW310";} echo "\" type=\"text/css\" rel=\"stylesheet\" />\n"; if (strpos($pgdesc,'sign-in required')==false) { echo "<-- Sign-in required: $signmarker ; $repeat -->\n";} else {echo "<-- No sign-in required: $pgdesc ; $repeat -->\n";}?> <-- replace the key above --> <link href=" rel="stylesheet" type="text/css" /> <style> #content #tabnav li.jtoff { background: #e7e9ea; text-decoration: none; padding: 3px 3px 1px 3px; margin: 1px; border: 1px solid #888f97; border-bottom-style: none; color: #606a74; border-bottom: 1px solid #e7e9ea; } #main div.refs p { position: relative; left: 2em; margin-right: 2em; text-indent: -2em; } <?php if ($altimg) {$sitegraf=$altimg;} elseif ($site_ar['titlgraf']) {$sitegraf=$site_ar['titlgraf'];} $over= <<< OVER #siteid { background-image: url($sitegraf); background-repeat: no-repeat; } OVER ; if ($sitegraf AND $sitegraf='none') {echo $over;}?> </style> <link href=" rel="stylesheet" type="text/css" /> <--Print tool --> <script src=" type="text/javascript"></script> <script type="text/javascript"> function createwindow(curl,cname,cfeatures) {

5 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 4 of 7 var xwin = window.open(curl,cname,cfeatures) } var fontsz='a'; function chfontsize() { if (fontsz=='a') { fontsz='b'; document.getelementbyid('main').style.fontsize='1.0em'; //document.getelementbyid('secondary').style.fontsize='1.0em'; } else { fontsz='a'; document.getelementbyid('main').style.fontsize='0.75em'; //document.getelementbyid('secondary').style.fontsize='0.75em'; } } <?php $addthis=0; if ($site_ar['addthis']) { $st=$_server['http_user_agent']; $nc=preg_match('/msie (\d+\.\d+);/',$st,$ar); if ($nc OR $ar[1]>=7.0) { echo "var addthis_pub=\"".$site_ar['addthis']."\";\n"; $addthis=1; } }?> </script> <?php if ($addthis) { echo "<script src=\" ". "type=\"text/javascript\"></script>\n"; } if ($jsurl=$site_ar['jsurl']) { echo "<script src=\"$jsurl\" ". "type=\"text/javascript\"></script>\n"; } echo "<-- DB provided head code -->\n"; if ($pn) { echo getvaluefromdb('sects','sect', array('refid'=>$sitename,'pn'=>$pn,'sectitl'=>'headcold')); }?> <?php $fas=array_keys($formatarrays); echo "<-- Defined list formats ",print_r($fas)," -->\n";?> </head> <body> <--Beginning of the WSU Identifier Zone. Refer to for more information. --> <div id = "wrapper"><noscript><div id='globalnav'><ul><li>washington State University</li></ul></div><div id='logo'><a href=' src=' alt="wsu Logo"/></a></div></noscript> <script language="javascript" src=" type="text/javascript"></script> <script language="javascript" type="text/javascript"> var strheader; strheader = getheader();

6 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 5 of 7 document.write(strheader);</script> <--End of the WSU Identifier Zone. --> <div id="siteid"> <?php if ($sitename=='orgrte') { echo "<h2>center for Sustaining Agriculture and Natural Resources ", "(CSANR)</h2>\n"; } else { echo "<h2>wsu Tree Fruit Research & Extension Center</h2>\n"; } if ($altname) {echo "<h1>$altname</h1>\n";} elseif ($site_ar['titl']) {echo "<h1>",$site_ar['titl'],"</h1>\n";} else {echo "<h1> </h1>\n";}?> </div> <div id="toolbar"> <span class="toolbargreeting"> <?php echo date('l, F j, Y');?> </span> <ul> <?php if ($authwsu=$_cookie['wsutfreclogin']) { echo "<li><a onclick=\"editpage.submit();\">edit this page</a></li>\n"; } if ($addthis) { echo "<li><a onclick=\"return addthis_sendto()\" ". "onmouseover=\"return addthis_open(this, '', '[URL]', '[TITLE]')\" ". "onmouseout=\"addthis_close()\" ". "href=\" "Share</a></li>\n"; } $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaylist(5,$templ);?> </ul> </div> <div id="content"> <div id="nav"> <div id="featured"> <ul> <?php $featured= <<<TXT <li><a href=" Home</a></li> <li><a href=" Intranet</a></li> TXT ; if ($sitename) { $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaylist(0,$templ); } else { echo $featured; }?> </ul> </div> <-- Main Navigation -->

7 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 6 of 7 <div id="mainnav"> <?php if ($sitename) { $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaymain($pn,$templ); } else { echo "<ul><li><a href=\"\">basic Web Page Layout</a></li>\n"; }?> </ul> </div> </div> <?php if ($homegraf) {echo "<div id=\"home\"><img src=\"$homegraf\" /></div>\n";}?> <div id="main"> <?php if ($sitename=='tfphj') {include '/Webstuff/apacheSites/cms3/tfphinTest.php';} if ($isblog) {include '../blogresponse.php';} elseif ($errmessage) {echo $errmessage;} else { $link->linkdisplaytab($pn,$templ); $SQL="SELECT * FROM sects WHERE refid='$sitename' and pn=$pn ORDER BY sectn;"; $r=newquery($sql,0); $ar=pg_fetch_assoc($r); while ($ar) { if ($ar['second']) { echo "</div>\n<div id=\"secondary\">\n"; } echo "<br clear=\"all\" />\n"; echo "<a name=\"",str_replace(' ','_',$ar['sectitl']),"\"></a>\n"; $notitle=array('intro','refs','include','gallery','php','eval','headcold','linkformat', 'linkset'); if ($ar['sectn']>0 and in_array($ar['sectitl'],$notitle)) {echo "<h3>",$ar['sectitl'],"</h3>\n";} if ($ar['sectitl']=='refs') { echo "<div class=\"refs\">",$ar['sect'],"</div>\n";} elseif ($ar['sectitl']=='include') { echo includepid($ar['sect']);} elseif ($ar['sectitl']=='gallery') { //echo displaygallery($ar['sect']);} echo "<div id=\"gallery\">\n"; displaygallery($ar['sect'],'',$baseref); echo "</div>\n";} //$nought=0;} elseif ($ar['sectitl']=='php') { echo "<-- ",strip_tags($ar['sect'])," -->\n"; include strip_tags($ar['sect']);} elseif ($ar['sectitl']=='eval') {$body=$ar['sect']."\nreturn 1;\n"; $nought=eval($body);} elseif ($ar['sectitl']=='headcold') {$nought='';} elseif ($ar['sectitl']=='linkformat') {createlinkformat($ar['sect']);} else {echo scanforlistsb($ar['sect']);}

8 CMSpageCode.php Printed: 4/26/10 4:28:16 PM Page 7 of 7 $ar=pg_fetch_assoc($r); } pg_free_result($r); } // not a blog?> </div> <div id="localfooter"><a href="#">tree Fruit Research & Extension Center</a>, 1100 N Western Ave, Washington State University, Wenatchee WA 98801, , <a href="mailto:tfrec@wsu.edu">contact Us</a></div> </div> <--Beginning of the WSU Global Footer Zone. Refer to for more information. --> </div><noscript><div id="wsufooter">copyright Board of Regents, <a href=" State University</a></div> </noscript> <script language="javascript" type="text/javascript">var strfooter;strfooter = getfooter();document.write(strfooter);</script> <--End of the WSU Global Footer Zone. --> <--The code below is for the print tool in the toolbar--> <script type="text/javascript"> // To display the "Print" link pass in true. To hide the "Print" link pass in false. addprintlink(true); </script> <?php $hiddenvars=array('sitename'=>$sitename,'pn'=>$pn,'wsuuser'=>$authwsu,'flagedit'=>'1', 'gofor'=>'choose Section'); openform('','editpage',' echo "</form>\n";?> </body> </html>

9 sunburn.php Printed: 4/26/10 4:27:41 PM Page 1 of 7 <DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <meta http-equiv="content-type" content="text/html; charset=iso " /> <meta name="keywords" content="wsu, Washington State, Washington State University " /> <?php include '../../../toolboxv3.php'; include '../../../cms3/cmslink.php'; include '../../../cms3/lookupxml.php'; include '../../../cms3/cmsfigures.php'; function includepid($strng) { if (preg_match('/pid=(\d+);/i',$strng,$ar)) { $htmltxt=''; $r=newquery('select * FROM sects WHERE pid='.$ar[1].';',1); $ar=pg_fetch_assoc($r); pg_free_result($r); if ($ar['sectitl']='intro' AND $ar['sectitl']='refs' AND $ar['sectn']>0) {$htmltxt.="<h3>".$ar['sectitl']."</h3>\n";} if ($ar['sectitl']=='refs') { $htmltxt.="<div class=\"refs\">".$ar['sect']."</div>\n";} else {$htmltxt.=$ar['sect'];} } else { $htmltxt="<p>error:</p>\n".$strng; } return $htmltxt; } /* $url=$_server["script_url"]; $parts=explode('/',$url); $gofor=$_request['gofor']; */ $parts=array('','','sunburn','apple_sunburn'); $conn=pg_connect("dbname=webpgs"); $sitename=$parts[2]; if ($sitename) { $sitename='error'; $parts[2]=$sitename; $pagename='pages_unknown'; $parts[3]=$pagename; } if ($sitename) { $SQL="SELECT * FROM info3 WHERE refid='$sitename';"; $r=newquery($sql,1); $site_ar=pg_fetch_assoc($r); pg_free_result($r); } else { $site_ar=array(); } if ($site_ar) {

10 sunburn.php Printed: 4/26/10 4:27:41 PM Page 2 of 7 $sitename='error'; $parts[2]=$sitename; $pagename='pages_unknown'; $parts[3]=$pagename; $SQL="SELECT * FROM info3 WHERE refid='$sitename';"; $r=newquery($sql,1); $site_ar=pg_fetch_assoc($r); pg_free_result($r); } if ($site_ar['baseref']) {$baseref=$site_ar['baseref'];} else {$baseref=" echo "<base href=\"$baseref\" />\n"; if ($site_ar['templ']) {$templ=$site_ar['templ'];} else {$templ=' $pagename=$parts[3]; if ($pagename) {$pagename='home';} $r=newquery("select * FROM sects WHERE sectn=0 AND refid='$sitename' AND ". "nickname='$pagename';",1); $pn=pg_result($r,0,'pn'); $title=pg_result($r,0,'sectitl'); $altmpl=pg_result($r,0,'altmpl'); $homegraf=pg_result($r,0,'homegraf'); $altname=pg_result($r,0,'altname'); $altimg=pg_result($r,0,'altimg'); $isblog=pg_result($r,0,'isblog'); $pgdesc=pg_result($r,0,'drctvs'); pg_free_result($r); if ($pgdesc) { echo "<meta name=\"description\" content=\"$pgdesc\" />\n";} echo "<title>$title</title>\n"; echo "<-- pn = $pn -->\n"; $fullpagename=$templ.$sitename.'/'.$pagename; if ($pn) {$errmessage=''; include '../cms3/errormessage.php'; }?> <-- favorites ico --> <link rel="shortcut icon" href=" /> <-- replace the key below - replace the key below - replace the key below--> <?php echo "<link href=\" if ($altmpl) {echo $altmpl;} elseif ($site_ar['wsucode']) {echo $site_ar['wsucode'];} else {echo "1ca94UzW310";} echo "\" type=\"text/css\" rel=\"stylesheet\" />\n";?> <-- replace the key above --> <link href=" rel="stylesheet" type="text/css" /> <style> #content #tabnav li.jtoff { background: #e7e9ea; text-decoration: none; padding: 3px 3px 1px 3px; margin: 1px;

11 sunburn.php Printed: 4/26/10 4:27:41 PM Page 3 of 7 border: 1px solid #888f97; border-bottom-style: none; color: #606a74; border-bottom: 1px solid #e7e9ea; } #main div.refs p { position: relative; left: 2em; margin-right: 2em; text-indent: -2em; } <?php if ($altimg) {$sitegraf=$altimg;} elseif ($site_ar['titlgraf']) {$sitegraf=$site_ar['titlgraf'];} $over= <<< OVER #siteid { background-image: url($sitegraf); background-repeat: no-repeat; } OVER ; if ($sitegraf) {echo $over;}?> </style> <link href=" rel="stylesheet" type="text/css" /> <--Print tool --> <script src=" type="text/javascript"></script> <script type="text/javascript"> function createwindow(curl,cname,cfeatures) { var xwin = window.open(curl,cname,cfeatures) } var fontsz='a'; function chfontsize() { if (fontsz=='a') { fontsz='b'; document.getelementbyid('main').style.fontsize='1.0em'; //document.getelementbyid('secondary').style.fontsize='1.0em'; } else { fontsz='a'; document.getelementbyid('main').style.fontsize='0.75em'; //document.getelementbyid('secondary').style.fontsize='0.75em'; } } <?php $addthis=0; if ($site_ar['addthis']) { $st=$_server['http_user_agent']; $nc=preg_match('/msie (\d+\.\d+);/',$st,$ar); if ($nc OR $ar[1]>=7.0) { echo "var addthis_pub=\"".$site_ar['addthis']."\";\n"; $addthis=1; }

12 sunburn.php Printed: 4/26/10 4:27:41 PM Page 4 of 7 }?> </script> <script src="orchard/pet/energy.js" type="text/javascript"></script> <script type="text/javascript"> function begincalc() { var fruitsize=0.01; //meters var sel=document.getelementbyid('mnthang'); var ix=sel.selectedindex; var val=sel.options[ix].value; var sunangle =1.9*val; var omega = Math.sin(sunAngle/180*Math.PI); var m = (0.98)/omega; var a_m=math.pow(0.7,m); var solardiffuse=0.5*1360*(0.91-a_m)*omega; var solardirect=a_m*1360; var solarreflect=0.5*(solardiffuse+omega*solardirect); var solarm=1.0*document.getelementbyid('z_solar').value; var air = 1.0*document.getElementById('z_airtemp').value; var kelvin = CtoK (air); var rh=1.0*document.getelementbyid('z_rh').value; var vapor=rh/100*vapden(kelvin); var Ea=0.58*Math.pow(vapor,0.14); var longwave=ea*flnet(kelvin); var assumetdiff=5; var emitted = 0.97*flnet(kelvin) *1010/185*5; var wind=0.4478*document.getelementbyid('z_wind').value; var boundaryresist = 0.7*307*Math.sqrt(fruitSize/wind); var heat = *1010*assumeTDiff/boundaryResist; var vaporresist = 0.7*283*Math.sqrt(fruitSize/wind); var latentheatvapor = 2.429*(sosy(kelvin)*assumeTDiff+(vapDen(kelvin)-vapor))/vaporResist; var shortabsorb=0.7; var longabsorb=0.95; var heatcoeff = *1010/boundaryResist; var emitcoeff = *1010/185; var latentcoeff = 2.429/vaporResist; var latentcoeffd = latentcoeff*s_vapor_curve(kelvin); var Short = shortabsorb*solarm/omega; var Long = longabsorb*longwave; var fruitlong = 0.97*flnet(kelvin); var fruitemit = emitcoeff*air; var heatflux = heatcoeff*air; var latent = latentcoeffd*air-latentcoeff*(vapden(kelvin)-vapor); var fruitt = (Short+Long-fruitLong+fruitEmit+heatFlux+latent)/(heatCoeff+emitCoeff+latentCoeffD); var regress= *air *solarm *wind *rh; var fruitt2=(short+long-fruitlong+fruitemit+heatflux)/(1.1352*1010/(1/boundaryresist+1/185)); var rhocp=1.1352*1010; var y = *air; var subre = (1/boundaryResist) + (1/185); var ystar = y*vaporresist*subre; var vapdefit = vapden(kelvin)-vapor;

13 sunburn.php Printed: 4/26/10 4:27:41 PM Page 5 of 7 var fruitt3=0; var fruitt3 = air+ (ystar/(ystar+s_vapor_curve(kelvin)))*((short+long-fruitlong)/(subre*rhocp)-vapdefit/ystar); var fruitt4 = (Short+Long-fruitLong+fruitEmit+heatFlux)/(heatCoeff+emitCoeff); document.getelementbyid('calcarea').innerhtml='<p>short wave = '+Short+'</p>'+ '<p>long wave = '+Long+'</p>'+ '<p>long wave from fruit = '+fruitlong+'</p>' + '<p>long wave emitted = '+fruitemit+'</p>' + '<p>heat flux = '+heatflux+'</p>' + '<p>latent heat = '+latent+'</p>' + '<p>emitted coeff = '+emitcoeff+'</p>' + '<p>flux coeff = '+heatcoeff+'</p>' + '<p>latent coeff = '+latentcoeffd+'</p>' + '<p>slope saturation curve = '+s_vapor_curve(kelvin)+'</p>' + '<p>regression result = '+regress+'</p>' ; document.getelementbyid('skin').innerhtml='<p>skin Temp = '+fruitt+'</p>'; } </script> <?php if ($addthis) { echo "<script src=\" ". "type=\"text/javascript\"></script>\n"; }?> </head> <body> <--Beginning of the WSU Identifier Zone. Refer to for more information. --> <div id = "wrapper"><noscript><div id='globalnav'><ul><li>washington State University</li></ul></div><div id='logo'><a href=' src=' alt="wsu Logo"/></a></div></noscript> <script language="javascript" src=" type="text/javascript"></script> <script language="javascript" type="text/javascript"> var strheader; strheader = getheader(); document.write(strheader);</script> <--End of the WSU Identifier Zone. --> <div id="siteid"> <h2>wsu Tree Fruit Research & Extension Center</h2> <?php if ($altname) {echo "<h1>$altname</h1>\n";} elseif ($site_ar['titl']) {echo "<h1>",$site_ar['titl'],"</h1>\n";} else {echo "<h1> </h1>\n";}?> </div> <div id="toolbar">

14 sunburn.php Printed: 4/26/10 4:27:41 PM Page 6 of 7 <span class="toolbargreeting"> <?php echo date('l, F j, Y');?> </span> <ul> <?php if ($addthis) { echo "<li><a onclick=\"return addthis_sendto()\" ". "onmouseover=\"return addthis_open(this, '', '[URL]', '[TITLE]')\" ". "onmouseout=\"addthis_close()\" ". "href=\" "Share</a></li>\n"; } $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaylist(5,$templ);?> </ul> </div> <div id="content"> <div id="nav"> <div id="featured"> <ul> <?php $featured= <<<TXT <li><a href=" Home</a></li> <li><a href=" Intranet</a></li> TXT ; if ($sitename) { $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaylist(0,$templ); } else { echo $featured; }?> </ul> </div> <-- Main Navigation --> <div id="mainnav"> <?php if ($sitename) { $link=new jtlink('site',0,'','',0,0,$sitename,0); $link->linkdisplaymain($pn,$templ); } else { echo "<ul><li><a href=\"\">basic Web Page Layout</a></li>\n"; }?> </ul> </div> </div> <?php if ($homegraf) {echo "<div id=\"home\"><img src=\"$homegraf\" /></div>\n";}?> <div id="main"> <h3>test energy based sunburn model</h3> <p>or test <a href="../../xmodel/sunburn.html">regression based sunburn model</a></p> <?php

15 sunburn.php Printed: 4/26/10 4:27:41 PM Page 7 of 7 echo "<p>month\n"; $mntharr=array('june','july','august','september'); $degarr=array('66','67','61','52'); selectfromarray('mnthang',$degarr,'',$mntharr,'','',''); echo "</p>\n"; echo "<p>air temperature ( C)\n"; textinput('airtemp','',10); echo "</p>\n<p>relative hmidity\n"; textinput('rh','',10); echo "</p>\n<p>wind speed (mph)"; textinput('wind','',10); echo "</p>\n<p>solar radiation\n"; textinput('solar','',10); echo "</p>\n<p>"; addbutton('calc','calculate','begincalc();'); echo "</p>\n";?> <div id="calcarea"></div> <div id='skin'></div> </div> <div id="localfooter"><a href="#">tree Fruit Research & Extension Center</a>, 1100 N Western Ave, Washington State University, Wenatchee WA 98801, , <a href="mailto:tfrec@wsu.edu">contact Us</a></div> </div> <--Beginning of the WSU Global Footer Zone. Refer to for more information. --> </div><noscript><div id="wsufooter">copyright Board of Regents, <a href=" State University</a></div> </noscript> <script language="javascript" type="text/javascript">var strfooter;strfooter = getfooter();document.write(strfooter);</script> <--End of the WSU Global Footer Zone. --> <--The code below is for the print tool in the toolbar--> <script type="text/javascript"> // To display the "Print" link pass in true. To hide the "Print" link pass in false. addprintlink(true); </script> </body> </html>

Implementing a chat button on TECHNICAL PAPER

Implementing a chat button on TECHNICAL PAPER Implementing a chat button on TECHNICAL PAPER Contents 1 Adding a Live Guide chat button to your Facebook page... 3 1.1 Make the chat button code accessible from your web server... 3 1.2 Create a Facebook

More information

A designers guide to creating & editing templates in EzPz

A designers guide to creating & editing templates in EzPz A designers guide to creating & editing templates in EzPz Introduction...2 Getting started...2 Actions...2 File Upload...3 Tokens...3 Menu...3 Head Tokens...4 CSS and JavaScript included files...4 Page

More information

Create a cool image gallery using CSS visibility and positioning property

Create a cool image gallery using CSS visibility and positioning property GRC 275 A8 Create a cool image gallery using CSS visibility and positioning property 1. Create a cool image gallery, having thumbnails which when moused over display larger images 2. Gallery must provide

More information

Web Publishing Intermediate 2

Web Publishing Intermediate 2 Web Publishing Intermediate 2 Building a Three Column Site with divs and float Jeff Pankin Information Services and Technology Table of Contents Course Objectives... 2 The CIG Web Site... 3 Using the Div

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 5 November 2009

Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 5 November 2009 Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 5 November 2009 NAME (Printed) NAME (Signed) E-mail Exam Rules Show all your work. Your grade will be based on the

More information

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. GIMP WEB 2.0 MENUS Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. Standard Navigation Bar Web 2.0 Navigation Bar Now the all-important question

More information

CS134 Web Site Design & Development. Quiz1

CS134 Web Site Design & Development. Quiz1 CS134 Web Site Design & Development Quiz1 Name: Score: Email: I Multiple Choice Questions (2 points each, total 20 points) 1. Which of the following is an example of an IP address? a. www.whitehouse.gov

More information

Wireframe :: tistory wireframe tistory.

Wireframe :: tistory wireframe tistory. Page 1 of 45 Wireframe :: tistory wireframe tistory Daum Tistory GO Home Location Tags Media Guestbook Admin 'XHTML+CSS' 7 1 2009/09/20 [ ] XHTML CSS - 6 (2) 2 2009/07/23 [ ] XHTML CSS - 5 (6) 3 2009/07/17

More information

Using htmlarea & a Database to Maintain Content on a Website

Using htmlarea & a Database to Maintain Content on a Website Using htmlarea & a Database to Maintain Content on a Website by Peter Lavin December 30, 2003 Overview If you wish to develop a website that others can contribute to one option is to have text files sent

More information

Web Publishing Basics I

Web Publishing Basics I Web Publishing Basics I Jeff Pankin Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What is HTML?... 3 What are the basic

More information

Introduction to HTML5

Introduction to HTML5 Introduction to HTML5 History of HTML 1991 HTML first published 1995 1997 1999 2000 HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 After HTML 4.01 was released, focus shifted to XHTML and its stricter standards.

More information

Design Project. i385f Special Topics in Information Architecture Instructor: Don Turnbull. Elias Tzoc

Design Project. i385f Special Topics in Information Architecture Instructor: Don Turnbull. Elias Tzoc Design Project Site: News from Latin America Design Project i385f Special Topics in Information Architecture Instructor: Don Turnbull Elias Tzoc April 3, 2007 Design Project - 1 I. Planning [ Upper case:

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: You may create your button in GIMP. Mine is 122 pixels by 48 pixels. You can use whatever

More information

Lab 4 CSS CISC1600, Spring 2012

Lab 4 CSS CISC1600, Spring 2012 Lab 4 CSS CISC1600, Spring 2012 Part 1 Introduction 1.1 Cascading Style Sheets or CSS files provide a way to control the look and feel of your web page that is more convenient, more flexible and more comprehensive

More information

CP3343 Computer Science Project (Year) Technical Report Document. Mr Stephen Garner

CP3343 Computer Science Project (Year) Technical Report Document. Mr Stephen Garner CP3343 Computer Science Project (Year) Technical Report Document Mr Stephen Garner Colin Hopson 0482647 Wednesday 23 rd April 2008 i Contents 1 Introduction... 1 2 The Program Listing... 1 2.1 ASP.Net

More information

CMT111-01/-M1: HTML & Dreamweaver. Creating an HTML Document (Continued)

CMT111-01/-M1: HTML & Dreamweaver. Creating an HTML Document (Continued) CMT111-01/-M1: HTML & Dreamweaver Bunker Hill Community College Spring 2011 Instructor: Lawrence G. Piper Creating an HTML Document (Continued) 31 January to 3 February 2011 Where You Should Be Everyone

More information

LAMPIRAN Kode Program

LAMPIRAN Kode Program 73 LAMPIRAN Kode Program 1. Index.php

More information

Lab 1: Introducing HTML5 and CSS3

Lab 1: Introducing HTML5 and CSS3 CS220 Human- Computer Interaction Spring 2015 Lab 1: Introducing HTML5 and CSS3 In this lab we will cover some basic HTML5 and CSS, as well as ways to make your web app look and feel like a native app.

More information

Vebra Search Integration Guide

Vebra Search Integration Guide Guide Introduction... 2 Requirements... 2 How a Vebra search is added to your site... 2 Integration Guide... 3 HTML Wrappers... 4 Page HEAD Content... 4 CSS Styling... 4 BODY tag CSS... 5 DIV#s-container

More information

Title: Dec 11 3:40 PM (1 of 11)

Title: Dec 11 3:40 PM (1 of 11) ... basic iframe body {color: brown; font family: "Times New Roman"} this is a test of using iframe Here I have set up two iframes next to each

More information

LA TROBE UNIVERSITY SEMESTER ONE EXAMINATION PERIOD CAMPUS AW BE BU MI SH ALLOWABLE MATERIALS

LA TROBE UNIVERSITY SEMESTER ONE EXAMINATION PERIOD CAMPUS AW BE BU MI SH ALLOWABLE MATERIALS LIBRARY USE LA TROBE UNIVERSITY SEMESTER ONE EXAMINATION PERIOD 2013 Student ID: Seat Number: Unit Code: CSE2WD Paper No: 1 Unit Name: Paper Name: Reading Time: Writing Time: Web Development Final 15 minutes

More information

Chapter 1. Introduction to web development and PHP. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C1

Chapter 1. Introduction to web development and PHP. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C1 1 Chapter 1 Introduction to web development and PHP 2 Applied Objectives Use the XAMPP control panel to start or stop Apache or MySQL when it is running on your own computer. Deploy a PHP application on

More information

Exam Format: Multiple Choice, True/False, Short Answer (3 points each 75 points total) Write-the-page (25 points)

Exam Format: Multiple Choice, True/False, Short Answer (3 points each 75 points total) Write-the-page (25 points) CS-101 Fall 2008 Section 4 Practice Final v1.0m Name: Exam Format: Multiple Choice, True/False, Short Answer (3 points each 75 points total) Write-the-page (25 points) XHTML/CSS Reference: Entities: Copyright

More information

Lecture 6: Web Security CS /17/2017

Lecture 6: Web Security CS /17/2017 Lecture 6: Web Security CS5431 03/17/2017 2015 Security Incidents Web Vulnerabilities by Year 2500 2000 1500 1000 500 0 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015

More information

TRAINING GUIDE. Rebranding Lucity Web

TRAINING GUIDE. Rebranding Lucity Web TRAINING GUIDE Rebranding Lucity Web Rebranding Lucity Web Applications In this booklet, we ll show how to make the Lucity web applications your own by matching your agency s style. Table of Contents Web

More information

Using an ArcGIS Server.Net version 10

Using an ArcGIS Server.Net version 10 Using an ArcGIS Server.Net version 10 Created by Vince DiNoto Vince.dinoto@kctcs.edu Contents Concept... 2 Prerequisites... 2 Data... 2 Process... 3 Creating a Service... 3 Down Loading Shapefiles... 3

More information

Google Web Toolkit Creating/using external JAR files

Google Web Toolkit Creating/using external JAR files Google Web Toolkit Creating/using external JAR files If you develop some code that can be reused in more than one project, one way to create a module is to create an external JAR file. This JAR file can

More information

How the Internet Works

How the Internet Works How the Internet Works The Internet is a network of millions of computers. Every computer on the Internet is connected to every other computer on the Internet through Internet Service Providers (ISPs).

More information

Dreamweaver: Portfolio Site

Dreamweaver: Portfolio Site Dreamweaver: Portfolio Site Part 3 - Dreamweaver: Developing the Portfolio Site (L043) Create a new Site in Dreamweaver: Site > New Site (name the site something like: Portfolio, or Portfolio_c7) Go to

More information

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file.

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file. 1 of 6 02-Sep-2013 1:52 PM Getting Started with Timeline From SIMILE Widgets Contents 1 Getting Started 1.1 Note 1.2 Examples 1.3 Step 1. Link to the API 1.4 Step 2. Create a DIV Element 1.5 Step 3. Call

More information

Computer Science E-1. Understanding Computers and the Internet. Lecture 10: Website Development Wednesday, 29 November 2006

Computer Science E-1. Understanding Computers and the Internet. Lecture 10: Website Development Wednesday, 29 November 2006 Computer Science E-1 Understanding Computers and the Internet Lecture 10: Website Development Wednesday, 29 November 2006 David J. Malan malan@post.harvard.edu 1 Agenda Webservers Structure Permissions

More information

Header. Report Section. Footer

Header. Report Section. Footer Scan&Solve Cheat Sheet for Modifying Report Format Scan&Solve uses template files to construct the web-ready reports when the [Report ] button is clicked in the View tab. These template files, located

More information

CSS Positioning Using Expression Web Style Tools

CSS Positioning Using Expression Web Style Tools CHAPTER 7 CSS Positioning Using Expression Web Style Tools You can create a web page layout in two ways. The old style is to use a table and nest other tables inside. In the 1990s, that was the most effective

More information

I Can t Believe It s Not

I Can t Believe It s Not I Can t Believe It s Not Flash! @thomasfuchs Animating CSS properties Timer JavaScript sets CSS Reflow Rendering Paint Animating CSS properties Timer JavaScript sets CSS Reflow

More information

Web Development & Design Foundations with XHTML. Chapter 2 Key Concepts

Web Development & Design Foundations with XHTML. Chapter 2 Key Concepts Web Development & Design Foundations with XHTML Chapter 2 Key Concepts Learning Outcomes In this chapter, you will learn about: XHTML syntax, tags, and document type definitions The anatomy of a web page

More information

Bookmarks to the headings on this page:

Bookmarks to the headings on this page: Squiz Matrix User Manual Library The Squiz Matrix User Manual Library is a prime resource for all up-to-date manuals about Squiz's flagship CMS Easy Edit Suite Current for Version 4.8.1 Installation Guide

More information

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Unit Notes ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Copyright, 2013 by TAFE NSW - North Coast Institute Date last saved: 18 September 2013 by

More information

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.: Internet publishing HTML (XHTML) language Petr Zámostný room: A-72a phone.: 4222 e-mail: petr.zamostny@vscht.cz Essential HTML components Element element example Start tag Element content End tag

More information

Building Your Blog Audience. Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007

Building Your Blog Audience. Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007 Building Your Blog Audience Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007 1 Content Community Technology 2 Content Be. Useful Entertaining Timely 3 Community The difference between

More information

Dreamweaver CS3 Lab 2

Dreamweaver CS3 Lab 2 Dreamweaver CS3 Lab 2 Using an External Style Sheet in Dreamweaver Creating the site definition First, we'll set up the site and define it so that Dreamweaver understands the site structure for your project.

More information

XHTML & CSS CASCADING STYLE SHEETS

XHTML & CSS CASCADING STYLE SHEETS CASCADING STYLE SHEETS What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML XHTML is almost identical to HTML 4.01 XHTML is a stricter and cleaner version

More information

blink.html 1/1 lectures/6/src/ form.html 1/1 lectures/6/src/

blink.html 1/1 lectures/6/src/ form.html 1/1 lectures/6/src/ blink.html 1/1 3: blink.html 5: David J. Malan Computer Science E-75 7: Harvard Extension School 8: 9: --> 11:

More information

ajax1.html 1/2 lectures/7/src/ ajax1.html 2/2 lectures/7/src/

ajax1.html 1/2 lectures/7/src/ ajax1.html 2/2 lectures/7/src/ ajax1.html 1/2 3: ajax1.html 5: Gets stock quote from quote1.php via Ajax, displaying result with alert(). 6: 7: David J. Malan 8: Dan Armendariz 9: Computer Science E-75 10: Harvard Extension School 11:

More information

Part A Short Answer (50 marks)

Part A Short Answer (50 marks) Part A Short Answer (50 marks) NOTE: Answers for Part A should be no more than 3-4 sentences long. 1. (5 marks) What is the purpose of HTML? What is the purpose of a DTD? How do HTML and DTDs relate to

More information

Final Exam CIS 228: The Internet Prof. St. John Lehman College City University of New York 12 December 2007

Final Exam CIS 228: The Internet Prof. St. John Lehman College City University of New York 12 December 2007 Final Exam CIS 228: The Internet Prof. St. John Lehman College City University of New York 12 December 2007 NAME (Printed) NAME (Signed) E-mail Exam Rules Show all your work. Your grade will be based on

More information

CSS often uses hyphens in CSS property names but JavaScript uses camel case, e.g. color: blue; p { <!DOCTYPE html> <meta charset="utf-8" /> <head>

CSS often uses hyphens in CSS property names but JavaScript uses camel case, e.g. color: blue; p { <!DOCTYPE html> <meta charset=utf-8 /> <head> 1 of 9 CS1116/CS5018 Web Development 2 Dr Derek Bridge School of Computer Science & Information Technology University College Cork Recap To find nodes: queryselector, queryselectorall To create new element

More information

Hoster: openload.co - Free PLUGIN_DEFECT-Error: 08d a1830b60ab13ddec9a2ff6

Hoster: openload.co - Free PLUGIN_DEFECT-Error: 08d a1830b60ab13ddec9a2ff6 JDownloader - Bug #80273 Bug # 75914 (Closed): Hoster: openload.co - Free Hoster: openload.co - Free PLUGIN_DEFECT-Error: 08d9453425a1830b60ab13ddec9a2ff6 08/18/2016 02:13 AM - StatServ Status: Closed

More information

Tips from Bryan. (past student)

Tips from Bryan. (past student) Tips from Bryan (past student) 2 3 4 5 6 7 8 Questions/Tips/ Thoughts/Concerns? Students suggest An easier midterm? Nice idea, but not a valid solution; e.g. makes it harder to survive in your future upper-level

More information

First, create a web page with a submit button on it (remember from creating forms in html?):

First, create a web page with a submit button on it (remember from creating forms in html?): Changing Style So far we have only done a little with changing the style of a web page. JavaScript lets us do that as well. We can call a function that allows us to change the style of one or many elements

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

JavaScript (5A) JavaScript

JavaScript (5A) JavaScript JavaScript (5A) JavaScript Copyright (c) 2012 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any

More information

Schenker AB. Interface documentation Map integration

Schenker AB. Interface documentation Map integration Schenker AB Interface documentation Map integration Index 1 General information... 1 1.1 Getting started...1 1.2 Authentication...1 2 Website Map... 2 2.1 Information...2 2.2 Methods...2 2.3 Parameters...2

More information

CSS. CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo. DAW css 1/1

CSS. CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo. DAW css 1/1 CSS CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo DAW css 1/1 Cascaded Style Sheets Por ordem de prioridade: Inline

More information

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

Basics of Page Format

Basics of Page Format Basics of Page Format HTML Structural Tags Certain HTML tags provide the structure of the HTML document. These include the tag, the tag, the tag, and the tag. As soon as a

More information

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What tag pair is used to create a new paragraph? a. b. c. d. 2. What tag pair

More information

Presenter: Richard Merrill, Autograff Inc.

Presenter: Richard Merrill, Autograff Inc. Presenter: Richard Merrill, Autograff Inc. File and Folder Naming Meta tags controlled and standardized Semantically-rich spider searchable menus Moving pages while preserving menus Common folder and page

More information

Module Contact: Dr Graeme Richards, CMP. Copyright of the University of East Anglia Version 1

Module Contact: Dr Graeme Richards, CMP. Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Computing Sciences Main Series UG Examination 2015/16 WEB BASED PROGRAMMING CMP-4011A Time allowed: 2 hours Answer BOTH questions in Section A and TWO questions from

More information

django-sekizai Documentation

django-sekizai Documentation django-sekizai Documentation Release 0.6.1 Jonas Obrist September 23, 2016 Contents 1 About 3 2 Dependencies 5 3 Usage 7 3.1 Configuration............................................... 7 3.2 Template

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

extensible Markup Language (XML) Basic Concepts

extensible Markup Language (XML) Basic Concepts (XML) Basic Concepts Giuseppe Della Penna Università degli Studi di L Aquila dellapenna@univaq.it http://www.di.univaq.it/gdellape This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike

More information

Date Picker Haim Michael

Date Picker Haim Michael Date Picker Introduction The date picker is one of the most popular jquery widgets in use. It is highly configurable and extremely easy to implement. Introduction Simple Date Picker

More information

ISM 50 - Business Information Systems

ISM 50 - Business Information Systems ISM 50 - Business Information Systems Lecture 10 Instructor: Magdalini Eirinaki UC Santa Cruz May 3, 2007 Outline Announcements Student Presentation Client-Server Architecture Student Presentation The

More information

Provenance Situations: Use Cases for Provenance on Web Architecture

Provenance Situations: Use Cases for Provenance on Web Architecture Provenance Situations: Use Cases for Provenance on Web Architecture W3C Provenance XG http://www.w3.org/2005/incubator/prov/wiki October 28, 2010 1 Provenance and Web Architecture: Consider Five Diverse

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

<style type=text/css> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page*** Chapter 7 Using Advanced Cascading Style Sheets HTML is limited in its ability to define the appearance, or style, across one or mare Web pages. We use Cascading style sheets to accomplish this. Remember

More information

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

CSS: Layout Part 2. clear. CSS for layout and formatting: clear CSS: Layout Part 2 Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for layout and formatting: clear

More information

Style-Guidelines. Release 0.1

Style-Guidelines. Release 0.1 Style-Guidelines Release 0.1 Oct 31, 2017 Contents 1 Guidelines 3 i ii Author lxneng (Eric Lo) Version 1.0 Contents 1 2 Contents CHAPTER 1 Guidelines Python Code Style GuideLine PEP 8 : 4 : : 79,., =

More information

Web Site Workshop. Tracy Stepien. University of Pittsburgh Student Chapter of SIAM March 24,

Web Site Workshop. Tracy Stepien. University of Pittsburgh Student Chapter of SIAM March 24, Web Site Workshop Tracy Stepien tls52@pitt.edu http://www.pitt.edu/~tls52/ University of Pittsburgh Student Chapter of SIAM March 24, 2012 Outline 1 2 Header Body 3 Colors Text and Fonts Links and Lists

More information

Web applications Developing Android/Iphone Applications using WebGUI

Web applications Developing Android/Iphone Applications using WebGUI Web applications Developing Android/Iphone Applications using WebGUI Joeri de Bruin Oqapi Software joeri@oqapi.nl 1 Overview Web applications Create WebApp with WebGUI Turn WebApp into native mobile app

More information

CIS 228 (Fall 2011) Exam 2, 11/3/11

CIS 228 (Fall 2011) Exam 2, 11/3/11 CIS 228 (Fall 2011) Exam 2, 11/3/11 Name (sign) Name (print) email Question 1 2 3 4 5 6 7 8 TOTAL Score CIS 228, exam 2 1 11/03/11 Question 1 True or false: In CSS, property declarations in the same rule

More information

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008 Denes Kubicek Oracle ACE APEX Developer of the Year 2008 Blog & Tools at: http://www.deneskubicek.blogspot.com/ http://apex.oracle.com/pls/otn/f?p=31517:1 http://www.opal-consulting.de Create Web 2.0 Applications

More information

HTML Overview. With an emphasis on XHTML

HTML Overview. With an emphasis on XHTML HTML Overview With an emphasis on XHTML What is HTML? Stands for HyperText Markup Language A client-side technology (i.e. runs on a user s computer) HTML has a specific set of tags that allow: the structure

More information

src1-malan/ajax/ajax1.html ajax1.html Gets stock quote from quote1.php via Ajax, displaying result with alert().

src1-malan/ajax/ajax1.html ajax1.html Gets stock quote from quote1.php via Ajax, displaying result with alert(). src1-malan/ajax/ajaxhtml 1 1 1 1 1 2 2 2 2 2 2 2 2 30. 3 3 3 3 3 3 3 3 3 40. 4 4 4 4 4 4 4 4 ajaxhtml Gets stock quote from quotephp via Ajax, displaying result with alert(). Building Mobile Applications

More information

Web Services Application Programming Interface (API) Specification

Web Services Application Programming Interface (API) Specification Web Services Application Programming Interface (API) Specification Version 1.1 July 10, 2018 Web Services API Specifications 2 of 36 Table of s 1. Terrain Sources... 3 1.1. GET Method... 3 1.2. POST Method...

More information

ANSWER KEY Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 2 April 2009

ANSWER KEY Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 2 April 2009 ANSWER KEY Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 2 April 2009 1. True or False: (a) T You can validate CSS files, in the same way you validate HTML files.

More information

HTML (Hyper Text Markup Language) CSS. (Cascading Style Sheets) HTML: problems with styles. HTML: styles. CSS: specifications.

HTML (Hyper Text Markup Language) CSS. (Cascading Style Sheets) HTML: problems with styles. HTML: styles. CSS: specifications. CSS (Cascading Style Sheets) Antonio Lioy < lioy@polito.it it > english version created by Marco D. Aime < m.aime@polito.it > Politecnico di Torino Dip. Automatica e Informatica HTML (Hyper Text Markup

More information

Exporting a Confluence space as a Website

Exporting a Confluence space as a Website Exporting a Confluence space as a Website This how-to explains how to export a Confluence space using the AutoExport Plugin. How it works. What it does. The AutoExport Plugin for Confluence is a plugin

More information

CSS. (Cascading Style Sheets) HTML (Hyper Text Markup Language) HTML: styles. 07/07/2011(mar'09) A.Lioy - Politecnico di Torino ( ) F.

CSS. (Cascading Style Sheets) HTML (Hyper Text Markup Language) HTML: styles. 07/07/2011(mar'09) A.Lioy - Politecnico di Torino ( ) F. CSS (Cascading Style Sheets) Antonio Lioy < lioy@polito.it it > english version created by Marco D. Aime < m.aime@polito.it > Politecnico di Torino Dip. Automatica e Informatica HTML (Hyper Text Markup

More information

Psychology Experiments on the Web Using PHP and MySQL

Psychology Experiments on the Web Using PHP and MySQL Psychology Experiments on the Web Using PHP and MySQL Lisa M. DeBruine August 14, 2008 Contents 1 Basic Web Authoring 2 1.1 Setting up your webpage....................... 2 1.2 HTML.................................

More information

CSS. (Cascading Style Sheets)

CSS. (Cascading Style Sheets) CSS (Cascading Style Sheets) Antonio Lioy < lioy@polito.it > english version created by Marco D. Aime < m.aime@polito.it > Politecnico di Torino Dip. Automatica e Informatica HTML (Hyper Text Markup Language)

More information

HTML HTML5. DOM(Document Object Model) CSS CSS

HTML HTML5. DOM(Document Object Model) CSS CSS HTML HTML5 DOM(Document Object Model) CSS CSS HTML html img jpg png gif jpg png gif

More information

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Instructions to use the laboratory computers (room B2): 1. If the computer is off, start it with Windows (all computers have a Linux-Windows

More information

Micronet International College

Micronet International College Micronet International College Level 4 Diploma in Computing Designing and Developing a Website (DDW) Test 1 (20%) Name: /50 Class: QUESTION 1 a) I) What are W3C standards? 1 Specifications or descriptions

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 FacWeb 1 The following shows the contents of the FacWeb.txt document, with instructions for replacing certain items with your

More information

1.1 Text Alternatives: Provide text alternatives for any non-text content. 3.1 Readable: Make text content readable and understandable.

1.1 Text Alternatives: Provide text alternatives for any non-text content. 3.1 Readable: Make text content readable and understandable. Monday April 29, 2013 10:10:00 Source URL: http://hastanerandevu.gov.tr/randevu/randevu.jsp Source Title: Hastane Randevu Merkezi Yönlendirme Accessibility Review (Guidelines: WCAG 2.0 (Level AA)) Report

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

map1.html 1/1 lectures/8/src/

map1.html 1/1 lectures/8/src/ map1.html 1/1 3: map1.html 5: Demonstrates a "hello, world" of maps. 7: Computer Science E-75 8: David J. Malan 9: 10: --> 1 13:

More information

In the early days of the Web, designers just had the original 91 HTML tags to work with.

In the early days of the Web, designers just had the original 91 HTML tags to work with. Web Design Lesson 4 Cascading Style Sheets In the early days of the Web, designers just had the original 91 HTML tags to work with. Using HTML, they could make headings, paragraphs, and basic text formatting,

More information

Assignments (4) Assessment as per Schedule (2)

Assignments (4) Assessment as per Schedule (2) Specification (6) Readability (4) Assignments (4) Assessment as per Schedule (2) Oral (4) Total (20) Sign of Faculty Assignment No. 02 Date of Performance:. Title: To apply various CSS properties like

More information

Recall: Document Object Model (DOM)

Recall: Document Object Model (DOM) Page 1 Document Object Model (DOM) CSE 190 M (Web Programming), Spring 2007 University of Washington References: Forbes/Steele, Chipman (much of this content was stolen from them) Recall: Document Object

More information

Inline Elements Karl Kasischke WCC INP 150 Winter

Inline Elements Karl Kasischke WCC INP 150 Winter Inline Elements 2009 Karl Kasischke WCC INP 150 Winter 2009 1 Inline Elements Emphasizing Text Increasing / Decreasing Text Size Quotes and Citations Code, Variables, and Sample Output Spanning Text Subscripts

More information

ALT-TAB: Better APEX Tabs. Scott Spendolini Director & Co-Founder

ALT-TAB: Better APEX Tabs. Scott Spendolini Director & Co-Founder ALT-TAB: Better APEX Tabs Scott Spendolini Director & Co-Founder Welcome 2 ABOUT THE PRESENTER Scott Spendolini scott@sumneva.com @sspendol Ex-Oracle Employee of 10 years Senior Product Manager for Oracle

More information