Website Programming

Website Programming

Before we undertake a website design project we recommend that our prospective clients take a little time to learn some basics regarding Web development and programming.  In this Web Programming section we post useful articles about programming basics, web programming tutorials, and web programming tools.



How to export data from mysql to csv or excel

Website Programming, No Comment, Posted by turk

How to export data from mysql to csv or excel This is a very simple code to export database from mysql database to file type excel format .csv or .xls. Hear ...


javascript check/uncheck checkbox all in form

Website Programming, No Comment, Posted by turk

Is it a bother to check all check boxes and it’s time consuming? This script can help you to click on one check box for all in form. Hear the ...


You can use images to submit and reset a form

Website Programming, No Comment, Posted by turk

You can use images to submit and reset a form Here is the code java script. The code java script is used to change value in a textbox that is empty. <script ...