Alert BOx function of javascript...
In this tutorial you learn about alert function of javascript... This example helps you to understand how alert function work\'s Here We Go...
View ArticlePrint function of javascript...
In this tutorial you learn about print function of javascript... This example helps you to understand how print function work\'s Here We Go...
View ArticleJavascript -> To open a website in popup
In this tutorial you learn how to open a website and how to create a popup window... Here We Go...
View ArticleHow to create Theme in wordpress part 1
If you plan to start your own blog website, the best choice for a blog application would be WordPress. Wordpress is an Open Source blog tool which offers a rich set of features as well as a large...
View ArticleAJAX = Asynchronous JavaScript and XML.
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. In this tutorial you will learn how to change data on onClick() function…… Here...
View ArticleUpload and Resize an Image with PHP
In this post I will explain how to upload an image.... in this tutorial you can can upload image and save their name in your mysql database also you can thumnail of your uploded image.. Here we go....
View ArticleCreate user login in PHP
PHP is a good alternative when you decide to add a password protected web pages on your web site. You can also use htaccess password protection but with PHP you can create a lot more complex and...
View ArticleMake contact form and send email in PHP
Having a contact form on your web site is vital when you need to know what your site visitors think about your web site. We will first create a simple contact form with 3 fields - Email address, Name,...
View ArticleYour First Php Script,To undetstand the basic Sybtax of PHP
The PHP script is Run on the server, and the plain HTML result is sent back to the browser. Basic PHP Syntax A PHP script can be placed anywhere in the document. A PHP script starts with <?php and...
View ArticleHtml Contact form data save in your mysql database with the help of php
Contact forms are one of the best way to connect with your readers.Saving your entries to the database is not a smart way, but if want to keep track of mails this could be one of the best...
View Article