Site menu:

About:

weather.olc.net provides current local weather data collected just outside of Orangeburg, SC and weather information from the NOAA and the National Weather Service.

Current Weather Not Available

Orangeburg Forecast

This
Afternoon

Mostly Sunny
Mostly
Sunny
Tonight

Mostly Clear
Mostly
Clear
Hi 92 °FLo 67 °F

Latest news:

May 18, 2008:
You can now put weather information from weather.olc.net on your site. See Free Weather Info for details.

May 12, 2008:
The Daily Highs and Lows page now displays data from the last 28 days. Local radar shows radar and lightning strikes for Orangeburg County and other counties in the midlands of SC with the option to display severe weather warnings. Current weather info now shown in the right hand column on every page. Current conditions page added showing today's current conditions and yesterday's weather info.

Apr 30, 2008:
Added the southeast radar loop and the North Edisto River forecast.


Free Weather Information

Free local weather for your site is available in 3 different options. One provides current weather information in a two column, two row format showing the current temperature, heat index or wind chill, inches of rain, and gust wind speed. See 'Current Weather' example below. Another provides a two column one row format showing the current temperature, heat index or wind chill, inches of rain, gust wind speed, max gust wind speed, humidity, and barometer. The current information is displayed in the two columns, one after the other. See 'Rotating Current Weather' example below. The third is a page of the current weather conditions. See 'Current Weather Page' example below. All 3 are displayed on your site by using a script call in your page.

Terms and Conditions

  1. weather.olc.net reserves the right to change or withdraw the free local weather information at any time for any reason.
  2. CSS can be used to change the look and style of the current weather, rotating current weather, and the current weather page to match your site, however it can not be used to block any of the content from the user's view.
  3. CSS can not be used to change the look or display of any ads that may be present within the current weather page.
  4. With the exception of changes to CSS within the restrictions noted above, the current weather page content must be run 'as is' without any amendments.
  5. Any advertisements that may be present within the current weather page are to remain and not be blocked from the user's view.
  6. Any advertisements that may be present will be of a general nature and not contain any reference to alcohol, offensive material, or any other content deemed unsuitable for a general audience.

Current Weather Example

To include the Current Weather, simply insert this script into your HTML page:
<script type="text/javascript" src="http://weather.olc.net/db/banner.php">
</script>
<noscript>
<a href="http://weather.olc.net/index.php?currentconditions=true">Orangeburg Weather"></a>
</noscript>

Rotating Current Weather Example


To include the Rotating Current Weather, simply insert this script into your HTML page:
<script type="text/javascript" src="http://weather.olc.net/db/banner.php?rotating=true">
</script>
<noscript>
<a href="http://weather.olc.net/index.php?currentconditions=true">Orangeburg Weather"></a>
</noscript>

Current Weather Page Example


See this page for an example of its use: OLC Weather Page

To include the Current Weather Page, simply insert this script into your HTML page:
<script type="text/javascript" src="http://weather.olc.net/db/banner.php?page=true">
</script>
<noscript>
<a href="http://weather.olc.net/index.php?currentconditions=true">Orangeburg Weather"></a>
</noscript>


To use your own CSS, add &usecss=true to the any of the scripts' source URL. For example, src="http://weather.olc.net/db/banner.php?page=true&usecss=true"

Here's some examples of how to use CSS to customize the look of the Current Weather, Rotating Current Weather, and Current Weather Page. If you're not familiar with CSS or are satisfied with the default look, you do not need to use the CSS. Just enter the scripts exactly as listed above.
/*	for Current Weather and Rotating Current Weather	*/
#wxBannerHeading {
	font-size:1.5em; 
	font-weight:400; 
	letter-spacing:-1px; 
	margin:0 0 6px;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	color:#3a3a3a;
	text-decoration:none;
}
/*	for Current Weather, Rotating Current Weather, and Current Weather Page	*/
.wxHeading {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:0.9em;
	font-weight:800;
	text-align: center;
	text-decoration:none;
	color:#505050;
	padding: 0px 6px 0px 0px;
}
/*	for Current Weather, Rotating Current Weather, and Current Weather Page	*/
.wxData {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:0.9em;
	letter-spacing:-1px;
	text-align: center;
	text-decoration:none;
	color:#505050;
	padding: 0px 6px 4px 0px;
}