-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (43 loc) · 1.54 KB
/
about.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
<h2>About this website</h2>
<p>
This website was done as an assignment for the course in "Web
development", kept at the University of Cagliari by Fabio
Sorrentino, for the <a href="http://informatica.unica.it/">Bachelor
Degree Course in Computer Science</a>.<br>
</p>
<p>
I had to learn and use a lot of cool stuff in order to get the site
working, in particular I used:
<ul>
<li><a href="http://www.php.net/">PHP</a> for what regards the
server-side processing.
</li>
<li><a href="http://api.jquery.com/">JQuery</a> - the coolest
Javascript library ever written, and
the <a href="http://malsup.com/jquery/form">JQuery form</a> plugin.
</li>
<li><a href="http://www.mysql.com/">MySQL</a> as side
database server.
</li>
<li><a href="http://www.polygen.org/">Polygen</a> is used for
generating random funny questions.
</li>
<li><a href="http://www.gnu.org/software/emacs/">The One True
Editor</a> for all the typing/editing operations.
</li>
<li><a href="http://git-scm.com/">Git</a> for keeping track of source
code development.
</li>
</ul>
</p>
<p>The idea of the website comes from
the <a href="http://www.ichingonline.net/">Iching Online</a>
website, which I consider pretty good from the design point of view,
and this implementation basically borns as a barebone port of the
functionality provided by that site, but without the annoying ads!
</p>
<p>That was a painful process to learn how to tame and bind together
all that stuff, but I had some fun and possibly I learnt something
along the way.
</p>
<p>Enjoy!</p>