Category Archives: Web

Free embedded map API for web

OpenStreetMap Krakow

Google Maps Alternative Ever since Google stopped offering free embedded map service, Open Street Map project continues on gaining popularity as one truly independent and free platform for cartography and geolocation data. Thanks to the user-generated content model (like Wikipedia) and Open Data Commons Open Database Licencing it is crazy accurate and can be used […]

Read more

CSS Naming – BEM – Block Element Modifier

The BEM approach ensures that everyone who participates in the development of a website works with a single codebase and speaks the same language. Using proper naming will prepare you for the changes in design of the website. Block Encapsulates a standalone entity that is meaningful on its own. Element Parts of a block and […]

Read more