How to Install SSL Certificate on your Website

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

By |2023-01-17T20:19:17+05:3021 November 2016|Comments Off on How to Install SSL Certificate on your Website

Boost Web Application Performance with HTTP/2 and Server-Push

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

By |2023-01-17T20:19:24+05:3018 November 2016|Comments Off on Boost Web Application Performance with HTTP/2 and Server-Push

Web application monitoring with New Relic

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

By |2023-01-17T20:20:03+05:303 November 2016|Comments Off on Web application monitoring with New Relic

PHP optimization tips for any project

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

By |2023-01-17T20:20:19+05:3010 October 2016|Comments Off on PHP optimization tips for any project

Submit page changes for reviewer in beaver builder – wordpress

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

By |2023-01-17T20:20:26+05:3010 October 2016|Comments Off on Submit page changes for reviewer in beaver builder – wordpress

$http services and its methods

$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.

By |2023-01-17T20:20:53+05:3022 August 2016|Comments Off on $http services and its methods

Share a URL on Facebook from Android App or Website

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

By |2023-01-17T20:21:01+05:3010 August 2016|Comments Off on Share a URL on Facebook from Android App or Website

PHP Threading

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.

By |2023-01-17T20:21:08+05:3029 July 2016|Comments Off on PHP Threading

Understanding elastic search and installation

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

By |2023-01-17T20:21:36+05:3024 June 2016|Comments Off on Understanding elastic search and installation

How to use elastic search in yii2

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-6646f6b80f334907865569/] Creating index

By |2023-01-17T20:21:50+05:3024 June 2016|Comments Off on How to use elastic search in yii2

PHP Logging

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

By |2023-01-17T20:21:57+05:3024 June 2016|Comments Off on PHP Logging

PHP Caching

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 |2023-01-17T20:22:42+05:3010 June 2016|Comments Off on PHP Caching

Connect ejabberd with mysql instead of mnesia

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

By |2023-01-17T20:22:50+05:3023 May 2016|Comments Off on Connect ejabberd with mysql instead of mnesia

Cs Cart – Api support for multipart form-data

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

By |2023-01-17T20:24:08+05:3016 September 2015|Comments Off on Cs Cart – Api support for multipart form-data

Optimizing Web Application Speed with Caching in Yii Framework

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

By |2023-01-17T20:24:18+05:304 September 2015|Comments Off on Optimizing Web Application Speed with Caching in Yii Framework
Go to Top