Javascript Form Validation

Still the same with PHP Form Validation, but this time we will use javascript to create a form validation. We just need add javascript on the form we have created. We will using a form which we have made in the previous article FORM. But in Javascript Form Validation There … Read More

PHP Form Validation

If previously we have made a PHP FORM, this time we will give a little modification on the PHP FORM. We will continue using a form that we created earlier in the PHP FORM article. We will provide validation for each field form, in order to ensure that no part … Read More

PHP Form

This time we will try to create a php form, where each data we enter into the form we will show that as the output. To create a php form is very easy, check out the tutorial create form php is that you will be successful when tried. As base … Read More

Intalling XAMPP on Windows

X(for 4 of any operating system), Apache, MySQL, PHP, Perl. XAMPP is a tool that provides software packages into one package. In the package is contained Apache (web server), MySQL (database), PHP (server side scripting), Perl, FTP server, phpMyAdmin and various other auxiliary libraries. By installing XAMPP it is no … Read More

Javascript Objects

JavaScript treats each element on the browser / navigator as an object. An object will allow us to access and manipulate the properties / properties of the object. This object is classified based on the hierarchy / levels and can be associated with specific conditions and specific properties (properties). Here … Read More

Libraries CodeIgniter

This’s just Standard PHP Library (SPL). Library CodeIgniter is a class that is located in the library folder. The file name must begin with a capital letter (Full_name.php or Fullname.php). Declaration of Class name must be the same as the file name. 1 2 Class Fullname { } Syntax: 1 … Read More

Marquee

Marquee is running text in HTML. Here are examples of some small use of the marquee on the text. For use marquee is placed on the content of your HTML document page. Marquee 1.0 marquee is running by default (from right to left) 1 <marquee> Put your text / image … Read More

Javascript (Introduction)

JavaScript is a programming language based on a client-side scripting, which means the program is executed client side (browser), the client can see the script and knowing algorithms of the programs are written. JavaScript does not require a special compiler to execute the program, usually browser was acting as a … Read More

Floating Image

To design a website to make it interesting, it is not difficult. Just need the skills and learning. This time we will discuss about the Floating Image with CSS. If you use CSS on your website, you can create an image you want floating around in your website. This will … Read More

Handle the message “Error 404 – The webpage can not be found” on your website

Are you wordpress users?, If you have a current “Error 404 – The webpage can not be found” after you change your permalink in wordpress settings and when you open a link on your blog, the message appears and your web pages can not be accessed, not need to panic. … Read More