<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>OSCR Help Forums</title>
		<link>http://forum.oscr.arizona.edu/</link>
		<description><![CDATA[This is a technical support forum for the University of Arizona's Office of Student Computing Resources (OSCR)]]></description>
		<language>en</language>
		<lastBuildDate>Tue, 24 Nov 2009 01:06:51 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://forum.oscr.arizona.edu/images/misc/rss.jpg</url>
			<title>OSCR Help Forums</title>
			<link>http://forum.oscr.arizona.edu/</link>
		</image>
		<item>
			<title>Xbox at U of A</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6876&amp;goto=newpost</link>
			<pubDate>Tue, 17 Nov 2009 20:52:53 GMT</pubDate>
			<description>I have my xbox hooked up and i am trying to play xbox live. I am connected to the UAPublic network. I can play online just fine, but when i try to connect to certain friends it will not allow it. Is there any other options for me so that i can get a better connection because my connection as it is...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have my xbox hooked up and i am trying to play xbox live. I am connected to the UAPublic network. I can play online just fine, but when i try to connect to certain friends it will not allow it. Is there any other options for me so that i can get a better connection because my connection as it is is very slowwwww.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=46">General Discussions</category>
			<dc:creator>ryanjc</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6876</guid>
		</item>
		<item>
			<title>Flash Countdown Timer Script Issue</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6870&amp;goto=newpost</link>
			<pubDate>Mon, 16 Nov 2009 01:23:20 GMT</pubDate>
			<description><![CDATA[I'm trying to create a flash countdown timer that finishes at 8am on a given date. The countdown timer works great however it needs to finish at 8am my time, however at the moment the timer is set to 'getTime' which i assume means it reads the current time from the users computer. As a result the...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm trying to create a flash countdown timer that finishes at 8am on a given date. The countdown timer works great however it needs to finish at 8am my time, however at the moment the timer is set to 'getTime' which i assume means it reads the current time from the users computer. As a result the countime timer is counting down to the wrong time for them.<br />
<br />
Could anyone please let me know how to srcipt it so it is always set to my time and i can control the countdown settings, so people in other timezones see the same time.<br />
<br />
The script I currently have is below (Action Script 2):<br />
<br />
this.onEnterFrame = function() {<br />
	<br />
	var today:Date = new Date() ;<br />
	var currentYear = today.getFullYear() ;<br />
	var currentTime = today.getTime() ;<br />
	<br />
	var targetDate:Date = new Date (currentYear,10,23,8)<br />
	var targetTime = targetDate.getTime() ;<br />
	<br />
	var timeLeft = targetTime - currentTime;<br />
	<br />
	var sec = Math.floor(timeLeft/1000);<br />
	var min = Math.floor(sec/60);<br />
	var hrs = Math.floor(min/60);<br />
	var days = Math.floor(hrs/24);<br />
	sec = string(sec % 60);<br />
	if (sec.length &lt; 2) {<br />
		sec = &quot;0&quot; + sec;<br />
	}<br />
	min = string(min % 60);<br />
	if (min.length &lt; 2) {<br />
		min = &quot;0&quot; + min;<br />
	}<br />
	hrs = string(hrs % 24);<br />
	if (hrs.length &lt; 2) {<br />
		hrs = &quot;0&quot; + hrs;<br />
	}<br />
	days + string(days);<br />
	<br />
	var counter:String = days + &quot;:&quot; + hrs + &quot;:&quot; + min + &quot;:&quot; + sec;<br />
	time_txt.text = counter ;<br />
}<br />
<br />
Any help would be much appreciated.<br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=41">Graphics Applications</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6870</guid>
		</item>
		<item>
			<title><![CDATA[Harrison's oceanus]]></title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6868&amp;goto=newpost</link>
			<pubDate>Sat, 14 Nov 2009 21:15:52 GMT</pubDate>
			<description>Testing ReCaptcha spam prevention. 
-- Margrit</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Testing ReCaptcha spam prevention.<br />
-- Margrit</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=38">MacOS</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6868</guid>
		</item>
		<item>
			<title>Spam Alert: Please be careful with these new tutorials</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6867&amp;goto=newpost</link>
			<pubDate>Sat, 14 Nov 2009 04:22:20 GMT</pubDate>
			<description>Hey everyone. 
 
Just a warning, I have noticed a lot of spam hitting this forum recently. A lot of it happens to be these really detailed tutorials that you see surrounding this post as of when I made this message. These appear to be from a company or spam system that is promoting their software...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hey everyone.<br />
<br />
Just a warning, I have noticed a lot of spam hitting this forum recently. A lot of it happens to be these really detailed tutorials that you see surrounding this post as of when I made this message. These appear to be from a company or spam system that is promoting their software and they are taking over certain sections of the forum. If a post is from someone without an account and it seems to have a lot of links or mentions of a specific product, please understand that there is a good chance this is spam and be careful on what you click on. I am not sure if OSCR is taking steps to remedy the situation but I thought I should post my own warning just highlighting this issue. <br />
<br />
Once again, please be careful with what you click on.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=38">MacOS</category>
			<dc:creator>laityr</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6867</guid>
		</item>
		<item>
			<title>Increasing Indent of 2nd/3rd/4th/etc. lines in a list</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6853&amp;goto=newpost</link>
			<pubDate>Thu, 12 Nov 2009 00:03:38 GMT</pubDate>
			<description><![CDATA[So I'm trying to create a numbered reference section in which there needs to be a hanging indent for the 2nd/3rd/etc. lines 
 
Image: http://i319.photobucket.com/albums/mm462/DGalt11/Reference.png  
 
But I can't figure out how to do it. Every time I change the hanging indent it changes the indent...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>So I'm trying to create a numbered reference section in which there needs to be a hanging indent for the 2nd/3rd/etc. lines<br />
<br />
<img src="http://i319.photobucket.com/albums/mm462/DGalt11/Reference.png" border="0" alt="" /><br />
<br />
But I can't figure out how to do it. Every time I change the hanging indent it changes the indent of the whole thing (i.e. increase indent increases on only the 2nd/3rd/etc. lines but also the 1st line). <br />
<br />
I know I could do this in Word 2003 (did those references above in 2003). There has got to be a way to do this in 2007. Any ideas?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=40">Office Applications</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6853</guid>
		</item>
		<item>
			<title>Catmail on Android 2.0</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6849&amp;goto=newpost</link>
			<pubDate>Tue, 10 Nov 2009 19:55:40 GMT</pubDate>
			<description><![CDATA[Hey I looked in the F.A.Q. for connecting catmail with Android 2.0, but I can't seem to get it to work.  The form for setting it up looks like this in 2.0 
 
Username: 
Password: 
IMAP server: 
Port: 
Security Type: 
IMAP path prefix: 
 
It keeps telling me that I may have the wrong username and...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hey I looked in the F.A.Q. for connecting catmail with Android 2.0, but I can't seem to get it to work.  The form for setting it up looks like this in 2.0<br />
<br />
Username:<br />
Password:<br />
IMAP server:<br />
Port:<br />
Security Type:<br />
IMAP path prefix:<br />
<br />
It keeps telling me that I may have the wrong username and password.  How exactly do these need to be filled?  For username I'm using my <a href="mailto:netid@email.arizona.edu">netid@email.arizona.edu</a>.  I tried just my netid, without the @email.arizona.edu,  but that didn't work.  Also, theres two types of SSL for security type(SSL and SSL(Accept all certificates).</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=45">Other</category>
			<dc:creator>jmarquez</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6849</guid>
		</item>
		<item>
			<title>Cracked laptop screen</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6820&amp;goto=newpost</link>
			<pubDate>Wed, 04 Nov 2009 13:07:45 GMT</pubDate>
			<description>My son dropped his laptop (Sony VIO) and now the screen is unreadable.  Can it be replaced?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>My son dropped his laptop (Sony VIO) and now the screen is unreadable.  Can it be replaced?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=37">Windows</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6820</guid>
		</item>
		<item>
			<title>Xbox 360 connecting through WiFi</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6815&amp;goto=newpost</link>
			<pubDate>Wed, 04 Nov 2009 06:43:25 GMT</pubDate>
			<description><![CDATA[I have a wireless adapter for my xbox360 and it will only connect to UAPublic which isn't the best. Is there any way to connect to UAWifi? 
 
If this has been asked before, please send me the link.]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have a wireless adapter for my xbox360 and it will only connect to UAPublic which isn't the best. Is there any way to connect to UAWifi?<br />
<br />
If this has been asked before, please send me the link.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=46">General Discussions</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6815</guid>
		</item>
		<item>
			<title>Used Desktops</title>
			<link>http://forum.oscr.arizona.edu/showthread.php?t=6803&amp;goto=newpost</link>
			<pubDate>Tue, 27 Oct 2009 07:22:18 GMT</pubDate>
			<description>I was wondering if the university sells its old desktops :confused:, if so when and how much? 
  
I am interested in buying used desktops to donate to some orphanages in Mexico. I tried ebay, craigslist,and ecost but they are alittle over my budget. Any info would be appreciated.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I was wondering if the university sells its old desktops :confused:, if so when and how much?<br />
 <br />
I am interested in buying used desktops to donate to some orphanages in Mexico. I tried ebay, craigslist,and ecost but they are alittle over my budget. Any info would be appreciated.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.oscr.arizona.edu/forumdisplay.php?f=46">General Discussions</category>
			<dc:creator>clmabe</dc:creator>
			<guid isPermaLink="true">http://forum.oscr.arizona.edu/showthread.php?t=6803</guid>
		</item>
	</channel>
</rss>
