lundi 9 août 2010

New Zoom javascript design

It could have been be done with simple CSS code but you get a smoother user experience using a javascript timeout to init the automatic zoomer.




Plus the new background of each business card (vCard or hCard) is a simple gif that should work better in obsolete or/and old or/and buggy web browsers. It's OK to me because the new design is way simpler visually, the HTML is also new and very very simple and is completely generated from a jSon dataBase that is very easy to write and read. For that I have writen a 3 javaScript functions that write HTML from jSon. The main idea was to find a way to represent an HTML structure in a function, so it would be very easy to modify and that I could write like :

          htmlTag('html',
               htmlTag('h1',data1),
               htmlTag('p',data2),
               htmlTag('div',data3)
          )

jeudi 28 janvier 2010

lundi 18 janvier 2010

Backstage programming




I have been busy for the whole last week designing a web form to help me writing the HTML code for the artimap.com search engine. This new page use javaScript to translate what I write into the complex HTML needed by the artimap.com search engine. Each phrases are analysed and words are all enclosed in i HTML TAGS. These i TAGS are essentials for the javaScript engine.
Now I will add some PHP to build a jSon database functionality plus an image "loader".

Very soon artimap.com will have a lot of new informations flowing continually in easily and fast !!!

mercredi 23 décembre 2009

THE CURRENT PROTOTYPE


ARTIMAP.COM is now online

All the basic functions have been programed and most bugs have been fixed (the vast majority of bugs where on Microsoft Internet Explorer 6).

You can now see the prototype live at Artimap.com

Here is a screenshot of the page using the awesome CHROME BROWSER running on UBUNTU LINUX: