Code for moving particular area of the page

Code for moving particular area of the page is mainly useful when the web pages are lengthy and also for easily moving to top of the page from bottom of the same page. It's simple one line code with anchor tag and id.

Meanwhile, if you want to navigate to particular area of the same page than the anchor tag will be,<a href="#cf" >  and,
if you want to navigate to particular area of some other page than the anchor tag will be, <a href="onlinewebprt.html#cf" > , but condition is that particular are should be kept in id tag which is mentioned in the anchor tag. As here i mentioned id as cf so particular content will be in


<div id="cf">
 <p>----------------------</p> </div>


Displaying current date in textbox at page on load

Displaying current date in textbox at page on load is very with a single function, I checked this function by putting the script in between head tags but i didn't work, Then again i put in the body section then it working perfectly.
This function reads current system time of our PC. But i am not fully satisfy with this code i want to be with global internet date. Mean while the code is as follows , hope it will helpful you guys.

SEO for beginners

SEO for beginners this post  must be read by those peoples who are new to internet marketing. Basically the term SEO means Search Engine Optimization which include with different web tactics, commonly these SEO classified into two types.
  1. On Page Seo.
  2. Off Page Seo.
A thing that you people observe in this post, that i am just giving introduction about SEO, i want to explain each and every part of seo with different posts so that you people can understand clearly. Mean while in On Page Seo work we handle meta tags, content writing, image optimization, anchor tags, head tags and so on..

Converting excel data to mysql database.

Converting excel data to mysql database is very important in those days because so many companies wants maintain their old/current excel data into mysql database so that they can access from any where by maintaining some authentication, not only authentication but also useful for particular record, attribute and so on..

In most cases this methodologies are useful for those who want convert their previous old excel data to mysql database. Mean while if you want Converting excel data to mysql database you have to follow three conditions and the conditions are,