Category: Others (Technical)
What is new in Sublime Text 3?
What is new in Sublime Text 3? Sublime is an editor developed by Jon Skinner and Will Bond. The source code of Sublime editor is written in C++ and Python Language. It is very popular among the developers because of
Using Selenium WebDriver with Chrome browser
Using Selenium WebDriver with Chrome browser Selenium WebDriver is open source tool to automate testing the Web application across many browsers. Every browser has its own driver to execute Selenium WebDriver Scripts. It supports browsers such as Mozilla Firefox, Google
Some Useful Code Refactoring Techniques Available In Eclipse
Some Useful Code Refactoring Techniques Available In Eclipse 1. RENAMING So this feature allows you to rename variables, classes, methods, packages, folders, and almost any Java identifier. When you rename an identifier, all references to that identifier are also renamed.
How to get user locale time from UTC Time
How to get user locale time from UTC Time The default timezone in Php or MySql is UTC (UTC doesn’t use daylight saving). But it can be troublesome when this is to be displayed to the user. E.g. – A
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
