open source basecamp

RSS
Twitter
 
Blog

Posts Tagged ‘JavaScript’

Appel à sponsors : Codesprint GeoExt 2012

Tuesday, January 31st, 2012 by Emmanuel Belo

Camptocamp souhaite encourager toute entité, organisation et personne utilisant GeoExt à parrainer l’organisation du GeoExt Codesprint Spring 2012 qui se déroulera au printemps 2012.

Suite au succès du codesprint de 2011, tout utilisateur a pu bénéficier des fonctionnalités mobiles qui sont maintenant parfaitement opérationnelles. Devenez sponsor et bénéficiez des nouvelles fonctionnalités qui seront implémentées suite au codesprint 2012 !

Pour toute question ou intérêt concernant votre participation au codesprint, n’hésitez pas à contacter info@camptocamp.com

JavaScript Developer

Wednesday, January 25th, 2012 by Stéphanie Debayle

New position at Camptocamp!

Our Geospatial team is looking for a JavaScript Developer experienced in open-object WebGIS programming and software architecture.

Upon application at job@camptocamp.com, please include your resume, code samples, references and recommendations.

Géomatique Suisse : applications cartographiques mobiles et code sprint OpenLayers

Friday, May 6th, 2011 by Stéphanie Debayle

Le dernier numéro du magazine spécialisé Géomatique Suisse consacre un article sur les applications cartographiques mobiles et sur le mobile code sprint organisé par Camptocamp et Swisstopo en février dernier.

L’article est disponible ici. Merci Cédric !

Mobile JavaScript Code Sprint: Feb. 21 to Feb. 25 2011, Lausanne (Switzerland)

Tuesday, January 18th, 2011 by Stéphanie Debayle

Camptocamp and Swisstopo are glad to announce a one week code sprint focusing on Mobile JavaScript that will take place in Lausanne – EPFL – Switzerland (http://map.geo.admin.ch/?crosshair=bowl&zoom=6&X=152455&Y=533175) from Monday, February 21 to Friday, February 25, 2011.

The code sprint focus will be the Mobile JavaScript development. The main goal is to work on OpenLayers and extend its capabilities to support mobile devices. The second goal is to evaluate Mobile JavaScript libraries, like Sencha Touch or JQuery Mobile and begin creating bridges to these libraries, similar to the way that GeoExt connects OpenLayers and Ext.

The content of the code sprint will be openly discussed on the OpenLayers community mailing lists, and we are sure that the work started in February in Europe will continue at the Montreal code sprint in March.

The following developers have already confirmed their attendance: Christopher Schmidt, Tim Schaub, Eric Lemoine, Andreas Hocevar, Frédéric Junod, Bart van den Eijnden, Bruno Binet and Pierre Giraud.

It would be a pleasure to welcome other developers or users willing to support this effort in the Mobile development, so don’t hesitate to contact the organizers for further information.

The code sprint is sponsored by the following administrations, universities and companies: Canton of Zürich, Canton of Neuchâtel, City of Uster, City of Vevey, Geoportail Luxembourg, EPFL, Swisstopo, OpenGeo, Nokia and Camptocamp.

The code sprint is organized by Camptocamp and Swisstopo.

We look forward to a great code sprint and don’t forget that Switzerland is a very nice place to ski! A ski event will probably be organized before or after the code sprint. And finally, we also thank all the sponsors for their support!

Claude Philipona and Cédric Moullet

JavaScript for Object-Oriented Programmers

Monday, December 29th, 2008 by Cédric Moullet


I have to confess that I’m novice in JavaScript development. I used to developp in C# (I spent several years with a friend to developp the computation part of Topobase Survey), in C (for a 3D Raster visualization package) or in Java (Ilix).
I heard “JavaScript is object oriented”, so I thought “Fine, it will be a piece of cake to write some JavaScript code”… As I had vacation and tons of ideas, I started to copy-paste some code. Quite easy at the the beginning, but when I wanted to organize my code and use complex code, I had to admit that I didn’t understood everything what I copied…
The light came when I read the fantastic text: JavaScript for Object-Oriented Programmers… and at the end of the lecture, I remembered what Eric said to me “Why do you say that JavaScript is unclear when you don’t know it ?” (cf. The World’s Most Misunderstood Programming Language) …
It’s now the good time to read the Ext Manual.