-
Notifications
You must be signed in to change notification settings - Fork 0
/
byod_info.html
116 lines (107 loc) · 5.23 KB
/
byod_info.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/images/icon.png" type="image/x-icon">
<title>Technology with Mr Jones</title>
<link rel="stylesheet" media="screen" type="text/css" href="style.css" />
<style type="text/css"></style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83874863-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="page">
<div id="header">
<div id="logo">
<p>Technology<span class="green"></span></p>
<div id="slogan">
<p>with Mr Jones</p></div>
</div>
<!--Navigation menu STARTS here-->
<div id="nav">
<div id="nav-menu">
<ul id="menu-bar">
<li><a href="/">Home</a></li>
<li><a href="#">Projects</a>
<ul>
<script language="JavaScript" type="text/javascript" src="projectsmenu.js">
</script>
</ul>
</li>
<li class="active"><a href="resources.html">Resources</a>
<ul>
<script language="JavaScript" type="text/javascript" src="resourcesmenu.js">
</script>
</ul>
</li>
<li><a href="contact.html">Contact Me</a></li>
</ul> </div>
</div>
<!--Navigation menu ENDS here-->
</div>
<div id="content" class="content-nonindex">
<div class="content-padding">
<h1>So you want to bring your own device?
</h1>
</h1>
<p>You are welcome to bring your own device to class. However, as we are using professional design tools and workflows there are some requirements to ensure you can fully engage in the learning and use professional standard tools. </p>
<h3>Basic Specifications:</h3>
<p>Before your bring your BYOD device to class, it must meet the following critera. Please do not bring your device to class unless it meets this criteria or use class time to bring your device up to this specification. MD in the library will support you configuring wireless and instaling the DEC provided CS6 and Office applications. Browsers and Blender can be downloaded from the <a href="resources.html">resources page</a>.</p>
<ul>
<li>
<p>Basic specifications:</p>
<ul>
<li>64bit architecture & operating system</li>
<li>Minimum of dual core processor with 4gb RAM</li>
<li>Connects to school WiFi</li>
<li>Mouse with middle button (recommended model: <a href="http://www.jbhifi.com.au/computers/accessories/logitech/m905-anywhere-mouse-sku-51747/">Logitech M905</a>)</li>
</ul>
</li>
<li>
<p>Compulsory configuration:</p>
<ul>
<li>U:\ drive is mapped as below</li>
<li>Proxy configured</li>
<li><a href="Files/CS6_download_information_sheet.pdf">Adobe CS6</a> (or newer) installed</li>
<li>Microsoft Office 2010 or <a href="http://www.libreoffice.org/">LibreOffice 4.2</a> (or newer) installed </li>
<li>Blender 2.69 installed</li>
<li>Atleast 2x browsers</li>
<li>Administrator rights to install applications</li>
<li>Adobe PDF reader installed</li>
<li>Adobe PDF printer installed</li>
<li>Windows 7 must be updated to SP1 (including Internet Explorer 11)</li>
<li>Windows 8 must be updated to Windows 8.1 (including Internet Explorer 11) </li>
<li>Add "det.nsw.edu.au" to compatability view settings in ie11</li></ul></li></ul>
<h3>Support Documents</h3>
<ul>
<li><a href="Files/android_wifi_instructions.pdf">Android WiFi connection</a></li>
<li><a href="Files/Macbook_wifi_instructions.pdf">MacBook WiFi connection</a></li>
<li><a href="Files/iPad_wifi_instructions.pdf">iPad/iPhone5 WiFi connection</a></li>
<li><a href="Files/windows_wifi_instructions.pdf">Windows WiFi Connection</a></li>
<li><a href="Files/Connecting_to_your_U_drive.pdf">Connecting to U:\ Drive</a></li>
<li><a href="Files/printing_to_mhs_printer.pdf">Printing at school</a></li>
</ul>
<p> </p>
<blockquote>
<h3>Proxy Exclusion Rules</h3>
<p>Please ensure that the following servers are added as exclusion in your proxy settings:</p>
<p>10.*</p>
<p>153.*</p>
<p>This is the settings for windows users:</p>
<p><img src="images/network_issue_fix.png" width="300" height="130" alt=""/></p>
<p> </p>
</blockquote>
<p>
</div>
</div>
<div id="body-divider"></div>
</div>
</body>
</html>