Sunday, May 27, 2007

Test d'un link via un javascript

Read More...

Friday, May 18, 2007

Research about terminology of all parts of a web page

Due to the fact that all parts of one web page are labeled, the goal of this project is to identify their name and master html.

So, the first step is to modify, one by one, the values and see the result.

◄variable name="mainBgColor" description="Main Background Color" type="color" default="#ffffff" value="#cc0000"►

I changed the value of mainBgColor from ffffff to cc0000 and the result is :◄/variable►

Premier constat : bLogger considère [variable comme une balise et ajoute automatiquement la fin de balise [/variable] à la fin du message. Pour contrer, je change les signes [ et ] par alt17 (◄) et alt16 (►) dans mes messages. Mon opinion est que ce problème trouve son origine dans le 'multifenêtrage' et le sauvetage automatique (save as draft).

Read More...