Difference between revisions of "WolfTech Information Technology"
m |
m |
||
Line 13: | Line 13: | ||
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Active Directory<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Active_Directory Active Directory]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
Line 19: | Line 19: | ||
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Education<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Education Education]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Email & Calendar<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Email_%26_Calendar Email & Calendar]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|File Storage<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Storage File Storage]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Help & Tutorials<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Category:Support Help & Tutorials]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Mobile Computing<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Mobile_Computing Mobile Computing]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|} | |} | ||
| | | | ||
Line 38: | Line 38: | ||
{| | {| | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Printing<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Printing Printing]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Remote Access<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Remote_Access Remote Access]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
Line 47: | Line 47: | ||
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Security & Viruses<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Security Security & Viruses]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
Line 53: | Line 53: | ||
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|Web & Databases<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Web Web & Databases]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] | ||
− | |align="left"|WolfTech Organization<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 | + | |align="left"|'''[http://www.wolftech.ncsu.edu/support/support/About_WolfTech WolfTech Organization]'''<BR>Manage your online identity<BR>Sub1, Sub2, Sub3 |
|- | |- | ||
|[[Image:Icon-keyboard.png]] | |[[Image:Icon-keyboard.png]] |
Revision as of 13:33, 19 June 2006
Welcome to WolfTech Computing Services
Welcome to the one-stop computing resource site for Electrical and Computer Engineering, and all other users of WolfTech computer support. With the www.wolftech.ncsu.edu site, you only have to remember one address to find anything and everything about using your computer at NC State. Our departments have more than their share of IT gremlins. WolfTech's job is to keep them under control. Let us help you with your troubleshooting needs. Our staff and experience are at your disposal.
Before getting started, be sure you have read the Acceptable Use Guidelines.
|
|
Most Recently Added Pages
<newpages> limit=5 </newpages> |
Most Recently Added Pages <newpages> limit=5 </newpages>
<php> include "display_news.inc.php"; $Show = new News(82);
$TClook = '
<a href="news.php?tcID=2640">###EVENT_TITLE#20##</a>
';
$News = new News(82,'Yes','N'); $News->setPerPage(10); $News->doQuery();
PRINT ("
");
PRINT ("
| |
");
require_once('xml_news.php');
- \XML NEWS FEED\ ##############
// important settings for XML news feed $num_stories_to_show = 5; $num_stories = get_xml_news($news,$num_stories_to_show); if( $num_stories < 1 ) { // oh no! echo "News service temporarily unavailable."; } else {
PRINT ("
"); for( $f = 0 ; $f < $num_stories_to_show ; $f++ ) { PRINT ("");} // end for for() loop
PRINT ("");
PRINT $news[$f][date]; PRINT (" | ");
PRINT $news[$f][time]; PRINT (" | - | [");
PRINT $news[$f][link]; PRINT $news[$f][name]; PRINT ("] |
");
} // end of if/else
- /XML NEWS FEED/ ##############
PRINT (" ");
</php>