Make validating input form using JavaScript in HTML

We all know the importance of validation in all manners. A web Developer must need to validate Input form to escape from Hacking or other unauthorized access. In this article we will learn how to make validating Input Form Using JavaScript in HTML. We will start from basic to some what high level of validation rules. First we must have to know what is means by validate input? Answer is quit simple. Validation means rules and encapsulation of data entering in a specific field. for example you have to take input in a field label as Email. In term of its validation. The input data in this field must have “@” sign and must have “.” character after “@” sign. These rules and specifications are called validation. Mostly we use JS (JavaScript) for validation. You may also use Ajax and other Server side language. In this tutorial we will deal with easy way to validate simple input form in HTML sing JavaScript :) . you may also like to read how to create simple php forum or Discussion Board.

5 Killer ways to Increase Alexa Rank Fast and Easy

Now a days all Bloggers looking for ways to Increase Alexa Rank.So, in that purpose i have a great gift for you.Here is the top 5 killer ways to increase Alexa Rank free and faster.We all know after Google Page Rank the second thing which gives high importance by webmasters is Alexa Rank.All webmasters judge any website by just seeing its Alexa Rank.Even advertisers check your Alexa Rank to advertise on your blog.more low Alexa means you have more chances of advertisement :) .In simple words the more visitors on your site means you have good chance of good Alexa rank.you may like to read How to Get Huge Traffic from Reddit Highly Targeted US Visitor.

How to Make Fixed Navigation Bar in HTML and CSS

User experience is always play a vital rule in site ranking. As we all know google now consider this as a ranking factor. It is very bad, if a user come and can’t easily navigate what he want :( . In this order many of us try to use Absolute Fixed Navigation so user good experience. But many developers think it is difficult task to make fixed navigation, That’s why they use heavy plugin and modules. But now you no need to install such heavy plugins :) . Becasue in this article i will teach you “How to make Fixed Navigation Bar in HTML and CSS” . It is very easy. It did not require so much knowledge about Developing and designing languages. I will make is kinda simple and easy for you. In this article we will learn how we can easily Create Sticky fixed top, Bottom, Right and left Navigation menu Bar by using HTML and CSS. Keep in mind this is very basic fixed bars. You can make it more attractive and eye touching just by using CSS :) . For your Convenience i also upload HTML and CSS code for fixed navigation bars. you might also like to read how to create menu in php Dynamically – php navigation.

Introduction to PHP – Why we need PHP and MySQL in website

Welcome to our first class in this class we take “a brief introduction to PHP“. here we Came to know why we need PHP and MYSQL.why php most famous development language.Blah Blah Blah!
If you have any question regarding Introduction to PHP. feel free to explain your views in comments.
Don’t forgot to like our page and subscribe to our site for more Classes of PHP.

you may also like to read Sana Khan Died in Road Accident with her husband in Jamshoro.

How to create a simple website in PHP tutorial class 1

This is my first tutorial about “How to create a simple website in PHP“. In this tutorial we will learn how to make a simple static website in php which has no connection to database.we will use include function in this tutorials to include or add header, footer, Navigation menu.