Category: Others (Technical)
How to use whitelisted static IP address on a different machine in Filezilla
How to use whitelisted static IP address on a different machine in Filezilla (works in same WAN pool provided by your ISP) When you have already shared your public IP address with a client for accessing FTP/SFTP and due to
CURL Error #:Failed to connect to URL port 443: Network is unreachable
CURL Error #:Failed to connect to URL port 443: Network is unreachable Calling an API through CURL sometimes leads to this error – CURL Error #:Failed to connect to URL port 443: Network is unreachable Where, URL is the url
Advanced Threat Protection
Advanced Threat Protection (ATP) Advanced Threat Protection is well known as ATP and it refers to a category of security solutions that protects against sophisticated malware or hacking-based attacks targeting sensitive data. Advanced threat protection solutions can be available as
Protect your PDF files generated with TCPDF
Protect your PDF files generated with TCPDF TCPDF is a open source PHP library which is used to generate PDF documents. After downloading it, you can invoke all basic functions of this class without requiring external libraries. It supports various
How to read image from MS word document and save
How to read .jpg and .png image from a word document and save in a different folder using Java? Each line inside a word document is defined as a different paragraph and each image represents a paragraph. If there is
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