postgisgetX3d from PostGIS Polyhedral SurfaceExample on how to convert PostGIS geometry to X3D format https://en.wikipedia.org/wiki/X3D
Meteor Web Framework - Why I can't use it yetSpent about 10 hours playing with Meteor http://www.meteor.com/ Web-app goal: Searching http://500px.com and http://instagr.am for…
openlayersOpenLayers Zoom Fade + Resize Transition EffectTaking the inspiration from Leaffet which uses modern browsers’ css3 transition effect to add a fade effect to map zoom/pan, I quickly…
OpenLayers + PhoneGap + JQueryhttp://ozmin.es is written using OpenLayers, JQuery, and JQueryUI. It was easy to have http://ozmin.es as iPad or iPhone app using PhoneGap…
Orbeon XForms and ANZLIC Metadata Editorhttp://orbeon.com/ has a very good platform to build XForms based web-application. This is very suitable for an ANLIC Metadata Editor which…
Broadleafdemo-1.5 & IBM Websphere v8.5Once you got broadleafdemo running in JBoss 7 as per http://lydonchandra.blogspot.com/2011/12/running-broadleaf-ecommerce-150-demo-in.html…
Reading big file quickly by skippingThis is to read a grid file with columns such as Say we want to read ‘approximately’ every 4 lines, i.e. line2 then line6 and then line1…