Definition of .htaccess Regex Characters & htaccess regular expression special characters # The # instructs the server to ignore the line. It is used for including comments. Each line of comments requires its own #. When including comments, it is good practice to use only letters, numbers, dashes, and underscores. This will help eliminate/avoid…
AJAX(Asynchronous JavaScript And XML) is nothing but a technique which uses the JavaScript and XML together to provide the flexibility in interactive web pages. It is used to send a request to the server using the XMLHttpRequest and use the result sent by the server in the web page. Once you use an application…
Even Google Map is free to use and have a large library and blogs to help. It’s good news for developer that there are more Maps Library available now to integrate in your application 🙂 Don’t worry to increase or learn new library of Maps, as each Map library have some unique feature, so…
RSS (Really Simple Syndication) or Rich Site Summary is a format of data for delivering regularly changing web content.Without RSS, users will have to check the site daily for new updates that is very time-consuming.Since RSS data is small and fast-loading, it can easily be used with services like as cell phones or PDA‘s also.…
Below is the JavaScript function worked like PHP’s str_replace. You can find more equivalent JavaScript function same as it works for PHP. You can get the library of these functions by php.js or can directly download by below link. Download php.default.min.js …
Creating SEO-Friendly page URL from your Page Title / heading will very helpful to generate a highly optimized keyword rich URLs for your website, Here is the function to get the SEO-Friendly Page URL from given string.…