-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffice.html
More file actions
107 lines (86 loc) · 5.76 KB
/
office.html
File metadata and controls
107 lines (86 loc) · 5.76 KB
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
<!DOCTYPE html>
<html lang="en" class="canvas">
<head>
<meta charset="utf-8" />
<meta name="author" content="Jasper Moelker, Active IDs (www.ActiveIDs.nl)" />
<meta name="title" content="office" />
<!-- project info -->
<title>Active IDs | office</title>
<link rel="shortcut icon" href="/favicon.ico" />
<!--[if lt IE 9]><script src="/js/html5.js"></script><![endif]-->
<!-- Google Analytics (only in prod env) -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21351446-1']);
_gaq.push(['_setDomainName', '.activeids.nl']);
_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>
<script type="text/javascript" src="/assets/7dc771e3411a40db3f22dfc4a32d933a.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="/assets/7dc771e3411a40db3f22dfc4a32d933a.css" />
</head>
<body class="canvas">
<header class="center">
<nav>
<div class="left"></div>
<ul>
<li class="logo"><a href="/"><img src="/images/ActiveIDs_logoS_inv.png" /></a></li>
<li><a href="/">web projects</a></li>
<li><a href="#">wiki</a></li>
<li><a href="/office">office</a></li>
<li><a href="/contact">contact</a></li>
<!-- SEARCH:
<li>
<span class="separator"></span>
</li>
<li>
<form class="searchWidget">
<input type="text" />
</form>
</li>
-->
</ul>
<div class="right"></div>
</nav>
<div style="clear:both;"></div>
</header>
<div class="center">
<h1>office</h1>
<div class="page">
<div class="content neutralLinks">
<h2>Profile</h2>
<img style="float:right; margin-right:60px;" src="/images/ActiveIDs_logoL.png" width="180" height="120" />
<p>Active IDs is a young and energetic design office, specializing in tailor-made web designs and 3d & geo web applications. We develop web projects for desktop & mobile devices, always with the aim to create a smooth experience for both the client and the visitor.</p>
<p>At Active IDs we like to share our experience and inventions through our Wiki and IDs garden. Here you can find tutorials, tips & tricks, code snippets and plugins. All under the creative commons share alike license.</p>
<p>Active IDs is proud member of <a href="http://www.booosting.nl/organisation/show/id/74" target="_blank">Booosting</a>, the Dutch platform for building innovation.</p>
<div class="itemSpacer"></div>
<h2>Team</h2>
<p><strong><a href="/people/jasper-moelker">Jasper Moelker</a></strong> (partner) is a designer with a background in architecture and engineering. You can view <a href="/people/jasper-moelker">Jasper's profile</a> with his portfolio and curriculum vitae or contact him via <a href="mailto:j.b.moelker@activeids.nl">j.b.moelker@activeids.nl</a> or follow on <a href="http://www.linkedin.com/in/jbmoelker" target="_blank">LinkedIn</a> or <a href="http://www.twitter.com/jbmoelker" target="_blank">Twitter</a>.</p>
<div class="itemSpacer"></div>
<p><strong>Ruurd Moelker</strong> (partner) is software developer graduating in computer sciences. You can contact him via <a href="mailto:r.r.moelker@activeids.nl">r.r.moelker@activeids.nl</a> or find him on <a href="http://www.linkedin.com/in/rrmoelker" target="_blank">LinkedIn</a>.</p>
<div class="itemSpacer"></div>
<h2>Partnerships</h2>
<p>As each project deserves a tailor-made solution, Active IDs puts together a hand picked team for each project. Active IDs often teams up with Ontwerpstudio Arend van Waart (programming) and Marijn Boterman, Studio Hooikoorts (graphics).</p>
<div class="itemSpacer"></div>
<h2>Technology</h2>
<p>All our web projects are based on widely accepted and well documented web standards and services. Projects are typically developed as <a href="http://en.wikipedia.org/wiki/Model%E2%80%93View%E2%80%93Controller" target="_blank">MVC</a> application in HTML5 and CSS3 (the new web standards for desktop & mobile) with cross browser support & fall back for older browsers.</p>
<p>Commonly used services are
<a href="http://www.symfony-project.org/" target="_blank">Symfony</a> (PHP Framework),
<a href="http://www.doctrine-project.org/" target="_blank">Doctrine</a> (ORM),
<a href="http://www.mysql.com/" target="_blank">MySQL</a> (database system),
<a href="http://jquery.com/" target="_blank">jQuery</a>,
<a href="http://jquery-ui.com/" target="_blank">jQuery UI</a>,
<a href="http://jquery-mobile.com/" target="_blank">jQuery Mobile</a> (javascript library for interactive behavior), and the
<a href="http://code.google.com/apis/maps/documentation/javascript/" target="_blank">Google Maps API</a>.
</p>
<p>Our web projects are running on virtual private servers (<a href="http://en.wikipedia.org/wiki/Virtual_private_server" target="_blank">VPS</a>) hosted at <a href="http://www.xlshosting.nl/" target="_blank">XLS Hosting</a>.</p>
<div class="itemSpacer"></div>
</div>
</div>
</div> <footer>
</footer> </body>
</html>