How to check NULL in IOS or Android !
check NULL : A null indicates that a variable doesn’t point to any object and holds no value. You can use a basic ‘if’ statement to check a null in a piece of code. Null is commonly used to denote or verify the non-existence of…
Databinding in AngulasJS
Data-binding in AngularJS apps is the automatic synchronization of data between the model and view components. The way that AngularJS implements data-binding lets you treat the model as the single-source-of-truth in your application. The view is a…
Most Useful Microsoft Excel Tips
Making sense of our data-rich, noisy world is hard but vital. Used well, Conditional Formatting brings out the patterns of the universe, as captured by your spreadsheet. That’s why Excel experts and Excel users alike vote this the #1 most important…
Do you Know what is SOAP ?
SOAP ( Simple Object Access Protocol) is a message protocol that allows distributed elements of an application to communicate. SOAP can be carried over a variety of lower-level protocols, including the web-related Hypertext Transfer Protocol (HTTP) What…
Do you know the Different Data-Types in Python
In Python we need not to declare datatype while declaring a variable like C or C++. We can simply just assign values in a variable. But if we want to see what type of numerical value is it holding right now, we can use type(), like this: Python Data Type…
Do you know what is REST API ?
REST API : Representational state transfer is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services, provide…
Why Should You Move Your Website to HTTPS?
Website to HTTPS : Currently, only 0.1% of all websites use SSL. Consequently, it doesn’t seem like technology is essential to run a successful web presence. However, there are still convincing reasons to become part of the minority. Your Site Handles…
Step by Step to Move Your WordPress Site to HTTPS
WordPress Site to HTTPS : Are you looking to move WordPress from HTTP to HTTPS and install an SSL certificate on your website? We have been getting a lot of requests on this topic because Google announced that Chrome browser will start marking all…
How to run Windows on your Mac using Parallels Desktop 15
Mac using Parallels Desktop : There was a time when even Mac diehards might have had to keep a Windows PC around in order to use a key piece of software. Now we have Boot Camp, but that might be overkill if you only need to run a few applications.…
Few easy steps to learn How to use FTP to upload files to WordPress
FTP to upload files to WordPress : cPanel, which is used in this example, is by far the most popular hosting account management software used by hosts on the web, eclipsing other popular tools, such as Plesk and NetAdmin.cPanel. If your hosting provider…