Image Uploader

Submitted by biddut on
With PHP, it is easy to upload files to the server. However, with ease comes danger, so always be careful when allowing file uploads! Some rules to follow for the HTML form above: Make sure that the form uses method="post" The form also needs the following attribute: enctype="multipart/form-data". It specifies which content-type to use when submitting the form Without the requirements above, the

How to Embed Google Maps to your Website

Submitted by janobe on
Embedding a Google Maps onto a website may look difficult to achieve well, I’m going to teach you the simplest way on how to do it and even a beginner can easily do it. In this tutorial you will learn how to embed Google maps onto your website. This is ideal if you have an online business with a website, in this way it will be easier for your customers to locate you.

Calendar with Easter Date and Hard Copy Printout

Submitted by nostradamus1566 on
This is the C# version of my calendar program, (in June 2017 I wrote a similar version in PHP). This C# version can display a calendar of 12 months for any year from 1583 to 2099, and also the date of Easter Sunday. The program includes a feature to allow you to print the calendar on paper or to send the calendar text to a PDF driver, (if you have one installed). Written using Visual Studio 2010