
Search In
Since the day smartphones and the Internet have gone mainstream, mobile apps have become an indispensable part of our lives. From a simple alarm to booking a flight, learning a new language, ordering food, and transferring money, these mobile applica
Hi All,
Paypal has updated their payment integration API to new REST API and existing APIs have been deprecated since Feb 2019. Due to less documentation, it was very hard to integrate these APIs with Laravel. After spending some time, I was able to
Image Source
Even some of the most experienced traders ask, “What is parabolic SAR?” First, you must know about the parabolic SAR if you're a trader. This indicator is incredibly useful for identifying trend reversals and g
Hi friends,
In this Blog, I am going to explain some Facebook limits that every social media expert should know.
Facebook is the largest social media Networking website in the world which has nearly 1.4 billion active users. If we go into deeper c
In Javascript, when we define any variable(string, object, integer, function etc..), some memory is allocated with it and free’d when they are not in use by garbage collector and this process is called garbage collection. This whole process we can de
If you need login device type, model and version of an iOS device, then use below code.
You'll have to import below file first then:-
// #import `<`sys/utsname.h>
NSString* deviceName()
{
struct utsname systemInfo;
uname(&system
Apache provides mod_deflate module to compress the response prior to sending it to client by attaching the DEFLATE output filter in filter chain.
Following is a simple sample configuration for compressing selected text-based content types :
AddOutp
One can install PHP with apache2 in two ways, either by compiling from source code or from repositories by using a package manager. Both ways are discussed below.
Installing from repositories : This is very simple and straight forward method to ins
1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them.
To install RVM we first need to downl
New features in Joomla 3.2.
As I am working with few technologies and Joomla is one of them, I thought let me update you with information regarding the new release in of Joomla 3.2.
Joomla team has recently released a new version of Joomla 3.2 in
