-
Notifications
You must be signed in to change notification settings - Fork 0
/
wd_Resume.php
184 lines (179 loc) · 7.75 KB
/
wd_Resume.php
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?php
//This is a secure page
session_start();
//Get to see if a login Variable has been passed to this page
//$user = ;
if($_GET[user])
{
//If it has
//then set the weblogin session variable to true
$_SESSION['weblogin'] = True;
//and record the user name to the log file
$data = "username: ";
$data .= $_GET[user];
$data .= "\t date: ";
$data .= date("r");
$data .= "\n";
// Does the file exist and is writable first.
$filename = 'log/login.txt';
if (is_writable($filename)) {
// open the file as appendable
if (!$handle = fopen($filename, 'a')) {
echo "Cannot open file ($filename)";
exit;
}
// record the username and time stamp to the login.txt file.
if (fwrite($handle, $data) == FALSE) {
echo "Cannot write to file ($filename)";
}
fclose($handle);
} else {
echo "The file $filename is not writable";
}
}
//Check if the vistor has not logged in
//weblogin should be set as true if the visit has succesfully logged in.
if(!$_SESSION['weblogin']) {
//send him to the login.php page with the page variable set to this pages name so he can be sent back
header('Location: wd_Login.php?page=wd_Resume');
}
?>
<html>
<head>
<title>Resume :: Dallas Designs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link rel="stylesheet" href="include/Menu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="include/DallasDesigns.css" type="text/css" media="screen" />
<link rel="stylesheet" href="include/Resume.css" type="text/css" media="screen" />
</head>
<body background="images/parchment.gif">
<div id="bodytext">
<div id="print"><a href="include/Resume.pdf" target="_blank">Print friendly PDF</a></div>
<div id="print"><a href="include/Resume.doc" target="_blank">Print friendly Word Document</a></div>
<div id="title">Jonathan Dallas</div>
<div id="contact">63 Everet St -o- Arlington, MA 02474 -o- 781.526.6237 -o- <a href="mailto:[email protected]">[email protected]</a> -o- <a href="http://www.dallasdesigns.org">www.dallasdesigns.org</a></div>
<div id="section">Objective</div>
<div id="Objective">My objective is to become a senior web developer building large scale intranet & internet sites</div>
<div id="section">Technical Skills</div>
<div id="row">
<div id="skilltype">Languages</div>
<div id="skill">PHP, Javascript, DOM, CSS, HTML, XHTML, Perl, OOP, XML</div>
</div>
<div id="row">
<div id="skilltype">Tools</div>
<div id="skill">Dreamweaver MX, Fireworks MX, Illustrator CS2</div>
</div>
<div id="row">
<div id="skilltype">Database</div>
<div id="skill">MySQL, Crystal Reports 10, Access 2003, SQL</div>
</div>
<div id="row">
<div id="skilltype">Operating Systems</div>
<div id="skill">FreeBSD (Unix), KDE, Server 2003, Windows XP & Vista</div>
</div>
<div id="row">
<div id="skilltype">Studing</div>
<div id="skill">ASP.NET, Visual Basic</div>
</div>
<div id="section">Experience</div>
<div id="row">
<div id="timeframe">April 2008 - Present</div>
<div id="company">Paul McWade Systems</div>
<div id="location">Hull, MA</div>
</div>
<div id="jobtitle">Freelance Developer</div>
<div id="jobdesc">
<li>Development of an e-Commerce website</li>
<li>Performed development tasks for Access systems</li>
</div>
<div id="row">
<div id="timeframe">June 2007 - Present</div>
<div id="company">Kickass Cupcakes</div>
<div id="location">Cambridge, MA</div>
</div>
<div id="jobtitle">Freelance Web Developer</div>
<div id="jobdesc">
<li>Developed and designed the <a href="http://www.kickasscupcakes.com">www.kickasscupcakes.com</a> website</li>
<li>Built an XML based press page</li>
<li>Created an XML based photo gallery with admin pages to adjust content</li>
</div>
<div id="row">
<div id="timeframe">May 2008 - Present</div>
<div id="company">Dancing Deer Baking Co.</div>
<div id="location">Boston, MA</div>
</div>
<div id="jobtitle">IT Consultant</div>
<div id="jobdesc">
<li>Built an Access system to convert and validate a raw data feed into an import file</li>
<li>Performed Helpdesk and Network Admin tasks</li>
</div>
<div id="row">
<div id="timeframe">2001-2008</div>
<div id="company">Dancing Deek Baking Comapny, Inc.</div>
<div id="location">Boston, MA</div>
</div>
<div id="jobtitle">Webmaster, IT coordinator and Order Processing Manager</div>
<div id="jobdesc">
<li>Build, enhance and maintain the company`s three e-commerce sties:<br>
<a href="http://www.dancingdeer.com" target="_blank">www.dancingdeer.com</a> -o- <a href="http://www.sendmunchies.com" target="_blank">www.sendmunchies.com</a> -o- <a href="http://www.breakthecursecookie.com" target="_blank">www.breakthecursecookie.com</a></li>
<li>Provide 24x7 support for all web systems, on-site & off-site sales offices and IT infrastructure</li>
<li>Use Electronic Data Interchange principles for 25 external Reseller websites to process orders</li><br />
<em>Accomplishments</em>
<li>Optimized the site to increase it`s ranking from last to first on Google and Yahoo</li>
<li>Improved the site`s business logic to include holidays in the calculation of ship & arrival dates</li>
<li>Replaced the framed navigation with Javascript based pull down menus</li>
<li>Optimized the site to increase it`s ranking from last to first on Google and Yahoo</li>
<li>Improved the site`s business logic to include holidays in the calculation of ship & arrival dates</li>
<li>Replaced the framed navigation with Javascript based pull down menus</li>
<li>Modified the confirmation page to be a printable receipt page</li>
<li>Created and sent monthly HTML marketing newsletters</li>
<li>Managed up to six order processing assistants during our busy holiday season each year</li>
<li>Wrote custom Perl scripts to create UPS import files from reseller EDI feeds</li>
<li>Developed an MS Access system to improve our Vendor packaging price negotiations</li>
<li>Determined and set up the IT infrastructure needed for an off-site sales office with 17 users</li>
</div>
<div id="row">
<div id="timeframe">Jan 2001 - Apr 2001</div>
<div id="company">Pinpoint Corporation</div>
<div id="location">Billerica, MA</div>
</div>
<div id="jobtitle">Test Software Developer</div>
<div id="jobdesc">
<li>Built a C program to record testing data from microwave tag locators into a SQL Server 7 database and
then display the recorded data based on built in and user entered SQL queries.</li>
</div>
<div id="section">Education</div>
<div id="row">
<div id="timeframe">1997-2002</div>
<div id="company">Wentworth Institute of Technology</div>
<div id="location">Boston, MA</div>
</div>
<div id="jobdesc">
<li>B.S. in Computer Science</li>
<li>Web Development Certificate</li>
<li>Graduated summa cum laude with a 3.8 GPA</li>
</div>
<div id="row">
<div id="timeframe">1993-1995</div>
<div id="company">Franklin Institute of Boston</div>
<div id="location">Boston, MA</div>
</div>
<div id="jobdesc">
<li>A.S., Architectural Structural Drafting Technology</li>
<li>Dean’s list for two semesters</li>
</div>
</div>
<?php include("include/Top.php"); ?>
<?php include("include/WebMenu.php"); ?>
</body>
</html>