Author name: Steve

How to Make Your Meta Tags Work for You Without Thinking about SEO

When a lot of people involved with internet marketing think about meta title and meta description tags, they immediately think: ‘stick in the keyphrases and you’re golden’. In reality though, this is far from the truth. Google doesn’t really care about meta title and description tags. Sure Google looks at them and lets you tell

How to Make Your Meta Tags Work for You Without Thinking about SEO Read More »

How To: Limit Input Box Characters To Defined Count Using jQuery

Earlier today working on a project , I found one trick which I would like to share. Here is a small code that limit a input box for defined number of characters. Please take a look on following example: HTML . Jquery snippet Assuming we have to limit characters to 20. $(document).ready(function(){ $(‘#myInput’).keyup( function() {

How To: Limit Input Box Characters To Defined Count Using jQuery Read More »

Scroll to Top