Visualizzazione post con etichetta clock. Mostra tutti i post
Visualizzazione post con etichetta clock. Mostra tutti i post

sabato 21 agosto 2010

PTQJSClock v.0.1

This simple clock is showed in an input box in a form, and make use of the Date class, writing the formatted clock and the formatted date once per second.
In the onLoad event of the body section of the page you want to display the clock in, you will insert the "init()" function, which handles the clock update.

The first release is downloadable here.
The zipped package contains:
-a test page: prova.html
-the script: PTQJSClock.js
-the readme: README.txt

mercoledì 28 aprile 2010

Index of web technologies articles

Here's the index of articles I wrote about the technologies I used in my site. Each of them describes how to use them through descriptions and code snippets.

-HTML Tidy Batch Processing
An article on optimizing your html code to pass the validator test iterating a little utility.
-LightBox & LightNav
Lightbox is a nice effect for display images, Lightnav is an extension of Lightbox for bigger images.
-Usage of Jquery Reel for 360° panoramas
Display your cylindrical panorama using only a bit of javascript.
-Personalized maps using Google Maps API: usage, markers, routes
Walkthrough to build a simple map and personalize it.
-PTQ Guestbook v.0.2.1
My guestbook application: simple, easy and customizable.
-PTQ JS Clock v.0.1
My javascript clock, easy to use and display