File: /home/awaldron/www/archive/waldron1/sm/index.php
<? //print header
$page_name = "index";
require("sm_header.php");
?>
<td valign="top" class="text"><center>
<table width=96% border=0><tr><td valign="top" class="text" width="*">
<tr>
<td class="text">
<table width=25% border=0 cellspacing=0 cellpadding=0 align="right">
<tr><td width="10" background="images/shadow_left.gif" valign="top"><img src="images/shadow_top.gif"></td>
<td class="service-data" align="center">
<table width=100% border=0 cellspacing=1 cellpadding=3 bgcolor="#000000">
<tr><td class="table-header" align="center">Did You Know?</td></tr>
<tr><td class="service-data" align="left">
<?
srand((double)microtime()*1000000);
$iRandom = rand(0,3);
if ($iRandom == 0) {
echo "<P><center><b>Screen Resolution</b></center>\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>According to TheCounter.com, In Dec. 2002, 47% of internet users have their screen resolution set to 800x600 pixels, while 46% of internet users set thier screen resolutions to 1024x768 or above.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>While many web developers design specifically for screen resolutions of 1024x768 or above, Waldron IMS designs for both large and small screen resolutions, so your content will always be readable.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>By the way, your screen resolution is <b>";
echo "<Script Language=\"JavaScript\">\n";
echo "var scrh = screen.Height\n";
echo "var scrw = screen.Width\n";
echo "document.write(scrw, \"x\", scrh)\n";
echo "</Script></b>";
}
if ($iRandom == 1) {
echo "<P><center><b>Days of the Week</b></center>\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>According to TheCounter.com, In Dec. 2002, the most popular days to surf the web or Monday and Tuesday.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>Waldron Internet Management Services is determined to understand the needs of your users. We will research your audience's statistics so you know what days your customers prefer to browse your site. Opening the doors to time sensitive advertising!\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>What days of the week are you usually surfing the web?\n";
}
if ($iRandom == 2) {
echo "<P><center><b>Operating Systems</b></center>\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>According to TheCounter.com, In Dec. 2002, 93% of internet users used a version of Microsoft Windows to browse the web.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>Waldron Internet Management Services is determined understand the needs of your users. Knowing the operating system most commonly used by your customers is important so we can design your website specifically for your audience, guaranteeing a pleasant web experience.\n";
}
if ($iRandom == 3) {
echo "<P><center><b>Web Browsers</b></center>\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>According to TheCounter.com, In Dec. 2002, 94% of internet users used a version of Microsoft Internet Explorer to browse the web.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>Waldron Internet Management Services is understands that not all users are the same. Regardless of the fact that MIE is the world's preferred web browser, we guarantee that our designs are compatible with any version of any browser.\n";
echo "<img src=\"images/clear.gif\" width=100% height=8>What browser do you prefer? Netscape or MIE?\n";
}
?> </td></tr></table>
</td>
</tr>
<tr><td width="10" background="images/shadow_left.gif" valign="top"><img src="images/shadow_corner.gif"></td>
<td background="images/shadow_bot.gif" align="right"><img src="images/shadow_bot_rt.gif"></td>
</tr>
</table> <!--table with shadows-->
<!-- BEGIN MAIN BODY OF TEXT -->
<P><table width=73% border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="images/sub_lords.gif"></td></tr>
<tr><td bgcolor="#000000" height=1><img src="images/clear.gif" width=1 height=1></td></tr>
<tr><td height=5><img src="images/clear.gif" width=1 height=5></td></tr>
</table>
<P><span class="footer">Welcome to Waldron Internet Management Services!</span>
<P>Waldron Internet Management Services specializes in content management. This means that not only do you receive a spectacular, eye-catching design, but we also maintain and manage your web content at an affordable monthly subscription rate.
<P>Often times a company will hire a web designer who creates a site and leaves shortly thereafter. Now the company that didn't have the time to create a website, doesn't have the time to maintain it. The website then becomes outdated very quickly and eventually falls apart while customers lose interest.
<P>The best way to ensure consistency is to have a single person or agency that is responsible for design and maintenence for the life of the site. This ensures the consistency and integrity that your customers will come to expect.
<P>Waldron Internet Management Services has years of experience not only in design, but maintenance and content management. Truly a one-stop shop for any internet presence your company will need.
<P>Whether you need a dynamic, database-driven web site, a fully-functioning e-commerce web site, or a simple brochureware web site, we have the creative talent and technical expertise to accommodate your company�s web development needs. Our web designers have years of training in web development, including:
<ul>
<li>Web site development, implementation and maintenance
<li>Assessing architecture, interface, layout and navigation
<li>HTML standards and compliance
<li>Client-side and server-side scripting
<li>eCommerce and eBusiness
</ul>
<P>Our web design team has in-depth experience applying graphic design principles to produce creative, innovative and professional web sites. All of our web sites are developed using industry-standard tools and are validated and tested for browser compatibility, usability and accessibility.
</td>
</tr></table>
<P><table width="98%" border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="images/sub_tech.gif"></td></tr>
<tr><td bgcolor="#000000" height=1><img src="images/clear.gif" width=1 height=1></td></tr>
<tr><td height=2><img src="images/clear.gif" width=1 height=2></td></tr>
<tr><td align="center" valign="middle">
<img src="images/uses/mysql.gif"><img src="images/uses/php4.gif"><img src="images/uses/unix.gif"><img src="images/uses/linux.gif"><img src="images/uses/java.gif"><img src="images/uses/asp_logo.gif"><img src="images/uses/cgiperl.gif"><img src="images/uses/windows.gif">
</td>
</tr></table>
</center></td>
<?
$right_nav = array("none");
require("sm_footer.php");
?>