Posts Categorized: News & Concepts

Joomla 2.5 is here – What’s New?

Posted by & filed under News & Concepts.

Joomla 2.5 Improvements

Joomla and Drupal are the most popular General Purpose CMS written in PHP. Like Drupal, Joomla tried to innovate by stretching its wings beyond the scope of a regular CMS. The separation of the Joomla Platform from Joomla CMS was an interesting step in this direction. However, Joomla 1.7 was just a stepping stone towards Continue reading…

Traits in PHP 5.4 – Introduction

Posted by & filed under OOPS.

Traits in PHP

The languages like C++ and Python allow the maximum reusability of the code by allowing multiple inheritance of classes. Mixins is an alternative for increasing code re-usability in the languages that don’t support inheritance. Ruby and Ext JS 4 have Mixins to mix the functionality of one or more classes without using inheritance. We read about the introduction Continue reading…

TextMagic SMS Gateway and API

Posted by & filed under Web Resources.

TextMagic SMS API

For a long time, I had a category for third-party APIs but I hadn’t posted a many articles in it. Today, I am writing this post for the category. Today’s API is the Bulk SMS Gateway API. When you are choosing an SMS Gateway, the network support and the platform support become two key aspects. Continue reading…

JSON – Format for interchangeable data

Posted by & filed under News & Concepts.

JSON introduction and data-types

 
With the advent of AJAX and web services, XML became the format for interchangeable data serialization. XML is simple and was already a W3C standard so there was not much resistance to its adoption for data interchange. But, sooner, programmers started realizing that the XML format doesn’t match the data model of many programming languages.
With Continue reading…

Web Hosting – Useful terms one should know – Part 2

Posted by & filed under Web Server.

useful web hosting terms

Continuing with the series of useful Web hosting terms, we will take a look at few more terms that are often used in relation to Web hosting.
Domain Name
Domain name is a memorable name for the numeric server IP addresses. It becomes the unique identity of the person/organization it represents. The domain name is mapped to Continue reading…