SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `faq` -- -- -------------------------------------------------------- -- -- Table structure for table `faqplus` -- CREATE TABLE IF NOT EXISTS `faqplus` ( `cont_id` int(3) NOT NULL AUTO_INCREMENT, `cat_id` int(3) NOT NULL, `title` varchar(250) NOT NULL, `dtl` text NOT NULL, UNIQUE KEY `cont_id` (`cont_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ; -- -- Dumping data for table `faqplus` -- INSERT INTO `faqplus` (`cont_id`, `cat_id`, `title`, `dtl`) VALUES (2, 1, 'White Hat SEO', 'Search engine Optimization tech-nicks which uses legitimate method and focus on improved user experience for better ranking of pages to increase traffic. \r\n\r\nThis type of page optimization focus on long term search engine ranking by providing good and useful content for the visitors. \r\nOpposite to this is black hat Optimization. '), (3, 4, 'DNS recrod ', 'Domain Name Server ( DNS ) record is the address of name server which has the address of the website. DNS record is big list in which IP address of hosted websites are stored. This is required when we host a website and we need to tell the world about its address or about its IP location in the language of Internet. \r\n\r\nWhen we change our [url=http://www.plus2net.com/hosting/index.php]web hosting[/url] service provider then we change the name server record of the particular domain. This facility is given by your domain registrar who has purchased the domain on behalf of owner. \r\n\r\nHosting provider will not have the facility to change DNS record unless the same is the domain registrar. \r\n\r\nOnce the DNS record is updated, it will take upto 24 to 72 hours for the DNS of worldwide to reflect the new address. Till such time new and old host will share the traffic. '), (16, 22, 'How JavaScript is used ', 'JavaScript is a client side code. '), (17, 22, 'How to use JavaScript ', 'JavaScript usually runs by browser. The code is loaded to the browser and browser executes it.