The email body usually contains plain text data, in paragraphs, and you can attach files. You can also send emails from Excel in other formats, like in the form of an HTML Table. I’ll show how ...
Let us assume, you are using Asp.Net and there is a folder full of images and you want to delete images automatically that were created (or added) 1 hour before. You can use the Delete() method of the ...
I have previously shared a post explaining how to get the file name from a URL in JavaScript. While the previous example dealt with validations at the client side, lets see how we get the file name ...
You can use the Math.random() method in JavaScript to generate random numbers in a given range. Here are some examples. ...
There are two simple methods to check if a given number is negative or positive in JavaScript. The first method is using a comparison operator in JavaScript, the second method is using a new ES6 ...
You can use the getJSON() method in jQuery to extract data from a JSON file. I’ll show you how using this method, you can extract data from an external JSON and file and display the data in a table ...
Well, its holiday season again and Christmas is approaching, followed by the New Year. Many of us would be preparing to send emails to our colleagues, clients, friends and family. I’ll show you how to ...
You can use the “length” property in JavaScript, to find the length of a string or an object I’ll show you how. ...
You can create charts easily in Excel using data in your worksheet by selecting a range of data and then insert a chart. Or, you can automate the process of creating beautiful interactive charts with ...
I am sharing a simple JavaScript code here, which you can use to design a Digital Clock, with date, month and year. In-addition there is a little bit of CSS in the example to style the clock. ...