PHP code to block bad bots from crawling your website

Bots are also known as web crawlers or spiders. There are bad bots and there are good bots. How bots are bad and how it is good, it’s a long topic that I am not going to discuss here in this post. Let’s stick to the post title :-). To allow Google and Bing bots, […]

The .htaccess rules to block bad bots from crawling your website

Bots, also known as web crawlers or spiders, are automated software programs that traverse the internet and visit websites to collect information. These bots are commonly used by search engines like Google, Bing, and others to index web pages and gather data for their search engine databases. Web crawlers work by following hyperlinks from one […]

Make HTTP Request in Javascript (with sample code)

You can make an HTTP request in JavaScript using the XMLHttpRequest object or the fetch API. However, other methods are also available such as jQuery Ajax and etc. In this post, I will show you how to make HTTP requests in Javascript using two of the fastest methods available along with the sample code for […]

jQuery email id validation code for all purposes.

Validating Email ID with jQuery is a bit tricky for newbies if you are not going to use any validation plugin or script. There are some scenarios where you will need to quickly validate the user input field esp. email id and you may not want to use a heavy validation plugin for this small […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top