Monthly Archive: September 2009

Sep 24

Macro Photoraphy

Here are some macro photos.

Sep 23

Javascript Date (current day)

So you want to display the date using javascript.
add the following code where you wish the date to be displayed.

<script type=”text/javascript”>
<!–
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(day + “/” + month + “/” + year)
//–>
</script>

save your page and run, the result is shown below.
OUTPUT:
var currentTime …

Continue reading »

Sep 12

Photos September 2009

8 visitors online now
3 guests, 4 bots, 1 members
Max visitors today: 13 at 02:10 pm UTC
This month: 27 at 05-17-2013 01:24 pm UTC
This year: 39 at 01-01-2013 12:46 pm UTC
All time: 109 at 12-07-2012 11:00 pm UTC