Category: Others (Technical)
Sending SMS messages using Textlocal
Sending SMS messages using Textlocal ( https://www.textlocal.in/ ) Here is an example to send sms alert using Textlocal account: There are some mandatory fields to send Sms. 1. Username 2. Hash 3. Message (Enable message template from Textlocal) 4. Number
How to use VBA Script in Excel?
How to use VBA Script in Excel? VBA (Visual Basic for Application) is a high-level programming language that is used for MS Excel. It uses English like statements to write instructions for the computer. It also enhances the functionality of
Toggle between different Views on Dashboard in Tableau
Sheet (View) Toggle in Tableau Problem: There is no predefined feature to toggle or switch between two views on the same dashboard for the same data. Explanation: Let me explain the problem in detail to you, If we have a
How to implement Login with Google Account
This post explains how to implement Login / Sign-In with Google Introduction :- Google Sign-In helps to increase the customers on your website. Because current trend is almost all the users have a Google Account and they can login to
Integrating CKEditor in a Website
How to Integrate CKEditor in a Website? CKEditor- CKEditor is a rich text editor with main functionality of generating the html code of everything we write in it. We can CKEditor when we need to store html content with styling
Image.onload returns 0 for width/height of SVG image in 1E11
Problem: Image.onload returns width/height of SVG images “0” in 1E11: When you try to get size of svg image file using “image.onload” event, this returns exact file size in all browsers (Firefox, Chrome, Safari) except IE11. It returns 0 for
Get the List of Elements in Selenium Script
How to Get the List of Elements in Selenium Script? List is the collection of similar type of data. You can add, remove, iterate over stuff and can also query how much data is in the List. Java.util.List is a
Introduction to RSS feed and Its Benefits
Introduction to RSS feed and Its Benefits RSS stands for Really Simple Syndication or Rich Site Summary. It’s the technology that thousands of internet users depend on to keep track of their favorite websites. It is also referred to as
Some Tips To Improve Your Coding and Debugging skills
List of some Tips to improve your coding and Debugging skills This post contains some neglected points during programming that developers are mostly reluctant to follow. In my experience some of the most complex projects become uncontrollable due to bad