Welocme to PHP CMS Courses and JOB

We are here to help you Learn Basic and Adavanced PHP Concepts, as well as PHP CMS Concepts and working envoirment on CMS. Once you found the way to go with PHP and PHP CMS, you can find the JOB route on this PHP CMS Courses and JOB Blog.

Welocme to PHP CMS Courses and JOB

We are here to help you Learn Basic and Adavanced PHP Concepts, as well as PHP CMS Concepts and working envoirment on CMS. Once you found the way to go with PHP and PHP CMS, you can find the JOB route on this PHP CMS Courses and JOB Blog.

Php Cms Drupal

Welocme to PHP CMS Courses and JOB

We are here to help you Learn Basic and Adavanced PHP Concepts, as well as PHP CMS Concepts and working envoirment on CMS. Once you found the way to go with PHP and PHP CMS, you can find the JOB route on this PHP CMS Courses and JOB Blog.

Php Cms Joomla

Welocme to PHP CMS Courses and JOB

We are here to help you Learn Basic and Adavanced PHP Concepts, as well as PHP CMS Concepts and working envoirment on CMS. Once you found the way to go with PHP and PHP CMS, you can find the JOB route on this PHP CMS Courses and JOB Blog.

Php Cms Wordpress

Welocme to PHP CMS Courses and JOB

We are here to help you Learn Basic and Adavanced PHP Concepts, as well as PHP CMS Concepts and working envoirment on CMS. Once you found the way to go with PHP and PHP CMS, you can find the JOB route on this PHP CMS Courses and JOB Blog.

Pages

Friday, September 28, 2012

How to Install Cassandra and Configure Cassandra on your windows?


Install Cassandra and Configure Cassandra on your windows Step by Step

First we must download Cassandra from the Apache Cassandra Source

Now unzip the file and put it into a drive where you want to store your Cassandra.you can change the folder name cause deafult name is "apache-cassandra-0.5.1".

Thursday, September 27, 2012

How to Setting the JAVA_HOME Variable in Windows 7


Setting JAVA_HOME  Environment Variable in Windows 7

Before start this Chapter, you must have JAVA on your system. Please visit JAVA Installation and let begin with following chapter.

To set environment variables to enable the compilation and execution of Java applications from the command line (command prompt) or byusing an IDE like Eclipse. By installing the Java SDK, system variables about the location of executables (compiler, java virtual machine) are not defined or initialized automatically.

Wednesday, September 26, 2012

Cassandra and Cassandra Data Model Step by Step Guides


This article contains Quick and Easy tour of Cassandra database system and how to install Cassandra on your local windows system. 

What is Apache Cassandra?

Apache Cassandra is an open source, distributed, decentralized, elastically scalable, highly available, fault-tolerant, tuneably consistent, column-oriented database that bases its distribution design on Amazon’s Dynamo and its data model on Google’s Bigtable. Created at Facebook, it is now used at some of the most popular sites on the Web.


Friday, September 21, 2012

Create a Custom Joomla 2.5 Module step by step guide


The focus of this course, is to Create a Custom Joomla 2.5 Module step by step guides. I hope You have already learned  Joomla Installation , Create a  Joomla Hello world Components  from this blogs. Let we start our new Joomla CMS Custom Module Course Here, 

There is a defined folder structure for Joomla extension. Create the files and folders as per the below using your code editor. 

Create the main folder which will be called  "mod_siteusers". Then create the files/folders below.

Tuesday, September 18, 2012

Freelancer Webdeveloper


Hello Friends, 

Thanks you for visiting to my Blog, 

Kindly please share your feedback with me. It will help me to bring more useful blogs for begineers and others.

Currently I am developing PHP CMS related websites / Portals with Low Price to Small Scale Industries and making them as a KING on the Web.

If you need any CMS related Websites to develop using PHP related CMS - Drupal, Joomla, Wordpress or else core / Advanced PHP. Please feel free to contact me.

Mail Me at here : krishblogs2012@gmail.com.

Once again Thanks for your valuable time with me and my blogs.

Monday, September 17, 2012

Create a Simple Form in Druapl 7.x - Step by Step Guide



In the Last posts, we have discussed more about create a Hello World Module and Create a content in Drupal 7.x. now we are going to learn and Create a Simple Form in Drupal 7.x step by step.

 Before start works, you must know How does it work? Drupal has several built in Form functions, that deal with building and rendering your forms, and all you have to do is provide an array of information to the build functions. In this case, we build the form array, then return it.

When we call drupal_get_form, we pass the name of the function that returns the form, and Drupal does the rest.

Here the form array is 
$form = array();

Lets begin your simple form,

Sunday, September 16, 2012

PHP Developer Jobs


Oct 08 - 2012 

Sr. PHP Developer - Houston, TX - Technology and IT Jobs from ...
Sr. PHP DeveloperPHP Developer - Freelance Contract Are you an experienced digital developer looking for a freelance work? Experience in the healthcare ...
it-jobs.fins.com/Jobs/200011/Sr-PHP-Developer?reflink...
PHP Developer jobs - Dice.com
Browse PHP Developer jobs at Dice.com. ... Senior Java / ATG Web Commerce Software Developer NewData Strategies - Plano, TX US. Application Architect ...
seeker.dice.com/jobsearch/result/10239619/.../php-developer
PHP Developer / Programmer at NuOrbit Media in Indianapolis ...
NuOrbit Media is hiring! View and apply for the PHP Developer / Programmer Job at NuOrbit Media in Indianapolis, Indiana Area.
www.linkedin.com/jobs?viewJob=&jobId=3901623...3

Create a article / content in Joomla


Hey i am here, I hope you have successfully completed the Joomla installation on your Server, you can start post your own content by following below steps. 

Step 1: Go to http://{your_domain_name.com / localhost}/administrator. To log in to your 

Friday, September 14, 2012

Create a content using admin in Drupal 7.x


How to Create a Content in Drupal 7.x?

Creating a content for your drupal site is at the core of any Content Management System. The primary changes for Drupal 7 relate to an updated interface. Let's look at the new interface in detail.

To create content in Drupal 7, 

Create a Joomla Hello World Component - Step by Step Guides


Here we are going to try to write the program code for Joomla simplest component. Hopefully, after you follow this course, you have better understanding the Joomla! programming structure and Joomla Component.

Create a Simple Component :

There are four basic files that are used in the standard pattern of module development:

mod_helloworld.php - This file is the main entry point for the module. It will perform any necessary initialization routines, call helper routines to collect any necessary data, and include the template which will display the module output.

Thursday, September 13, 2012

Create your First Custom Drupal Module Step by Step - Hello World!


The focus of this chapter is module creation. In the last chapter we learned about Drupal's Installations.Now its time to start our coding with our first modules.

Here are some of the important topics that we will cover in this course:

Basics

Starting a new module
Creating .info files to provide Drupal with module information
Creating .module files to store Drupal code
Adding new blocks using the Block Subsystem
Using common Drupal functions

Tuesday, September 11, 2012

A Step by Step wordpress installations guide

Please follow the below steps to success with Installations 

Step 1: Download the installation archive from the WordPress download section by clicking on "Download.zip" or "Download.tar.gz". This way you will get the latest stable release of the WordPress application.

Thursday, September 6, 2012

A Step by Step Process to Joomal Installation


A Step by Step process : How to Install Joomla Manually (valid version for Joomla 2.5 /1.7/1.6 too)

To complete the manual Joomla installation, follow the steps listed below:

On Server

Step 1: Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -> File Manager -> Upload file(s). This way, after the installation is completed, the script will appear once your write something like http://yourdomainname.com in your web browser. Or you can create a subfolder there and upload the file in it. The Joomla installation will be available at: http://yourdomainname.com/subfolder.

Monday, September 3, 2012

Drupal download and Installation

I hope now you may some what clear about what is CMS and What is DRUPAL? so it's time to start more deep on each individual CMS. 

Druapal Installation


Now you have installed the latest drupal version from here.

Okay, now we will start to learn how to install downloded version on your server step by step.

 Step 1: Download the installation file from Drupal.org by choosing the latest stable version and clicking on the download link next to the package.