Joomla – Component Development

2017-02-01T15:16:20+05:30June 18th, 2014|PHP Application Development, Web Applications|

Joomla is a free and open-source content management framework (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS. The name Joomla is a phonetic spelling for the Swahili word “Jumla” which means all together or as a whole. It is considered to [...]

Openstack – The Future Cloud

2017-06-04T15:37:46+05:30May 29th, 2014|Server Administration|

Openstack is an open source cloud computing platform, which help to create public and private cloud in large and small scale infrastructure. This technology actually delivers some solutions for cloud servers. The code developers in the global community software and some cloud specialists equally collaborated to form a new technology known as Openstack. This project [...]

Creating Modules In Drupal

2017-06-04T15:32:49+05:30April 12th, 2014|Drupal, PHP Application Development|

Drupal is an open-source content management system written in PHP. It is used to manage content on informational sites, social media sites, member sites, intranets and web applications. Drupal follows a modular, building block approach that allows for unlimited customization. Drupal, on the other hand, is a second generation CMS. It means that a lot [...]

Load Balancing In Linux Based Servers

2017-06-04T15:30:30+05:30March 22nd, 2014|Server Administration|

Is your server overloaded? Is your busy website finding hard to get a response? Load balancing can be one stop solution to avoid such bottlenecks. As the term defines, its all about distributing workloads across multiple resources and no single device is overwhelmed. In the case of servers load balancing is the method of distributing [...]

Android NDK – Building Performance Apps

2020-06-10T15:27:42+05:30March 7th, 2014|Mobile Application Development|

NDK stands for Native Development Kit. Android NDK is all about injecting high performance into android apps. It exploits the maximum power of mobile devices using high-performance and portable code. Android apps are typically written in Java, with its elegant object-oriented design. However, at times, we need to overcome the limitations [...]

Application Pool in IIS

2017-01-22T16:29:12+05:30February 6th, 2014|Server Administration|

The concept of Application pool was implemented in IIS to attain maximum stability and security through process isolation property within the domains hosted in the same server. Each application pools acts as an individual process and the code of every single domain will run in these pools in an isolated manner. Multiple domains could be [...]

Comments Off on Application Pool in IIS

WordPress – Plugin Development

2021-07-09T16:42:14+05:30January 4th, 2014|Web Applications|

WordPress is a standalone application and powerful CMS based on PHP and MySQL with unlimited capabilities. It is used to formulate websites and create complex blogs easily on your site. This is an extremely useful tool for small businesses to exploit. In wordpress, once your site is created you have the ability to edit, add, [...]

Comments Off on WordPress – Plugin Development

Cloudstack Setup With XEN Virtualisation

2019-07-29T17:33:44+05:30December 2nd, 2013|Server Administration|

Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, [...]

Comments Off on Cloudstack Setup With XEN Virtualisation

WordPress Security

2020-06-10T15:21:25+05:30July 31st, 2013|Uncategorized, Web Applications|

WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It has many features including a plug-in architecture and a template system. WordPress is currently the most popular blogging system in use on the Web. Security in WordPress is taken very [...]

Comments Off on WordPress Security

Apache Performance Tuning

2013-05-23T11:53:07+05:30May 23rd, 2013|Server Administration, Uncategorized|

Apache performance tuning is very important in the performance of a webserver. As compared with Apache 1.3, there are a lot of additional optimizations brings in the Apache 2.x performance. Most of these settings were done as default in the apache configuration. Since the webserver performance is very much affected by the RAM, there are [...]

Comments Off on Apache Performance Tuning
Go to Top