File uploader

Just installed a new file uploader on my site!  It is so great allows me to share, send and access

Geek tip of the day

So if you were trying to say create a menu in css and wanted to put a simple seperator on

How to make an Onclick pop up window

Here is the code – <a href=”http://www.yourwebsite.com/thepage.html” onclick=”window.open(‘http://www.yourwebsite.com/thepage.html’, ‘popup’, ‘width=500, height=300, scrollbars=no, resizable=no, toolbar=no, directories=no, location=no,  menubar=no, status=no, left=0, top=0’);

Scroll to Top