metainspector 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -28,10 +28,11 @@ Then you can see the scraped data like this:
28
28
  page.url # URL of the page
29
29
  page.title # title of the page, as string
30
30
  page.links # array of strings, with every link found on the page
31
+ page.absolute_links # array of all the links converted to absolute urls
31
32
  page.meta_description # meta description, as string
32
33
  page.meta_keywords # meta keywords, as string
33
34
  page.image # Most relevant image, if defined with og:image
34
- page.rss # Get rss or atom links in meta data fields as array
35
+ page.feed # Get rss or atom links in meta data fields as array
35
36
 
36
37
  MetaInspector uses dynamic methods for meta_tag discovery, so all these will work, and will be converted to a search of a meta tag by the corresponding name, and return its content attribute
37
38
 
@@ -25,7 +25,14 @@ module MetaInspector
25
25
 
26
26
  # Returns the parsed document links
27
27
  def links
28
- @links ||= parsed_document.search("//a").map {|link| link.attributes["href"].to_s.strip} rescue nil
28
+ @links ||= remove_mailto(parsed_document.search("//a")
29
+ .map {|link| link.attributes["href"]
30
+ .to_s.strip}.uniq) rescue nil
31
+ end
32
+
33
+ # Returns the links converted to absolute urls
34
+ def absolute_links
35
+ @absolute_links ||= links.map { |l| absolutify_url(l) }
29
36
  end
30
37
 
31
38
  # Returns the parsed document meta rss links
@@ -93,8 +100,15 @@ module MetaInspector
93
100
 
94
101
  private
95
102
 
103
+ # Convert a relative url like "/users" to an absolute one like "http://example.com/users"
96
104
  def absolutify_url(url)
97
105
  url =~ /^http.*/ ? url : File.join(@url,url)
98
106
  end
107
+
108
+ # Remove mailto links
109
+ # TODO: convert this to a more generic filter to remove all non-http[s] like ftp, telnet, etc.
110
+ def remove_mailto(links)
111
+ links.reject {|l| l.index('mailto')}
112
+ end
99
113
  end
100
114
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  module MetaInspector
4
- VERSION = "1.4.0"
4
+ VERSION = "1.5.0"
5
5
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jaime Iniesta"]
10
10
  s.email = ["jaimeiniesta@gmail.com"]
11
- s.homepage = "https://rubygems.org/gems/metainspector"
11
+ s.homepage = "https://github.com/jaimeiniesta/metainspector"
12
12
  s.summary = %q{MetaInspector is a ruby gem for web scraping purposes, that returns a hash with metadata from a given URL}
13
13
  s.description = %q{MetaInspector lets you scrape a web page and get its title, charset, link and meta tags}
14
14
 
@@ -23,4 +23,6 @@ Gem::Specification.new do |s|
23
23
  s.add_dependency 'charguess', '1.3.20110226181011'
24
24
 
25
25
  s.add_development_dependency 'rspec', '~> 2.6.0'
26
+ s.add_development_dependency 'fakeweb', '~> 1.3.0'
27
+
26
28
  end
@@ -0,0 +1,377 @@
1
+ HTTP/1.1 200 OK
2
+ Date: Mon, 30 May 2011 09:58:20 GMT
3
+ Server: Microsoft-IIS/6.0
4
+ X-Powered-By: PleskWin
5
+ X-Powered-By: ASP.NET
6
+ Cache-Control: private
7
+ Content-Length: 25902
8
+ Content-Type: text/html
9
+ Expires: Sun, 29 May 2011 09:58:18 GMT
10
+ Set-Cookie: ASPSESSIONIDCSBSQADC=AHENHHKBGGDIFJLHHCCJBHMP; path=/
11
+ Cache-control: private
12
+
13
+
14
+ <html>
15
+ <head>
16
+ <title>Dise&ntilde;o p&aacute;ginas web al mejor precio - Desarrollo Multimedia - Alaz&aacute;n Internet</title>
17
+ <META name="keywords" content="paginas web, dise�o web, sitio web, internet, programacion, aplicaciones, creacion,desarrollo, web, bases de datos,boletin de noticias,buscadores,cd card,cd rom,comercio electronico,descuento,dinero,dise�o,dominio,extranet,gestion dominios,gestor de contenidos,gratis,hosting,intranet,lista correo,llave en mano,marketing,mejor precio,mejora p�gina,multimedia,negocio,p�gina,pagina web,peque�a y mediana empresa,peque�o negocio,plantillas dise�o,portal,precio,predise�adas,presencia,presentacion flash,profesional,programacion,promocion buscadores,publicidad,red,sitio,webcam,websolution,zona privada">
18
+ <meta name="description" content="Alaz�n Internet - P�ginas web profesionales al mejor precio. Presencia en Internet desde 20 euros/mes. GRATIS alta en buscadores.">
19
+ <meta name="author" content="Alaz�n Internet">
20
+ <META NAME="robots" content="index,follow">
21
+ <meta name="Revisit" content="15 days">
22
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
23
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
24
+ <LINK REL=stylesheet HREF="estilos01.css" TYPE="text/css">
25
+ <LINK REL=stylesheet HREF="estiloshome.css" TYPE="text/css">
26
+ <script language="JavaScript" src="js/rollover_tablas.js"></script>
27
+ <script language="JavaScript" src="js/ventanas.js"></script>
28
+ <script language="JavaScript">
29
+ //<!--
30
+ var navegador = 'NS'
31
+ if (top.location != self.location)
32
+ {
33
+ top.location = 'index.asp?mes=';
34
+ };
35
+
36
+ //-->
37
+ </script>
38
+ <script language="JavaScript" src="js/menus_desplegables.js"></script>
39
+ <SCRIPT LANGUAGE="JavaScript">
40
+ <!--
41
+
42
+ var imagenesCargadas = false;
43
+
44
+
45
+ if (document.images)
46
+ {
47
+
48
+ img_entraroff = new Image(); img_entraroff.src = "http://www.alazan.com/imagenes/boton_entrar.gif";
49
+
50
+ }
51
+
52
+ function preCargaImagenes()
53
+ {
54
+
55
+ if (document.images)
56
+ {
57
+
58
+
59
+ img_entraron = new Image(); img_entraron.src = "http://www.alazan.com/imagenes/boton_entrar_hover.gif";
60
+ return (imagenesCargadas = true);
61
+ }
62
+ }
63
+
64
+ function rollIn(imgName)
65
+ {
66
+ if (document.images && (imagenesCargadas == true))
67
+ {
68
+ document[imgName].src = eval(imgName + "on.src");
69
+ }
70
+ }
71
+
72
+ function rollOut(imgName)
73
+ {
74
+ if (document.images)
75
+ {
76
+ document[imgName].src = eval(imgName + "off.src");
77
+ }
78
+ }
79
+ //-->
80
+ </SCRIPT>
81
+ <style type="text/css">
82
+ <!--
83
+ .Estilo1 {
84
+ color: #FF6600;
85
+ font-weight: bold;
86
+ }
87
+ -->
88
+ </style>
89
+ </head>
90
+ <body bgcolor="848484" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preCargaImagenes()">
91
+
92
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" background="imagenes/fondocab.jpg" bgcolor="#999999">
93
+ <tr>
94
+ <td><a href="index.asp"><img src="imagenes/logo.jpg" alt="Dise&ntilde;o de p&aacute;ginas web al mejor precio - WebSolution B&aacute;sico: 20 euros / mes - - WebSolution Profesional: 60 euros / mes - WebSolution Premium: 90 euros / mes - GRATIS alta en buscadores. Desarrollo, creacion, programacion y dise�o de paginas web a medida" width="174" height="68" hspace="2" border="0"></a></td>
95
+ <td align="right" valign="bottom"><a href="index.asp" onMouseOver="window.status='Inicio'; return true" onMouseOut="window.status=''; return true"><img src="imagenes/menu_dch_inicio.gif" alt="Inicio" width="44" height="9" hspace="10" vspace="10" border="0"></a><a href="javascript:abreVentanaCentrada('contacte.asp','400','460','0')" onMouseOver="window.status='Contacte'; return true" onMouseOut="window.status=''; return true"><img src="imagenes/menu_dch_contacte.gif" alt="Contacte" width="70" height="9" hspace="10" vspace="10" border="0"></a><a href="javascript:abreVentanaCentrada('mapa.asp','450','340','0')" onMouseOver="window.status='Mapa del sitio'; return true" onMouseOut="window.status=''; return true"><img src="imagenes/menu_dch_mapa.gif" alt="Mapa del sitio" width="98" height="9" hspace="10" vspace="10" border="0"></a><a href="soporte.asp"><img src="imagenes/menu_dch_soporte.gif" alt="Soporte" width="66" height="9" hspace="10" vspace="10" border="0"></a></td>
96
+ </tr>
97
+ </table>
98
+
99
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" background="imagenes/fondocab.jpg">
100
+ <tr>
101
+ <td valign="middle" background="imagenes/menu.gif" bgcolor="#CCCCCC"><img src="imagenes/sp.gif" align="absmiddle" width="1" height="24"><a href="empresa.asp" onMouseOver="window.status='Empresa'; mostrarMenu('menu1'); return true" onMouseOut="window.status=''; establecerTemporizador(tiempoMenus); return true;"><img src="imagenes/menu_empresa.gif" alt="Empresa" width="51" height="8" hspace="20" border="0" align="absmiddle"></a><img src="imagenes/menusep.gif" align="absmiddle" width="2" height="20"><a href="quehacemos.asp" onMouseOver="window.status='Qu� hacemos'; mostrarMenu('menu2'); return true" onMouseOut="window.status=''; establecerTemporizador(tiempoMenus); return true;"><img src="imagenes/menu_que.gif" alt="Qu&eacute; hacemos" width="71" height="8" hspace="20" border="0" align="absmiddle"></a><img src="imagenes/menusep.gif" align="absmiddle" width="2" height="20"><a href="websolution.asp" onMouseOver="window.status='Websolution'; mostrarMenu('menu3'); return true" onMouseOut="window.status=''; establecerTemporizador(tiempoMenus); return true;"><img src="imagenes/menu_websolution.gif" alt="Websolution" width="73" height="8" hspace="20" border="0" align="absmiddle"></a><img src="imagenes/menusep.gif" align="absmiddle" width="2" height="20"><a href="distribuidores.asp"><img src="imagenes/menu_distribuidores.gif" alt="Distribuidores" width="71" height="7" hspace="20" border="0" align="absmiddle"></a></a><img src="imagenes/menusep.gif" align="absmiddle" width="2" height="20"></td>
102
+ </tr>
103
+ </table>
104
+
105
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
106
+ <tr>
107
+ <td height="100%" width="1%" valign="top" background="imagenes/lat_fondo.gif">
108
+ <table height="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#E5E5E5">
109
+ <tr>
110
+ <td background="imagenes/fondo_cabecera.gif" bgcolor="#666666"><img src="imagenes/cabecera_extranet.gif" alt="Panel de Control" width="120" height="14" hspace="5" vspace="5"></td>
111
+ </tr>
112
+ <tr>
113
+ <td align="center" background="imagenes/lat_fondo.gif" bgcolor="#FFFFFF">
114
+ <form name="panelcontrol" method="post" action="comun/password.asp">
115
+ <table width="100%" border="0" cellspacing="2" cellpadding="2" height="20">
116
+ <tr>
117
+ <td align="right"><font class="menuizqsub">Usuario:</font></td>
118
+ <td> <input name="usuario" type="text" class="menuizqsub" size="5" maxlength="80">
119
+ </td>
120
+ </tr>
121
+ <tr>
122
+ <td align="right"><font class="menuizqsub">Clave:</font></td>
123
+ <td> <input name="clave" type="password" class="menuizqsub" size="5" maxlength="15">
124
+ </td>
125
+ </tr>
126
+ <tr>
127
+ <td colspan="2" align="center"><a href="javascript:document.forms[0].submit();" onMouseOver="rollIn('img_entrar');" onMouseOut="rollOut('img_entrar');"><img name="img_entrar" src="imagenes/boton_entrar.gif" alt="Entrar" width="41" height="19" border="0"></a>
128
+ </td>
129
+ </tr>
130
+ <tr>
131
+ <td colspan="2" align="center">
132
+
133
+ <table width="117" cellspacing="0" cellpadding="0" border="0">
134
+ <tr><td colspan="3" bgcolor="white"><img src="imagenes/sp.gif" height="1" width="117"></td></tr>
135
+ <tr><td width="1" bgcolor="white"><img src="imagenes/sp.gif" height="1" width="1"></td><td width="115" align="center" class="menuizqsub"><a href="#" onClick="window.open('olclave.asp','password','top=120,left=120,width=350,height=260')" class="menuizqsub">�olvid� su clave?</a></td><td width="1" bgcolor="white"><img src="imagenes/sp.gif" height="1" width="1"></td></tr>
136
+ <tr><td colspan="3" bgcolor="white"><img src="imagenes/sp.gif" height="1" width="117"></td></tr>
137
+ </table>
138
+
139
+ </td>
140
+ </tr>
141
+ </table>
142
+ </form></td>
143
+ </tr>
144
+ <tr>
145
+ <td align=center background="imagenes/lat_fondo.gif"> <IMG SRC="imagenes/bannertelef2.gif" BORDER="0" ALT="SERVICIO DE ATENCION TELEFONICA: 91 464 93 88" width="124" height="185" vspace=2>
146
+ <a href="http://www.sigmadata.es" target="_blank"><IMG SRC="imagenes/banner-sigmadata.gif" title="Sigma Data" alt="LOPD LSSI Extremadura" width="123" height="137" vspace=15 BORDER="0"></a>
147
+ <a href="oferta.asp"><a href="oferta.asp"><img src="imagenes/bannercamara.gif" BORDER="0" ALT="OFERTA CAMARA DIGITAL" vspace=5></a>
148
+ </td>
149
+ </tr>
150
+ <tr>
151
+ <td height="100%" background="imagenes/lat_fondo.gif"><img src="imagenes/sp.gif" width="138" height="2"></td>
152
+ </tr>
153
+ </table>
154
+ </td>
155
+ <td width="1%" valign="top">
156
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
157
+ <tr>
158
+ <td background="imagenes/menu2.gif"><img src="imagenes/sp.gif" width="1" height="7"></td>
159
+ </tr>
160
+ </table>
161
+ <table width="600" border="0" cellspacing="0" cellpadding="0">
162
+ <!-- <tr>
163
+ <td background="imagenes/webcams-a3.gif" style="width:598px;height:168px;">
164
+ <p style="padding:60px 10px 0 130px;font: normal normal normal 10px Verdana, Tahoma, Arial;">
165
+ <a href="webcams.asp" style="color:#FF6600">&gt; <strong>M�s informaci�n sobre webcams</strong></a><br/>
166
+ <a href="http://www.antena3.com/a3n2004/servlet/Noticias?destino=../a3n/noticia/noticia.jsp&sidicom=si&id=9607054" target="_blank">&gt; Ver reportaje de Antena3</a>
167
+ </p>
168
+ </td>
169
+ </tr> -->
170
+ <tr>
171
+ <td>
172
+ <a href="websolution.asp"><img src="imagenes/index_principal1.jpg" border=0><img src="imagenes/index_principal2.gif" border=0></a>
173
+ </td>
174
+ </tr>
175
+ <tr>
176
+ <td><IMG SRC="imagenes/index_barrverd2.gif" WIDTH="600" HEIGHT="23" BORDER="0" ALT=""></td>
177
+ </tr>
178
+ </table>
179
+ <p class="indextxt" id="quehacemos"><img src="imagenes/nh_que-hacemos.gif" width="105" height="17" align="baseline"> <span class="indexnospq">En Alaz�n Internet estamos especializados en:</span></p>
180
+
181
+ <table width="96%" border="0" cellspacing="0" cellpadding="2" align="center">
182
+ <tr>
183
+
184
+ <td width="32%" valign="top" class="indexnospq servicios" id="sinrallado"> <a href="dominios.asp"><img src="imagenes/nh-dominios.gif" width="83" height="27" border="0"></a><br>
185
+ <strong><a href="dominios.asp">Registro de dominios</a>.</strong><br />
186
+ El dominio es la direcci&oacute;n de su p&aacute;gina web (tipo <strong>www.suempresa.com</strong>) <a href="dominios.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a><br>
187
+ <br>
188
+ <div id="comprobardominio">
189
+ <span class="enlacepie">Compruebe ahora si est&aacute; libre su dominio:</span><br>
190
+ <form name="form1" method="post" action="dominios2.asp" style="margin:3px;">
191
+ <input name="sld" type="text" size="10" class="menuizqsub" value="suempresa">
192
+ <select name="tld" class="menuizqsub">
193
+ <option value="com">.com</option>
194
+ <option value="net">.net</option>
195
+ <option value="org">.org</option>
196
+ <!-- <option value="info">.info</option>
197
+ <option value="biz">.biz</option>
198
+ <option value="ws">.ws</option> -->
199
+ </select>
200
+ <input type="submit" name="Submit" value="Enviar" class="menuizqsub">
201
+ </form>
202
+ </div>
203
+ <strong><br>
204
+ <br>
205
+ <a href="paginas.asp"><img src="imagenes/nh-desarrollo-web.gif" border="0"></a><br>
206
+
207
+ <a href="paginas.asp">Dise&ntilde;o y programaci&oacute;n de p&aacute;ginas web.</a></strong><br />
208
+ Creaci&oacute;n de sitio web de acuerdo a sus necesidades, utilizando las m&aacute;s modernas tecnolog&iacute;as: FLASH, ASP, PHP, SQL-SERVER, (X)HTML, CSS... <a href="paginas.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a><br>
209
+ <br>
210
+ <br>
211
+ <a href="alojamiento.asp"><img src="imagenes/nh-alojamiento.gif" width="100" height="27" border="0"></a><br>
212
+ <strong>
213
+ <a href="alojamiento.asp">Hosting profesional al mejor precio.</a></strong><br />
214
+ Una vez creada su p&aacute;gina web, debe ser albergada en un servidor, para que pueda accederse a ella a trav&eacute;s de Internet. <a href="alojamiento.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a><br>
215
+ <br>
216
+ <br>
217
+
218
+ </td>
219
+ <td width="32%" valign="top" class="indexnospq servicios"><a href="websolution.asp"><img src="imagenes/nh-gestor-contenidos.gif" width="106" height="27" border="0"></a><strong><br>
220
+ Tener su p&aacute;gina web nunca fue tan f&aacute;cil</strong><a href="websolution.asp">. </a><br>
221
+
222
+ WebSolution es la soluci&oacute;n global que incluye todo lo que necesita para tener una presencia profesional en Internet:
223
+ <ul style="margin:12px; padding:0;">
224
+ <li><strong>dominio propio </strong></li>
225
+ <li><strong>creaci&oacute;n de p&aacute;gina web</strong> con: formularios de contacto, buscador interno, boletines de noticias, &aacute;rea privada, estad&iacute;sticas, cat&aacute;logo de productos, tienda virtual con comercio electr&oacute;nico, marquesina, etc.</li>
226
+ <li><strong>alojamiento</strong> y <strong>cuentas de correo</strong> </li>
227
+ <li><strong>alta en buscadores </strong></li>
228
+ </ul>
229
+ <strong>Gestor de contenidos<br>
230
+ </strong> Una vez creada su p&aacute;gina, Ud. mismo podr&aacute; modificar sus contenidos (textos, im&aacute;genes, cat&aacute;logo de productos, etc.) de una manera sencilla, sin necesidad de tener conocimientos de programaci&oacute;n. <br>
231
+ <br>
232
+ <strong>Sin ataduras</strong><br>
233
+ WebSolution es un servicio que se abona mensualmente, por lo que Ud. puede probarlo y darse de baja si no queda satisfecho. <a href="websolution.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a> <a href="websolution.asp"><span class="Estilo1">leer m&aacute;s </span></a> </td>
234
+
235
+ <td width="32%" valign="top" class="indexnospq servicios">
236
+ <a href="cdroms.asp"><img src="imagenes/nh-cdroms.gif" width="130" height="27" border="0"></a><br>
237
+ <strong>
238
+ <a href="cdroms.asp">Programaci&oacute;n y duplicaci&oacute;n de CD-ROMS y CD-CARDS.</a></strong><br />
239
+ Dise&ntilde;o de aplicaciones multimedia interactivas
240
+ para sus presentaciones de empresa, dosieres, cat&aacute;logos de productos, etc.
241
+ <a href="cdroms.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a><br>
242
+ <br>
243
+
244
+ <a href="webcams.asp"><img src="imagenes/nh-webcams.gif" width="91" height="27" border="0"></a><br>
245
+ <strong>
246
+ <a href="webcams.asp">Instalaci�n y configuraci�n de c&aacute;maras web.</a></strong><br />
247
+ Las webcams tienen m�ltiples aplicaciones, entre las que destaca su uso en <strong>guarder�as</strong> para que los padres puedan ver a sus hijos a trav�s de Internet.
248
+ <a href="webcams.asp"><img src="imagenes/mas.gif" width="9" height="9" border="0"></a><br>
249
+
250
+ <br>
251
+ <img src="imagenes/webcam_guarderia_02.jpg" width="64" height="100" hspace="40"><br>
252
+ <br>
253
+ <img src="imagenes/nh-otros-servicios.gif" width="122" height="27"><br>
254
+ <strong>Soluciones a medida</strong> de comercio electr&oacute;nico, tiendas virtuales, aplicaciones de gesti&oacute;n log&iacute;stica, intranets, sindicaci&oacute;n de contenidos (RSS),... <br>
255
+ <a href="javascript:abreVentanaCentrada('contacte.asp','400','460','0')" onMouseOver="window.status='Contacte'; return true" onMouseOut="window.status=''; return true"><span class="Estilo1"><img src="imagenes/mas.gif" width="9" height="9" border="0">&nbsp;solicite presupuesto sin compromiso </span></a></td>
256
+ </tr>
257
+ </table>
258
+
259
+ </td>
260
+ <td width="99%" valign="top">
261
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
262
+ <tr>
263
+ <td background="imagenes/menu2.gif" width="100%"><img src="imagenes/sp.gif" width="1" height="15"></td>
264
+ </tr>
265
+ </table>
266
+
267
+ </td>
268
+ </tr>
269
+ </table>
270
+ <table name="abajo" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#848484">
271
+ <tr>
272
+ <td width="1%" background="imagenes/abajo_fondo_lat.gif"><img src="imagenes/sp.gif" height="18" width="138"></td>
273
+ <td width="99%" background="imagenes/abajo_fondo.gif"><img src="imagenes/sp.gif" height="18" width="2"></td>
274
+ </tr>
275
+ <tr>
276
+ <td colspan=2 height="20" valign="top" align="center" class="textopie"><a href="http://www.alazan.com" class="textopie">www.alazan.com</a>
277
+ :: 91 464 93 88 :: <a href="javascript:enviarCorreo('info','alazan','com','');" class="enlacepie"><img src="imagenes/correo_info.gif" align="absmiddle" border="0"></a></td>
278
+ </tr>
279
+ </table>
280
+ <SCRIPT LANGUAGE="JavaScript">
281
+ <!--
282
+ function enviarCorreo(usuario,dominio,extension,asunto)
283
+ {
284
+ window.location="mailto:"+usuario+"@"+dominio+"."+extension+"?subject="+asunto
285
+ }
286
+ //-->
287
+ </SCRIPT>
288
+
289
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
290
+ </script>
291
+ <script type="text/javascript">
292
+ _uacct = "UA-225168-1";
293
+ urchinTracker();
294
+ </script>
295
+ <div id="menu1" style="position:absolute; width:146px; height:75px; z-index:1; left: -1px; top: 84px; visibility: hidden;">
296
+ <table width="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#626262">
297
+ <tr>
298
+ <td><table width="1" border="0" cellpadding="0" cellspacing="1" bgcolor="#626262" onMouseover="changeto(event, '#FFFFFF')" onMouseout="changeback(event, '#E3E2E2')">
299
+ <tr>
300
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="quienes.asp" onMouseOver="borrarTemporizador(); window.status='Qui�nes somos'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_quienes.gif" alt="Qui&eacute;nes somos" width="113" height="8" hspace="9" vspace="7" border="0"></a></td>
301
+ </tr>
302
+ <tr>
303
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="tecnologia.asp" onMouseOver="borrarTemporizador(); window.status='Tecnolog�a'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_tecnologia.gif" alt="Tecnolog&iacute;a" width="113" height="7" hspace="9" vspace="7" border="0"></a></td>
304
+ </tr>
305
+ <tr>
306
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="trabaja.asp" onMouseOver="borrarTemporizador(); window.status='Trabaja con nosotros'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_trabaja.gif" alt="Trabaja con nosotros" width="113" height="7" hspace="9" vspace="6" border="0"></a></td>
307
+ </tr>
308
+ </table></td>
309
+ </tr>
310
+ </table>
311
+ </div>
312
+
313
+ <div id="menu2" style="position:absolute; width:122px; height:159px; z-index:1; left: 92px; top: 84px; visibility: hidden;">
314
+ <table width="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#626262">
315
+ <tr>
316
+ <td><table width="1" border="0" cellpadding="0" cellspacing="1" bgcolor="#626262" onMouseover="changeto(event, '#FFFFFF')" onMouseout="changeback(event, '#E3E2E2')">
317
+ <tr>
318
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="paginas.asp" onMouseOver="borrarTemporizador(); window.status='P�ginas web'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_paginas.gif" alt="P&aacute;ginas web" width="96" height="7" hspace="9" vspace="7" border="0"></a></td>
319
+ </tr>
320
+ <tr>
321
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="intranets.asp" onMouseOver="borrarTemporizador(); window.status='Intranets'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_intranets.gif" alt="Intranets" width="96" height="7" hspace="9" vspace="6" border="0"></a></td>
322
+ </tr>
323
+ <tr>
324
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="cdroms.asp" onMouseOver="borrarTemporizador(); window.status='CD ROMs / CD Cards'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_cdroms.gif" alt="CD ROMs / CD Cards" width="96" height="8" hspace="9" vspace="7" border="0"></a></td>
325
+ </tr>
326
+ <tr>
327
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="webcams.asp" onMouseOver="borrarTemporizador(); window.status='Web cams'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_webcams.gif" alt="Web cams" width="96" height="7" hspace="9" vspace="7" border="0"></a></td>
328
+ </tr>
329
+ <tr>
330
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="alojamiento.asp" onMouseOver="borrarTemporizador(); window.status='Alojamiento'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_alojamiento.gif" alt="Alojamiento" width="96" height="7" hspace="9" vspace="7" border="0"></a></td>
331
+ </tr>
332
+ </table></td>
333
+ </tr>
334
+ </table>
335
+ </div>
336
+
337
+ <div id="menu3" style="position:absolute; width:158px; height:115px; z-index:1; left: 205px; top: 84px; visibility: hidden;">
338
+ <table width="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#626262">
339
+ <tr>
340
+ <td><table width="1" border="0" cellpadding="0" cellspacing="1" bgcolor="#626262" onMouseover="changeto(event, '#FFFFFF')" onMouseout="changeback(event, '#E3E2E2')">
341
+ <tr>
342
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="basico.asp" onMouseOver="borrarTemporizador(); window.status='WebSolution B�sico'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_basico.gif" alt="WebSolution B�sico" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
343
+ </tr>
344
+ <tr>
345
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="profesional.asp" onMouseOver="borrarTemporizador(); window.status='WebSolution Profesional'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_profesional.gif" alt="WebSolution Profesional" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
346
+ </tr>
347
+ <tr>
348
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="premium.asp" onMouseOver="borrarTemporizador(); window.status='WebSolution Premium'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_premium.gif" alt="WebSolution Premium" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
349
+ </tr>
350
+ <tr>
351
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="tabla.asp" onMouseOver="borrarTemporizador(); window.status='Tabla comparativa'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_tabla.gif" alt="Tabla Comparativa" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
352
+ </tr>
353
+ <tr>
354
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="ventajas.asp" onMouseOver="borrarTemporizador(); window.status='Ventajas'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_ventajas.gif" alt="Ventajas" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
355
+ </tr>
356
+ <tr>
357
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="demo.asp" onMouseOver="borrarTemporizador(); window.status='Demo'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_demo.gif" alt="Demo" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
358
+ </tr>
359
+ <tr>
360
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="preguntas.asp" onMouseOver="borrarTemporizador(); window.status='Preguntas frecuentes'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_preguntas.gif" alt="Preguntas frecuentes" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
361
+ </tr>
362
+ <tr>
363
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="oferta.asp" onMouseOver="borrarTemporizador(); window.status='Oferta'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_oferta.gif" alt="Oferta" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
364
+ </tr>
365
+ <tr>
366
+ <td align="left" valign="middle" bgcolor="#E3E2E2"><a href="contratar.asp" onMouseOver="borrarTemporizador(); window.status='Contratar WebSolution'; return true" onMouseOut="establecerTemporizador(tiempoOpciones); window.status=''; return true;"><img src="imagenes/desplegable_contratar.gif" alt="Contratar WebSolution" width="120" height="7" hspace="9" vspace="7" border="0"></a></td>
367
+ </tr>
368
+ </table></td>
369
+ </tr>
370
+ </table>
371
+ </div>
372
+ <script language="Javascript">
373
+ menus_desplegables_activados="si";
374
+ </script>
375
+ <!-- Paginas web profesionales al mejor precio. Presencia en Internet desde 20 euros/mes. GRATIS alta en buscadores. -->
376
+ </body>
377
+ </html>
@@ -0,0 +1,971 @@
1
+ HTTP/1.1 200 OK
2
+ Date: Mon, 30 May 2011 09:53:56 GMT
3
+ Server: Apache/2.2.17 (EL)
4
+ X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.0
5
+ ETag: "7f0d9a099eacdb9364a706d38eefdc48"
6
+ X-Rack-Cache: fresh
7
+ X-Content-Digest: d74aee1c2774d20bccdbc80bc2345e2e6a7c440c
8
+ X-Runtime: 4399
9
+ Cache-Control: max-age=43200, public
10
+ Age: 14200
11
+ Content-Length: 54786
12
+ Status: 200
13
+ Vary: Accept-Encoding
14
+ Connection: close
15
+ Content-Type: text/html; charset=utf-8
16
+
17
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
18
+ <html xmlns="http://www.w3.org/1999/xhtml">
19
+ <head>
20
+ <link href="/favicon.ico" rel="shortcut icon"/>
21
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
22
+ <meta name="google-site-verification" content="fXzcn-aurR_Ep48_uTtLk6QzEv-iO9Uhrn2Q2a-aC_o" />
23
+ <title>iTeh.solutions: iTeh - Edmund Haselwanter: Webdesign, Webhosting, EC2, AWS, Ruby, Rails, OpsChef, DevOps Consulting</title>
24
+ <link href="/de/rss/" rel="alternate" title="RSS Feed Weblog" type="application/rss+xml" />
25
+ <meta name="description" content="Internet und Intranet Applikationen Ruby on Rails, Content Management mit Radiant CMS, IT Infrastruktur Automatisierung mit Chef von Opscode" /><meta name="keywords" content="radiant, rails, chef, opscode, jquery, web 2.0" />
26
+ <link rel="stylesheet" href="/sns-css/iteh.css?1270033400" type="text/css" media="all" charset="utf-8" />
27
+ <if_url matches="blog">
28
+ <link rel="stylesheet" type="text/css" href="http://ultraviolet.rubyforge.org/css/sunburst.css" />
29
+
30
+ </if_url>
31
+ <script type="text/javascript" src="/js/sifr.js"></script>
32
+
33
+ <!--[if lt IE 8]> <script src="/js/IE8.js" type="text/javascript"></script> <![endif]-->
34
+ <!--[if IE 6]> <link rel="stylesheet" href="/css/ie6.css" type="text/css" > <![endif]-->
35
+ <!--[if IE 7]> <link rel="stylesheet" href="/css/ie7.css" type="text/css" > <![endif]-->
36
+ </head>
37
+
38
+ <body>
39
+ <div id="header"><!-- begin header -->
40
+ <div class="container_16"><!-- begin wrap -->
41
+
42
+ <div id="topHeader"><!-- begin top header -->
43
+ <ul class="simpleMenu">
44
+ <li><a href="/de/rss">RSS</a></li>
45
+ <li><a href="/sitemap">Site Map</a></li>
46
+ <li><a href="/de/"><img src="/images/admin/de.gif" alt="" style="vertical-align:middle;border:0;padding:2px;"/></a></li>
47
+ <li><a href="/en/"><img src="/images/admin/en.gif" alt="" style="vertical-align:middle;border:0;padding:2px;"/></a></li>
48
+ </ul>
49
+
50
+ <form class="search" action="">
51
+ <!-- div>
52
+ <input type="text" name="search" class="textInput" value="suchen ..."/>
53
+ <input type="submit" value="Search" class="button"/>
54
+ </div -->
55
+ </form>
56
+ </div><!-- end top header -->
57
+
58
+ <div id="mainHeader"><!-- begin main header -->
59
+ <div class="left"><div class="right">
60
+
61
+ <a class="title" href="/" title="iTeh, Consulting und mehr ..."><img src="/images/logo.png" alt="iTeh"/></a>
62
+ <p class="description">Wir machen Lösungen ...</p>
63
+
64
+ <ul class="mainMenu">
65
+ <li><a href="/de/ueber-uns">über uns</a></li>
66
+ <li><a href="/de/services">services</a></li>
67
+ <li><a href="/de/projekte">projekte</a></li>
68
+ <li><a href="/de/blog">blog</a></li>
69
+ <li><a href="/de/kontakt">kontakt</a></li>
70
+ </ul>
71
+
72
+ </div></div>
73
+ </div><!-- end main header -->
74
+
75
+
76
+ <div id="slider" class="coda-slider-wrapper"><!-- begin slider -->
77
+ <div id="coda-slider-1" class="coda-slider preload">
78
+
79
+ <div class="panel panel-wrapper"><!-- begin slide-->
80
+ <div class="grid_8 text">
81
+ <h1>Die Besten <b>Internet</b> Lösungen</h1>
82
+ <h5>
83
+ Sie suchen nach einer durchdachten Lösung für Ihr Geschäft iTeh kann Ihnen helfen...
84
+ </h5>
85
+
86
+ <div class="grid_4 column">
87
+ <ul>
88
+ <li><a class="simpleButton">Portfolio Präsentation</a></li>
89
+ <li><a class="simpleButton">Geschäftsauftritt</a></li>
90
+ </ul>
91
+ </div>
92
+
93
+ <div class="grid_4 column">
94
+ <ul>
95
+ <li><a class="simpleButton">Hotel oder Appartements</a></li>
96
+ <li><a class="simpleButton">Andere Lösungen ...</a></li>
97
+ </ul>
98
+ </div>
99
+
100
+ <div class="clear"></div>
101
+
102
+ <a class="learnMore" href="/de/services">Mehr dazu</a>
103
+ </div>
104
+
105
+ <div class="grid_8 thumbnail">
106
+ <img src="/content/imageSlideshow1.png" alt="Internet Lösungen"/>
107
+ </div>
108
+ <div class="clear"></div>
109
+ </div><!-- end slide-->
110
+
111
+ <div class="panel panel-wrapper"><!-- begin slide-->
112
+ <div class="grid_8 text">
113
+ <h1>Massgeschneiderte Webapplikationen</h1>
114
+ <h5>
115
+ Individuelle Lösung auf Basis neuester Internet Technologien
116
+ </h5>
117
+
118
+ <div class="grid_4 column">
119
+ <ul>
120
+ <li><a class="simpleButton">Ruby on Rails</a></li>
121
+ <li><a class="simpleButton">Haml und Sass</a></li>
122
+ <li><a class="simpleButton">Deployment auf EC2</a></li>
123
+ </ul>
124
+ </div>
125
+
126
+ <div class="grid_4 column">
127
+ <ul>
128
+ <li><a class="simpleButton">Content Management mit Radiant</a></li>
129
+ <li><a class="simpleButton">In Lösungen denken ...</a></li>
130
+ </ul>
131
+ </div>
132
+
133
+ <div class="clear"></div>
134
+
135
+ <a class="learnMore" href="/de/services">Mehr dazu</a>
136
+ </div>
137
+
138
+ <div class="grid_8 thumbnail">
139
+ <img src="/content/codeMockup.png" alt="Massgeschneiderte Webapplikationen"/>
140
+ </div>
141
+ <div class="clear"></div>
142
+ </div><!-- end slide-->
143
+
144
+ <div class="panel panel-wrapper"><!-- begin slide-->
145
+ <div class="grid_8 text">
146
+ <h1>IT Infrastruktur Automatisierung</h1>
147
+ <h5>
148
+ Sie suchen nach einem Partner der Ihnen dabei hilft IT Infrastruktur Kosten zu sparen? Hier sind Sie richtig!
149
+ </h5>
150
+
151
+ <div class="grid_4 column">
152
+ <ul>
153
+ <li><a class="simpleButton">IT Infrastruktur Automatisierung</a></li>
154
+ <li><a class="simpleButton">Continuous Integration</a></li>
155
+ <li><a class="simpleButton">One Klick Deployment</a></li>
156
+ </ul>
157
+ </div>
158
+
159
+ <div class="grid_4 column">
160
+ <ul>
161
+ <li><a class="simpleButton">Deployment in der Cloud</a></li>
162
+ <li><a class="simpleButton">Amazon Web Services (EC2 ..)</a></li>
163
+ <li><a class="simpleButton">und viele weitere Möglichkeiten</a></li>
164
+ </ul>
165
+ </div>
166
+
167
+ <div class="clear"></div>
168
+
169
+ <a class="learnMore" href="/de/services">Mehr dazu</a>
170
+ </div>
171
+
172
+ <div class="grid_8 thumbnail">
173
+ <img src="/content/codeMockup.png" alt="IT Infrastruktur Automatisierung"/>
174
+ </div>
175
+ <div class="clear"></div>
176
+ </div><!-- end slide-->
177
+ </div>
178
+ </div><!-- end slider -->
179
+
180
+
181
+
182
+
183
+
184
+ </div><!-- end wrap -->
185
+ </div><!-- end header -->
186
+
187
+ <div id="breadcrumbs"><!-- begin breadcrumbs -->
188
+ <div class="container_16">
189
+
190
+
191
+
192
+ <p><b>Wilkommen bei iTeh:</b> IT Consulting und mehr. Wir machen Lösungen!</p>
193
+ <!-- homepage slider navigation buttons -->
194
+ <div id="sliderNav"></div>
195
+
196
+
197
+
198
+
199
+
200
+ </div>
201
+ </div><!-- end breadcrumbs -->
202
+
203
+ <div id="center"><!-- begin center-->
204
+ <div class="container_16"><!-- begin wrap -->
205
+
206
+
207
+ <div id="tagline"><!-- begin tagline -->
208
+ <div class="left"><div class="right">
209
+
210
+ <div class="grid_12">
211
+ <h3>Sie suchen nach einem Partner für die Umsetzung ihres Internetauftritts, Ihrer Webapplikation oder IT Infrastruktur Automatisierung?</h3>
212
+ </div>
213
+
214
+ <div id="tour" class="grid_4">
215
+ <!-- <a class="videoThumb imageLightbox" href="/content/videoPlayer.png" title="Take the tour">
216
+ <img src="/content/showreelThumb.jpg" alt="Take the tour" />
217
+ </a>
218
+ <p class="blue">take the tour</p>
219
+ <small>Nice for showreel thumbnail...</small><br />
220
+ <a class="simpleButton imageLightbox" href="/content/videoPlayer.png" title="Watch video">watch video</a> -->
221
+ </div>
222
+
223
+ </div></div>
224
+ </div><!-- end tagline -->
225
+
226
+ <div class="clear"></div>
227
+
228
+
229
+
230
+ <div id="content" class="grid_12"><!-- begin content -->
231
+
232
+ <h2>Wilkommen bei <b>iTeh</b></h2>
233
+ <p>
234
+ <b>iTeh</b> DI Edmund Siegfried Haselwanter ist ein Unternehmen mit dem klaren Fokus auf der Entwicklung von Internet und Intranet Applikationen mit dem Framework Ruby on Rails, Content Management für kleine Teams und Unternehmen mit dem ebenfalls in Rails entwickelten Content Management System RadiantCMS sowie der Automatisierung von IT Infrastruktur und des Entwicklungsprozesses mit Chef von Opscode und Cruise von Thoughtworks.
235
+ </p>
236
+
237
+ <hr />
238
+
239
+ <h3>Was wir Ihnen anbieten</h3>
240
+ <p>
241
+ Wir bieten Consulting und Projektabwicklung zu einem fairen Preis in den folgenden drei Bereichen
242
+ </p>
243
+
244
+ <br />
245
+
246
+
247
+ <div class="column noLeftMargin grid_4">
248
+ <h3>IT Infrastruktur Automatisierung, Cloud Computing</h3>
249
+ <small class="blue size11">Deployment und Infrastruktur</small>
250
+ <p class="thumbnail"><img src="/assets/3/automation_small.jpg" alt="Deployment und IT Infrastruktur Automatisierung" /></p>
251
+ <p>Sie möchten Ihre IT Infrastruktur Automatisieren um Kosten zu sparen? Sie sind an neue Möglichkeiten in der Software Entwicklung interessiert? EC2 Deployment oder Virtualisierung?</p>
252
+ <a class="simpleButton size12" href="/de/services/it-automatisierung/" title="Mehr zu IT Infrastruktur Automatisierung, Cloud Computing">mehr</a>
253
+ </div>
254
+
255
+ <div class="column grid_4">
256
+ <h3>Ihre Webpräsenz einfach selbst verwalten</h3>
257
+ <small class="blue size11">Radiant CMS</small>
258
+ <p class="thumbnail"><img src="/content/radiant_logo.png" alt="Design und Webauftritt" /></p>
259
+ <p>Sie möchten Ihren Webauftritt mit einem einfachen Content Management System verwalten? <a href="http://radiantcms.org">Radiant <span class="caps">CMS</span></a> lässt sich sehr einfach für Ihre Wünsche anpassen und erweitern!. Natürlich können wir für Sie auf Wunsch auch Wordpress oder Typo3 einsetzen</p>
260
+ <a class="simpleButton size12" href="/de/services/internet-auftritte/" title="Mehr zu Ihre Webpräsenz einfach selbst verwalten">mehr</a>
261
+ </div>
262
+
263
+ <div class="column noRightMargin grid_4">
264
+ <h3>Applikations Entwicklung</h3>
265
+ <small class="blue size11">Internet oder Intranet Anwendungen</small>
266
+ <p class="thumbnail"><img src="/content/rails.png" alt="Anwendungs Entwicklung" /></p>
267
+ <p> Wir verwenden <a href="http://rubyonrails.org/">Rails</a> als Basis für die Entwicklung von Web Anwendungen</p>
268
+ <small><em>"Leistungsfähige Web Anwendungen, die zuvor Wochen und Monate an Aufwand gekostet haben, lassen sich mit Rails in wenigen Tagen realisieren"</em><br/><br/>
269
+ - <a href="http://de.wikipedia.org/wiki/Tim_O%E2%80%99Reilly">Tim O'Reilly</a>, vom <a href="http://www.oreilly.de/">O'Reilly Verlag</a></small>
270
+ </p>
271
+ <a class="simpleButton size12" href="/de/services/applikations-entwicklung/" title="Mehr zu Applikations Entwicklung">mehr</a>
272
+ </div>
273
+
274
+
275
+
276
+ <h2>Was Kunden über uns sagen</h2>
277
+ <div class="testimonial">
278
+ <p>Edi was hired to set up and maintain our server infrastructure. He not only completed requests satisfying and in time, but also provided suggestions and new ideas often going beyond what was orginally ordered and discussed. I certainly can recommend Edi for business as a highly skilled system infracture level consultant. <small>(<a href="http://at.linkedin.com/pub/martin-lechner/14/7b7/a71">Martin Lechner -- CTO and Project Manager at Mobilizy GmbH.</a>)</small></p>
279
+
280
+ </div>
281
+ <div class="testimonial">
282
+ <p>Edi has great knowledge in the IS/IT industry, especially with automated hosting, server services and customer support. And in addition he is very helpful, patient and supportive when it comes to critical and customer related issues. I would always again like to hire Edi for this kind of support<small>(<a href="http://at.linkedin.com/in/timotions">Harry Timons --Program Manager "World Summit Awards" at International Center for New Media</a>)</small></p>
283
+
284
+ </div>
285
+ <div class="testimonial">
286
+ <p>I know Edmund from his contributions to many Radiant extensions, and from a few e-mail conversations about them. He seems like a very nice guy, and has helped me out on several occasions without expecting something in return. I therefore recommend Edmund to anybody who is considering hiring him for a job.<small>(<a href="http://be.linkedin.com/in/bennydegezelle">Benny Degezelle -- Owner & webdeveloper, Gorilla webdesign</a>)</small></p>
287
+
288
+ </div>
289
+ <div class="testimonial">
290
+ <p>Edmund is a personable knowledgeable IT expert who delivers on time great results.<small>(<a href="http://at.linkedin.com/pub/christoph-doppelmeier/2/ba3/b47">Christoph Doppelmeier -- Infrastructure, Operations, Testing Manager bei Sony NetServices</a>)</small></p>
291
+
292
+ </div>
293
+
294
+
295
+ <h2>Die neuesten Blog Einträge</h2>
296
+
297
+
298
+ <a href="/de/blog/2011/04/16/data-driven-deployment-einer-java-web-application-mit-chef-solo/">Data Driven Deployment einer Java Web Application mit Chef Solo</a><br/>
299
+
300
+ <a href="/de/blog/2011/03/16/wordpress-ueber-json-api-mit-facebook-page-oder-tumblr-befuellen/">Wordpress über JSON Api mit Facebook Page oder Tumblr befüllen</a><br/>
301
+
302
+ <a href="/de/blog/2010/12/07/fehler-bei-tomcat-too-many-open-files/">Fehler bei Tomcat: Too many open files</a><br/>
303
+
304
+ <a href="/de/blog/2010/12/07/wordpress-lamp-stack-mit-einer-zeile-code-installieren/">Wordpress LAMP Stack mit einer Zeile Code installieren</a><br/>
305
+
306
+ <a href="/de/blog/2010/12/05/vagrant-sind-sie-bereit-ihren-umgang-mit-it-infrastruktur-zu-revolutionieren/">Vagrant: Sind Sie bereit Ihren Umgang mit IT Infrastruktur zu revolutionieren? </a><br/>
307
+
308
+ <a href="/de/blog/2010/11/25/die-offizielle-facebook-seite-aus-rechtlicher-sicht/">Die offizielle Facebook-Seite aus rechtlicher Sicht</a><br/>
309
+
310
+ <a href="/de/blog/2010/07/01/was-ist-rss-und-warum-brauchen-sie-es-fuer-facebook/">Was ist RSS und warum brauchen Sie es für Facebook</a><br/>
311
+
312
+ <a href="/de/blog/2010/06/14/chef-von-opscode-und-der-power-von-ruby/">Chef von Opscode und der Power von Ruby</a><br/>
313
+
314
+ <a href="/de/blog/2010/06/10/radiant-das-no-fluff-just-stuff-rails-cms/">Radiant das No Fluff just Stuff Rails CMS</a><br/>
315
+
316
+ <a href="/de/blog/2010/04/08/strings-in-ruby/">Strings in Ruby</a><br/>
317
+
318
+
319
+
320
+
321
+ <div class="clear"></div>
322
+ </div><!-- end content -->
323
+
324
+ <div id="sidebar" class="grid_4"><!-- begin sidebar -->
325
+ <div id="tabMenu"><!-- begin tabMenu -->
326
+ <ul id="tabs">
327
+ <li class="active"><a href="#tab1">Neuigkeiten</a></li>
328
+ <li><a href="#tab2">Artikel</a></li>
329
+ </ul>
330
+
331
+ <div class="clear"></div>
332
+
333
+ <div id="tabContainer">
334
+ <div id="tabMask">
335
+ <div id="tabHolder">
336
+
337
+ <div id="tab1" class="tabContent jcarousel">
338
+ <div class="jcarousel-clip">
339
+ <ul class="jcarousel-list">
340
+
341
+
342
+ <li>
343
+ <img src="/content/news1.jpg" />
344
+ <p>Chef mit verbessertem...</p>
345
+ <a class="simpleButton" href="/de/news/2010/10/08/chef-mit-verbessertem-windows-und-solaris-support/" title="Chef mit verbessertem Windows und Solaris Support weiter lesen">weiter lesen</a>
346
+ </li>
347
+
348
+ <li>
349
+ <img src="/content/news1.jpg" />
350
+ <p>Neugestaltung Webauftritt...</p>
351
+ <a class="simpleButton" href="/de/news/2010/10/05/neugestaltung-webauftritt-haselwanter/" title="Neugestaltung Webauftritt Haselwanter weiter lesen">weiter lesen</a>
352
+ </li>
353
+
354
+ <li>
355
+ <img src="/content/news1.jpg" />
356
+ <p>Twitter hat einen neuen Chef</p>
357
+ <a class="simpleButton" href="/de/news/2010/10/05/twitter-hat-einen-neuen-chef/" title="Twitter hat einen neuen Chef weiter lesen">weiter lesen</a>
358
+ </li>
359
+
360
+ <li>
361
+ <img src="/content/news1.jpg" />
362
+ <p>Facebook Safety Center</p>
363
+ <a class="simpleButton" href="/de/news/2010/07/27/facebook-safety-center/" title="Facebook Safety Center weiter lesen">weiter lesen</a>
364
+ </li>
365
+
366
+ <li>
367
+ <img src="/content/news1.jpg" />
368
+ <p>Miemingerplateau Seite nun...</p>
369
+ <a class="simpleButton" href="/de/news/2010/07/22/miemingerplateau-seite-nun-auch-mit-twitter-und-veranstaltungen/" title="Miemingerplateau Seite nun auch mit Twitter und Veranstaltungen weiter lesen">weiter lesen</a>
370
+ </li>
371
+
372
+ <li>
373
+ <img src="/content/news1.jpg" />
374
+ <p>Xing OSX Addressbuch Sync</p>
375
+ <a class="simpleButton" href="/de/news/2010/07/22/xing-osx-addressbuch-sync/" title="Xing OSX Addressbuch Sync weiter lesen">weiter lesen</a>
376
+ </li>
377
+
378
+ <li>
379
+ <img src="/content/news1.jpg" />
380
+ <p>Ruby und Puppet Workshop</p>
381
+ <a class="simpleButton" href="/de/news/2010/07/13/ruby-und-puppet-workshop/" title="Ruby und Puppet Workshop weiter lesen">weiter lesen</a>
382
+ </li>
383
+
384
+ <li>
385
+ <img src="/content/news1.jpg" />
386
+ <p>Mieminger Plateau Seite...</p>
387
+ <a class="simpleButton" href="/de/news/2010/06/18/mieminger-plateau-seite-relaunch/" title="Mieminger Plateau Seite Relaunch weiter lesen">weiter lesen</a>
388
+ </li>
389
+
390
+ <li>
391
+ <img src="/content/news1.jpg" />
392
+ <p>Die neue Seite ist online</p>
393
+ <a class="simpleButton" href="/de/news/2010/03/31/die-neue-seite-ist-online/" title="Die neue Seite ist online weiter lesen">weiter lesen</a>
394
+ </li>
395
+
396
+
397
+ </ul>
398
+ </div>
399
+ <p class="viewAll"><a href="/de/news">alle neuigkeiten lesen</a></p>
400
+ </div>
401
+
402
+ <div id="tab2" class="tabContent jcarousel">
403
+ <div class="jcarousel-clip">
404
+ <ul class="jcarousel-list">
405
+
406
+
407
+ <li>
408
+ <p class="headline">Data Driven...</p>
409
+ <small class="info">Posted: <a href="#">16.04.2011</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
410
+ <p>Chef Application Cookbook Showcase Dieses Vagrant Projekt auf unserem Github Repository...</p>
411
+ <a class="simpleButton" href="/de/blog/2011/04/16/data-driven-deployment-einer-java-web-application-mit-chef-solo/" title="Data Driven Deployment einer Java Web Application mit Chef Solo weiter lesen">weiter lesen</a>
412
+ </li>
413
+
414
+ <li>
415
+ <p class="headline">Wordpress über...</p>
416
+ <small class="info">Posted: <a href="#">16.03.2011</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
417
+ <p>In diesem Beispiel zeigen wir die Installation von Wordpress in einem Ubuntu LAMP...</p>
418
+ <a class="simpleButton" href="/de/blog/2011/03/16/wordpress-ueber-json-api-mit-facebook-page-oder-tumblr-befuellen/" title="Wordpress über JSON Api mit Facebook Page oder Tumblr befüllen weiter lesen">weiter lesen</a>
419
+ </li>
420
+
421
+ <li>
422
+ <p class="headline">Fehler bei...</p>
423
+ <small class="info">Posted: <a href="#">07.12.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
424
+ <p>Das Symptom Tomcat reagiert nur mehr mit einer HTTP 500 Fehlermeldung. In den Catalina...</p>
425
+ <a class="simpleButton" href="/de/blog/2010/12/07/fehler-bei-tomcat-too-many-open-files/" title="Fehler bei Tomcat: Too many open files weiter lesen">weiter lesen</a>
426
+ </li>
427
+
428
+ <li>
429
+ <p class="headline">Wordpress LAMP...</p>
430
+ <small class="info">Posted: <a href="#">07.12.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
431
+ <p>Im Posting Vagrant: Sind Sie bereit Ihren Umgang mit IT Infrastruktur zu...</p>
432
+ <a class="simpleButton" href="/de/blog/2010/12/07/wordpress-lamp-stack-mit-einer-zeile-code-installieren/" title="Wordpress LAMP Stack mit einer Zeile Code installieren weiter lesen">weiter lesen</a>
433
+ </li>
434
+
435
+ <li>
436
+ <p class="headline">Vagrant: Sind Sie...</p>
437
+ <small class="info">Posted: <a href="#">05.12.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
438
+ <p>Vargant ist ein Tool für das Erstellen und Verbreiten von virtualisierten...</p>
439
+ <a class="simpleButton" href="/de/blog/2010/12/05/vagrant-sind-sie-bereit-ihren-umgang-mit-it-infrastruktur-zu-revolutionieren/" title="Vagrant: Sind Sie bereit Ihren Umgang mit IT Infrastruktur zu revolutionieren? weiter lesen">weiter lesen</a>
440
+ </li>
441
+
442
+ <li>
443
+ <p class="headline">Die offizielle...</p>
444
+ <small class="info">Posted: <a href="#">25.11.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
445
+ <p>Eine kleine Sammlung an Links zu Thema Facebook Fan Page und Recht: Die offizielle...</p>
446
+ <a class="simpleButton" href="/de/blog/2010/11/25/die-offizielle-facebook-seite-aus-rechtlicher-sicht/" title="Die offizielle Facebook-Seite aus rechtlicher Sicht weiter lesen">weiter lesen</a>
447
+ </li>
448
+
449
+ <li>
450
+ <p class="headline">Was ist RSS und...</p>
451
+ <small class="info">Posted: <a href="#">01.07.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
452
+ <p>Was versteckt sich hinter dem Kürzel RSS? &#8220;Was ist ein RSS Feed?&#8221;, wurden...</p>
453
+ <a class="simpleButton" href="/de/blog/2010/07/01/was-ist-rss-und-warum-brauchen-sie-es-fuer-facebook/" title="Was ist RSS und warum brauchen Sie es für Facebook weiter lesen">weiter lesen</a>
454
+ </li>
455
+
456
+ <li>
457
+ <p class="headline">Chef von Opscode...</p>
458
+ <small class="info">Posted: <a href="#">14.06.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
459
+ <p>Neuere Versionen von Chef von Opscode stellen eine interessante Ressource zur...</p>
460
+ <a class="simpleButton" href="/de/blog/2010/06/14/chef-von-opscode-und-der-power-von-ruby/" title="Chef von Opscode und der Power von Ruby weiter lesen">weiter lesen</a>
461
+ </li>
462
+
463
+ <li>
464
+ <p class="headline">Radiant das No...</p>
465
+ <small class="info">Posted: <a href="#">10.06.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
466
+ <p>Radiant ist ein auf das wesentliche reduzierte, Open Source Content Management System...</p>
467
+ <a class="simpleButton" href="/de/blog/2010/06/10/radiant-das-no-fluff-just-stuff-rails-cms/" title="Radiant das No Fluff just Stuff Rails CMS weiter lesen">weiter lesen</a>
468
+ </li>
469
+
470
+ <li>
471
+ <p class="headline">Strings in Ruby</p>
472
+ <small class="info">Posted: <a href="#">08.04.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
473
+ <p>In den vorangegangenen Artikeln haben wir schon Strings verwendet. Es gibt zwei Arten...</p>
474
+ <a class="simpleButton" href="/de/blog/2010/04/08/strings-in-ruby/" title="Strings in Ruby weiter lesen">weiter lesen</a>
475
+ </li>
476
+
477
+ <li>
478
+ <p class="headline">Grundlegende...</p>
479
+ <small class="info">Posted: <a href="#">07.04.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
480
+ <p>Wie bei jeder Programmiersprache muss man sich auch bei Ruby mit der grundlegenden...</p>
481
+ <a class="simpleButton" href="/de/blog/2010/04/07/grundlegende-syntax-der-sprache-ruby/" title="Grundlegende Syntax der Sprache Ruby weiter lesen">weiter lesen</a>
482
+ </li>
483
+
484
+ <li>
485
+ <p class="headline">Ruby Programmier...</p>
486
+ <small class="info">Posted: <a href="#">06.04.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
487
+ <p>Im Kern ist Ruby eine objektorientierte Sprache. Alles ist ein Objekt. Yukihiro „Matz“...</p>
488
+ <a class="simpleButton" href="/de/blog/2010/04/06/ruby-programmier-paradigmen/" title="Ruby Programmier Paradigmen weiter lesen">weiter lesen</a>
489
+ </li>
490
+
491
+ <li>
492
+ <p class="headline">Die...</p>
493
+ <small class="info">Posted: <a href="#">05.04.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
494
+ <p>Die Geburtsstunde der Sprache Ruby war der 24. Februar 1993. Der Erfinder von Ruby,...</p>
495
+ <a class="simpleButton" href="/de/blog/2010/04/05/die-programmiersprache-ruby-einleitung/" title="Die Programmiersprache Ruby - Einleitung weiter lesen">weiter lesen</a>
496
+ </li>
497
+
498
+ <li>
499
+ <p class="headline">Neue Seite Online</p>
500
+ <small class="info">Posted: <a href="#">30.03.2010</a> by <a href="/de/ueber-uns">DI Edmund Haselwanter</a></small>
501
+ <p>Die neue Firmenwebseite ist nun online Radiant CMS Die Webseite wurde mit dem Content...</p>
502
+ <a class="simpleButton" href="/de/blog/2010/03/30/neue-seite-online/" title="Neue Seite Online weiter lesen">weiter lesen</a>
503
+ </li>
504
+
505
+
506
+ </ul>
507
+ </div>
508
+ <p class="viewAll"><a href="/de/blog">den weblog lesen</a></p>
509
+ </div>
510
+
511
+ </div>
512
+ </div>
513
+
514
+ <div id="tabNav">
515
+ <div class="jcarouselPrev1 previous"></div>
516
+ <div class="jcarouselNext1 next"></div>
517
+
518
+ <div class="jcarouselPrev2 previous"></div>
519
+ <div class="jcarouselNext2 next"></div>
520
+
521
+ <p class="viewAll"></p>
522
+ </div>
523
+
524
+ <div class="clear"></div>
525
+ </div>
526
+ </div><!-- end tabMenu -->
527
+ <!--NetworkedBlogs Start--><style type="text/css"><!--.networkedblogs_widget a {text-decoration:none;color:#3B5998;font-weight:normal;}.networkedblogs_widget .networkedblogs_footer a {text-decoration:none;color:#FFFFFF;font-weight:normal;}--></style><div id='networkedblogs_container' style='height:180px;padding-top:20px;'><div id='networkedblogs_above'></div><div id='networkedblogs_widget' style="width:120px;margin:0px auto;padding:0px 0px 3px 0px;font-family:'lucida grande',tahoma,Verdana,Arial,Sans-Serif;font-size:11px;font-weight:normal;text-decoration:none;background:#3B5998 none repeat scroll 0% 0%;border:none;line-height:13px;"><div id='networkedblogs_header' style="padding:1px 1px 2px 3px;text-align:left;"><a href='http://www.facebook.com/apps/application.php?id=9953271133' style="text-decoration:none;color:#FFFFFF;font-weight:normal;font-size:11px;background-repeat:no-repeat;">NetworkedBlogs</a></div><div id='networkedblogs_body' style="background-color:#FFFFFF;color:#444444;padding:4px;border-left:1px solid #D8DFEA;border-right:1px solid #D8DFEA;text-align:left;"><table cellpadding="0" cellspacing="0"><tr><td><span style="color:#777777;">Blog:</span></td></tr><tr><td><a target="_blank" href="http://networkedblogs.com/blog/iteh_news/" style="text-decoration:none;color:#3B5998;">iTeh News</a></td></tr><tr><td><div style="padding:0px;padding-top:5px;color:#777777;">Topics:</div></td></tr><tr><td><a target='_blank' href='http://networkedblogs.com/topic/social+media' style='text-decoration:none;color:#3B5998;'>social media</a>, <a target='_blank' href='http://networkedblogs.com/topic/web+applications' style='text-decoration:none;color:#3B5998;'>web applications</a></td></tr><tr><td><div id='networkedblogs_badges'>&nbsp;</div></td></tr><tr><td><div style='padding:0px;text-align:center;'><a target="_blank" href="http://networkedblogs.com/blog/iteh_news/?ahash=564a938cc798ed16402a1f7e195320c6" style="text-decoration:none;color:#666666;font-weight:normal;font-size:10px;">Follow my blog</a></div></td></tr></table></div></div><div id='networkedblogs_below' class='networkedblogs_below'></div></div><script type="text/javascript"><!--
528
+ if(typeof(networkedblogs)=="undefined"){networkedblogs = {};networkedblogs.blogId=741811;networkedblogs.shortName="iteh_news";}
529
+ --></script><script type="text/javascript" src="http://widget.networkedblogs.com/getwidget?bid=741811"></script><!--NetworkedBlogs End-->
530
+
531
+ </div><!-- end sidebar -->
532
+
533
+ <div class="clear"></div>
534
+
535
+
536
+
537
+ <div id="portofolioSlider" class="grid_16"><!-- begin portofolioSlider -->
538
+ <div class="left"><div class="right">
539
+
540
+ <div class="carousel">
541
+ <h3>Unsere Projekte</h3>
542
+ <div class="jcarousel-clip">
543
+ <ul class="jcarousel-list">
544
+
545
+
546
+
547
+ <li>
548
+ <a href="/de/projekte/applikations-entwicklung/fedor/">
549
+
550
+
551
+ <img src="/assets/195/fedor_portfolio_small.jpg" alt="<r:children:each:title/>" />
552
+
553
+
554
+
555
+ </a>
556
+ <small class="title"><a href="/de/projekte/applikations-entwicklung/fedor/">Fedor</a></small>
557
+ <small class="date"></small>
558
+ </li>
559
+
560
+ <li>
561
+ <a href="/de/projekte/applikations-entwicklung/sun/">
562
+
563
+
564
+ <img src="/assets/196/sun-t-online_portfolio_small.jpg" alt="<r:children:each:title/>" />
565
+
566
+
567
+
568
+ </a>
569
+ <small class="title"><a href="/de/projekte/applikations-entwicklung/sun/">Sun</a></small>
570
+ <small class="date"></small>
571
+ </li>
572
+
573
+ <li>
574
+ <a href="/de/projekte/applikations-entwicklung/remote-calendar/">
575
+
576
+
577
+ <img src="/assets/197/remote-calendar_portfolio_small.jpg" alt="<r:children:each:title/>" />
578
+
579
+
580
+
581
+ </a>
582
+ <small class="title"><a href="/de/projekte/applikations-entwicklung/remote-calendar/">Remote Calendar</a></small>
583
+ <small class="date"></small>
584
+ </li>
585
+
586
+ <li>
587
+ <a href="/de/projekte/applikations-entwicklung/chances-risk-report/">
588
+
589
+
590
+ <img src="/assets/201/report_portfolio_small.jpg" alt="<r:children:each:title/>" />
591
+
592
+
593
+
594
+ </a>
595
+ <small class="title"><a href="/de/projekte/applikations-entwicklung/chances-risk-report/">Chances Risk Report</a></small>
596
+ <small class="date"></small>
597
+ </li>
598
+
599
+ <li>
600
+ <a href="/de/projekte/applikations-entwicklung/soccered/">
601
+
602
+
603
+ <img src="/assets/200/soccered_portfolio_small.jpg" alt="<r:children:each:title/>" />
604
+
605
+
606
+
607
+ </a>
608
+ <small class="title"><a href="/de/projekte/applikations-entwicklung/soccered/">Soccered</a></small>
609
+ <small class="date"></small>
610
+ </li>
611
+
612
+
613
+
614
+ <li>
615
+ <a href="/de/projekte/internet-auftritte/edmund-haselwanter-com/">
616
+
617
+
618
+ <img src="/assets/192/edmund_portfolio_small.jpg" alt="<r:children:each:title/>" />
619
+
620
+
621
+
622
+ </a>
623
+ <small class="title"><a href="/de/projekte/internet-auftritte/edmund-haselwanter-com/">edmund.haselwanter.com</a></small>
624
+ <small class="date"></small>
625
+ </li>
626
+
627
+ <li>
628
+ <a href="/de/projekte/internet-auftritte/apart-elisabeth/">
629
+
630
+
631
+ <img src="/assets/188/apart_portfolio_small.jpg" alt="<r:children:each:title/>" />
632
+
633
+
634
+
635
+ </a>
636
+ <small class="title"><a href="/de/projekte/internet-auftritte/apart-elisabeth/">Apart Elisabeth</a></small>
637
+ <small class="date"></small>
638
+ </li>
639
+
640
+ <li>
641
+ <a href="/de/projekte/internet-auftritte/cafe-maurer/">
642
+
643
+
644
+ <img src="/assets/189/cafe_portfolio_small.jpg" alt="<r:children:each:title/>" />
645
+
646
+
647
+
648
+ </a>
649
+ <small class="title"><a href="/de/projekte/internet-auftritte/cafe-maurer/">Cafe Maurer</a></small>
650
+ <small class="date"></small>
651
+ </li>
652
+
653
+ <li>
654
+ <a href="/de/projekte/internet-auftritte/miemingerplateau/">
655
+
656
+
657
+ <img src="/assets/190/mieming_portfolio_small.jpg" alt="<r:children:each:title/>" />
658
+
659
+
660
+
661
+ </a>
662
+ <small class="title"><a href="/de/projekte/internet-auftritte/miemingerplateau/">Miemingerplateau</a></small>
663
+ <small class="date"></small>
664
+ </li>
665
+
666
+ <li>
667
+ <a href="/de/projekte/internet-auftritte/transporte-haselwanter/">
668
+
669
+
670
+ <img src="/assets/193/haselwanter_portfolio_small.jpg" alt="<r:children:each:title/>" />
671
+
672
+
673
+
674
+ </a>
675
+ <small class="title"><a href="/de/projekte/internet-auftritte/transporte-haselwanter/">Transporte Haselwanter</a></small>
676
+ <small class="date"></small>
677
+ </li>
678
+
679
+ <li>
680
+ <a href="/de/projekte/internet-auftritte/ecosyn365/">
681
+
682
+
683
+ <img src="/assets/191/ecosyn_portfolio_small.jpg" alt="<r:children:each:title/>" />
684
+
685
+
686
+
687
+ </a>
688
+ <small class="title"><a href="/de/projekte/internet-auftritte/ecosyn365/">ecosyn365</a></small>
689
+ <small class="date"></small>
690
+ </li>
691
+
692
+ <li>
693
+ <a href="/de/projekte/internet-auftritte/the-cakemaker/">
694
+
695
+
696
+ <img src="/assets/194/the-cakemaker_portfolio_small.jpg" alt="<r:children:each:title/>" />
697
+
698
+
699
+
700
+ </a>
701
+ <small class="title"><a href="/de/projekte/internet-auftritte/the-cakemaker/">The Cakemaker</a></small>
702
+ <small class="date"></small>
703
+ </li>
704
+
705
+
706
+
707
+ <li>
708
+ <a href="/de/projekte/it-automatisierung/netociety-snorre/">
709
+
710
+
711
+ <img src="/assets/5/Screen_shot_2010-02-17_at_21.11.17_portfolio_small.png" alt="<r:children:each:title/>" />
712
+
713
+
714
+
715
+ </a>
716
+ <small class="title"><a href="/de/projekte/it-automatisierung/netociety-snorre/">Netociety Snorre</a></small>
717
+ <small class="date"></small>
718
+ </li>
719
+
720
+ <li>
721
+ <a href="/de/projekte/it-automatisierung/wikitude/">
722
+
723
+
724
+ <img src="/content/portofolioImg2.jpg" alt=""/>
725
+
726
+ </a>
727
+ <small class="title"><a href="/de/projekte/it-automatisierung/wikitude/">Wikitude</a></small>
728
+ <small class="date"></small>
729
+ </li>
730
+
731
+ <li>
732
+ <a href="/de/projekte/it-automatisierung/dev-center/">
733
+
734
+
735
+ <img src="/content/portofolioImg2.jpg" alt=""/>
736
+
737
+ </a>
738
+ <small class="title"><a href="/de/projekte/it-automatisierung/dev-center/">Dev Center</a></small>
739
+ <small class="date"></small>
740
+ </li>
741
+
742
+
743
+
744
+ </ul>
745
+ </div>
746
+ </div>
747
+
748
+ <div class="controls">
749
+ <small class="counter">4/10</small>
750
+
751
+ <div class="navigation">
752
+ <a class="jcarousel-prev previous"></a>
753
+ <a class="jcarousel-next next"></a>
754
+ </div>
755
+
756
+ <small class="link"><a href="/de/projekte">Portfolio ansehen</a></small>
757
+ </div>
758
+
759
+ </div></div>
760
+ </div><!-- end portofolioSlider -->
761
+
762
+ <div class="clear"></div>
763
+
764
+
765
+
766
+
767
+ </div><!-- end wrap -->
768
+ </div><!-- end center-->
769
+
770
+ <div id="footer"><!-- begin footer -->
771
+ <div class="container_16"><!-- begin wrap -->
772
+
773
+ <div id="newsletter">
774
+ <div class="grid_4 firstCol">
775
+ <h3>Newsletter abbonieren</h3>
776
+ <small>Bleiben Sie informiert. Unsere aktuellsten Neuigkeiten per Email</small>
777
+ </div>
778
+
779
+
780
+ <form action="/de/kontakt/newsletter/" method="post" enctype="multipart/form-data" id="mailer" name="mailer[newsletter]">
781
+
782
+ <div class="grid_4 secondCol">
783
+ <input type="text" value="Ihre E-mail" name="email" class="textInput" id="email" value="Ihre E-mail" />
784
+
785
+ <small class="subscribe customRadioHere">
786
+
787
+ <label for="subscribetrue">anmelden</label>
788
+
789
+ </small>
790
+ <small class="unsubscribe customRadioHere">
791
+
792
+ <label for="subscribefalse">abmelden</label><!-- label id must match subscibe id -->
793
+ </small>
794
+
795
+
796
+ </div>
797
+
798
+ <div class="grid_4 thirdCol">
799
+ <small class="signUpOption customCheckboxHere">
800
+ <input type="checkbox" checked="checked" value="true" id="signup" name="mailer[signup]" />
801
+ <!-- r:checkbox name="signup" checked="checked" value="true" /-->
802
+ <label for="signup">abbonieren!</label>
803
+ </small>
804
+ <div class="info">
805
+ <small>Zusätzliche Informationen über unsere Produkte und Services</small>
806
+ </div>
807
+ </div>
808
+
809
+ <div class="grid_4 fourthCol">
810
+ <input type="submit" value="Search" class="signUpButton"/>
811
+ </div>
812
+ </form>
813
+ <script type="text/javascript">
814
+ function showSubmitPlaceholder()
815
+ {
816
+ var submitplaceholder = document.getElementById("submit-placeholder-part");
817
+ if (submitplaceholder != null)
818
+ {
819
+ submitplaceholder.style.display="";
820
+ }
821
+ }
822
+ </script>
823
+
824
+ <div class="highlight"></div>
825
+
826
+ <div class="clear"></div>
827
+ </div>
828
+
829
+ <div id="footerWidgets">
830
+ <div class="grid_4">
831
+ <h3>Über Uns</h3>
832
+ <small>Eine kurze Beschreibung wer wir sind</small>
833
+ <hr />
834
+ <p>Wir sind ein junges Unternehmen spezialisiert auf Webauftritte, Implementierung von Web Applikationen in Rails und Automatisierung von IT Infrastruktur. Wir verwenden die neusten Technologien um Ihnen kostengünstig Lösungen anbieten zu können.
835
+ </p>
836
+ </div>
837
+
838
+ <div class="grid_4 lastComments">
839
+ <h3>Was Kunden über uns sagen</h3>
840
+ <small></small>
841
+ <hr />
842
+ <ul>
843
+ <li>
844
+ <p>Edmund is a personable knowledgeable IT expert who delivers on time great results</p>
845
+ <small>von <a href="http://at.linkedin.com/pub/christoph-doppelmeier/2/ba3/b47">Christoph Doppelmeier</a> am <a href="#">06.03.2009</a></small>
846
+ </li>
847
+ <li>
848
+ <p>Edi has great knowledge in the IS/IT industry, especially with automated hosting, server services ... I would always again like to hire Edi ...</p>
849
+ <small>von <a href="http://at.linkedin.com/in/timotions">Harry Timons</a>am <a href="#">18.08.2010</a></small>
850
+ </li>
851
+ </ul>
852
+ </div>
853
+
854
+ <div class="grid_4">
855
+ <h3>Twitter Meldungen</h3>
856
+ <small>Aktuellste Tweets ..</small>
857
+ <hr />
858
+ <ul>
859
+
860
+
861
+
862
+ <li>
863
+ <p>#Chef Whips Up a Mediawiki #LAMP Stack for You! <a class="twitter_link" href="http://j.mp/mzCRzi">http://j.mp/mzCRzi</a></p>
864
+ <small><a href="#">2 Tage</a> zuvor, von <a href="http://twitterfeed.com" rel="nofollow">twitterfeed</a></small>
865
+ </li>
866
+
867
+ <li>
868
+ <p>RT <a class="twitter_link" href="http://twitter.com/patrickdebois">@patrickdebois</a>: good read on deploying window stuff with #opscode chef - <a class="twitter_link" href="http://bit.ly/khy0qb">http://bit.ly/khy0qb</a></p>
869
+ <small><a href="#">4 Tage</a> zuvor, von <a href="http://twitterfeed.com" rel="nofollow">twitterfeed</a></small>
870
+ </li>
871
+
872
+ <li>
873
+ <p>“<a class="twitter_link" href="http://twitter.com/github_rb">@github_rb</a>: chef-dominodes - A #Chef resource for mutual exclusion of blocks of recipe code. Useful for cross-cluster <a class="twitter_link" href="http://t.co/05Hks96”">http://t.co/05Hks96”</a></p>
874
+ <small><a href="#">5 Tage</a> zuvor, von <a href="http://twitterfeed.com" rel="nofollow">twitterfeed</a></small>
875
+ </li>
876
+
877
+
878
+
879
+ </ul>
880
+ <a href="http://twitter.com/_iteh_" class="simpleButton">folgen Sie iTeh auf Twitter</a>
881
+
882
+ </div>
883
+
884
+ <div class="grid_4">
885
+ <h3>in Kontakt treten?</h3>
886
+ <small>Sie brauchen ein Angebot, oder wollen einfach in Kontakt treten?</small>
887
+ <hr />
888
+
889
+ <form action="/de/kontakt/" method="post" enctype="multipart/form-data" id="mailer">
890
+ <div class="contactForm">
891
+ <p>
892
+ <input type="text" value="Ihr Name" name="name" class="name textInput" id="name" value="Ihr Name" />
893
+ </p>
894
+ <p>
895
+ <input type="text" value="Ihre E-Mail" name="email" class="email textInput" id="email" value="Ihre E-Mail" />
896
+ </p>
897
+ <div class="textarea">
898
+ <div class="top"></div>
899
+ <textarea class="message textInput required true" id="message" rows="11" cols="25" name="mailer[message]">Ihre Nachricht</textarea><input type="hidden" name="mailer[required][message]" value="true" />
900
+ <div class="bottom"></div>
901
+ </div>
902
+ <small>Alle Felder sind notwendig</small>
903
+ <input class="button" type="submit" value="Send" />
904
+ <img class="loadingImage noBorder" src="/images/loadingBlack.gif" alt="Loading" />
905
+ <div class="responseText"></div>
906
+ </div>
907
+ </form>
908
+ <script type="text/javascript">
909
+ function showSubmitPlaceholder()
910
+ {
911
+ var submitplaceholder = document.getElementById("submit-placeholder-part");
912
+ if (submitplaceholder != null)
913
+ {
914
+ submitplaceholder.style.display="";
915
+ }
916
+ }
917
+ </script>
918
+
919
+ </div>
920
+
921
+ <div class="clear"></div>
922
+ </div>
923
+
924
+ <hr />
925
+
926
+ <div id="bottomFooter" class="grid_16">
927
+ <p class="copyright">Copyright &copy; 2010 iTeh DI Edmund Siegfried Haselwanter. Alle Rechte vorbehalten. <br/>Leitnergasse 16, 8010 Graz. Tel.: +43 676 3282554</p>
928
+ <ul class="simpleMenu">
929
+ <li><a href="/de/ueber-uns">ÜBER UNS</a></li>
930
+ <li><a href="/de/services">SERVICES</a></li>
931
+ <li><a href="/de/projekte">PROJEKTE</a></li>
932
+ <!-- li><a href="/de/fallstudien">FALL STUDIEN</a></li -->
933
+ <li><a href="/de/blog">WEBLOG</a></li>
934
+ <li><a href="/de/kontakt">KONTAKT</a></li>
935
+ <li><a href="/de/impressum">IMPRESSUM</a></li>
936
+ <li><a href="/de/agb">AGB</a></li>
937
+ <li><a href="/rss">RSS</a></li>
938
+ </ul>
939
+
940
+ </div>
941
+
942
+ <div class="clear"></div>
943
+
944
+ </div><!-- end wrap -->
945
+ </div><!-- end footer -->
946
+
947
+ <script src="/sns-js/iteh.js?1270111432" type="text/javascript"></script>
948
+
949
+
950
+ <script type="text/javascript" src="/js/homepage.js"></script>
951
+
952
+
953
+
954
+ <script type="text/javascript" charset="utf-8">
955
+ $(document).ready(function(){
956
+ $.prettySociable();
957
+ });
958
+ </script>
959
+ <script type="text/javascript" src="/js/projectspage.js"></script>
960
+ <script type="text/javascript">
961
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
962
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
963
+
964
+ </script>
965
+ <script type="text/javascript">
966
+ var pageTracker = _gat._getTracker("UA-4839558-9");
967
+ pageTracker._initData();
968
+ pageTracker._trackPageview();
969
+ </script>
970
+ </body>
971
+ </html>