Difference between revisions of "WolfTech Information Technology"

From WolfTech
Jump to navigation Jump to search
m
m
Line 1: Line 1:
[[Image:Onestop.png|left]]Welcome to the one-stop computing resource site for [http://www.ece.ncsu.edu/ Electrical and Computer Engineering] and all other [http://www.ncsu.edu NC State] users of WolfTech computing or web resources. With this site, you only have to remember one address to find anything and everything about using your computer at NC State. We're continuing to add vast amounts of information to this website, and should you find anything missing, we encourage you to email us a request for more information.
+
hi
 
 
Before getting started, be sure you have read through the NC State and ECE [[Accounts| Information Technology Policies]].
 
 
 
 
 
----------------------
 
 
 
{|
 
|valign="top"|
 
{|
 
|[[Image:Icon-lock.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Accounts Accounts & Policies]'''<BR>Access and its requirements
 
|-
 
|[[Image:Icon-paperclip.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Active_Directory Active Directory]'''<BR>ECE's Windows environment
 
|-
 
|[[Image:Icon-ipod.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Classes_%26_Courseware Classes & Courseware]'''<BR>Class and classroom support
 
|-
 
|[[Image:Icon-computer.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Computer_Labs Computer Labs]'''<BR>Come use our computers
 
|}
 
|valign="top"|
 
{|
 
|[[Image:Icon-education.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Education Education]'''<BR>Campus learning resources
 
|-
 
|[[Image:Icon-email.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Email_%26_Calendar Email & Calendar]'''<BR>Clients, setup, scheduling
 
|-
 
|[[Image:Icon-fileserver.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Storage File Storage]'''<BR>Protect your data files
 
|-
 
|[[Image:Icon-keyboard.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Category:Support Help & Tutorials]'''<BR>Solve your own problems
 
|}
 
|valign="top"|
 
{|
 
|[[Image:Icon-pda.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Mobile_Computing Mobile Computing]'''<BR>Computing on the go
 
|-
 
|[[Image:Icon-printer.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Printing Printing]'''<BR>Connect to your printer
 
|-
 
|[[Image:Icon-radio.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Remote_Access Remote Access]'''<BR>Off campus IT resources
 
|-
 
|[[Image:Icon-science.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Research_Computing Research Computing]'''<BR>Resources for Researchers
 
|}
 
|valign="top"|
 
{|
 
|[[Image:Icon-virus.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Security Security & Viruses]'''<BR>Protect your computer
 
|-
 
|[[Image:Icon-processor.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Software_%26_Hardware Software & Hardware]'''<BR>Availability and Purchasing
 
|-
 
|[[Image:Icon-paper.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Web Web & Databases]'''<BR>Create your online identity
 
|-
 
|[[Image:Icon-pocketknife.png]]
 
|align="left"|'''[http://www.wolftech.ncsu.edu/support/support/Web_Tools WolfTech Tools]'''<BR>WolfTech Web Products
 
|}
 
|}
 
 
 
------------------------------------
 
 
 
 
 
<php>
 
require('magpierss/rss_fetch.inc');
 
#require('magpierss/rss_utils.inc');
 
$url="http://www.wolftech.ncsu.edu/news/?feed=rss2";
 
$num_items = 5;
 
 
 
$rss = fetch_rss($url);
 
$rss->items = array_slice($rss->items, 0, $num_items);
 
 
 
echo "<b><a href=\"http://www.wolftech.ncsu.edu/news/\">", $rss->channel['title'], "</a></b><br>";
 
foreach ($rss->items as $item ) {
 
$title = $item[title];
 
$url  = $item[link];
 
$published = strtotime($item[pubdate]);
 
echo date("M dS H:i", $published);
 
echo " - ";
 
echo "<a href=$url>$title</a></li><br>";
 
}
 
 
 
</php>
 
 
 
<php>
 
PRINT ("<a href=\"http://sysnews.ncsu.edu/tools-php/spam-filter-setup.php\">");
 
PRINT ("<img src=\"http://www.wolftech.ncsu.edu/support/images/Spam-drowning.png\">");
 
PRINT ("</a>");
 
</php>
 

Revision as of 17:34, 5 January 2007

hi