HTML paid with Honey

Well this is not an article about HTML, but for the latest project I did that was made by using HTML 5 and CSS 3 (with Bootstrap). I don’t usually do side projects often but this one was for our family bee farm – EKO MED (http://ekomed.mk) and I wanted to make something cool, simple and readable on mobile and tablet devices. Did I completely manage to do that – I don’t know,
But I got really sweet payment – free amounts of honey every year 🙂

honeyarticlefront

So lets go visual through some of the pages with short descriptions about them…

Read More »

Make your web sites available for offline use with AppCache API

Sometimes it can be useful to make your web site available for offline use, although it’s better to make sure that your web site is always online this could be very handy in some scenarios. In this article I’ll shortly describe how to use one of HTML5 APIs – Application Cache API (AppCache API) so you can make a web application to be available to the users when disconnected.

appCacheDiagram.png
Photo taken from msdn.microsoft 

The AppCache API is made by two components:

  1. Manifest file
  2. JavaScript API to support it

Read More »