CAKEPHP – A mvc framework

While solving a problem related to a meeting software named MyMeeting(which is basically for arranging meetings within communities) I came to know about this PHP based framework. CakePHP is a free, open-source, rapid development framework for PHP. Its a foundational structure for programmers to create web applications. To know more about  it please consider following … Continue reading CAKEPHP – A mvc framework

Migrating A WordPress Site

Migration is not that messy stuff what I configures earlier. Its more of a easy doing. Thing is we just have to take care of few important things. The following steps achieve the succession in migrating a wordpress site from your localhost to another server like a remote one. Thing involved: WordPress itself — you’ll … Continue reading Migrating A WordPress Site

Database Management system

A database is an organized collection of data. Database management systems (DBMSs) are specially designed applications that interact with the user, other applications, and the database itself to capture and analyze data. A general-purpose Database management system is a software system designed to allow the definition, creation, querying, update, and administration of databases. Well-known DBMSs … Continue reading Database Management system

GITHUB- Web based hosting service

GitHub is a web-based hosting service for software development projects that use the Git revision control system. GitHub offers both paid plans for private repositories, and free accounts for open source projects. USAGE: CREATING A REPOSITORY SignUp with https://github.com/ After signing it up next step you need to do is to create a new repository … Continue reading GITHUB- Web based hosting service

GIT – A free SCM

Git is a distributed version control system and source code management (SCM) system with an emphasis on speed. It was initially designed and developed by Linus Torvalds for Linux Kernel development in 2005. Every Git working directory is a full-fledged repository with complete history and full version tracking capabilities, not dependent on network access or … Continue reading GIT – A free SCM

How to install LAMP in ubuntu

In order to have LAMP(Linux-Apache-phpmyadmin-MySQL ) running in your system open up terminal(ctrl+shift+t) and run following commands: #sudo apt-get install apache2 #sudo apt-get install php5 libapache2-mod-php5 #sudo apt-get install mysql-server mysql-server #sudo apt-get install phpmyadmin #sudo apt-get install libapache2-mod-auth-mysql php5-mysql #sudo /etc/init.d/apache2 restart Set a passwodr for it. Then open up the browser and give … Continue reading How to install LAMP in ubuntu

pLugin pLugin everywhere ;)

Okay, being technical,  plugin can be described as a piece of software which enhances another software application and usually cannot be run independently.Creating libreCAD plugin is fun, though it was quite a tedious job in the beginning. But once you start getting the things they become interesting. Aren't they? ;)LibreCAD package has got a by … Continue reading pLugin pLugin everywhere 😉

LibreCAD – 2D CAD application

LibreCAD is a free Computer Aided Design(CAD) application for 2D design. It works on GNU/Linux, Mac OS, Unix and Microsoft operating systems. LibreCAD was developed as a fork of Qcad Community Edition. The GUI of LibreCAD is based on QT4 libraries, so it runs on several platforms in the same way.Most of the interface and … Continue reading LibreCAD – 2D CAD application