-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
executable file
·82 lines (78 loc) · 3.99 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="styles.css" rel="stylesheet" type="text/css" />
<link href="headers.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>faq faq faq</title>
</head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17199758-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
<table width="100%" border="0">
<tr>
<td width="24%"><a href=http://www.xarxa.ca><img src="small.png" width="267" height="65" /></a></td>
<td width="36%" valign="middle"><span class="textLink">FAQs</span></td>
<td width="40%"> </td>
</tr>
<tr>
<td colspan="3"><hr width="100%" size="3" color="#FAA21D"/></td>
</tr>
<tr>
<td colspan="3" >
<div width="100%" style="padding:20px">
<span class="faqQ">What does xarxa mean? And why isn't it capitalized?</span>
<br />
<span class="faqA"> This is the wiktionary entry for xarxa:<br />
<img src="http://i.imgur.com/OIHnq.png" /><br />
Why Catalan? And shouldn't it technically be xarxes? I have no idea why I chose the Catalan definition. It's not xarxes because it looks an awful lot like Xerxes. It is not capitalized because not capitalizing is very trendy. And I like being trendy.</span>
<br /> <br />
<span class="faqQ">How do you pronounce xarxa?</span>
<br />
<span class="faqA">Technically xarxa is pronounced as SHAR-ra-sha. But you're welcome to pronounce it however you like.</span>
<br /> <br />
<span class="faqQ">Why is nothing showing up when I search for a course?</span>
<br />
<span class="faqA">You're probably not using the latest versions of either Firefox/Chrome/Safari/Opera or god forbid, you're using IE.</span>
<br /> <br />
<span class="faqQ">Why is nothing happening when I try to search for a course?</span>
<br />
<span class="faqA">You've probably turned Javascript off.</span>
<br /> <br />
<span class="faqQ">Everything is very laggy, and it's very hard to do anything.. Do you have a 'simpler' version of the results?</span>
<br />
<span class="faqA">Try using a faster browser such as Chrome or Opera as they're both better at handling javascript. If that's not possible, I will add a 'simplified' version of the results in the future.</span>
<br /> <br />
<span class="faqQ">How did you do xxxxx?</span>
<br />
<span class="faqA">E-Mail me and ask! I'd be glad to share the little amount of knowledge I have.</span>
<br /> <br />
<span class="faqQ">This is great! But I want McGill to have this on their website...</span>
<br />
<span class="faqA">If this becomes very popular, we can send emails to McGill requesting them to change that part of their website.</span>
<br /> <br />
<span class="faqQ">This coding is terrible and it offends me as a programmer.</span>
<br />
<span class="faqA">I haven't had a lot of formal training in programming, especially in web languages. Please tell me how much I suck through email.</span>
<br /> <br />
<span class="faqQ">I want this for my (inferior) university that's not McGill, can you do it?</span>
<br />
<span class="faqA">Maybe, if there's enough demand and I have a lot of free time.</span>
<br /> <br />
<span class="faqQ">Who are you?</span>
<br />
<span class="faqA">Currently I'm a U1 science student in McGill, majoring in Biology & Compsci. I program as a hobby and sometimes a source of income. Yeah I'm a total geek.</span>
</div>
</td>
</tr>
</table>
</body>
</html>