Error handling in AJAX
Some times when we request to server we didn't get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) Internal Server Error 2) Network Connection Error 3) Page Not Found Error, 4)
Some times when we request to server we didn't get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) Internal Server Error 2) Network Connection Error 3) Page Not Found Error, 4)
Introduction to SSL A Secure Sockets Layer - or SSL - certificate is a web security protocol and essential for protecting your site visitors' sensitive data against fraud and identity theft. SSLs guard data by providing encryption (scrambling
HTTP/2 In February of 2015, the IETF’s steering group for publication as standards-track RFCs approved the HTTP/2 and associated HPACK specifications. After more than 15 years, the Hypertext Transfer Protocol (HTTP) received a long-overdue upgrade. HTTP/2 is largely
At the time of development sometimes - There is an special requirement of single login for two different web-applications. This type of requirement can be achieved through a most popular method which is Single Sign On (SSO). SSO occurs when a
New Relic Servers for Linux allows you to view and analyze critical system metrics, including CPU usage, physical memory, network activity, processes, and disk I/O utilization and capacity. This section provides information about compatibility and requirements, basic instructions
Optimization is part of every project. If you are a developer, it is essential for you to optimize your script early in the development process itself. Following the best practices while coding your PHP script is a good
How we can submit page changes for review and make live after reviewed it in beaver builder? There is revisionary plugin https://wordpress.org/plugins/revisionary/. Revisionary creates a new user role named Revisor. Revisors can make changes to page content, but
Why to Use : Push notification helps the app to notify users regarding occurrence of any new event. Like in Chat Client, if the user is in offline mode or the app is in idle state and gets
$http The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.The AngularJS $http service makes a request to the server, and returns a response.
We recently developed an Android app for Activation Program for one of the prime Telecom Operator in India. There was a contest that winner will be decided on the basis of the maximum likes on Facebook for the
A thread is a small unit of instructions which can be executed by a processor. A application uses threading if it requires parallelism. In other words by a single program ,we can process multiple unit of instructions parallaly.
Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that
Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need to install the yii2 extension https://github.com/yiisoft/yii2-elasticsearch/blob/master/docs/guide/README.md Configure in common/main.php file [crayon-67448647e2b4c076822404/] Creating index
Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can be done easily in most of MVC frameworks. Logging can be save in
PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, the application saves the time that would be required to generate the data
By default Ejabberd uses mnesia database and if you are not familiar with this then ejabberd provides many other database options for you. You can connect with anyone of them in which you are comfortable. The advantage of
There are lot of ways to install ejabberd on Ubuntu like from operating system specific package, install it from source code etc. I will prefer to install it from source code so I am going to write steps
Facebook applications are getting popular these days. So today I am guiding you, how you can make your own facebook application and add it within a facebook page. Register on Facebook as a Developer Visit following link and
Cscart 4+ has one great feature i.e API. There are some basic apis already written in cscart, like Products, Orders, Users etc. You can check these apis in detail here http://docs.cs-cart.com/4.1.x/api/index.html. Currently, Api's in Cscart has only support
A major feature where Yii leaves all its counterparts far behind in the curve and standout to be incredible is its Cache Management. By using its core caching techniques, developers can work on making page load much faster