It is not so hard to send someone an email whether it is a scheduled job or any other method, just use Mail send method and the mail will be on its way. But what if you want to add a graph or a chart to your email template then it is not as easy […]
Simplified methods of working with DOM
A web page is a document which can be displayed in the web browsers or as the HTML source but ultimately both are the same document. Document Object Model (DOM) represents the same document to be manipulated. An object-oriented representation of any web page is called DOM. This web page can be modified with JavaScript. […]
Beginners Guide to learn HTML Technology
If you want to create a web-page, firstly you have to know HTML. So, what is HTML? HTML is an evolving language, which allows you to create a website. HTML stands for Hyper Text Markup Language. In 1990 Tim Berners-Lee first developed HTML. HTML 1.0 was the first version of HTML and the latest version […]