Thursday, November 24, 2005

Print : Java Script

If you want to print a web page directly use this script code. Although it is simple, applicable for many cases

javascript: void (window.print())
<a href="javascript: void (window.print())" title="Print">Print</a>

.

Tuesday, November 15, 2005

A simple thing that I always forget

Developing a php script, but I spent a significant time for a small thing that I had done several times before

PHP Functions for get date and time

echo date('l dS of F Y h:i:s A'); out puts Tue Nov 15 th 2005
echo date("D M d S Y") out puts 15th of November 2005 03:33:35

Azure Storage Account Types

Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...