Categories
Drupal modules Drush PHP

Drush:Powered by Drupal

Before starting with DRUSH, lets have a flashback about DRUPAL. Drupal is an open source content management, web development platform. Having a high modularized architecture Drupal has already made its mark in the WhiteHouse.gov and data.gov.uk. With no licence, no purchase, no maintenance Drupal is all set free to download, modify and use. Its Scalable starting from […]

Categories
HTML Programming

MarkDown Syntax Cheat Sheet for HTML

MarkDown Syntax Cheat Sheet How easy it would be if you make out a doc file and converting the same with a tool to get the required website. This is where Markdown Syntax comes from.A tool that converts text file to HTML or(XHTML). In a search for easy-to-read, easy-to-write plain text format and converting it […]

Categories
PHP Engines

Next Generation PHP Engines: HHVM/PHP-5.5/PHPNG

HHVM: In looking for an infrastructure to comput more efficiently HHPM an efficient PHP Engine was developed by Facebook . Commonly know as HipHop for PHP. HHPM is an intermediate bytecode language which translate PHP to native code through JIT(Just In time Compiler).PHP is simple to learn, read, write, and debug.Through HHPM CPU usage can be […]

Categories
Drupal modules

A quick start to Drupal Testing for modules/themes

Drupal can be extended by composing your own module as per the needs.Before taking you through the practical guide I will be giving you a lime light of what a module is? What is a Drupal Module? A set of files with some special features and functionalities makes a module. The purpose behind this is […]

Categories
Web Architecture

Central Authentication System: CAS

History of CAS Yale University originally created an open standards to integrate with many applications and systems called as Central Authentication Service. It is an authentication system with single sign on service and is an open and well-documented protocol. The protocol includes a client web browser, a web application requesting authentication (of the CAS consumer) and a […]

Categories
DataBase Management System

CUBRID v/s MySQL

Comparing CUBRID and My SQL isn’t simple both being open source SQL-based relational database management systems are heavy competitors of each other.CUBRID is just like MySQL but when it comes in terms of fastness,especially in those cases when a web application generates huge concurrent requests CUBRID is far ahead of MySQL.To start up with I have […]

Categories
Programming

CSS Pre-Processors with Super Powers

CSS Pre-Processors with Super Powers … (SASS/LESS/Stylus) A program or software installed on developer’s computer that receives a set of input data to produce certain output that will be used as input by another process is what we call is as Pre-processor. In our case of CSS Pre-Processors, its one or several files in a […]