Change WordPress Excerpt Length and Default Read More
WordPress Excerpt Length Customize Generally for the Blog websites, bloggers don't generally prefer a static page to appear on Front Page or Home page. Instead,...
Showing all 15 articles in this category.
WordPress Excerpt Length Customize Generally for the Blog websites, bloggers don't generally prefer a static page to appear on Front Page or Home page. Instead,...
Fully Functional Email Sign up Form Code Web admins & bloggers use different kinds of animated email sign up forms to increase their reader base. There are lots...
Website Backup to Dropbox using PHP Dropbox auto backup can be done using PHP as explained in following steps: Download Dropbox SDK . Login to Dropbox. Get Acce...
Setup CRON Schedule Jobs In this article you will learn to make a simple PHP script execute repeatedly at certain time interval. To do this, it is assumed that ...
City Weather Report in Excel Excel Vba code in this page gets current local weather report using free api from openweathermap. To use this code, you need these ...
Python - Weather Report for any City There is a similar article to this in which the weather report is obtained using Excel Vba code . To use this open weatherm...
Display HTML Code in Wordpress Post In Wordpress posts if we write any HTML codes in Text editor, the code will not be displayed. Instead of code, Wordpress, se...
HTML Form - Email Validation with JavaScript Email validation is very important in HTML forms. Here we have discussed how to validate email addresses using Java...
JavaScript to Remove Element in Array JavaScript arrays are variables that can store ordered collection of values in them which can be of different datatypes, w...
A regular expression (shortened as regex ) is an extremely useful way of matching common patterns and texts such as emails, phone numbers, URLs etc. almost all ...
What is AJAX? AJAX stands for asynchronous javascript and xml. It is a technique where we can request data from the server without reloading the entire page, it...
Nowadays every websites is dynamic in nature. Websites has the capability to To retrieve data from database in PHP Using MYSQL from a remote server. It fetches ...
Defer and Async attributes in JavaScript, they both are boolean attributes these attributes are used with script tags to load the external JavaScript file effic...
What is localStorage in javascript? The local storage is the storage location provided by the browser and that allows us to store key/value pairs in a web brows...
What is sessionStorage? sessionStorage is an object for the current session much like the localStorage , sessionStorage can also store data in the memory of the...