Posts

Showing posts from April, 2015

Registration Module Code

Image
Step 1 :  create table  studentrecord (id  int primary key auto_increment,  name   varchar(20),  email varchar(20),  phone  varchar(20),  password varchar(20)); (1)step one write code for  file   "registration.html": <html> <head> <script> function ajax_post() {     // Create our XMLHttpRequest object     var hr = new XMLHttpRequest();      // Create some variables we need to send to our PHP file      var url = "validation.php";     var fn = document.getElementById(" name ").value;     var en = document.getElementById(" email ").value;      var pn = document.getElementById(" phone ").value; var pd = document.getElementById(" password ").value; var cpd = document.getElementById(" cpassword ").value; var cap=document.getElementById(" captcha ").val...

Free SEO Tools for Blogger

Image
If you want to get some good amount of visitors to your blog from search engines, you need to do a bit of SEO to your blog like meta tags, title tags, heading tags, choosing good keywords,etc. But,its a bit difficult to do all that stuff on your own..especially if you are new to blogging and know less about design stuff(html,etc). Many sites are charging lots of bucks monthly for SEO tools like backlink checker, keyword researcher, etc. But, some people can't afford it.. So, I decided to create " SEO Tools " section here in BloggerTricks with full of useful SEO,design tools (ofcourse..for Free :D) which can help your blog traffic,search engine rankings,revenue.. With these tools, you can get to know lot of information about your blog like..your keywords, the keywords you should be targetting, how fast your blog is loading, your site pagerank,backlinks in search engines,etc. I'm working on this new Tools section from a week now..and it is finally ready and I...

Why care about B2B Content Marketing?

Image
Our B2B content marketing survey is the most popular survey we have produced to date. We asked over  20,000 B2B marketing professionals  to share their collective insight on B2B content marketing issues, trends, and preferences. After the first couple of hundred responses, patterns and trends have stabilized - a clear sign that we are getting close to a representative sample size. Time to share some preliminary survey results! The first survey question is designed to better understand the motivation of organizations engaging in content marketing as a B2B marketing strategy. In short: why do we care about content marketing? What are the main objectives? Let's take a look at the chart below. Leads, leads, leads ... By far the most mentioned objective for content marketing is lead generation (62 percent), followed by lead nurturing (39 percent). This finding doesn't come as a surprise considering that content marketing has emerged as a B2B strategy primarily to drive inbound ...