<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6101403567845320271</id><updated>2025-02-06T23:54:14.486-08:00</updated><category term="Content Management System"/><category term="PHP CMS"/><category term="About Joomla"/><category term="CMS"/><category term="About Drupal"/><category term="Joomla Installation"/><category term="PHP"/><category term="About Wordpress"/><category term="CMS Jobs"/><category term="Drupal Installation"/><category term="Drupal introduction"/><category term="Hello World Module"/><category term="Joomla Simple Components"/><category term="PHP Jobs"/><category term="Wordpress Introductions"/><category term="Apache Cassandra"/><category term="CDA"/><category term="CMA"/><category term="Cassandra"/><category term="Cassandra Installation"/><category term="Configure MSSQL with PHP"/><category term="Connect with MSSQL"/><category term="Create a Content"/><category term="Create a Simple Form in Drupal"/><category term="Distributed database"/><category term="DruapalGap"/><category term="Drupal 7 Content"/><category term="Drupal Custom Form"/><category term="Drupal Custom Module"/><category term="Drupal InstallationAbout Drupal"/><category term="Drupal Simple Form"/><category term="Drupal download"/><category term="Drupal download and Installation"/><category term="Drupal jobs"/><category term="First Drupal Module"/><category term="Intro"/><category term="JAVA"/><category term="JAVA_HOME"/><category term="Joomla 1.5x"/><category term="Joomla Custom Modules"/><category term="Joomla Introduction"/><category term="Login Admin"/><category term="MSSQL"/><category term="Magento Admin login issues"/><category term="Magento admin login is not working"/><category term="MobileApps"/><category term="NoSQL"/><category term="PHP with MSSQL"/><category term="Part time web developer"/><category term="Set Java Environment Variable"/><category term="Wordpress Installation"/><category term="freelancer webdeveloper"/><category term="joomla Article"/><category term="overview"/><title type='text'>PHP - CMS - Solution</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6141660229654256178</id><published>2013-09-24T00:19:00.000-07:00</published><updated>2013-09-24T00:19:35.025-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Magento admin login is not working"/><category scheme="http://www.blogger.com/atom/ns#" term="Magento Admin login issues"/><title type='text'>Login Problem with Magento admin Login after Installation?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Magento admin can&#39;t able to login after installtion,&lt;br /&gt;
&lt;br /&gt;
Please follow the below simple steps,&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;1 - Go to www or htdocs folder&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;2 - Go through this directory /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php under Magento Installtion Dir&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;3 - Open with your editior, go to the 108 line&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;4 - Comment the followng line and try it&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &amp;nbsp;call_user_func_array(&#39;session_set_cookie_params&#39;, $cookieParams); - &amp;nbsp; /*call_user_func_array(&#39;session_set_cookie_params&#39;, $cookieParams);*/&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &amp;nbsp;Now try with Login, still problem exits.&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &amp;nbsp;Please go to line from 85 to 92 in magento (1.7.2 for my case). Like this&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt; &amp;nbsp;// session cookie params&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;/* $cookieParams = array(&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;      &lt;/span&gt;&#39;lifetime&#39; =&amp;gt; $cookie-&amp;gt;getLifetime(),&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;      &lt;/span&gt;&#39;path&#39; &amp;nbsp; &amp;nbsp; =&amp;gt; $cookie-&amp;gt;getPath(),&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;      &lt;/span&gt;&#39;domain&#39; &amp;nbsp; =&amp;gt; $cookie-&amp;gt;getConfigDomain(),&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;      &lt;/span&gt;&#39;secure&#39; &amp;nbsp; =&amp;gt; $cookie-&amp;gt;isSecure(),&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;      &lt;/span&gt;&#39;httponly&#39; =&amp;gt; $cookie-&amp;gt;getHttponly()&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;);&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt; &amp;nbsp;*/&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;5 - Hopefully you can login with your Magento. Let me know still if you have any issues.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6141660229654256178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2013/09/login-problem-with-magento-admin-login.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6141660229654256178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6141660229654256178'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2013/09/login-problem-with-magento-admin-login.html' title='Login Problem with Magento admin Login after Installation?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6076253301162850977</id><published>2013-07-18T07:03:00.000-07:00</published><updated>2013-07-18T07:03:49.407-07:00</updated><title type='text'>How to Connect PHP with SQL Server from Windows Env using SQLSRV?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Here we are going to install SQLSRV Driver and configure with PHP,&lt;br /&gt;&lt;br /&gt;1 - Before Start, Run phpinfo() from your localhost/server, and find your System bit (x86/x64). From my research SQLSRV will work only on Wamp2.2 and x86 Env.&lt;br /&gt;2 - Now open your wamp php.ini, and enter below lines under extension section,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension=php_sqlsrv_52_nts.dll;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension=php_sqlsrv_52_ts_vc6.dll;&lt;br /&gt;3 - Then download SQLSRV driver from http://www.microsoft.com/en-us/download/details.aspx?id=20098&lt;br /&gt;4 - Run SQLSRV driver and enter your original PHP ext path(E:\wamp\bin\php\php5.3.13\ext) also please make sure the same path given in php.ini file(;extension_dir = &quot;ext&quot;&lt;br /&gt;extension_dir = &quot;e:/wamp/bin/php/php5.3.13/ext/&quot;)&lt;br /&gt;5 - Once you successfully installed SQLSRV, please make sure the above given dll files loaded under above PATH.&lt;br /&gt;6 - Its time to restart your wamp server(several times if needed)&lt;br /&gt;7 - Now check with phpinfo(), sqlsrv should be list in your phpinfo information&lt;br /&gt;8 - Then Finally you must download SQLCLIENT for SQLSRV driver from &lt;br /&gt;SQL Server Native Clients are here:&lt;br /&gt;SQL 2012&lt;br /&gt;&amp;nbsp; http://www.microsoft.com/download/en/details.aspx?id=29065&lt;br /&gt;SQL 2008 R2&lt;br /&gt;&amp;nbsp; http://www.microsoft.com/download/en/details.aspx?id=16978&lt;br /&gt;SQL 2005&lt;br /&gt;&amp;nbsp; http://www.microsoft.com/download/en/details.aspx?id=20101&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;9 - Finally try with below codes from your PHP to test with PHP SQLSRV driver,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;$dbhost = &quot;servername&quot;;&lt;br /&gt;&amp;nbsp;$user = &quot;sq&quot;;&lt;br /&gt;&amp;nbsp;$pwd=&quot;xxxx&quot;;&lt;br /&gt;&lt;br /&gt;$link = sqlsrv_connect($dbhost, $user, $pwd);&lt;br /&gt;if($link === FALSE) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#39;Could not connect&#39;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; die(&#39;Could not connect: &#39; . sqlsrv_errors(SQLSRV_ERR_ALL));&lt;br /&gt;}&lt;br /&gt;echo &#39;Successful connection&#39;;&lt;br /&gt;sqlsrv_close($link);&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;10. Now your Wamp server start to work with SQLSRV driver.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6076253301162850977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2013/07/how-to-connect-php-with-sql-server-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6076253301162850977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6076253301162850977'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2013/07/how-to-connect-php-with-sql-server-from.html' title='How to Connect PHP with SQL Server from Windows Env using SQLSRV?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-4181246237603928153</id><published>2013-07-17T05:26:00.000-07:00</published><updated>2013-07-17T05:26:22.757-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Configure MSSQL with PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Connect with MSSQL"/><category scheme="http://www.blogger.com/atom/ns#" term="MSSQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP with MSSQL"/><title type='text'>Configure PHP with MSSQL connectivity</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;To connect PHP to MSSQL, Please check with below stpes&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;1. &amp;nbsp; &amp;nbsp; &amp;nbsp; Enable php_mssql.dll in PHP.INI (Throw WAMP services ICON)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;2. &amp;nbsp; &amp;nbsp; &amp;nbsp; Copy the php_mssql.dll into PHP 5.3.x/ext.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;3. &amp;nbsp; &amp;nbsp; &amp;nbsp; Copy ntwdblib.dll and MSVCR71.dll into sysWOW64 folder.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;4. &amp;nbsp; &amp;nbsp; &amp;nbsp; Restart WAMP, Restart system also good advice.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;Note:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;1. Below CMD steps to check the required MSSQL DLL loaded or not. if the below command does not return anything, then PHP, MSSQL &amp;nbsp;installation &amp;nbsp;is success. if it return some alert with missing DLL message, then download that DLL and push into system32/ sysWOW64 folder.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;execute this command in command prompt, make sure you should be inside the wamp/bin/php/php5.x.x/ext )&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;php -d extension_dir=ext -d extension=php_mssql.dll -d extension=C:\wamp\bin\apache\Apache2.2.17\bin –m&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/4181246237603928153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2013/07/configure-php-with-mssql-connectivity.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/4181246237603928153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/4181246237603928153'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2013/07/configure-php-with-mssql-connectivity.html' title='Configure PHP with MSSQL connectivity'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-7960094626143674239</id><published>2012-10-04T23:00:00.001-07:00</published><updated>2012-10-04T23:04:57.367-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="DruapalGap"/><category scheme="http://www.blogger.com/atom/ns#" term="MobileApps"/><title type='text'>How Install and Access Druapl Site from DrupalGap MobileApps | PHP CMS JOBS</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Install and Access Druapl Site from DrupalGap Mobile Apps&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;DrupalGap is a portal for mobile devices to interact with Drupal websites that have the DrupalGap module enabled. DrupalGap is act as a bridges between Drupal websites and mobile device applications.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;DrupalGap is built around PhoneGap and utilizes the power of JQuery, JQuery Mobile and of course Drupal.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Features of Mobile Application for Drupal Websites:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Once you have successfully installed and configured your DruaplGap on Mobile, you have the below access rights to your drupal site from the Mobile&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Access Content&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Register User Account&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;User Login, Logout and Account Update&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Create, Retrieve, Update and Delete &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Content&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Comments&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In order to getting start,Follow the below Sections.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;DrupalGap on your Drupal Site:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;b&gt;Step 1:&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Download the DrupalGap module from (http://drupal.org/project/drupalgap) and upload it to your &#39;sites/all/modules&#39;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Download the modules that DrupalGap is dependant on:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Views Datasource (http://drupal.org/project/views_datasource)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; Views JSON&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Services (http://drupal.org/project/services)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;REST Server (this module requires the SPYC library, see below for more info)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Autoload (http://drupal.org/project/autoload)&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Upload and enable all these modules to your &#39;sites/all/modules&#39; directory.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Before the REST Server module can be enabled, you need to download SPYC and&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;extract the spyc.php to&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;- /www(or)htdocs/{drupal-site}/sites/all/modules/services/servers/rest_server/lib/spyc.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Spyc can be downloaded here: http://code.google.com/p/spyc/downloads/list&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 4:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Enable REST &amp;amp; Drupal Gap Module now.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You have successfully installed and Configured the DRUAPLGAP Module. To verufy the druapl gap services&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Goto : Strcture -&amp;gt; Services&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Here you can view the enabled druaplgap webservices which acts bridges between Drupal websites and mobile device applications.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Now DrupalGap Mobile Configurations:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Goto Your mobile browser and Download the DrupalGap mobile app from the Android marketplace&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;: https://market.android.com/details?id=com.drupalgap&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Install on your Mobile and Run it, Follow the below DrupalGap Mobile Configuration Steps, and Mange your drupal site with Mobile DrupalGap&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1Vgf5ClCHyAd2zPz-4lyCTWo9u1Y-YRGjHjUYNskevTZjRLJXsnvoerPcUHBvV-YkTp3wVEFBkqjc8KT_YbQHvyLaK8pJv3C05rIVLaPa__PjU8zd_4ttjc5iDabablZywoiksQcgugs/s1600/drupalgap_mobileapplication_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1Vgf5ClCHyAd2zPz-4lyCTWo9u1Y-YRGjHjUYNskevTZjRLJXsnvoerPcUHBvV-YkTp3wVEFBkqjc8KT_YbQHvyLaK8pJv3C05rIVLaPa__PjU8zd_4ttjc5iDabablZywoiksQcgugs/s1600/drupalgap_mobileapplication_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1Vgf5ClCHyAd2zPz-4lyCTWo9u1Y-YRGjHjUYNskevTZjRLJXsnvoerPcUHBvV-YkTp3wVEFBkqjc8KT_YbQHvyLaK8pJv3C05rIVLaPa__PjU8zd_4ttjc5iDabablZywoiksQcgugs/s320/drupalgap_mobileapplication_2.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlzfk6-xc9eoEAT80T43_KGLqPvSY4bLVU_SPWeU9SHmeqJSfIrPRstLQ9xoArB0HDD4Z0l5e2Cl8cN2B1FjiLGIJ1WUsMBH_YaLgao2VED8q6TmZDxW7GroM022YVaTpZ6YnMKRx2ip8/s1600/drupalgap_mobileapplication_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; display: inline !important; margin-bottom: 1em; margin-right: 1em; text-align: left;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlzfk6-xc9eoEAT80T43_KGLqPvSY4bLVU_SPWeU9SHmeqJSfIrPRstLQ9xoArB0HDD4Z0l5e2Cl8cN2B1FjiLGIJ1WUsMBH_YaLgao2VED8q6TmZDxW7GroM022YVaTpZ6YnMKRx2ip8/s320/drupalgap_mobileapplication_1.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPR3Fb9bD4IS6dXmft_M9cpyqu22KDU4ramXFWR8Fy72y-CxlthL83Xy7l3HZhyqLZtzj05a8kMc58wA4MEOazqklAfSoLJMNscwb5fTX0MNf4-pw_OulJelm_VvRIMgfmgTM2YowdHqI/s1600/drupalgap_mobileapplication_3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPR3Fb9bD4IS6dXmft_M9cpyqu22KDU4ramXFWR8Fy72y-CxlthL83Xy7l3HZhyqLZtzj05a8kMc58wA4MEOazqklAfSoLJMNscwb5fTX0MNf4-pw_OulJelm_VvRIMgfmgTM2YowdHqI/s320/drupalgap_mobileapplication_3.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNP0qqCk3h731G6WQsU1kKNm78X_WKGbyydgiIpsZJDizTSkvTS0uucUY4ELIgAqQoVtK_PPpzxiglGE-23IjBMeb1cxUWoHkcEI7WkT6LvECZxo-Y0_7ce271SFGotoyJ23_-KBB18lQ/s1600/drupalgap_mobileapplication_4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNP0qqCk3h731G6WQsU1kKNm78X_WKGbyydgiIpsZJDizTSkvTS0uucUY4ELIgAqQoVtK_PPpzxiglGE-23IjBMeb1cxUWoHkcEI7WkT6LvECZxo-Y0_7ce271SFGotoyJ23_-KBB18lQ/s320/drupalgap_mobileapplication_4.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg91XqF1tpTWpjkBdKuPcu0EQ9fEeH9-7jcDh5QQ88_avrL6iEhanIu5igVTWeqlOZKB2P-V7f2HH6k8iNpgN7R-duqh-aVkBVNQ44wCShb5q7mavAjt_OzVaX2897-pPNSBQesiB_tso8/s1600/drupalgap_mobileapplication_5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg91XqF1tpTWpjkBdKuPcu0EQ9fEeH9-7jcDh5QQ88_avrL6iEhanIu5igVTWeqlOZKB2P-V7f2HH6k8iNpgN7R-duqh-aVkBVNQ44wCShb5q7mavAjt_OzVaX2897-pPNSBQesiB_tso8/s320/drupalgap_mobileapplication_5.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKy18sYI8Fw2tM8ZxJWFFINpwclAC77v3ruIiuAvPnIFgAnOATdJvDIsVy7oh3nAwje0ZJchICyldap9-JXTLRt540dAkprbwyfjwE9VKUSovacXv0ROVLH_M7AKc5sUcbrAoVNxsD2nM/s1600/drupalgap_mobileapplication_6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKy18sYI8Fw2tM8ZxJWFFINpwclAC77v3ruIiuAvPnIFgAnOATdJvDIsVy7oh3nAwje0ZJchICyldap9-JXTLRt540dAkprbwyfjwE9VKUSovacXv0ROVLH_M7AKc5sUcbrAoVNxsD2nM/s320/drupalgap_mobileapplication_6.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGA_p04Cnj_G7BAtJlqf7Fa2SCBFaXDgPqIhSJ5PZx4MoCJzGOXJR-J2ShlcyBW74lBNmf_rIF1zWGIg3EesGdUIgrKk3erWxYxRd1dO8YWsWn-BNy5HMV2vL-RjspjX82DtrKjRIeofU/s1600/drupalgap_mobileapplication_7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupalgap Mobileapplication&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGA_p04Cnj_G7BAtJlqf7Fa2SCBFaXDgPqIhSJ5PZx4MoCJzGOXJR-J2ShlcyBW74lBNmf_rIF1zWGIg3EesGdUIgrKk3erWxYxRd1dO8YWsWn-BNy5HMV2vL-RjspjX82DtrKjRIeofU/s320/drupalgap_mobileapplication_7.jpg&quot; title=&quot;Drupalgap Mobileapplication&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;Congratulation, now you are ready to access your dekstop Drupal site from &lt;b&gt;DrupalGap &lt;/b&gt;Mobile Application.&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Verdana, sans-serif; text-align: left; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/7960094626143674239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/10/how-install-and-access-druapl-site-from.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7960094626143674239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7960094626143674239'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/10/how-install-and-access-druapl-site-from.html' title='How Install and Access Druapl Site from DrupalGap MobileApps | PHP CMS JOBS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1Vgf5ClCHyAd2zPz-4lyCTWo9u1Y-YRGjHjUYNskevTZjRLJXsnvoerPcUHBvV-YkTp3wVEFBkqjc8KT_YbQHvyLaK8pJv3C05rIVLaPa__PjU8zd_4ttjc5iDabablZywoiksQcgugs/s72-c/drupalgap_mobileapplication_2.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-520172140085063347</id><published>2012-09-28T00:01:00.002-07:00</published><updated>2012-09-28T00:15:12.874-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cassandra"/><category scheme="http://www.blogger.com/atom/ns#" term="Cassandra Installation"/><title type='text'>How to Install Cassandra and Configure Cassandra on your windows?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Install Cassandra and Configure Cassandra on your windows Step by Step&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;First we must download Cassandra from the &lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://cassandra.apache.org/download/&quot; target=&quot;_blank&quot;&gt;Apache Cassandra Source&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now unzip the file and put it into a drive where you want to store your Cassandra.&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;you can change the folder name cause deafult name is &quot;apache-cassandra-0.5.1&quot;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;s to long to remember easily.So i moved and changed unzip folder name to &quot;E:\cassandra&quot;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now we have our Cassandra in a spacific drive. Lets go install and configure Cassandra database on windows XP / Windows 7.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Before moving to CASSANDRA Installation,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;We must be installed and value of the environment variable “JAVA_HOME” must be set to its JRE Directory. Please follow the below steps to Complete CASSANDRA Installation &amp;amp; Configurations&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you already setup JAVA_HOME Variable on your system, Please skip Step 1.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1 :&lt;/i&gt;&lt;/b&gt; To Step up JAVA_HOME Variable on your System, Please visit this &lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-setting-javahome-variable-in.html&quot; target=&quot;_blank&quot;&gt;Setting JAVA_HOME Environment Variable&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2 :&lt;/i&gt;&lt;/b&gt; Create three New Folders anyware(inside the E:\cassandra/new folder or out of the E:\cassandra) your &amp;nbsp;in your directory structure with names commitlog, data, saved cache&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt; Go to Cassandraa extracted archive and navigate to folder named “conf”&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 4:&amp;nbsp;&lt;/i&gt;&lt;/b&gt;Open the file named “cassandra.yaml” in your favorite text editor.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 5:&amp;nbsp;&lt;/i&gt;&lt;/b&gt;In the “Cassandra.yaml” Set the values of&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;i&gt;&lt;span style=&quot;color: #660000;&quot;&gt;“data_file_directories” to the path of newly created “data” folder.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;“commitlog_directory” to the path of newly created “commitlog” folder.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span style=&quot;color: #660000;&quot;&gt;“saved_caches_directory” to the path of newly created “saved cache” folder.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;So my values in “&lt;b&gt;&lt;i&gt;cassandra.yaml&lt;/i&gt;&lt;/b&gt;” look like this:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;# directories where Cassandra should store data on disk.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;data_file_directories:&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; - E:\cassandra\storage\data&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;# commit log&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;commitlog_directory: E:\cassandra\storage\commitlog&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;# saved caches&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;saved_caches_directory: E:\cassandra\storage\savedcaches&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 6:&lt;/i&gt;&lt;/b&gt; Add new environment variable “CASSANDRA_HOME” and set its value to the path of your Cassandra folder (Follow the Step 1)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 7:&lt;/i&gt;&lt;/b&gt; Open cmd and navigate to the bin in your “Cassandra” folder and type cassandra -f as like below&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;span style=&quot;color: #660000;&quot;&gt;&lt;i&gt;E:\cassandra\bin&amp;gt;cassandra -f&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;Starting Cassandra Server&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:02,639 Logging initialized&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:02,668 Heap size: 1070399488/1070399488&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:02,670 JNA not found. Native methods will be disabled.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:02,690 Loading settings from file:/C:/cassandra/conf/cassandra.yaml&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:02,893 DiskAccessMode &#39;auto&#39; determined to be standard, indexAccessMode is standard&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,144 Global memtable threshold is enabled at 340MB&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,146 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,161 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,166 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,171 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,177 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,183 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,326 Opening C:\cassandra\storage\data\system\Schema-g-3&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,362 Opening C:\cassandra\storage\data\system\Schema-g-2&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,367 Opening C:\cassandra\storage\data\system\Schema-g-1&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,393 Opening C:\cassandra\storage\data\system\Migrations-g-3&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,399 Opening C:\cassandra\storage\data\system\Migrations-g-2&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,404 Opening C:\cassandra\storage\data\system\Migrations-g-1&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,423 Opening C:\cassandra\storage\data\system\LocationInfo-g-7&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,427 Opening C:\cassandra\storage\data\system\LocationInfo-g-5&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,431 Opening C:\cassandra\storage\data\system\LocationInfo-g-6&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,518 Loading schema version 177dc9d0-a283-11e0-0000-242d50cf1fdf&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,949 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,953 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,957 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,961 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,965 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,970 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,973 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:03,976 Removing compacted SSTable files (see http://wiki.apache.org/cassandra/MemtableSSTable)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,008 Creating new commitlog segment C:\cassandra\storage\commitlog\CommitLog-1309377304008.log&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,027 Replaying C:\cassandra\storage\commitlog\CommitLog-1309373839356.log&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,087 Finished reading C:\cassandra\storage\commitlog\CommitLog-1309373839356.log&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,090 Log replay complete, 0 replayed mutations&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,101 Cassandra version: 0.8.1&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,102 Thrift API version: 19.10.0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,102 Loading persisted ring state&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,103 Starting up server gossip&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,128 Enqueuing flush of Memtable-LocationInfo@4239289(29/36 serialized/live bytes, 1 ops)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,129 Writing Memtable-LocationInfo@4239289(29/36 serialized/live bytes, 1 ops)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,181 Completed flushing C:\cassandra\storage\data\system\LocationInfo-g-8-Data.db (80 bytes)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,213 Starting Messaging Service on port 7000&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,221 Compacting Major: [SSTableReader(path=&#39;C:\cassandra\storage\data\system\LocationInfo-g-6-Data.db&#39;), SSTableReader(path=&#39;C:\cassandra\storage\data\system\LocationInfo-g-5-Data.db&#39;), SSTableReader(path=&#39;C:\cassandra\storage\data\system\LocationInfo-g-8-Data.db&#39;), SSTableReader(path=&#39;C:\cassandra\storage\data\system\LocationInfo-g-7-Data.db&#39;)]&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,291 Using saved token 52141074183849440117505924565797785791&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,293 Enqueuing flush of Memtable-LocationInfo@24223536(53/66 serialized/live bytes, 2 ops)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,294 Writing Memtable-LocationInfo@24223536(53/66 serialized/live bytes, 2 ops)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,294 Major@9300338(system, LocationInfo, 467/770) now compacting at 16777 bytes/ms.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,341 Completed flushing C:\cassandra\storage\data\system\LocationInfo-g-10-Data.db (163 bytes)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,350 Compacted to C:\cassandra\storage\data\system\LocationInfo-tmp-g-9-Data.db. &amp;nbsp;770 to 447 (~58% of original) bytes for 3 keys. &amp;nbsp;Time: 128ms.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,354 Will not load MX4J, mx4j-tools.jar is not in the classpath&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,427 Binding thrift service to localhost/127.0.0.1:9160&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,433 Using TFastFramedTransport with a max frame size of 15728640 bytes.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; INFO 20:55:04,439 Listening for thrift clients...&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 8:&lt;/i&gt;&lt;/b&gt; Now your cassandra server have started to work on your localhost with portno 9160. You will see the line 4 issue&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #660000;&quot;&gt;&lt;i&gt;INFO 20:55:02,670 JNA not found. Native methods will be disabled.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;This issue can resolve by download / Installation JAVA JNA&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 9:&lt;/i&gt;&lt;/b&gt; Now lets Connect with Cassandra by following cmnds on your new command probmt&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;i&gt;&lt;span style=&quot;color: #660000;&quot;&gt;a. E:\cassandra\bin&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span style=&quot;color: #660000;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;b. Enter cassandra-cli.bat&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;c. your output will be&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;Starting Cassandra Client&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;Welcome to the Cassandra CLI.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;Type &#39;help;&#39; or &#39;?&#39; for help.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;Type &#39;quit;&#39; or &#39;exit;&#39; to quit.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;d. Then Connect with Cluster by using below cmnds&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;connect localhost/9160;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;output will be&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;Connected to: &quot;Test Cluster&quot; on localhost/9160&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-style: italic; white-space: pre;&quot;&gt;     &lt;/span&gt;&lt;b&gt;&lt;i&gt;[default@unknown]&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 10:&lt;/i&gt;&lt;/b&gt; Congratulations, you have successfully finished Cassandra Installation and Configuration. Now you can play with create a Cassandra Data model.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;My upcoming article will talk about Create / Managing keyspaces, Columnfamily, Columns as well as More Concepts on Cassandra. as well as you may get idea about to connecting Drupal with Cassandra db.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Related Posts&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/cassandra-and-cassandra-data-model-step.html&quot; target=&quot;_blank&quot;&gt;overview of Cassandra  and Datamodel&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-setting-javahome-variable-in.html&quot; target=&quot;_blank&quot;&gt;Setting JAVA_HOME Environment Variable&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/520172140085063347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-install-cassandra-and-configure.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/520172140085063347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/520172140085063347'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-install-cassandra-and-configure.html' title='How to Install Cassandra and Configure Cassandra on your windows?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-8879693913797644494</id><published>2012-09-27T23:03:00.000-07:00</published><updated>2012-09-30T21:05:48.990-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JAVA"/><category scheme="http://www.blogger.com/atom/ns#" term="JAVA_HOME"/><category scheme="http://www.blogger.com/atom/ns#" term="Set Java Environment Variable"/><title type='text'>How to Setting the JAVA_HOME Variable in Windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Setting JAVA_HOME&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 14px; line-height: 18px;&quot;&gt;Environment&lt;/span&gt;&lt;span style=&quot;background-color: white; font-size: 14px; line-height: 18px;&quot;&gt;&amp;nbsp;V&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;ariable in Windows 7&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Before start this Chapter, you must have JAVA on your system. Please visit &lt;a href=&quot;http://www.java.com/en/download/help/windows_manual_download.xml&quot; target=&quot;_blank&quot;&gt;JAVA Installation&lt;/a&gt; and let begin with following chapter.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Testing is done by opening command prompt (Start -&amp;gt; cmd) and trying to launch the compiler with the command, If there is no system variable to indicate where to look for the this executable, the system will give an error like below screen&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY1-QtunD4s4rchmmnnL_9SMQYrlA7HjwA2-2ndAUAZqSrWdXQJxATe5cBjQT6S7y4pxHXxElEOWTxeqr9EhlEXyzWpyPrI8jUnehimWMYbPqQBxf89j1LTkxZ-P8d0u21t8oBpqoX9nE/s1600/java_home_variables.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;How to set environment variables in Windows 7 for Java &amp;amp; Solutions&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY1-QtunD4s4rchmmnnL_9SMQYrlA7HjwA2-2ndAUAZqSrWdXQJxATe5cBjQT6S7y4pxHXxElEOWTxeqr9EhlEXyzWpyPrI8jUnehimWMYbPqQBxf89j1LTkxZ-P8d0u21t8oBpqoX9nE/s1600/java_home_variables.png&quot; title=&quot;How to set environment variables in Windows 7 for Java &amp;amp; Solutions&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The Below steps are the solution to this problem is given by setting the system variables: JAVA_HOME, PATH and CLASSPATH:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1:&lt;/i&gt;&lt;/b&gt; Go to the &lt;b&gt;Control Panel -&amp;gt; System&lt;/b&gt;; and Click on &lt;b&gt;Advanced System Settings&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqjxk2_75LuMLaVzRUVmcC3liJ45y0nEuNJmYXpTOb8gkQ4mHYM9AMB2pdM-XTtpE5Pcza2pkQMdHA5sOrYDePhtnQN5GTD6IvVqRnNUeiXUxvJpN6jXYZXEjp7JcaeoXkkeWzAAeY_9Y/s1600/How+to+set+environment+variables+in+Windows+7+for+Java+&amp;amp;+Solutions_1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;423&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqjxk2_75LuMLaVzRUVmcC3liJ45y0nEuNJmYXpTOb8gkQ4mHYM9AMB2pdM-XTtpE5Pcza2pkQMdHA5sOrYDePhtnQN5GTD6IvVqRnNUeiXUxvJpN6jXYZXEjp7JcaeoXkkeWzAAeY_9Y/s640/How+to+set+environment+variables+in+Windows+7+for+Java+&amp;amp;+Solutions_1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt; From the above box, select the &lt;b&gt;Environment Variables&lt;/b&gt;. and then select &lt;b&gt;New &lt;/b&gt;and enter &lt;b&gt;JAVA_HOME&lt;/b&gt; and &lt;b&gt;enter the correct variable Path&lt;/b&gt; as like below screens&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8uR3ap7KA1xBWkRCDXqL__z-kqkRerZLbxVfx2CVEGnyTR4acRZDHzxqL9oGvTWVYTpi8p9qudtyDbzHJif3qdBDL8TVSMFoU1t37BZpDN51DpKZQ5_6syjIVjmSTK7jQ5QlrGNYVsDU/s1600/How+to+set+environment+variables+in+Windows+7+for+Java+%2526+Solutions_2.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;424&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8uR3ap7KA1xBWkRCDXqL__z-kqkRerZLbxVfx2CVEGnyTR4acRZDHzxqL9oGvTWVYTpi8p9qudtyDbzHJif3qdBDL8TVSMFoU1t37BZpDN51DpKZQ5_6syjIVjmSTK7jQ5QlrGNYVsDU/s640/How+to+set+environment+variables+in+Windows+7+for+Java+%2526+Solutions_2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC97aWmTSj3lXOfab3piwAT3GKkkaq1DokfpmBA8pFr7aoVFsfU0jssoLL8479YaSFOBYNrTEvgZe0LkDfXqBGV1OIgH7HacUsHsOrAdL7uHpqs8V8BUFqEybP3nvKMaUmYyjcWVPFuCY/s1600/How+to+set+environment+variables+in+Windows+7+for+Java+%2526+Solutions_3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC97aWmTSj3lXOfab3piwAT3GKkkaq1DokfpmBA8pFr7aoVFsfU0jssoLL8479YaSFOBYNrTEvgZe0LkDfXqBGV1OIgH7HacUsHsOrAdL7uHpqs8V8BUFqEybP3nvKMaUmYyjcWVPFuCY/s640/How+to+set+environment+variables+in+Windows+7+for+Java+%2526+Solutions_3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;i&gt;Step 5:&lt;/i&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt; Create a new system variable named, &lt;/span&gt;&lt;b style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;CLASSPATH&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&amp;nbsp;as like above &amp;nbsp;box, and its value &lt;/span&gt;&lt;b style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;i&gt;%JAVA_HOME%\jre\lib&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Stpe 6:&lt;/i&gt;&lt;/b&gt; For &lt;b&gt;&lt;i&gt;PATH&lt;/i&gt;&lt;/b&gt;, if it already exists, select it and choose the Edit option; in the editor add the value;&lt;b&gt;&lt;i&gt;%JAVA_HOME%\bin&lt;/i&gt;&lt;/b&gt; (the new values are separated by a semicolon from the existing ones)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;To check the system variables is done by opening a new command prompt window (Start -&amp;gt; cmd) and try with following commands.&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;C:\Users\Catalin&amp;gt;echo %CLASSPATH%&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;C:\Program Files\Java\jdk1.6.0_16\jre\lib&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;C:\Users\Catalin&amp;gt;echo %JAVA_HOME%&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;C:\Program Files\Java\jdk1.6.0_16&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;C:\Users\Catalin&amp;gt;echo %PATH%&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 7:&lt;/i&gt;&lt;/b&gt; To make your system know of these changes, Restart your computer and can play with as you needed.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/8879693913797644494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-setting-javahome-variable-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/8879693913797644494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/8879693913797644494'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-setting-javahome-variable-in.html' title='How to Setting the JAVA_HOME Variable in Windows 7'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY1-QtunD4s4rchmmnnL_9SMQYrlA7HjwA2-2ndAUAZqSrWdXQJxATe5cBjQT6S7y4pxHXxElEOWTxeqr9EhlEXyzWpyPrI8jUnehimWMYbPqQBxf89j1LTkxZ-P8d0u21t8oBpqoX9nE/s72-c/java_home_variables.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-1665383797817417212</id><published>2012-09-26T04:30:00.000-07:00</published><updated>2012-09-28T00:08:36.554-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apache Cassandra"/><category scheme="http://www.blogger.com/atom/ns#" term="Distributed database"/><category scheme="http://www.blogger.com/atom/ns#" term="Intro"/><category scheme="http://www.blogger.com/atom/ns#" term="NoSQL"/><category scheme="http://www.blogger.com/atom/ns#" term="overview"/><title type='text'>Cassandra and Cassandra Data Model Step by Step Guides</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This article contains Quick and Easy tour of Cassandra database system and how to install Cassandra on your local windows system.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;What is Apache Cassandra?&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It doesn’t use SQL and optimized to high scale size of data &amp;amp; transaction handling. Even though Cassandra is implemented with Java language, other language can use the Cassandra as a client. (It supports Ruby,Perl,Python,Scala,PHP etc).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;It doesn’t support complex relationship like Foreign Key. It just provides Key &amp;amp; Value relationship like Java Hashmap. It is very easy to install and use like other Database systems.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Understanding the Cassandra Data Model&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The Cassandra data model is a schema-optional, Key space, column-oriented data model. unlike a relational database, you do not need to model all of the columns required by your application up front, as each row is not required to have the same set of columns. Columns and their metadata can be added by your application as they are needed without incurring downtime to your application.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Although it is natural to want to compare the Cassandra data model to a relational database, they are really quite different. In a relational database, data is stored in tables and the tables comprising an application are typically related to each other. Data is usually normalized to reduce redundant entries, and tables are joined on common keys to satisfy a given query.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Who Uses Cassandra:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;To get a fair idea of the power of Cassandra I think I must share with you some of the Users of Cassandra. Here is the list&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Facebook&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Digg&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Twitter&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;IBM&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Redit&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;•&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;App Scale&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Let’s look at Cassandra data model&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Data Model&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;KeySpace&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Cassandra is based on google big table data model. It is called “Column DB”. It is totally different from traditional RDBMS.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In Cassandra, the keyspace is the container for your application data, similar to a schema in a relational database. Keyspaces are used to group column families together. Typically, a cluster has one keyspace per application.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo2O8asARpvw8rJW4V0SC05Ei3ZyaYVjiP8ZgA7gla7NLarXWr4HVP_cpJG2V29crYNvjiWJrOiuNNlE5dP9fVjak4-WGU8I4TWTiuUBY3jk32b72_-Y8u7BHIeAcSBKz0jfXItl2s7tI/s1600/cassandra_data_model.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cassandra Data Model&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo2O8asARpvw8rJW4V0SC05Ei3ZyaYVjiP8ZgA7gla7NLarXWr4HVP_cpJG2V29crYNvjiWJrOiuNNlE5dP9fVjak4-WGU8I4TWTiuUBY3jk32b72_-Y8u7BHIeAcSBKz0jfXItl2s7tI/s1600/cassandra_data_model.png&quot; title=&quot;Cassandra Data Model&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Columns&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The column similar to a table row in the relational database management system. it contains KEY, which acts as a Unique data for the each row of the Column. also contains name and value pair on each row.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Column Family&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;When comparing Cassandra to a relational database, the column family is similar to a table in that it is a container for columns and rows.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In a relational database, you define tables, which have defined columns. The table defines the column names and their data types, and the client application then supplies rows conforming to that schema: each row contains the same fixed set of columns.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In Cassandra, you define column families. Column families can (and should) define metadata about the columns, but the actual columns that make up a row are determined by the client application. Each row can have a different set of columns.Although column families are very flexible, not entirely schema-less.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;ex: phpcms = { article:”Cassandra” ,&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;chapter:”understanding about cassandra”}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;phpcms is key for the row, and the row has two columns. Keys of the columns are “emailAddress” and “age”. Each column value is ”Cassandra” and &quot;understanding about cassandra&quot;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Let’s look at Column Family which has a number of different rows.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;UserProfile={&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;phpcms = { article:”Cassandra” ,&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;chapter:”understanding about cassandra”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;TerryCho= { emailAddress:”terry.cho@apache.org” , gender:”male”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;Cath= { emailAddress:”cath@apache.org” , age:”20”,gender:”female”,address:”Seoul”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There are two typical column family design patterns in Cassandra; the static and dynamic column families.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Super Column &amp;amp; Super Column Family&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Here column value can have a column itself. (Similar to Java Hashtable can have ValueObject class as a ‘Object’ type)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;{name:”username”&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;value: firstname{name:”firstname”,value=”PHP”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;value: lastname{name:”lastname”,value=”CMS”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;As a same way column family also can have column family like this&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;UserList={&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;KRISH:{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;username:{firstname:”Jhom”,lastname:”Yoon”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;address:{city:”Seoul”,postcode:”1234”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;JAMES:{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;username:{firstname:”Terry”,lastname:”Cho”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;account:{bank:”hana”,accounted:”1234”}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;UserList column family has two rows with key “KRISH” and “JAMES”. Each of the “KRISH” and “JAMES” row &amp;nbsp;has two column families – “KRISH” row has “username” and “address’ column family, “JAMES” row has “username” and “account” column family.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You have learned basic things about Cassandra and Cassandra Data Model, now lets begin with Installation and Play with keyspaces, Columnfamilies, Columns.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Related Posts&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-setting-javahome-variable-in.html&quot; target=&quot;_blank&quot;&gt;Setting JAVA_HOME Environment Variable&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-install-cassandra-and-configure.html&quot; target=&quot;_blank&quot;&gt;Cassandra Installation and Configuration on windows&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;Joomla Hello world Components&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-custom-joomla-25-module-step-by.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Create Custom Joomla Module&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/1665383797817417212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/cassandra-and-cassandra-data-model-step.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/1665383797817417212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/1665383797817417212'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/cassandra-and-cassandra-data-model-step.html' title='Cassandra and Cassandra Data Model Step by Step Guides'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo2O8asARpvw8rJW4V0SC05Ei3ZyaYVjiP8ZgA7gla7NLarXWr4HVP_cpJG2V29crYNvjiWJrOiuNNlE5dP9fVjak4-WGU8I4TWTiuUBY3jk32b72_-Y8u7BHIeAcSBKz0jfXItl2s7tI/s72-c/cassandra_data_model.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-3253047067433992081</id><published>2012-09-21T02:51:00.003-07:00</published><updated>2013-07-18T06:24:11.571-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Joomla"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Custom Modules"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Simple Components"/><title type='text'>Create a Custom Joomla 2.5 Module step by step guide</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The focus of this course, is to Create a Custom Joomla 2.5 Module step by step guides. I hope You have already learned&amp;nbsp;&lt;/span&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; style=&quot;font-family: Verdana, sans-serif;&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&amp;nbsp;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;, Create a&amp;nbsp;&lt;/span&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;from this blogs. Let we start our new Joomla CMS Custom Module Course Here,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There is a defined folder structure for Joomla extension. Create the files and folders as per the below using your code editor.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Create the main folder which will be called &amp;nbsp;&quot;&lt;b&gt;mod_siteusers&lt;/b&gt;&quot;. Then create the files/folders below.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Important: As per the Joomla extension, the mod_siteusers folder needs to be in your Joomla sites &quot;Modules&quot; folder BUT do not put it there yet because we need to create everything first then pack it in a zip file to install via Joomla admin area.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;below the file strcture need to be create for out Joomla Module (mod_siteusers)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;-mod_siteusers.xml&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;-mod_siteusers.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;-helper.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;-index.html&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;--tmpl (folder)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;--tmpl/default.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;--tmpl/ordered_list.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;--tmpl/index.html&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Okay, lets begin with carefully&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;mod_siteusers.xml&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This file holds all of the modules metadata, information and parameters. The file structure must be exact.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;extension client=&quot;site&quot; method=&quot;install&quot; type=&quot;module&quot; version=&quot;1.6.0&quot;&gt;&lt;/extension&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;name&gt;Site Users&lt;/name&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;author&gt;Krish&lt;/author&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;creationdate&gt;2012&lt;/creationdate&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;copyright&gt;All rights reserved by PHP CMS JOBS.&lt;/copyright&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;license&gt;GPL 2.0&lt;/license&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;authoremail&gt;krishblogs2012@gmail.com&lt;/authoremail&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;authorurl&gt;www.php-cms-jobs.blogspot.in&lt;/authorurl&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;version&gt;1.0.0&lt;/version&gt;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;description&gt;Provides a listing of registered users&lt;/description&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &lt;!-- Listing of all files that should be installed for the module to function --&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;files&gt;&lt;/files&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- The &quot;module&quot; attribute signifies that this is the main controller file --&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;filename module=&quot;mod_siteusers&quot;&gt;mod_siteusers.php&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;filename&gt;index.html&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;filename&gt;helper.php&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;filename&gt;tmpl/default.php&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;filename&gt;tmpl/ordered_list.php&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;filename&gt;tmpl/index.html&lt;/filename&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;languages&gt;&lt;/languages&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- Any language files included with the module --&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;language tag=&quot;en-GB&quot;&gt;en-GB.mod_siteusers.ini&lt;/language&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &lt;!-- Optional parameters --&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;config&gt;&lt;/config&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;fields name=&quot;params&quot;&gt;&lt;/fields&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;fieldset name=&quot;basic&quot;&gt;
&lt;/fieldset&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;
&lt;/i&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;field i=&quot;i&quot; nbsp=&quot;nbsp&quot;&gt;&lt;/field&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name=&quot;moduleclass_sfx&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&quot;text&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default=&quot;&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label=&quot;LABEL_CLASS_SUFFIX&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; description=&quot;DESC_MOD_SUFFIX&quot;&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;field i=&quot;i&quot; nbsp=&quot;nbsp&quot;&gt;&lt;/field&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name=&quot;@spacer&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&quot;spacer&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default=&quot;&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label=&quot;&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; description=&quot;&quot;&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;field i=&quot;i&quot; nbsp=&quot;nbsp&quot;&gt;&lt;/field&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name=&quot;usercount&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&quot;text&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default=&quot;5&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label=&quot;LABEL_USER_COUNT&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; description=&quot;DESC_USER_COUNT&quot;&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;field i=&quot;i&quot; nbsp=&quot;nbsp&quot;&gt;&lt;/field&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name=&quot;layout&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&quot;list&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default=&quot;default&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label=&quot;LABEL_USER_LAYOUT&quot;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; description=&quot;DESC_USER_LAYOUT&quot;&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;option i=&quot;i&quot;&gt;&lt;/option&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;value=&quot;default&quot;&amp;gt;Unordered List&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;option i=&quot;i&quot;&gt;&lt;/option&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;value=&quot;ordered_list&quot;&amp;gt;Ordered List&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;you can update with your own personal info on &quot;&lt;field&gt; tags.&lt;/field&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;These are the parameters that are on the right hand side when viewing your module in modlue manager. Here we have 4.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The first is the &quot;module class suffix&quot; which all modules have. The suffix the user adds here will be attached to the modules css class so you can style individual modules. T&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;he second is just a simple &quot;spacer&quot;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The third is the number of users you wish to display in the module and finally, the fourth is the layout option.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can have multiple layouts for one module. Each layout should go in the tmpl folder. Our 2 options here is the default, which is an unordered list with the &quot;Website Users&quot; description at the top. The ordered_list layout uses a numbered list and no description at the top. The changes are very subtle but I just wanted to show you a simple example.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Another thing you might be looking at is the uppercase constants like &quot;LABEL_USER_COUNT&quot;. These are used with the language file that will be included later.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;mod_siteusers.php&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This file acts as a controller directing the functions and files&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPZqNxQmogPrxeXZ8VTG8tcMLn9Wa_mIpG7w4o9wNq2tOh8wVqTLoFRIpxD-nIgtLvmZMy7yvf4u-Rum24Hi5T_h4poks5SRplhX-6i4ZAUyBjuNzW59SMNZgHhPrWM86z690VscHzw/s1600/create_joomla_module_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Create a Joomla Custom Module 1&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPZqNxQmogPrxeXZ8VTG8tcMLn9Wa_mIpG7w4o9wNq2tOh8wVqTLoFRIpxD-nIgtLvmZMy7yvf4u-Rum24Hi5T_h4poks5SRplhX-6i4ZAUyBjuNzW59SMNZgHhPrWM86z690VscHzw/s1600/create_joomla_module_1.png&quot; title=&quot;Create a Joomla Custom Module 1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;helper.php&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0yKJ9m6kAidUhRnfoh3heuFb1bSzdwQotoiJ3S1YpHJlBXFZfm2ybRbnEk_2rr1wkaXZ-gQulANQfL-GFUkTo9kJEbqAatHPWMnoU3tnfnau1tBJVgtQ-e50Yl2mlzFMrqWvXMFkZ84w/s1600/create_joomla_module_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Create a Joomla Custom Module 2&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0yKJ9m6kAidUhRnfoh3heuFb1bSzdwQotoiJ3S1YpHJlBXFZfm2ybRbnEk_2rr1wkaXZ-gQulANQfL-GFUkTo9kJEbqAatHPWMnoU3tnfnau1tBJVgtQ-e50Yl2mlzFMrqWvXMFkZ84w/s1600/create_joomla_module_2.png&quot; title=&quot;Create a Joomla Custom Module 2&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This file runs the main function (getItems). This function gets the users from the database using a specified query. Joomla has a very specific syntax for interacting with the database. You can read all about it here. The code above instantiates a database object, puts the query in a variable called $query, runs the query and returns the $items as an array. The query is self explanatory. It will select the id and the username from the users table and it will be limited buy $usercount which we specify in mod_siteusers.xml. This query will be used to loop through the array of users in default.php (view file).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;index.html&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;html&gt;&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;&lt;/body&gt;&lt;/html&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This html file is strictly used to prevent users from accessing the module files directly&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;tmpl/default.php&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKOfmQYWmWFX00z8fDOAMY6ZsOrfQ6diW1QgIjkD9gHHFmEY-98NuenduHd8q70mGttt-vX4JEJxqOqeLpULZ-VdzZA433OaHrxskcv5UaS2hAm6K4nllk0W180Fp8TaXpRlhI1gHpG04/s1600/create_joomla_module_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKOfmQYWmWFX00z8fDOAMY6ZsOrfQ6diW1QgIjkD9gHHFmEY-98NuenduHd8q70mGttt-vX4JEJxqOqeLpULZ-VdzZA433OaHrxskcv5UaS2hAm6K4nllk0W180Fp8TaXpRlhI1gHpG04/s1600/create_joomla_module_3.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The default.php file is the modules &quot;default view&quot;. It is in charge of displaying the module to the user. It is essentially html with php includes and loops. This file performs a foreach loop to diaplay the $rows array which is the array of users.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;tmpl/ordered_list.php&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhU1Oq8H2_zTeGrjT0ZXs99kS87Ge1tjwrT6wrscrAeUPv4D3h0YefXiTwwnA32NYipR_1-UkjuAyXOX3_NqxjOxpmZiK_ByGjfA_M5tN-Jhfj6rRjQ0F7neamNAhFxky6nkYHcqZpQcFg/s1600/create_joomla_module_4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhU1Oq8H2_zTeGrjT0ZXs99kS87Ge1tjwrT6wrscrAeUPv4D3h0YefXiTwwnA32NYipR_1-UkjuAyXOX3_NqxjOxpmZiK_ByGjfA_M5tN-Jhfj6rRjQ0F7neamNAhFxky6nkYHcqZpQcFg/s1600/create_joomla_module_4.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This is the &quot;ordered list&quot; layout. As stated above, the only difference is that it uses a numbered list and has no description parameter.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;tmpl/index.html&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;html&gt;&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;&lt;/body&gt;&lt;/html&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Same as above, it is used to prevent users from accessing the module files directly&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now that all of your files are created, add the entire &quot;mod_siteusers&quot; folder to a zip file using whatever zip program you use (winzip, winrar, 7zip, etc).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Congrats! Your first Joomla module is complete.Lets Start your Work on Admin Panel&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Login to your Joomla admin area and goto the extension manager. From the &quot;install&quot; seciton, browse and upload the zip file. You should get a &quot;Successful Install&quot; message.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2cz-vTiAZ33Doesi0aNTZxY4tK02eWioe_m4IC1i4IjYm05N6524cBNSwV9J2ro6uLJbd3sFnxLde1R627xXOlQd5Msaai4HzhmA50tzMcvW4j0y-7TbBQ46hOLHkAplFeFnlmNENxFw/s1600/create_joomla_module_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2cz-vTiAZ33Doesi0aNTZxY4tK02eWioe_m4IC1i4IjYm05N6524cBNSwV9J2ro6uLJbd3sFnxLde1R627xXOlQd5Msaai4HzhmA50tzMcvW4j0y-7TbBQ46hOLHkAplFeFnlmNENxFw/s1600/create_joomla_module_5.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now go to the &quot;Module Manager&quot; and you should see your module. click on the title. Now you should see the properties of the module. You should see all your parameters on the right hand side. You can change the number of users to be displayed as well as the layout. Now make sure it is published and use the desired module position in your template.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi53IOSUQKoGQ0rVH72sIBwjJdLuNpm2WRqcOPGBlEJfvKSiOTBn6C6e0GAM9xbFMvPfX0l6hdhEKAE1aRoSkYDv3VNrJ3MY5U5q5L3hPZq6O8NxhZOVtVrHZNk5w1cOp00_cXDIVA0SEY/s1600/create_joomla_module_6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi53IOSUQKoGQ0rVH72sIBwjJdLuNpm2WRqcOPGBlEJfvKSiOTBn6C6e0GAM9xbFMvPfX0l6hdhEKAE1aRoSkYDv3VNrJ3MY5U5q5L3hPZq6O8NxhZOVtVrHZNk5w1cOp00_cXDIVA0SEY/s1600/create_joomla_module_6.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Visit your frontend and you should see a list of your website users.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxHntZWaHxPy0nEZMJNcrM-p_6w0xDtSrf_2AzHcHGwByayDZ4Hc3O-hxTesrkZeAcomoBIPBqFXycWGxrcRYy7ePeXcPM7pgdg1ku2nvTt0fxNujdXkLY1VzXNCbcF8x7HmY6QNyaExQ/s1600/create_joomla_module_7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxHntZWaHxPy0nEZMJNcrM-p_6w0xDtSrf_2AzHcHGwByayDZ4Hc3O-hxTesrkZeAcomoBIPBqFXycWGxrcRYy7ePeXcPM7pgdg1ku2nvTt0fxNujdXkLY1VzXNCbcF8x7HmY6QNyaExQ/s1600/create_joomla_module_7.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;Congratulations, you have successfully Completed Create a Custom Joomla 2.5 Module Course, Now you can play around with Joomla Custom Modules..to know more about Drupal and other PHP related CMS, subscribe with us...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html&quot; target=&quot;_blank&quot;&gt;Create a Content in Drupal 7.x&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/3253047067433992081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-custom-joomla-25-module-step-by.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/3253047067433992081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/3253047067433992081'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-custom-joomla-25-module-step-by.html' title='Create a Custom Joomla 2.5 Module step by step guide'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPZqNxQmogPrxeXZ8VTG8tcMLn9Wa_mIpG7w4o9wNq2tOh8wVqTLoFRIpxD-nIgtLvmZMy7yvf4u-Rum24Hi5T_h4poks5SRplhX-6i4ZAUyBjuNzW59SMNZgHhPrWM86z690VscHzw/s72-c/create_joomla_module_1.png" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-9181782097410277836</id><published>2012-09-18T05:25:00.000-07:00</published><updated>2012-09-18T05:30:07.807-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="freelancer webdeveloper"/><category scheme="http://www.blogger.com/atom/ns#" term="Part time web developer"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP Jobs"/><title type='text'>Freelancer Webdeveloper</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Hello Friends,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Thanks you for visiting to my Blog,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Kindly please share your feedback with me. It will help me to bring more useful blogs for begineers and others.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Currently I am &lt;b&gt;&lt;i&gt;developing PHP CMS related websites / Portals with Low Price&lt;/i&gt;&lt;/b&gt; to Small Scale Industries and making them as a KING on the Web.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Mail Me at here : &lt;b&gt;&lt;i&gt;krishblogs2012@gmail.com&lt;/i&gt;&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Once again Thanks for your valuable time with me and my blogs.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/9181782097410277836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/freelancer-webdeveloper.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/9181782097410277836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/9181782097410277836'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/freelancer-webdeveloper.html' title='Freelancer Webdeveloper'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-2403430045386815182</id><published>2012-09-17T04:51:00.001-07:00</published><updated>2012-09-18T02:07:08.589-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Create a Simple Form in Drupal"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal Custom Form"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal Simple Form"/><title type='text'>Create a Simple Form in Druapl 7.x - Step by Step Guide</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In the Last posts, we have discussed more about create a&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt; Hello World Module&lt;/a&gt; and &lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html&quot; target=&quot;_blank&quot;&gt;Create a content in Drupal 7.x.&lt;/a&gt; now we are going to learn and Create a Simple Form in Drupal 7.x step by step.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;Before start works, you must know How does it work?&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;When we call drupal_get_form, we pass the name of the function that returns the form, and Drupal does the rest.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Here the form array is&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;$form = array();&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Lets begin your simple form,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1:&lt;/i&gt;&lt;/b&gt; Creating the module structure&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;The first step in creating the module is to create a folder for the module. You should put this in &quot;sites/all/modules/{name of your module}.&quot;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;do not forget to replace the {name of your module} with name of your module.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;For example, we will use the module directory &quot;sites/all/modules/example.&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Creates TWO files as like below,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&quot;{name of your module}.module&quot;,&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&quot;{name of your module}.info&quot;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt; The .info file contains information about what your module does, while the .module file contains the actual code including hooks.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Hooks are functions with special names that will be called by Drupal when actions occur. For example &quot;example_form_menu()&quot; is called when menu information is gathered.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In many examples, you will see names such as &quot;hook_menu()&quot; or &quot;my_theme_menu()&quot; and in these cases &quot;my_theme&quot; and &quot;hook&quot; should be replaced by the name of your module or theme.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;example.info&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf8_iZOKq8oj_zQ-n9gXNQb9yXrGknj-EnWADZ2e2Vcu19AImvgMQ0i3BmLanZcc6JPGbRkaj4VGsNaLxTJ5OTzkajkztl9iMz45a6GEGrvZ3n9B_BHosXZQ9hN_1OYijbc_u5EaI38Y8/s1600/Create_simple_form_drupal7_1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Create a Simple From in Drupal 7.x&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf8_iZOKq8oj_zQ-n9gXNQb9yXrGknj-EnWADZ2e2Vcu19AImvgMQ0i3BmLanZcc6JPGbRkaj4VGsNaLxTJ5OTzkajkztl9iMz45a6GEGrvZ3n9B_BHosXZQ9hN_1OYijbc_u5EaI38Y8/s1600/Create_simple_form_drupal7_1.png&quot; title=&quot;Create a Simple From in Drupal 7.x&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt; Here is the code of your example_form.module file. This will create a very basic form that only has one field and submit button.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSdBbrp98u2Fby10CKxD-BFqlUEAG1LWAl6FP3P2o5OToDKYY1Gq7YcHaE6xJxQnVQftkN34-2o74Qya99RPET4dtF3lzgsM8arSfRM3irNWX1h_AtQ50ZmHdHcjs1uwebqdYpV1WNg84/s1600/Create_simple_form_drupal7_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Create a Simple From in Drupal 7.x&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSdBbrp98u2Fby10CKxD-BFqlUEAG1LWAl6FP3P2o5OToDKYY1Gq7YcHaE6xJxQnVQftkN34-2o74Qya99RPET4dtF3lzgsM8arSfRM3irNWX1h_AtQ50ZmHdHcjs1uwebqdYpV1WNg84/s1600/Create_simple_form_drupal7_2.png&quot; title=&quot;Create a Simple From in Drupal 7.x&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Note: Do not include the last &quot;?&amp;gt;&quot; part of the PHP code and leave a trailing blank line at the end of the file. This is the Drupal standard.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It is important to note that the function takes the inputs $form, and a reference &amp;amp;$form_state. This function will be called when Drupal tries to build your form.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The process for creating a form is mainly two steps. The first is to build an associative array $form that contains all the fields. The second step is to return that $form variable.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;To add a field, you set the variable $form[{name of your field}] = array(); Each field can then have a number of attributes, such as &quot;#type&quot; and &quot;#value.&quot; Most of these attributes are named with a proceeding &quot;#&quot; sign.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 4:&lt;/i&gt;&lt;/b&gt; What to do when your form is submitted?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;From this point, you will want to either save the form data, send an email, or display some information. That is beyond the scope of this How To at this point.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now your simple form module is ready to use, upload into your&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;sites/all/modules/{your_module_dir}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Go to the Admin modules section, enable it and try with&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;http://yoursite.com/{your-module-name} here http://yoursite.com/example&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Congratulation, you have successfully created a simple custom form in drupal 7.x.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;to know more about Drupal and other PHP related CMS, subscribe with us...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html&quot; target=&quot;_blank&quot;&gt;Create a Content in Drupal 7.x&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/2403430045386815182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-simple-form-in-druapl-7x-step-by.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/2403430045386815182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/2403430045386815182'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-simple-form-in-druapl-7x-step-by.html' title='Create a Simple Form in Druapl 7.x - Step by Step Guide'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf8_iZOKq8oj_zQ-n9gXNQb9yXrGknj-EnWADZ2e2Vcu19AImvgMQ0i3BmLanZcc6JPGbRkaj4VGsNaLxTJ5OTzkajkztl9iMz45a6GEGrvZ3n9B_BHosXZQ9hN_1OYijbc_u5EaI38Y8/s72-c/Create_simple_form_drupal7_1.png" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-7163371189050553485</id><published>2012-09-16T22:12:00.001-07:00</published><updated>2012-10-07T20:00:35.270-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CMS Jobs"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal jobs"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP Jobs"/><title type='text'>PHP Developer Jobs</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;field field-type-number-integer field-field-type&quot; style=&quot;background-color: white; border: 0px; color: #222222; font-family: &#39;Lucida Grande&#39;, &#39;DejaVu Sans&#39;, &#39;Bitstream Vera Sans&#39;, Verdana, Arial, sans-serif; font-size: 13px; line-height: 17.983333587646484px; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-items&quot; style=&quot;background-color: transparent; border: 0px; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-item odd&quot; style=&quot;background-color: transparent; border: 0px; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-family: arial, sans-serif; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;span style=&quot;background-color: #ebeff9; color: black; font-size: small;&quot;&gt;Oct 08 - 2012&lt;/span&gt;&lt;span style=&quot;background-color: #ebeff9;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://it-jobs.fins.com/Jobs/200011/Sr-PHP-Developer%3Freflink%3Ddjm_modulewsj_widgetjobs_jobswsjiairlines&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNE9s6JhSOIft2W4hSJ-MCvDROBMKA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Sr.&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Houston, TX - Technology and IT&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;from&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;span&gt;Sr.&amp;nbsp;&lt;b&gt;PHP DeveloperPHP&lt;/b&gt;&amp;nbsp;Developer - Freelance Contract Are you an experienced digital developer looking for a freelance work? Experience in the healthcare&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://it-jobs.fins.com/Jobs/200011/Sr-PHP-Developer%3Freflink%3Ddjm_modulewsj_widgetjobs_jobswsjiairlines&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNE9s6JhSOIft2W4hSJ-MCvDROBMKA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://it-jobs.fins.com/Jobs/200011/Sr-PHP-Developer?reflink=djm_modulewsj_widgetjobs_jobswsjiairlines&quot;&gt;it-jobs.fins.com/Jobs/200011/&lt;wbr&gt;&lt;/wbr&gt;Sr-PHP-Developer?reflink...&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://seeker.dice.com/jobsearch/result/10239619/2642/US/PHP-Developer/php-developer&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNG-hkuUyHi0J_Fj1APFSNGFWCsWVg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer jobs&lt;/b&gt;&amp;nbsp;- Dice.com&lt;/a&gt;&lt;br /&gt;&lt;span&gt;Browse&amp;nbsp;&lt;b&gt;PHP Developer jobs&lt;/b&gt;&amp;nbsp;at Dice.com.&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;Senior Java / ATG Web Commerce Software Developer NewData Strategies - Plano, TX US. Application Architect&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://seeker.dice.com/jobsearch/result/10239619/2642/US/PHP-Developer/php-developer&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNG-hkuUyHi0J_Fj1APFSNGFWCsWVg&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://seeker.dice.com/jobsearch/result/10239619/2642/US/PHP-Developer/php-developer&quot;&gt;seeker.dice.com/jobsearch/&lt;wbr&gt;&lt;/wbr&gt;result/10239619/.../php-&lt;wbr&gt;&lt;/wbr&gt;developer&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.linkedin.com/jobs%3FviewJob%3D%26jobId%3D3901623%26srchIndex%3D3&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNFm2HngFb-g4ngHAvMiDvH8cViu7Q&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;/ Programmer at NuOrbit Media in Indianapolis&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;span&gt;NuOrbit Media is hiring! View and apply for the&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;/ Programmer&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;&amp;nbsp;at NuOrbit Media in Indianapolis, Indiana Area.&lt;br /&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.linkedin.com/jobs%3FviewJob%3D%26jobId%3D3901623%26srchIndex%3D3&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAm4vEgwVIAVgAYgVlbi1VUw&amp;amp;cd=Upl5Yi8GKxU&amp;amp;usg=AFQjCNFm2HngFb-g4ngHAvMiDvH8cViu7Q&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.linkedin.com/jobs?viewJob=&amp;amp;jobId=3901623&amp;amp;srchIndex=3&quot;&gt;www.linkedin.com/jobs?viewJob=&lt;wbr&gt;&lt;/wbr&gt;&amp;amp;jobId=3901623...3&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.flikjobs.com/jobdetail.aspx%3Fjid%3D12150%26Job-listing%3DSr.%2520PHP%2520Developer-Destiny%2520HR%2520Group%2520Services-2-4-Noida/%2520Greater%2520Noida,&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNEwKUuSkfeepXYNv2o0v0xmbSGToQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Sr.&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Flikjobs.com –&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Job&lt;/b&gt;&amp;nbsp;detail for the post of Sr.&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;in Destiny HR Group Services Noida/ Greater Noida,, 2 to 4 years of experience. Apply for the&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;Now ! Search&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.flikjobs.com/jobdetail.aspx%3Fjid%3D12150%26Job-listing%3DSr.%2520PHP%2520Developer-Destiny%2520HR%2520Group%2520Services-2-4-Noida/%2520Greater%2520Noida,&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNEwKUuSkfeepXYNv2o0v0xmbSGToQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.flikjobs.com/jobdetail.aspx?jid=12150&amp;amp;Job-listing=Sr.%20PHP%20Developer-Destiny%20HR%20Group%20Services-2-4-Noida/%20Greater%20Noida,&quot;&gt;www.flikjobs.com/jobdetail.&lt;wbr&gt;&lt;/wbr&gt;aspx?jid=12150&amp;amp;Job...Sr...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.simplyhired.com/job-id/xaxphsro3n/senior-coldfusion-jobs/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATADOANAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNGSN1RN-xh9KeZXjy1UNUPGCoVd1Q&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Senior Coldfusion -&amp;nbsp;&lt;b&gt;Php Developer job&lt;/b&gt;&amp;nbsp;in Provo, UT (09/28/2012)&lt;/a&gt;&lt;br /&gt;
View the&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;posting for Senior Coldfusion -&amp;nbsp;&lt;b&gt;Php Developer&lt;/b&gt;&amp;nbsp;at Department of Workforce Services in Provo, UT. We are hiring an experienced.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.simplyhired.com/job-id/xaxphsro3n/senior-coldfusion-jobs/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDADOANAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNGSN1RN-xh9KeZXjy1UNUPGCoVd1Q&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.simplyhired.com/job-id/xaxphsro3n/senior-coldfusion-jobs/&quot;&gt;www.simplyhired.com/job-id/...&lt;wbr&gt;&lt;/wbr&gt;/senior-coldfusion-jobs/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.bayt.com/en/job/%3Fxid%3D1832182&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAEOARAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNFxtwS3anxWHz8r9uhdl6yz31phDA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;/ Technical Lead.&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;in Egypt - Cairo | Bayt&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
We have an exciting opportunity to join a young and dynamic technology provider based in Nasr City, Cairo as a Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;/ Technical Lead.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.bayt.com/en/job/%3Fxid%3D1832182&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAEOARAmsW5gwVIAVgAYgVlbi1VUw&amp;amp;cd=wcPtQ_j8rPQ&amp;amp;usg=AFQjCNFxtwS3anxWHz8r9uhdl6yz31phDA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.bayt.com/en/job/?xid=1832182&quot;&gt;www.bayt.com/en/job/?xid=&lt;wbr&gt;&lt;/wbr&gt;1832182&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #ebeff9; color: black; font-size: small;&quot;&gt;Oct 03 - 2012&lt;/span&gt;&lt;span style=&quot;background-color: #ebeff9;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #ebeff9;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.geekzone.co.nz/Jobs/View/23940&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAAoATAAOABAnv-ugwVIAVAAWABiBWVuLVVT&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNGvDw8Px-OCFC37Oh6e8sVV-ykVEg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Intermediate&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;| Wellington City&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=6101403567845320271&amp;amp;pli=1&quot; style=&quot;color: #777777;&quot;&gt;Geekzone&lt;/a&gt;&lt;br /&gt;
Keen to work for a great agency with super cool clients and projects, in a hard working but laid back and funky young team?&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;with OOP based PHP server side and front end experience - after a mix of HTML CSS and Javascript front and back&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://news.google.com/news/story%3Fncl%3Dhttp://jobs.geekzone.co.nz/Jobs/View/23940%26hl%3Den%26geo%3Dus&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAAoBjAAOABAnv-ugwVIAVAAWABiBWVuLVVT&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNExByGJUETxYPnwZvU1SL99v-_cyw&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://news.google.com/news/story?ncl=http://jobs.geekzone.co.nz/Jobs/View/23940&amp;amp;hl=en&amp;amp;geo=us&quot;&gt;See all stories on this topic »&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 100%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAAoATABOAFAnv-ugwVIAVAAWABiBWVuLVVT&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNF4lUJu1SVWWKXeyfKQ5coRsZoGyA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Exclusive:&amp;nbsp;&lt;b&gt;PHP&lt;/b&gt;, the web&#39;s most popular programming language, is coming to&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=6101403567845320271&amp;amp;pli=1&quot; style=&quot;color: #777777;&quot;&gt;VentureBeat&lt;/a&gt;&lt;br /&gt;
And he&#39;s got a point: Two-thirds of developers in a recent study reported spending half their time in PHP. And in a recent study by Rails developer Marc Gayle, half of all developer&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;postings on Craigslist call for&amp;nbsp;&lt;b&gt;PHP developers&lt;/b&gt;. When I talked to&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://news.google.com/news/story%3Fncl%3Dhttp://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/%26hl%3Den%26geo%3Dus&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAAoBjABOAFAnv-ugwVIAVAAWABiBWVuLVVT&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNFiD_FcR_i5gRECGyliJmmnd_cyEQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://news.google.com/news/story?ncl=http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/&amp;amp;hl=en&amp;amp;geo=us&quot;&gt;See all stories on this topic »&lt;/a&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.linkedin.com/jobs%3FviewJob%3D%26jobId%3D3866346%26srchIndex%3D3&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOABAnv-ugwVIAVgAYgVlbi1VUw&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNF4chMggfwiOSyi1Sq7rLJf3QK4SA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- PHP, HTML, CSS at CyberCoders in Ellicott City&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
CyberCoders is hiring! View and apply for the&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- PHP, HTML, CSS&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;&amp;nbsp;at CyberCoders in Ellicott City, MD.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.linkedin.com/jobs%3FviewJob%3D%26jobId%3D3866346%26srchIndex%3D3&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOABAnv-ugwVIAVgAYgVlbi1VUw&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNF4chMggfwiOSyi1Sq7rLJf3QK4SA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.linkedin.com/jobs?viewJob=&amp;amp;jobId=3866346&amp;amp;srchIndex=3&quot;&gt;www.linkedin.com/jobs?viewJob=&lt;wbr&gt;&lt;/wbr&gt;&amp;amp;jobId=3866346...3&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.dice.com/jobsearch/servlet/JobSearch%3Fop%3D302%26dockey%3Dxml/d/0/d04489189d8cc7b6948251936791cbda%40endecaindex%26source%3D19%26FREE_TEXT%3D%26rating%3D99&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATADOAFAnv-ugwVIAVgAYgVlbi1VUw&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNFIRN4Ta9rzJCLJQV4U2bYFpnkXpw&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;with Meganto&amp;nbsp;&lt;b&gt;jobs&lt;/b&gt;&amp;nbsp;- Dice.com&lt;/a&gt;&lt;br /&gt;
Browse&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;with Meganto&amp;nbsp;&lt;b&gt;jobs&lt;/b&gt;&amp;nbsp;at Dice.com.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.dice.com/jobsearch/servlet/JobSearch%3Fop%3D302%26dockey%3Dxml/d/0/d04489189d8cc7b6948251936791cbda%40endecaindex%26source%3D19%26FREE_TEXT%3D%26rating%3D99&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDADOAFAnv-ugwVIAVgAYgVlbi1VUw&amp;amp;cd=IsrX4A1_Ulo&amp;amp;usg=AFQjCNFIRN4Ta9rzJCLJQV4U2bYFpnkXpw&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.dice.com/jobsearch/servlet/JobSearch?op=302&amp;amp;dockey=xml/d/0/d04489189d8cc7b6948251936791cbda@endecaindex&amp;amp;source=19&amp;amp;FREE_TEXT=&amp;amp;rating=99&quot;&gt;www.dice.com/jobsearch/&lt;wbr&gt;&lt;/wbr&gt;servlet/JobSearch?...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&amp;nbsp; &amp;nbsp; &lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;background-color: #ebeff9; margin: 0px; padding: 4px 8px;&quot;&gt;&lt;span style=&quot;color: black; font-size: small;&quot;&gt;Oct 1st - 2012&lt;/span&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.authenticjobs.com/jobs/14506/php-developer-symfony2-expressionengine&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNFL5Wno1vCkSTGRDmQs48lQLYX1GQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;(Symfony2, ExpressionEngine) at&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;- Authentic&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
We&#39;re looking for&amp;nbsp;&lt;b&gt;PHP developers&lt;/b&gt;&amp;nbsp;to join our web team in Newcastle (Australia) office at mid and senior levels. We&#39;re a tight team of designer / developers who&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.authenticjobs.com/jobs/14506/php-developer-symfony2-expressionengine&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNFL5Wno1vCkSTGRDmQs48lQLYX1GQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.authenticjobs.com/jobs/14506/php-developer-symfony2-expressionengine&quot;&gt;www.authenticjobs.com/.../php-&lt;wbr&gt;&lt;/wbr&gt;developer-symfony2-expressi...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.wordpress.net/2012/09/24/wordpress-php-developer-india-only/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNGZv-vDkvXRk_8AsnTwvsV8b2Z4FQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;WordPress&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;» Blog Archive » Wordpress&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;– India&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Anatta Design is looking to hire 1 experienced WordPress&amp;nbsp;&lt;b&gt;PHP developer&lt;/b&gt;&amp;nbsp;in a one day popup interview process. We&#39;re setting up in Delhi for 1 day only.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.wordpress.net/2012/09/24/wordpress-php-developer-india-only/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNGZv-vDkvXRk_8AsnTwvsV8b2Z4FQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://jobs.wordpress.net/2012/09/24/wordpress-php-developer-india-only/&quot;&gt;jobs.wordpress.net/2012/.../&lt;wbr&gt;&lt;/wbr&gt;wordpress-php-developer-india-&lt;wbr&gt;&lt;/wbr&gt;on...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.cybercoders.com/jobs/by-recruiter/Brandon-Forrest/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNFUiBlVueugkKWQHVSNef77zDfi5w&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Brandon Forrest&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;|&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;, iPhone Developer at&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Home; Search&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;; Submit Resume; My Profile; Career Tools; CyberWHO? Contact Us&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;I have worked with clients to find Java,&amp;nbsp;&lt;b&gt;PHP&lt;/b&gt;, and Ruby&amp;nbsp;&lt;b&gt;developers&lt;/b&gt;.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.cybercoders.com/jobs/by-recruiter/Brandon-Forrest/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAmfOZgwVIAVgAYgVlbi1VUw&amp;amp;cd=hK7AdDPxpAg&amp;amp;usg=AFQjCNFUiBlVueugkKWQHVSNef77zDfi5w&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.cybercoders.com/jobs/by-recruiter/Brandon-Forrest/&quot;&gt;www.cybercoders.com/jobs/by-&lt;wbr&gt;&lt;/wbr&gt;recruiter/Brandon-Forrest/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.monster.com/v-it-q-php-developer-jobs-l-afton,-wy.aspx&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNE7enJr0YMw58QrITlw9B7ZfoVHzg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Wyoming&amp;nbsp;&lt;b&gt;PHP Developer Jobs&lt;/b&gt;&amp;nbsp;| Monster.com&lt;/a&gt;&lt;br /&gt;
Explore Wyoming&amp;nbsp;&lt;b&gt;PHP Developer jobs&lt;/b&gt;&amp;nbsp;and career resources on Monster. Find all the information you need to land a&amp;nbsp;&lt;b&gt;PHP Developer job&lt;/b&gt;&amp;nbsp;in Wyoming and build a&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.monster.com/v-it-q-php-developer-jobs-l-afton,-wy.aspx&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNE7enJr0YMw58QrITlw9B7ZfoVHzg&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://jobs.monster.com/v-it-q-php-developer-jobs-l-afton,-wy.aspx&quot;&gt;jobs.monster.com/v-it-q-php-&lt;wbr&gt;&lt;/wbr&gt;developer-jobs-l-afton,-wy.&lt;wbr&gt;&lt;/wbr&gt;aspx&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://groups.drupal.org/node/257873&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNHtZ3nnL9stzuIXF22-IqBv50bLfg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;| ImageX Media | Drupal Groups&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Employment&lt;/b&gt;&amp;nbsp;type: Full time. Telecommute: Not allowed. ImageX Media is hiring an in-house&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;! At ImageX we&#39;re on a quest to ensemble the best&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://groups.drupal.org/node/257873&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNHtZ3nnL9stzuIXF22-IqBv50bLfg&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://groups.drupal.org/node/257873&quot;&gt;groups.drupal.org/node/257873&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.37signals.com/jobs/11857&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNGI5uBYP196FRLNKIYf9x57n6GB_w&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Job&lt;/b&gt;:&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Shutterstock&lt;/a&gt;&lt;br /&gt;
Headquartered in New York, Shutterstock is an innovative e-commerce company and a leading provider of royalty-free stock photos, illustrations, and footage.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.37signals.com/jobs/11857&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNGI5uBYP196FRLNKIYf9x57n6GB_w&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://jobs.37signals.com/jobs/11857&quot;&gt;jobs.37signals.com/jobs/11857&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://sni-technology.jobs.net/job/senior-php-developer/JHM1WB656VSM4PPX5X1/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATADOANAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNEzuOTAy5BxXFyJwISDQClUvHs-GA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- SNI Technology -&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;.net&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sni-technology/&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;http://sni-technology&lt;/a&gt;.&lt;b&gt;jobs&lt;/b&gt;.&lt;wbr&gt;&lt;/wbr&gt;net/&lt;b&gt;job&lt;/b&gt;/senior-&lt;b&gt;php&lt;/b&gt;-&lt;b&gt;developer&lt;/b&gt;/ JHM1WB656VSM4PPX5X1/ New Career Opportunity! SNI Technology has an opening for a Senior PHP&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://sni-technology.jobs.net/job/senior-php-developer/JHM1WB656VSM4PPX5X1/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDADOANAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNEzuOTAy5BxXFyJwISDQClUvHs-GA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://sni-technology.jobs.net/job/senior-php-developer/JHM1WB656VSM4PPX5X1/&quot;&gt;sni-technology.jobs.net/job/..&lt;wbr&gt;&lt;/wbr&gt;./JHM1WB656VSM4PPX5X1/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.careerbuilder.co.in/Jobs/Information-Technology/NOIDA/PHP-Developer/JHQ7536081LF73LFDLL/%3FcbRecursionCnt%3D1%26job_did%3DJHQ7536081LF73LFDLL&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAEOARAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNF3rn6jMuzpRh84vV8LKeSaiYCP_g&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer Jobs&lt;/b&gt;&amp;nbsp;in NOIDA, Uttar Pradesh - Omnie Solutions (I&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Find Information Technology&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;at Omnie Solutions (I) Pvt. Ltd in NOIDA, Uttar Pradesh.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.careerbuilder.co.in/Jobs/Information-Technology/NOIDA/PHP-Developer/JHQ7536081LF73LFDLL/%3FcbRecursionCnt%3D1%26job_did%3DJHQ7536081LF73LFDLL&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAEOARAmZafgwVIAVgAYgVlbi1VUw&amp;amp;cd=8j4C0QTMZIQ&amp;amp;usg=AFQjCNF3rn6jMuzpRh84vV8LKeSaiYCP_g&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.careerbuilder.co.in/Jobs/Information-Technology/NOIDA/PHP-Developer/JHQ7536081LF73LFDLL/?cbRecursionCnt=1&amp;amp;job_did=JHQ7536081LF73LFDLL&quot;&gt;www.careerbuilder.co.in/.../&lt;wbr&gt;&lt;/wbr&gt;JHQ7536081LF73LFDLL/?...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;background-color: #ebeff9; margin: 0px; padding: 4px 8px;&quot;&gt;&lt;span style=&quot;color: black; font-size: small;&quot;&gt;Sep 28th - 2012&lt;/span&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://baltimoretech.net/jobs/listing/rockstar-php-developer/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAo9CUgwVIAVgAYgVlbi1VUw&amp;amp;cd=LoIYFA18N58&amp;amp;usg=AFQjCNE2MFRh-wBfgNfBfWcs8LvlaT7xiQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Rockstar&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;– Baltimore Tech&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;- Find&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;in&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Rockstar&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;. Get paid to build cool stuff. FACT: Most&amp;nbsp;&lt;b&gt;jobs&lt;/b&gt;&amp;nbsp;suck. That annoying boss that&#39;s constantly telling you how to do your&amp;nbsp;&lt;b&gt;job&lt;/b&gt;… The co-workers&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://baltimoretech.net/jobs/listing/rockstar-php-developer/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAo9CUgwVIAVgAYgVlbi1VUw&amp;amp;cd=LoIYFA18N58&amp;amp;usg=AFQjCNE2MFRh-wBfgNfBfWcs8LvlaT7xiQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://baltimoretech.net/jobs/listing/rockstar-php-developer/&quot;&gt;baltimoretech.net/jobs/&lt;wbr&gt;&lt;/wbr&gt;listing/rockstar-php-&lt;wbr&gt;&lt;/wbr&gt;developer/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.dice.com/jobsearch/servlet/JobSearch%3Fop%3D302%26dockey%3Dxml/3/0/307e2ea15172017ab05517566808e936%40endecaindex%26source%3D19%26FREE_TEXT%3D%26rating%3D99&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAo9CUgwVIAVgAYgVlbi1VUw&amp;amp;cd=LoIYFA18N58&amp;amp;usg=AFQjCNFMrojumqndf8cH7fI5bSoe6EldZQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer jobs&lt;/b&gt;&amp;nbsp;- Dice.com&lt;/a&gt;&lt;br /&gt;
Paladin is currently interviewing&amp;nbsp;&lt;b&gt;PHP Developers&lt;/b&gt;&amp;nbsp;to join our team working onsite at our client&#39;s location in Plano. These developers will be supporting a new&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.dice.com/jobsearch/servlet/JobSearch%3Fop%3D302%26dockey%3Dxml/3/0/307e2ea15172017ab05517566808e936%40endecaindex%26source%3D19%26FREE_TEXT%3D%26rating%3D99&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAo9CUgwVIAVgAYgVlbi1VUw&amp;amp;cd=LoIYFA18N58&amp;amp;usg=AFQjCNFMrojumqndf8cH7fI5bSoe6EldZQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.dice.com/jobsearch/servlet/JobSearch?op=302&amp;amp;dockey=xml/3/0/307e2ea15172017ab05517566808e936@endecaindex&amp;amp;source=19&amp;amp;FREE_TEXT=&amp;amp;rating=99&quot;&gt;www.dice.com/jobsearch/&lt;wbr&gt;&lt;/wbr&gt;servlet/JobSearch?...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.rozee.pk/goraya-soft-worx-php-developer-freelancer-islamabad-karachi-lahore-abbotabad-adda-jahan-khan-faisalabad-jobs-151981.php&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNFOH6mqbhg4kCdlF1dwVykFW_CzvQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;- Freelancer&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;, Islamabad, Karachi, Lahore&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;PHP Developer&lt;/b&gt;- Freelancer&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;Upload your CV to apply for this&amp;nbsp;&lt;b&gt;job&lt;/b&gt;. Step 1/2: Upload&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;More&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;From: Software &amp;amp; Web Development Channel | Similar&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.rozee.pk/goraya-soft-worx-php-developer-freelancer-islamabad-karachi-lahore-abbotabad-adda-jahan-khan-faisalabad-jobs-151981.php&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNFOH6mqbhg4kCdlF1dwVykFW_CzvQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.rozee.pk/goraya-soft-worx-php-developer-freelancer-islamabad-karachi-lahore-abbotabad-adda-jahan-khan-faisalabad-jobs-151981.php&quot;&gt;www.rozee.pk/goraya-soft-worx-&lt;wbr&gt;&lt;/wbr&gt;php-developer-freelancer-isl..&lt;wbr&gt;&lt;/wbr&gt;.&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.devbistro.com/jobs/151473&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGzFoOjEUhq47Q55YEk5-3qWQEuJA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;at ALTEO IT RECRUITING&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;&amp;nbsp;Posting in&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;position in montréal, QC and other Software Engineer&amp;nbsp;&lt;b&gt;jobs&lt;/b&gt;&amp;nbsp;posted daily on DevBistro.com. Contact employers directly, get custom data&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.devbistro.com/jobs/151473&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGzFoOjEUhq47Q55YEk5-3qWQEuJA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.devbistro.com/jobs/151473&quot;&gt;www.devbistro.com/jobs/151473&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobview.monster.co.uk/PHP-Developer-Job-Croydon-London-UK-114553488.aspx&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGTiSmY6sDDW-iU4TMTAe5g8QR8EA&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer Job&lt;/b&gt;&amp;nbsp;in Croydon, London UK&lt;/a&gt;&lt;br /&gt;
Look at&amp;nbsp;&lt;b&gt;PHP Developer jobs&lt;/b&gt;&amp;nbsp;in Croydon in London and find all&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;offers at Simplified Recruitment |&lt;a href=&quot;http://monster.co.uk/&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;Monster.co.uk&lt;/a&gt;.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobview.monster.co.uk/PHP-Developer-Job-Croydon-London-UK-114553488.aspx&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGTiSmY6sDDW-iU4TMTAe5g8QR8EA&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://jobview.monster.co.uk/PHP-Developer-Job-Croydon-London-UK-114553488.aspx&quot;&gt;jobview.monster.co.uk/PHP-&lt;wbr&gt;&lt;/wbr&gt;Developer-Job-Croydon-London-.&lt;wbr&gt;&lt;/wbr&gt;..&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://drupaljobs.epiqo.com/node/30927&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATADOANAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGPnCsy2fkDtGofiaeFlreIduBbQw&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Drupal /&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;| Drupal&amp;nbsp;&lt;b&gt;jobs&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Drupal /&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;. Show&amp;nbsp;&lt;b&gt;job&lt;/b&gt;. Link:&amp;nbsp;&lt;a href=&quot;http://groups.drupal.org/node/201693&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;http://groups.drupal.org/node/&lt;wbr&gt;&lt;/wbr&gt;201693&lt;/a&gt;. Organization: Zinch. Region: Australia. China. India. Pakistan. Location:&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://drupaljobs.epiqo.com/node/30927&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDADOANAoeeEgwVIAVgAYgVlbi1VUw&amp;amp;cd=HBN1mR4aao4&amp;amp;usg=AFQjCNGPnCsy2fkDtGofiaeFlreIduBbQw&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://drupaljobs.epiqo.com/node/30927&quot;&gt;drupaljobs.epiqo.com/node/&lt;wbr&gt;&lt;/wbr&gt;30927&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;b style=&quot;color: #1111cc;&quot;&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=6101403567845320271&quot; style=&quot;color: #777777;&quot;&gt;Bizcommunity.com&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;...&lt;/b&gt;&amp;nbsp;a bit with PHP, made a contact form or two - this&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;is not for you. Digital Dynamite develops primarily on a WordPress platform and therefore looking for an experience&amp;nbsp;&lt;b&gt;PHP developer&lt;/b&gt;, that has been around the block and can compliment our website team.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://news.google.com/news/story%3Fncl%3Dhttp://www.bizcommunity.com/Job/196/23/164571.html%26hl%3Den%26geo%3Dus&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAAoBjAAOABAnf70ggVIAVAAWABiBWVuLVVT&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNHB45HVIEq8qgtOwnqms3ahy3GIXw&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://news.google.com/news/story?ncl=http://www.bizcommunity.com/Job/196/23/164571.html&amp;amp;hl=en&amp;amp;geo=us&quot;&gt;See all stories on this topic »&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;background-color: #ebeff9; margin: 0px; padding: 4px 8px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 100%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;u&gt;&lt;/u&gt;&lt;b&gt;Web&lt;/b&gt;&lt;u&gt;&lt;/u&gt;&lt;/td&gt;&lt;td align=&quot;right&quot; style=&quot;margin: 0px;&quot; width=&quot;70%&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.totaljobs.com/JobSeeking/PHP-Developer_job54645355&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOABAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNE5ybAEwbzQvvkLdyRfLTtL8Ce4sQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- High Wycombe, Buckinghamshire -&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;: 54645355&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Job&lt;/b&gt;&amp;nbsp;details for a&amp;nbsp;&lt;b&gt;PHP Developer job&lt;/b&gt;&amp;nbsp;in High Wycombe, Buckinghamshire listed at Totaljobs.com - 54645355.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.totaljobs.com/JobSeeking/PHP-Developer_job54645355&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOABAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNE5ybAEwbzQvvkLdyRfLTtL8Ce4sQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.totaljobs.com/JobSeeking/PHP-Developer_job54645355&quot;&gt;www.totaljobs.com/JobSeeking/&lt;wbr&gt;&lt;/wbr&gt;PHP-Developer_job54645355&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.simplyhired.com/job-id/uknqhxpkwv/software-web-jobs/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAFAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEYyraN9TyaQff8WNrdv0aSKXglIQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Software Web&amp;nbsp;&lt;b&gt;Developer&lt;/b&gt;&amp;nbsp;-e Commerce &amp;amp;&amp;nbsp;&lt;b&gt;Php&lt;/b&gt;&amp;nbsp;- Mysql Html&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
September 21, 2012. View the&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;posting for Software Web&amp;nbsp;&lt;b&gt;Developer&lt;/b&gt;&amp;nbsp;-e Commerce &amp;amp;&amp;nbsp;&lt;b&gt;Php&lt;/b&gt;&amp;nbsp;- Mysql Html at Elance.com in Chicago, IL. The role: Software Web.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.simplyhired.com/job-id/uknqhxpkwv/software-web-jobs/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAFAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEYyraN9TyaQff8WNrdv0aSKXglIQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.simplyhired.com/job-id/uknqhxpkwv/software-web-jobs/&quot;&gt;www.simplyhired.com/job-id/...&lt;wbr&gt;&lt;/wbr&gt;/software-web-jobs/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.jobserve.com/search-jobs-in-City-of-London,-London,-United-Kingdom/URGENT-PHP-DEVELOPER-CENTRAL-LONDON-LUXURY-RETAILER-7DA2934ADB4DD83E/%3Fsrc%3D66AA8B16277BA74AC9&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATADOAJAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEeqf3mE1S0qFfWwMF_JbL8b9Jb7Q&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;URGENT -&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Central London - Luxury retailer&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
URGENT -&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- Central London - Luxury retailer -&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;My client a global luxury retailer are currently searching the market for a PHP&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.jobserve.com/search-jobs-in-City-of-London,-London,-United-Kingdom/URGENT-PHP-DEVELOPER-CENTRAL-LONDON-LUXURY-RETAILER-7DA2934ADB4DD83E/%3Fsrc%3D66AA8B16277BA74AC9&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDADOAJAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEeqf3mE1S0qFfWwMF_JbL8b9Jb7Q&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.jobserve.com/search-jobs-in-City-of-London,-London,-United-Kingdom/URGENT-PHP-DEVELOPER-CENTRAL-LONDON-LUXURY-RETAILER-7DA2934ADB4DD83E/?src=66AA8B16277BA74AC9&quot;&gt;www.jobserve.com/.../URGENT-&lt;wbr&gt;&lt;/wbr&gt;PHP-DEVELOPER-CENTRA...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.eurojobs.com/en/candidate/jobs/276094&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAEOANAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEKzI01YA0DrLhq4BX2mvTZ08Q2gw&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Jobs&lt;/b&gt;&amp;nbsp;in Netherlands,&amp;nbsp;&lt;b&gt;PhP&lt;/b&gt;&amp;nbsp;Backend&amp;nbsp;&lt;b&gt;Developer&lt;/b&gt;, Den Haag&lt;/a&gt;&lt;br /&gt;
PhP Back end developer. Darwin is looking for a&amp;nbsp;&lt;b&gt;PhP developer&lt;/b&gt;&amp;nbsp;- South of Holland - PhP, Perl symphony, Zend, XML/Soap services / servers / clients and&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.eurojobs.com/en/candidate/jobs/276094&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAEOANAnf70ggVIAVgAYgVlbi1VUw&amp;amp;cd=-N7u5HScWEM&amp;amp;usg=AFQjCNEKzI01YA0DrLhq4BX2mvTZ08Q2gw&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.eurojobs.com/en/candidate/jobs/276094&quot;&gt;www.eurojobs.com/en/candidate/&lt;wbr&gt;&lt;/wbr&gt;jobs/276094&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: #222222; font-size: 13px; text-align: start; width: 600pxpx;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.guardian.co.uk/job/4512978/senior-php-developer-london-globally-recognised-brand-/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATAAOABAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNHV2GZVqGEzn3Xb-bpxtz8YZgEnpg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- London - Globally&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&amp;nbsp;- Guardian&amp;nbsp;&lt;b&gt;Jobs&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
Apply for Senior&amp;nbsp;&lt;b&gt;PHP Developer&lt;/b&gt;&amp;nbsp;- London - Globally Recognised Brand !!! in London on Guardian&lt;b&gt;Jobs&lt;/b&gt;. Full Time position working for DIGITAL GURUS.&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://jobs.guardian.co.uk/job/4512978/senior-php-developer-london-globally-recognised-brand-/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDAAOABAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNHV2GZVqGEzn3Xb-bpxtz8YZgEnpg&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://jobs.guardian.co.uk/job/4512978/senior-php-developer-london-globally-recognised-brand-/&quot;&gt;jobs.guardian.co.uk/.../&lt;wbr&gt;&lt;/wbr&gt;senior-php-developer-london-&lt;wbr&gt;&lt;/wbr&gt;globally-...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=https://www.elance.com/j/php-developer-management-system-reading-swf-bitmap-banners-zend/33693952/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATABOAFAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNFMShgBE9dIOLUGaxuhkDlTpJ2LqQ&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;: Management system for reading SWF a | Elance&amp;nbsp;&lt;b&gt;Job&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
View the &#39;&lt;b&gt;PHP Developer&lt;/b&gt;: Management system for reading SWF and Bitmap banners in Zend&#39;&amp;nbsp;&lt;b&gt;job&lt;/b&gt;on Elance. Or post your own&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;and select from over&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=https://www.elance.com/j/php-developer-management-system-reading-swf-bitmap-banners-zend/33693952/&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDABOAFAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNFMShgBE9dIOLUGaxuhkDlTpJ2LqQ&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;https://www.elance.com/j/php-developer-management-system-reading-swf-bitmap-banners-zend/33693952/&quot;&gt;https://www.elance.com/j/php-&lt;wbr&gt;&lt;/wbr&gt;developer.../33693952/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;margin: 0px; padding: 0px 8px 16px;&quot;&gt;&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.jobserve.com/search-jobs-in-Manchester,-Lancashire,-United-Kingdom/PHP-DEVELOPER-MYSQL-03DB31B175C43228/%3Fsrc%3D66AA8B16277BA74AC9&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoATACOAJAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNE3TnxCOmctU5EQhkT-I9AV8pdWpg&quot; style=&quot;color: #1111cc;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PHP Developer&lt;/b&gt;, MySQL,&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;- Manchester Lancashire - September&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;PHP&lt;/b&gt;,&amp;nbsp;&lt;b&gt;Developer&lt;/b&gt;, MySQL, ,&amp;nbsp;&lt;b&gt;job&lt;/b&gt;&amp;nbsp;in, Manchester, Lancashire, United, Kingdom, ( C1wVf)&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/url?sa=X&amp;amp;q=http://www.jobserve.com/search-jobs-in-Manchester,-Lancashire,-United-Kingdom/PHP-DEVELOPER-MYSQL-03DB31B175C43228/%3Fsrc%3D66AA8B16277BA74AC9&amp;amp;ct=ga&amp;amp;cad=CAcQAhgAIAEoBDACOAJAn9vvggVIAVgAYgVlbi1VUw&amp;amp;cd=1lQvBKQWlQM&amp;amp;usg=AFQjCNE3TnxCOmctU5EQhkT-I9AV8pdWpg&quot; style=&quot;color: #228822;&quot; target=&quot;_blank&quot; title=&quot;http://www.jobserve.com/search-jobs-in-Manchester,-Lancashire,-United-Kingdom/PHP-DEVELOPER-MYSQL-03DB31B175C43228/?src=66AA8B16277BA74AC9&quot;&gt;www.jobserve.com/.../PHP-&lt;wbr&gt;&lt;/wbr&gt;DEVELOPER-MYSQL-03DB31B...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div style=&quot;color: black; font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style=&quot;color: black; font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style=&quot;color: black; font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html&quot; target=&quot;_blank&quot;&gt;Create a Content in Drupal 7.x&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-link field-field-link&quot; style=&quot;background-color: white; border: 0px; color: #222222; font-family: &#39;Lucida Grande&#39;, &#39;DejaVu Sans&#39;, &#39;Bitstream Vera Sans&#39;, Verdana, Arial, sans-serif; font-size: 13px; line-height: 17.983333587646484px; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-items&quot; style=&quot;background-color: transparent; border: 0px; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/7163371189050553485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/php-developer-jobs.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7163371189050553485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7163371189050553485'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/php-developer-jobs.html' title='PHP Developer Jobs'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6500038815538007317</id><published>2012-09-16T11:48:00.000-07:00</published><updated>2012-09-16T20:53:52.358-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Joomla"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla 1.5x"/><category scheme="http://www.blogger.com/atom/ns#" term="joomla Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Installation"/><title type='text'>Create a article / content in Joomla</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Hey i am here, I hope you have successfully completed the &lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla&amp;nbsp;installation&lt;/a&gt;&amp;nbsp;on your Server, you can start post&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;your own content by following below steps.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1:&lt;/i&gt;&lt;/b&gt; Go to http://{your_domain_name.com / localhost}/administrator. To log in to your&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla admin area, enter your login information in the Joomla! Administration Login screen:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDZ6IPcSMHsUVNRvrCEOV48C2k95oMViD-CKoUqTCoBH4HmH8RZ88eR4ZZCixOZQgjqQk8mLV7t0QHy6UJTv46UvO2HICiGLS-z4_S2nMU1KP8hWNToxp67HHgbi0lhJEZDZ19nldfb14/s1600/Create_site_joomla_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Joomla Admin Login&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDZ6IPcSMHsUVNRvrCEOV48C2k95oMViD-CKoUqTCoBH4HmH8RZ88eR4ZZCixOZQgjqQk8mLV7t0QHy6UJTv46UvO2HICiGLS-z4_S2nMU1KP8hWNToxp67HHgbi0lhJEZDZ19nldfb14/s1600/Create_site_joomla_1.jpg&quot; title=&quot;Joomla_admin_login&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt; Once you looged in, Open Article Manager through &lt;b&gt;&lt;i&gt;Content &amp;gt; Article Manager&lt;/i&gt;&lt;/b&gt;.From the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;top admin menu click on &lt;b&gt;&lt;i&gt;New&lt;/i&gt;&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoqXAyL5fCpY9cuidTHw68xU9hyvIRY9vHSJx-9hjFn_2o7u19uQtt7pTS2J4ZfWb6Wpl63fTZC9OUxSBpiXrSfo8whOd2kbRcT7z8uCGMZ-zAq7i5YMYXGV2G8HjkUEtw-VG5sYZcn3Y/s1600/Create_site_joomla_4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Joomla Content Airticle manager&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoqXAyL5fCpY9cuidTHw68xU9hyvIRY9vHSJx-9hjFn_2o7u19uQtt7pTS2J4ZfWb6Wpl63fTZC9OUxSBpiXrSfo8whOd2kbRcT7z8uCGMZ-zAq7i5YMYXGV2G8HjkUEtw-VG5sYZcn3Y/s1600/Create_site_joomla_4.jpg&quot; title=&quot;Create airticle in Joomla 2&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 3: &lt;/i&gt;&lt;/b&gt;You will get the form to write the article. Here are the items in the form:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Title: About us&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Alias: (leave it blank)&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Section: Uncategorized&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Category: Uncategorized&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Published: Yes (If the article is not published, it will not be shown to your visitors. It&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;will remain only as a draft.)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Frontpage: Yes (This will allow it to appear on the first page of your site.)&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In the main text field write some information about your company as like below...&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxi_J4-Bw7VkesM4nEAdxA5g5rUDSHELmBY0H9FgdOdi2i7bbg8Mc53RqZkH9xoYpLNyDf-YqNHY7eCQQkejaP4mmcBSQaNRuomG-G1wQqm-fpngU0q5JrYdydW7SQVrel1CiS5XgVCbk/s1600/Create_site_joomla_7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxi_J4-Bw7VkesM4nEAdxA5g5rUDSHELmBY0H9FgdOdi2i7bbg8Mc53RqZkH9xoYpLNyDf-YqNHY7eCQQkejaP4mmcBSQaNRuomG-G1wQqm-fpngU0q5JrYdydW7SQVrel1CiS5XgVCbk/s1600/Create_site_joomla_7.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkjhtCfv2bOZR3CD0Exu51w59C4z6Cpee8tQmYcO80hZGgqsjyIiEeewAIPIXoozlmDIkGlZnGdUB2XIhPsCgnfCsW82SAE7LPfIDh5g0g1137hvcJEaec2s0tX5P754UJjLCfJ4YNoPU/s1600/Create_site_joomla_9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;327&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkjhtCfv2bOZR3CD0Exu51w59C4z6Cpee8tQmYcO80hZGgqsjyIiEeewAIPIXoozlmDIkGlZnGdUB2XIhPsCgnfCsW82SAE7LPfIDh5g0g1137hvcJEaec2s0tX5P754UJjLCfJ4YNoPU/s640/Create_site_joomla_9.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 4:&lt;/i&gt;&lt;/b&gt; Also You can insert / upload your company&#39;s logo / any images. For this purpose.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;click on the&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;image icon&lt;/i&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;at the bottom of the page and to upload your logo,&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwGyeBt2iL-jvAAwPd5h15EaEY5wnq_9YXZ5IYG14slRwsPg12AdfL7rWS33tUNPJD-0r8kVpBeuaoJkN6lgZUtM0LJfdDXYYiHDpNa6oFujHj_fyM8AHdwo6CFMkEhtmyHFhKPXYSpyU/s1600/Create_site_joomla_5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwGyeBt2iL-jvAAwPd5h15EaEY5wnq_9YXZ5IYG14slRwsPg12AdfL7rWS33tUNPJD-0r8kVpBeuaoJkN6lgZUtM0LJfdDXYYiHDpNa6oFujHj_fyM8AHdwo6CFMkEhtmyHFhKPXYSpyU/s1600/Create_site_joomla_5.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0NciBXZQNOHNK0bCQM7HR7TlzXK6_5KVdi1U1xEV728Rm9kuP7tEiQOgAdbdQ73IMSvqA0_QKWfE0eUHQwVa7CvbZQ5gfctzpPU8QtmhhcxBpPC3v0G7J8V8QBcqOZqKc6gvD88sLzSE/s1600/Create_site_joomla_6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0NciBXZQNOHNK0bCQM7HR7TlzXK6_5KVdi1U1xEV728Rm9kuP7tEiQOgAdbdQ73IMSvqA0_QKWfE0eUHQwVa7CvbZQ5gfctzpPU8QtmhhcxBpPC3v0G7J8V8QBcqOZqKc6gvD88sLzSE/s1600/Create_site_joomla_6.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;click on the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Upload file&lt;/i&gt;&lt;/b&gt; link to upload it. Browse your local computer and find the logo image. Click&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;on &lt;b&gt;&lt;i&gt;Start Upload &lt;/i&gt;&lt;/b&gt;to upload it.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 5:&lt;/i&gt;&lt;/b&gt; Once you have done with your content, then there are 3 parameters groups need to be&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;filled up.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There are &lt;b&gt;&lt;i&gt;Parameters – Article&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiECC3-Ximy1k0crrgQzdJcGrQlMTWvEvpfbP1YRL1MDiMvhyphenhyphenycZdwucnhCbJ8qckb4TeXfonfxGbwcapy9hHOlr0LxRfh-HAyWkfuQKTlynpuWZfIVYlMUxVaFml1b4z55Eh0_eGYcVSU/s1600/Create_site_joomla_10.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiECC3-Ximy1k0crrgQzdJcGrQlMTWvEvpfbP1YRL1MDiMvhyphenhyphenycZdwucnhCbJ8qckb4TeXfonfxGbwcapy9hHOlr0LxRfh-HAyWkfuQKTlynpuWZfIVYlMUxVaFml1b4z55Eh0_eGYcVSU/s1600/Create_site_joomla_10.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Author: Choose the article writer/author.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Author Alias: You get a chance to write the penname from the writer.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Access Level: Choose the minimum access level that is allowed to read/to access this&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;article.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Created Date: Establish the making date of this article.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Start Publishing: Establish the starting date of this publication article.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Finish Publishing: Establish the ending date of this publication article. If there is no&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;ending, just type Never.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 6:&lt;/i&gt;&lt;/b&gt; &lt;b&gt;&lt;i&gt;Parameters – Advanced&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCUZisEY5Tor4fLx0Ff1OPXnTh-i6EQh3SV1qL3UNMG_ju8-Pf_qJ4Hw51C9l4bZyN5XPR9DacqBusT_zf5m5J5ws2qfQxWsw4ULSJp8w4ZBgAF04hhLATg5IQksVQA-3bUvB6mzJ3_0/s1600/Create_site_joomla_11.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCUZisEY5Tor4fLx0Ff1OPXnTh-i6EQh3SV1qL3UNMG_ju8-Pf_qJ4Hw51C9l4bZyN5XPR9DacqBusT_zf5m5J5ws2qfQxWsw4ULSJp8w4ZBgAF04hhLATg5IQksVQA-3bUvB6mzJ3_0/s320/Create_site_joomla_11.jpg&quot; width=&quot;226&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Show Title: To publish or to hide the article title.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Title Linkabe: The title in your article made becomes link into the actual article.&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Intro Text: Publishing or hiding the text intro.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Section Name: Publishing or hiding the section name where the article is overshade.&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Section Title Linkable: Does the section name that appears have link into the section&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;page.&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Category Title: Publishing or hiding the category name in article.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Category Title Linkable: Does the category name have link into the category page.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Article Rating: Publishing or hiding rating in the article.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Author Name: Publishing or hiding the article’s writer name.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Created Date and Time: Publishing or hiding the date and the time making of the article.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Modified Date and Time: Publishing or hiding the date and the time making of the last&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;article.&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- PDF Icon: Publishing or hiding the PDF button. By arising of this button, the visitor can&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;see the article in the well-printed format.&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- E-mail Icon: Publishing or hiding the email button. By publishing this button, the visitor&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;can reference this article into their partner.&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Content Language: Choose in what kind of language this article is written. It is very&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;beneficial if your site supports the multi language.&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Key Reference: A key that can be used as reference for this article.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;- Alternative Read More Text: You can change the Read More text with another text that you&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;want.&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 7:&lt;/i&gt;&lt;/b&gt; Last one &lt;b&gt;&lt;i&gt;Metadata Information:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUvoqUGgKxc9w7xmcfKhnXGkDu4ohGDsE7bFRWDleqw69BC1KU8kent9XVtfict9aSfBDDDOUQux1-VztqSNapRelyjkH0f7g5Cv_-PBKJZU1yhm8rMvrFXJqktfLHCl1e6pFk82xIwCc/s1600/Create_site_joomla_12.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUvoqUGgKxc9w7xmcfKhnXGkDu4ohGDsE7bFRWDleqw69BC1KU8kent9XVtfict9aSfBDDDOUQux1-VztqSNapRelyjkH0f7g5Cv_-PBKJZU1yhm8rMvrFXJqktfLHCl1e6pFk82xIwCc/s1600/Create_site_joomla_12.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Description: The text that you are input in here will become meta description in the HTML&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;header.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Keywords: Input the keywords that are relevan with this article. Use comma to separate the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;keywords.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Robots: Type keyword for Robots&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;- Author: The writer’s name which will be entered into Meta information.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 8:&lt;/i&gt;&lt;/b&gt; Right, Its time to finish your content work and publish it. so The last step is to&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3y3cBJDGagMiIJjIXHdf11d6tYHjINXzAkzitmE4YeUxxL1KaNUcM5s3DEoqiP_zhB3tlXKpN0FhOVuf29-5ItyrzdEw7a5DUosauo5E1AaV3pJMClRW0moWaPmQrWciGsBgfxBJvfJs/s1600/Create_site_joomla_7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3y3cBJDGagMiIJjIXHdf11d6tYHjINXzAkzitmE4YeUxxL1KaNUcM5s3DEoqiP_zhB3tlXKpN0FhOVuf29-5ItyrzdEw7a5DUosauo5E1AaV3pJMClRW0moWaPmQrWciGsBgfxBJvfJs/s1600/Create_site_joomla_7.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;save this article by clicking on the &lt;b&gt;&lt;i&gt;Save&lt;/i&gt;&lt;/b&gt;&amp;nbsp;button.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Congratulation, now you have successfully created great article with your joomla site, to know more about Joomla and other PHP related CMS please subscribe with us...&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html&quot; target=&quot;_blank&quot;&gt;Create a Content in Drupal 7.x&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6500038815538007317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-article-in-joomla-15x.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6500038815538007317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6500038815538007317'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-article-in-joomla-15x.html' title='Create a article / content in Joomla'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDZ6IPcSMHsUVNRvrCEOV48C2k95oMViD-CKoUqTCoBH4HmH8RZ88eR4ZZCixOZQgjqQk8mLV7t0QHy6UJTv46UvO2HICiGLS-z4_S2nMU1KP8hWNToxp67HHgbi0lhJEZDZ19nldfb14/s72-c/Create_site_joomla_1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-787858759915203286</id><published>2012-09-14T04:43:00.000-07:00</published><updated>2012-09-16T11:45:03.586-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Create a Content"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal 7 Content"/><category scheme="http://www.blogger.com/atom/ns#" term="Login Admin"/><title type='text'>Create a content using admin in Drupal 7.x</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;How to Create a Content in Drupal 7.x?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;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&#39;s look at the new interface in detail.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;To create content in Drupal 7,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Step 1 :&amp;nbsp;&lt;/i&gt;&lt;/b&gt;First log in to your site using below screen and enter the provided admin credentials.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHzKjNFmuyEfgWDmljDMB-gSJOIaIWQ5s1PTMAFLUKgZCmF9keWTREzBZAS1SE8ZlIlPXXMRfzK9MKLAaO-8mvRCy_B8svJ3MMiHo3jhewQul_nc9TrKDIEw2345HeOLH90KpFxaszHZU/s1600/create_content-drupal_0.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHzKjNFmuyEfgWDmljDMB-gSJOIaIWQ5s1PTMAFLUKgZCmF9keWTREzBZAS1SE8ZlIlPXXMRfzK9MKLAaO-8mvRCy_B8svJ3MMiHo3jhewQul_nc9TrKDIEw2345HeOLH90KpFxaszHZU/s1600/create_content-drupal_0.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Step 2:&lt;/i&gt;&lt;/b&gt; Once you entered in admin screen, &amp;nbsp;Click on &lt;b&gt;&lt;i&gt;Content&lt;/i&gt;&lt;/b&gt; from the site toolbar.it will displays the existing content on this page.&lt;/span&gt;&lt;br /&gt;
&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj37SFV_IbRIM6JSsTFthUFCj5LIMXj0bbG-fDy5QQlf8Yi2-a65ZqeuhKHNJ2mlisikRbgjKIYzh1h_v7zNFpDUe0s-X7ayVJdFfrL01fIjFdMzms0VjYTWJAujjyhND-HS3a-Ld1wsMA/s1600/create_content-drupal_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;431&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj37SFV_IbRIM6JSsTFthUFCj5LIMXj0bbG-fDy5QQlf8Yi2-a65ZqeuhKHNJ2mlisikRbgjKIYzh1h_v7zNFpDUe0s-X7ayVJdFfrL01fIjFdMzms0VjYTWJAujjyhND-HS3a-Ld1wsMA/s640/create_content-drupal_1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; Step 3:&lt;/i&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;From here, click on the Add new content link. Drupal will now display a page allowing you to select the type of content you want to create. you will have different content types available.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzsjW7ZnViVfarFMxacYizb54CmTcshPNlPzI8BF-sFD7SrDZ5r_HRXRWBfElg97-z6agQiOWijG30wTz6fx0pWsqafx3RovjHyWp5YFeLkhpiuTK2411eVdX08ZH_n2-qhxvfieiJNfg/s1600/create_content-drupal_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzsjW7ZnViVfarFMxacYizb54CmTcshPNlPzI8BF-sFD7SrDZ5r_HRXRWBfElg97-z6agQiOWijG30wTz6fx0pWsqafx3RovjHyWp5YFeLkhpiuTK2411eVdX08ZH_n2-qhxvfieiJNfg/s640/create_content-drupal_2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If your page cotains like stories with lot of images, then you can go with Article page type,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;if the page is ordinary you may continue with Basic page type.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Now select the type of content you want to create. For this example, we will use the Basic page type.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 4:&lt;/b&gt;&amp;nbsp;&lt;i&gt;Create Content :&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;Once you desired the page type, click the Add Content from the above page. you will get a below screen to enter the contents.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;Enter the&amp;nbsp;needful&amp;nbsp;information on below screen.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBC3ds9DuDNkQYbCqjaRozdOSFajAR0Ddipduh_iIkMlxXMXI3qHcoxVeWDMoQWoOQc_Sk-rN-CmmqmyWHiyJng1KLzZsZwhOmnENxGpYIiTbWaHhIxey9FfLwg3QF3fszM_3ny3NID5c/s1600/create_content-drupal_4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;587&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBC3ds9DuDNkQYbCqjaRozdOSFajAR0Ddipduh_iIkMlxXMXI3qHcoxVeWDMoQWoOQc_Sk-rN-CmmqmyWHiyJng1KLzZsZwhOmnENxGpYIiTbWaHhIxey9FfLwg3QF3fszM_3ny3NID5c/s640/create_content-drupal_4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 5:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;i&gt;Creating node summaries&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;To create a node summary, click on the Edit summary link next to the Full text label. Drupal will display a second field that can be used to define your summary.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQimhvRco61X2b_Gl4BCCVtOG7gSiCBqe5Hv7wNuu3QrYWbFPsyjjjvzyhqtkwQ3wroPYtZ6SXj1mxKcdT_boHbWvDbxkzlKPSEWr1tYiFE_8s83R6zrCo-O4ksvRkjd2I8mMqaozzJAU/s1600/create_content-drupal_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQimhvRco61X2b_Gl4BCCVtOG7gSiCBqe5Hv7wNuu3QrYWbFPsyjjjvzyhqtkwQ3wroPYtZ6SXj1mxKcdT_boHbWvDbxkzlKPSEWr1tYiFE_8s83R6zrCo-O4ksvRkjd2I8mMqaozzJAU/s640/create_content-drupal_5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;i&gt;Formatting text&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Below the Full text field, you will find a list of available text formats that can be applied to the text field.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXzuSK0hqP0h2p1qvpdWTx3Y2dX9al3y6j3-geG5EU6NVKOJzqYZvnEf7_0-RkasNkQdWZu3Vk85D0kt3pPSnaeDEIip8Go5e_Q9mtqtQQ8SueA4R1-t1AA-6WlCypBiRsnFdIMmkzV5A/s1600/create_content-drupal_7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXzuSK0hqP0h2p1qvpdWTx3Y2dX9al3y6j3-geG5EU6NVKOJzqYZvnEf7_0-RkasNkQdWZu3Vk85D0kt3pPSnaeDEIip8Go5e_Q9mtqtQQ8SueA4R1-t1AA-6WlCypBiRsnFdIMmkzV5A/s640/create_content-drupal_7.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Verdana, sans-serif; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;By default, Drupal 7 includes&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Plain Text,Filtered HTML, and Full HTML formats. If you enable the PHP filter module, you will also have access to the PHP code text format.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Below the text format, you will find a set of vertical tabs containing all of the optional properties you can apply to your new node:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguqr7rLicwK3bcp1L0YrHTUxfDP8q_zHotoNEOPLmQHS5VVE38a89oZTzNj3cJUSYeYSavLbFbtbajMjfqaon4kWxX7EGmMkJQX93W2lmiC-f2Bl4LuNsi3r_CAqPTCxT-p1-gNPl5g9w/s1600/create_content-drupal_8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;284&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguqr7rLicwK3bcp1L0YrHTUxfDP8q_zHotoNEOPLmQHS5VVE38a89oZTzNj3cJUSYeYSavLbFbtbajMjfqaon4kWxX7EGmMkJQX93W2lmiC-f2Bl4LuNsi3r_CAqPTCxT-p1-gNPl5g9w/s640/create_content-drupal_8.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In the above screen, you can create a menu link for your content. also you can nested the content to another parent menu.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can set this content as a Published content and Front Page content. if you not like, you just uncheck the Promoted to front page option and SAVE it&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Congratulations, you have suceesfully created your own content on drupal site and continue with same.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/787858759915203286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/787858759915203286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/787858759915203286'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/how-to-create-new-content-using-admin.html' title='Create a content using admin in Drupal 7.x'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHzKjNFmuyEfgWDmljDMB-gSJOIaIWQ5s1PTMAFLUKgZCmF9keWTREzBZAS1SE8ZlIlPXXMRfzK9MKLAaO-8mvRCy_B8svJ3MMiHo3jhewQul_nc9TrKDIEw2345HeOLH90KpFxaszHZU/s72-c/create_content-drupal_0.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-7172811723866369286</id><published>2012-09-14T03:13:00.000-07:00</published><updated>2012-10-04T21:02:11.512-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Joomla"/><category scheme="http://www.blogger.com/atom/ns#" term="Hello World Module"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Simple Components"/><title type='text'>Create a Joomla Hello World Component - Step by Step Guides</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Create a Simple Component :&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There are four basic files that are used in the standard pattern of module development:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;mod_helloworld.php&lt;/i&gt; - 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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;mod_helloworld.xml&lt;/i&gt; - This file contains information about the module. It defines the files that need to be installed by the Joomla! installer and specifies configuration parameters for the module.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;helper.php&lt;/i&gt; - This file contains the helper class which is used to do the actual work in retrieving the information to be displayed in the module (usually from the database or some other source).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;tmpl/default.php&lt;/i&gt; - This is the module template. This file will take the data collected by mod_helloworld.php and generate the HTML to be displayed on the page.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Right now you can below steps to create a simple component.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Creating mod_helloworld.php&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The mod_helloworld.php file will perform three tasks:&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;include the helper.php file which contains the class to be used to collect the necessary data&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;invoke the appropriate helper class method to retrieve the data&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;include the template to display the output.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1:&lt;/i&gt;&lt;/b&gt; Create new folder with name of com_hello under {joomla-folder}/components folder.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt; Next create a hello.php file inside the above created {joomla-folder}/components folder, and type / Copy the code as the following then save as it is.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #660000;&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: #660000;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;//This line will prevent people from accessing the file directly without through the URL rules which is established by Joomla.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;defined( &#39;_JEXEC&#39; ) or die( &#39;Restricted access&#39; );&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;echo &#39;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;componentheading&quot;&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Hello, World!&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;
&#39;;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;?&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Now its time to tell joomla, show my codes on my browser..Yes! please follow the below rules to run your simple components.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; http://[servername]/[joomla-folder]/index.php?option=com_hello&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;you can run if you use your system as a server and you have installed joomla under myjoomla : [servername] -&amp;gt; http;//loclahost/myjoomla/index.php?option=com_hello&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Congratulation, you have successfully created a hello world Joomla Component. you can learn simple form components very shortly...&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/7172811723866369286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7172811723866369286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7172811723866369286'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html' title='Create a Joomla Hello World Component - Step by Step Guides'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-2586213981734074717</id><published>2012-09-13T04:28:00.000-07:00</published><updated>2012-09-14T03:14:30.282-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Drupal"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal Custom Module"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="First Drupal Module"/><category scheme="http://www.blogger.com/atom/ns#" term="Hello World Module"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><title type='text'>Create your First Custom Drupal Module Step by Step - Hello World!</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The focus of this chapter is module creation. In the last chapter we learned about Drupal&#39;s Installations.Now its time to start our coding with our first modules.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Here are some of the important topics that we will cover in this course:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Basics&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Starting a new module&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Creating .info files to provide Drupal with module information&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Creating .module files to store Drupal code&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Adding new blocks using the Block Subsystem&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Using common Drupal functions&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Advacned&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Formatting code according to the Drupal coding standards&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Writing an automated test for Drupal&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;We are going to divide this task of building a new module into the three parts:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Create a new module folder structures&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Work with the Block&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Write automated tests using the SimpleTest framework included in Drupal&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 1&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Type of Modules&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNlJstDth45H__JgiKGy5LKrKrMk87qgXP3ZCvlU6PDNrJCyRBNGfDPYaXX4IcZNuYKZsWW89RlWQfzL6XGGrb7oPXfEbHJaKP6thGONHkQyUmeI60szPQduP9X3PuBZOaufJv-HKCuM/s1600/Creating+Custom+Drupal+Modules.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;291&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNlJstDth45H__JgiKGy5LKrKrMk87qgXP3ZCvlU6PDNrJCyRBNGfDPYaXX4IcZNuYKZsWW89RlWQfzL6XGGrb7oPXfEbHJaKP6thGONHkQyUmeI60szPQduP9X3PuBZOaufJv-HKCuM/s400/Creating+Custom+Drupal+Modules.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Folder Strctures of each Modules&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglv6alcRtFC3MFIKiSees7mvYeDVKGvXAGAM2-7gGWcie_mHYr4ylH9sxYv4VxhWPem6pfNhCT2-u9B6FQRZD0RtHK0tZaxRQF4O8egUV9Z7sxbSRG9KekLNIsN_nu9N8P-MltQsjek6k/s1600/Drupal_modules_structures.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;307&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglv6alcRtFC3MFIKiSees7mvYeDVKGvXAGAM2-7gGWcie_mHYr4ylH9sxYv4VxhWPem6pfNhCT2-u9B6FQRZD0RtHK0tZaxRQF4O8egUV9Z7sxbSRG9KekLNIsN_nu9N8P-MltQsjek6k/s400/Drupal_modules_structures.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Creating the module directory&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now that we know that our modules should go in /sites/default/modules, we can create a new module there.The directory should be named with the machine-readable name of the module.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Create a module directory in /sites/default/modules, and then place at least two files inside the directory:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;a .info (pronounced &quot;dot-info&quot;) file&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;b .module (&quot;dot-module&quot;) file.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;We are going to name our first module with the Hello world, since it is our first module. Thus, we will create a new directory, /sites/default/modules/simple_hello_world, and then create a simple_hello_world.info file and a simple_hello_world.module file as like below&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqrHX_XBH_KJ53SqrGpbEOsEHclzbVrbWdl3KRo1V9BOv2tEW19IpXbNp8OpQvdpCGRn1EUfGwwsMZn2P8KqhES7xYAz9KRI2NVvCDaSC_7BJrDbqhVkuYSXoWF8oo8ya9IUDhvp4A3RA/s1600/Hello_module_Step1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqrHX_XBH_KJ53SqrGpbEOsEHclzbVrbWdl3KRo1V9BOv2tEW19IpXbNp8OpQvdpCGRn1EUfGwwsMZn2P8KqhES7xYAz9KRI2NVvCDaSC_7BJrDbqhVkuYSXoWF8oo8ya9IUDhvp4A3RA/s1600/Hello_module_Step1.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;.info file&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Check with below codes and write same code on your simple_hello_world.info file&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;; $Id$&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;name = simple_hello_world&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;description = This is my first sample module&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;package = phpcmsjobs modules&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;core = 7.x&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;files[] = simple_hello_world.module&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The first line is a standard. Every .info file should begin with ;$Id$. What is this? It is the placeholder for the version control system to store information about the file.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The first two are required in every .info file.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;i&gt;name :&lt;/i&gt; name Directive is used to declare what the module&#39;s human-readable name is.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;i&gt;Description :&lt;/i&gt; Provides a one or two-sentence description of what this module provides or is used for. Among other places, this information is displayed on the module configuration section of the administration pages as like below&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqthf7DLMwP05Osj6oX9GlA-1qm8E9qt4l5hTKmQalzvY2PUASjJZXeqrkBa-KgaA2Ip7KAgGRny1KXnwhvMAdLYam-LBOJUKCjdfB2y06jcwSXJkJH-tSOv93BDHzyJyXUHAinLIhgyE/s1600/admin_modules_interfaces.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqthf7DLMwP05Osj6oX9GlA-1qm8E9qt4l5hTKmQalzvY2PUASjJZXeqrkBa-KgaA2Ip7KAgGRny1KXnwhvMAdLYam-LBOJUKCjdfB2y06jcwSXJkJH-tSOv93BDHzyJyXUHAinLIhgyE/s1600/admin_modules_interfaces.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Package : The third item, package, identifies which family (package) of modules this module is related to.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Core : Declares which main-line version of Drupal is required by the module.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Step 3:&lt;/i&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Creating a module file&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;The .module file is a PHP file that conventionally contains all of the major hook implementations for a module.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #660000;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;function simple_hello_world_menu(){&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;$items = array();&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;$items[&#39;simple_hello_world&#39;] = array(&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;&#39;title&#39; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=&amp;gt; t(&#39;Hello world! This is my First Module&#39;),&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;&#39;page callback&#39; &amp;nbsp; &amp;nbsp;=&amp;gt; &#39;simple_hello_world_output&#39;,&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;&#39;access arguments&#39; =&amp;gt; array(&#39;access content&#39;),&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;return $items;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;/*&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;* Display output&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;*/&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;function simple_hello_world_output() {&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;header(&#39;Content-type: text/plain; charset=UTF-8&#39;);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;header(&#39;Content-Disposition: inline&#39;);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;return &#39;simple_hello_world&#39;;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; The theme template file page-helloworld.tpl.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;color: #660000;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;print $content;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Verdana, sans-serif; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;b style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Step 4:&lt;/i&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; To invoke hello world go to : &lt;span style=&quot;color: #660000;&quot;&gt;http://example.com/&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;simple_hello_world&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you don’t have Clean URLs enabled then you have to access this module at: example.com/?q=&lt;/span&gt;&lt;b style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;simple_hello_world&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;color: #660000; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Otherwise you will get a 404 error at example.com/helloworld&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Congratulations, Now you have successfully created the First Drupal Custom Modules.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Additionally&amp;nbsp;we will see How to create a module with Simple Form? very shortly..&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Please share your feedback here.....&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/create-your-first-custom-drupal-module.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal Hello Word Modules&lt;/span&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/create-joomla-hello-world-component.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Hello world Components&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/2586213981734074717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-your-first-custom-drupal-module.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/2586213981734074717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/2586213981734074717'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/create-your-first-custom-drupal-module.html' title='Create your First Custom Drupal Module Step by Step - Hello World!'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNlJstDth45H__JgiKGy5LKrKrMk87qgXP3ZCvlU6PDNrJCyRBNGfDPYaXX4IcZNuYKZsWW89RlWQfzL6XGGrb7oPXfEbHJaKP6thGONHkQyUmeI60szPQduP9X3PuBZOaufJv-HKCuM/s72-c/Creating+Custom+Drupal+Modules.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-8248658903263906638</id><published>2012-09-11T03:16:00.000-07:00</published><updated>2012-09-11T03:57:59.090-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Wordpress"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress Introductions"/><title type='text'>A Step by Step wordpress installations guide</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Please follow the below steps to success with Installations&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 1:&lt;/b&gt; Download the installation archive from the WordPress download section by clicking on &quot;Download.zip&quot; or &quot;Download.tar.gz&quot;. This way you will get the latest stable release of the WordPress application.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;On Server&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Step 2:&lt;/b&gt; Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -&amp;gt; File Manager -&amp;gt; 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 wordpress installation will be available at: http://yourdomainname.com/subfolder.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;b&gt;Step 3:&lt;/b&gt; Once you are in the File Manager, please navigate to the uploaded file and extract it by clicking on the Extract link. It will create a subfolder: wordpress-x.x.x., where instead of x.x.x. is the current version. So you can move the files one level up in the desired directory. The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;On Localhost&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you installed XAMPP server for PHP, then go to &quot;htdocs&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you installed WAMP server for PHP, then go to &quot;www&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Step 2:&lt;/b&gt; Extract the downloaded wordpress ZIP file. It will create a subfolder: wordpress-x.x.x., where instead of x.x.x. is the current version. So you can move the files on the appropriate root folder. Or you can create a subfolder on the appropriate root folder and then move on it.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Step 3:&lt;/b&gt; The wordpress installation will be available at: http://{hostname}/subfolder. Replace hostname with your local server name ex: localhost,if you are using PORT no according with hostname then you can use http://{hostname:PORT}/subfolder. ex: localhost:80 instead of {hostname:PORT}.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;b&gt;Step 4:&lt;/b&gt; Once the files are extracted in the desired folder, you should create a MySQL database for wordpress. You can do that from cPanel -&amp;gt; MySQL Databases or http://{hostname}/phpmyadmin. There you should create a database and add a user to it.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Step 5:&lt;/b&gt; Rename wp-config-sample.php to wp-config.php and edit it. Fill in your database connection details in the following lines:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_NAME&#39;, &#39;&#39;); // The name of the database&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_USER&#39;, &#39;&#39;); // Your MySQL username&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_PASSWORD&#39;, &#39;&#39;); // ...and password&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Please note that you must type the full name of the database and the MySQL user. Let&#39;s assume that your cPanel / phpmyadmin username is &quot;root&quot; and your domain name is mywordpress.com. If the name of your database is &quot;wpress&quot;, the user is &quot;wpuser&quot; and the password for the MySQL user is &quot;123456&quot; you should update the lines in the wp-config.php file to:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_NAME&#39;, &#39;mywordp_wpress&#39;);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_USER&#39;, &#39;mywordp_wpuser&#39;);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: Verdana, sans-serif;&quot;&gt;define(&#39;DB_PASSWORD&#39;, &#39;123456&#39;); &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 6:&lt;/b&gt; to continue , Open in your browser: www.yourdomainname.com/where_wordpress_is_extracted/wp-admin/install.php.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 7:&lt;/b&gt; Click on “Create a configuration file” and then click on “Let’s Go”.&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvl4jX4XTBLIfuVsxSrV5tCCQlVP7tYGEHUZz7hYFV_zNMBhUzTn5qSqm7YdJJS9GmeBMeKjURb8GS__Q-t9qFNjAk9FHOq97ErI7VQC0prURYC6mBLYGoMJl-SStleOXgX8HwkJBCAEU/s1600/wordpress_installation_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Worpress Installation 1&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvl4jX4XTBLIfuVsxSrV5tCCQlVP7tYGEHUZz7hYFV_zNMBhUzTn5qSqm7YdJJS9GmeBMeKjURb8GS__Q-t9qFNjAk9FHOq97ErI7VQC0prURYC6mBLYGoMJl-SStleOXgX8HwkJBCAEU/s1600/wordpress_installation_1.png&quot; title=&quot;Worpress Installation 1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 8:&lt;/b&gt; Enter the value of database name, username and password (which you give before in the wp-config.php).Don’t touch the “Database Host” and “Table Prefix”. Leave it as such and press “Submit”.&lt;/span&gt;&lt;/div&gt;
&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPenP_8Dxkmc_iJ9AGQHAIE8oernhnxx11Hl4D3SiuFXhlcTelH58EGkmhi-15y85QUc7M-w_XVnpwpbuKSwjKqEMFdeBGzQoLa6QYazpqH36UKc95t3V_coQ9T71C12thIZcwVU6FrPo/s1600/wordpress_installation_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPenP_8Dxkmc_iJ9AGQHAIE8oernhnxx11Hl4D3SiuFXhlcTelH58EGkmhi-15y85QUc7M-w_XVnpwpbuKSwjKqEMFdeBGzQoLa6QYazpqH36UKc95t3V_coQ9T71C12thIZcwVU6FrPo/s1600/wordpress_installation_2.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 9:&lt;/b&gt; Now click on “Run the Install”. Enter your blog title and e-mail.No need to select the box which says “Allow my blog to appear in search engines like Google and Technorati” since this is a local install.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfC62ooPsPKzH3a2Dag0qbsdAOGflXXPohbGk99HUan_EgAI0SGtIrFtOb23sD6bT3K4ho9Bkq8lDNe2rf7Uu4hHopX924zrHSevfLpr0pWRfjvCzitZkwTHoFVjjO_56Wlxdif-M6-TM/s1600/wordpress_installation_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfC62ooPsPKzH3a2Dag0qbsdAOGflXXPohbGk99HUan_EgAI0SGtIrFtOb23sD6bT3K4ho9Bkq8lDNe2rf7Uu4hHopX924zrHSevfLpr0pWRfjvCzitZkwTHoFVjjO_56Wlxdif-M6-TM/s1600/wordpress_installation_3.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 10:&lt;/b&gt; Now click on “Install WordPress”.&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8_4HXHJSbXylUeSCFIurRFbX1-6UH6ee58qMhjHok07iqlDGgYfk0REw9CAL1T4G7_9wqZ1ymoCphsG6ZddW4DIC-VI2Bxu42cwjPw5_9YhAZOk-Uee9MGQNSt9lkBZjEUBdfRsDc_Ls/s1600/wordpress_installation_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8_4HXHJSbXylUeSCFIurRFbX1-6UH6ee58qMhjHok07iqlDGgYfk0REw9CAL1T4G7_9wqZ1ymoCphsG6ZddW4DIC-VI2Bxu42cwjPw5_9YhAZOk-Uee9MGQNSt9lkBZjEUBdfRsDc_Ls/s1600/wordpress_installation_5.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;b&gt;Step 11:&lt;/b&gt; Now Note that password carefully! It is a random password that was generated just for you.and press “Login”. Now Login inside the WordPress using the username “admin” and the password you get from the previous step.(this password is not your permanent password, you must change once you logged in)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidJdgwhcqr5M9-Axc6DzPGTsoPXPCFUXh0wGCWfJ52tVUyWBrgMEctG05xKgT8ksOqzQVFlWYb8hACUOVYDr-VAcf70cCbMlAxh46IvLJmNscp3ZV_X40lW09N4rOasjAyMhH_xeZ8-aA/s1600/wordpress_installation_6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidJdgwhcqr5M9-Axc6DzPGTsoPXPCFUXh0wGCWfJ52tVUyWBrgMEctG05xKgT8ksOqzQVFlWYb8hACUOVYDr-VAcf70cCbMlAxh46IvLJmNscp3ZV_X40lW09N4rOasjAyMhH_xeZ8-aA/s1600/wordpress_installation_6.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;&lt;b&gt;Step 12:&lt;/b&gt; Here you can login / choose your own password along with colour schemes, display name, biography etc.. And&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; text-align: left;&quot;&gt;click “update profile”.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg0baboaXbuRBVWvKmVezKZg-3yaguVE3frFq6ApBMbmmZQ7t4R9Cy9Ro4Oq70_QyIsIQLhPLUBA5rky4NpNvIL1PCqTWHbfQ9TMq9D53hBJzRljfKmwET2ACZzhzfAg_uDWf80Tvny2E/s1600/wordpress_installation_7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg0baboaXbuRBVWvKmVezKZg-3yaguVE3frFq6ApBMbmmZQ7t4R9Cy9Ro4Oq70_QyIsIQLhPLUBA5rky4NpNvIL1PCqTWHbfQ9TMq9D53hBJzRljfKmwET2ACZzhzfAg_uDWf80Tvny2E/s1600/wordpress_installation_7.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb_bYP-wb9dbf-91aQdcewONO_pLtd9EDdedcOFnJkY2JSSsKTS3HNG9uGOxmqI4lv5kHahwwssZrHdHmkLjr0wavvBbZZaaqxIx5JkDhT-cr5TLMcA0ep5fEl3GdCJLN5Jb7_G4hIWHU/s1600/wordpress_installation_8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb_bYP-wb9dbf-91aQdcewONO_pLtd9EDdedcOFnJkY2JSSsKTS3HNG9uGOxmqI4lv5kHahwwssZrHdHmkLjr0wavvBbZZaaqxIx5JkDhT-cr5TLMcA0ep5fEl3GdCJLN5Jb7_G4hIWHU/s1600/wordpress_installation_8.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh2KPQv4cNaMQEx2h6Mrh8DAAB98DbPOUV2GzsmDQX3zYyqDM7LNEunE791AluUIUGX7j1yrFPSjFPUjretjgENoAs9RhAuXWd5bj1zF-cKT_2cJWaLKy6IiT1o7Yr0Dx8VzRiaXVc2pQ/s1600/wordpress_installation_9.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;282&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh2KPQv4cNaMQEx2h6Mrh8DAAB98DbPOUV2GzsmDQX3zYyqDM7LNEunE791AluUIUGX7j1yrFPSjFPUjretjgENoAs9RhAuXWd5bj1zF-cKT_2cJWaLKy6IiT1o7Yr0Dx8VzRiaXVc2pQ/s320/wordpress_installation_9.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span id=&quot;goog_474957852&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_474957853&quot;&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/8248658903263906638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/a-step-by-step-wordpress-installations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/8248658903263906638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/8248658903263906638'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/a-step-by-step-wordpress-installations.html' title='A Step by Step wordpress installations guide'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvl4jX4XTBLIfuVsxSrV5tCCQlVP7tYGEHUZz7hYFV_zNMBhUzTn5qSqm7YdJJS9GmeBMeKjURb8GS__Q-t9qFNjAk9FHOq97ErI7VQC0prURYC6mBLYGoMJl-SStleOXgX8HwkJBCAEU/s72-c/wordpress_installation_1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-7287247336322422380</id><published>2012-09-06T03:28:00.002-07:00</published><updated>2012-09-11T23:14:29.024-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Joomla"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Installation"/><title type='text'>A Step by Step Process to Joomal Installation</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;A Step by Step process : How to Install Joomla Manually (valid version for Joomla 2.5 /1.7/1.6 too)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;To complete the manual Joomla installation, follow the steps listed below:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;On Server&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 1:&lt;/i&gt;&lt;/b&gt; Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -&amp;gt; File Manager -&amp;gt; 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.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 2:&lt;/i&gt;&lt;/b&gt; Once you are in the File Manager, please navigate to the uploaded file and extract it by clicking on the Extract link. It will create a subfolder: Joomla-x.x.x., where instead of x.x.x. is the current version. So you can move the files one level up in the desired directory. The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;On Localhost&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 1:&lt;/i&gt;&lt;/b&gt;&amp;nbsp;If you installed XAMPP server for PHP, then go to &quot;htdocs&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you installed WAMP server for PHP, then go to &quot;www&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;Step 2:&lt;/i&gt;&lt;/b&gt; Extract the downloaded c ZIP file. It will create a subfolder: Joomla-x.x.x., where instead of x.x.x. is the current version. So you can move the files on the appropriate root folder. Or you can create a subfolder on the appropriate root folder and then move on it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 3:&lt;/i&gt;&lt;/b&gt; Create a MySQL database from &amp;nbsp;cPanel -&amp;gt; MySQL Databases or http://{hostname}/phpmyadmin. There you should create a database.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 4:&lt;/i&gt;&lt;/b&gt; Now type the URL of the newly-uploaded Joomla script on your browser. If the files is uploaded in the main web directory,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;On Server&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;use http://yourdomainname.com. In case you have uploaded it in a subdirectory, open http://yourdomainname.com/example.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;Replace the domain and the directory names with the corresponding ones for your web site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;On Localhost&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;http://{hostname}/subfolder. Replace hostname with your local server name ex: localhost,if you are using PORT no according with hostname then you can use http://{hostname:PORT}/subfolder. ex: localhost:80 instead of {hostname:PORT}.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;Step 5:&lt;/i&gt;&lt;/b&gt; Now you can select the language for the installation. Selected language valid only during the installation. Once you have selected and completed Joomla will be switched back to English.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC4IC_vJM06J5qXthoLX4-bGBwo6N-qRBfQhsf7jLDcVxhAt5fBo98r9zvM1mqGd6BZDE-ORvqDk7yiY2309OI72LdGH1vEyPY73Bk1NznfdbxE66CuNLFuJ47bpjK5gYJmv-jmY9RpVs/s1600/joomla_installation_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC4IC_vJM06J5qXthoLX4-bGBwo6N-qRBfQhsf7jLDcVxhAt5fBo98r9zvM1mqGd6BZDE-ORvqDk7yiY2309OI72LdGH1vEyPY73Bk1NznfdbxE66CuNLFuJ47bpjK5gYJmv-jmY9RpVs/s320/joomla_installation_1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;Step 6:&amp;nbsp;&lt;/i&gt;&lt;/b&gt;On the next page Joomla will check whether the system requirements are met on the server. If one or more are not met with joomla server requirements, a corresponding message will be shown. Once you make sure that all system requirements are met, proceed by clicking on the Next button from the top right menu&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3YDqYv_xO1a2p0_VAuTrYITYvPX2vpVjycQEIF2IoIuMHDacqwL5VSv4C950n9HJzKpTcdzoSKgceVjUI3HRKPpKMfib5BOL1o-NGMi8EZIYJuMSiItz-Ew357OCKMONLmWTgaGJCN_U/s1600/joomla_installation_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3YDqYv_xO1a2p0_VAuTrYITYvPX2vpVjycQEIF2IoIuMHDacqwL5VSv4C950n9HJzKpTcdzoSKgceVjUI3HRKPpKMfib5BOL1o-NGMi8EZIYJuMSiItz-Ew357OCKMONLmWTgaGJCN_U/s320/joomla_installation_2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 7:&lt;/i&gt;&lt;/b&gt; On the next page you should read and accept Joomla&#39;s license.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyPLVr_YavrHX3E_fHE5AYMRBvMAcrV2G2CRQ1Xv_NNNwzZNWp06XGAlYKVVtofbacbdakA9dDvYX5XGMCOeKD9YVDqohXbukOq9cY6fayUpCbLbagQQs3aVtptv9DGFkKR-roOsOa7UM/s1600/joomla_installation_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyPLVr_YavrHX3E_fHE5AYMRBvMAcrV2G2CRQ1Xv_NNNwzZNWp06XGAlYKVVtofbacbdakA9dDvYX5XGMCOeKD9YVDqohXbukOq9cY6fayUpCbLbagQQs3aVtptv9DGFkKR-roOsOa7UM/s320/joomla_installation_3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 8:&lt;/i&gt;&lt;/b&gt; Once you clicked next from above scree, &amp;nbsp;here you have to enter the MySQL credentials for the new Joomla installation. Please refer ones set it up in Step 3. Pelase refere below example entries and explanations for these fields;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidb6U7cP9JORJK2jLGxiAfUwbwRqQ3JUQ5AXQ_EMZ0tWCUxiUNJbjsGh8yJiSFQQMpuidQZaSeKcKjVIEsLsiRbuxJnkjMFDE0acyDV7wFZQdIyN9pd62M4CDngDxxgvyB1jLG311Rr-I/s1600/joomla_installation_4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidb6U7cP9JORJK2jLGxiAfUwbwRqQ3JUQ5AXQ_EMZ0tWCUxiUNJbjsGh8yJiSFQQMpuidQZaSeKcKjVIEsLsiRbuxJnkjMFDE0acyDV7wFZQdIyN9pd62M4CDngDxxgvyB1jLG311Rr-I/s320/joomla_installation_4.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 9:&lt;/i&gt;&lt;/b&gt; On the next screen, if you are clear with your File Transfer Protocol (FTP) configuration, please enter or keep the default settings and click Next to proceed.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjObaO2EpMCID7gCa8G5isbuWmtLpDwSFjHKynpDOEiSHAuASq-Q3Y5YaMEkuHJzx5L4qwxlLCL4cUpl5FoTL-Km6MfKn3hg2FqD6EjYyHkg_wM9iVpWbnS5QtX41WQSC7MIhxySb_SNHM/s1600/joomla_installation_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjObaO2EpMCID7gCa8G5isbuWmtLpDwSFjHKynpDOEiSHAuASq-Q3Y5YaMEkuHJzx5L4qwxlLCL4cUpl5FoTL-Km6MfKn3hg2FqD6EjYyHkg_wM9iVpWbnS5QtX41WQSC7MIhxySb_SNHM/s320/joomla_installation_5.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 10:&lt;/i&gt;&lt;/b&gt; On the current page the main Joomla configuration should be defined like Specify your site name, meta description and keywords, admin user, email and password.Click on Next to proceed.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzWIpNxBspYuRlE0GcXZF6WH18EVU5Dn2cJNpYrEvunCM9bhY6XI_IZokn7fCfUVTpAlaFNoE-f55hxrmrMUCkpEQHcSdAjfZ1umANiJ3m9p-1h61I08BYs1CVP1hcnpSouwjPGfdaA6c/s1600/joomla_installation_6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzWIpNxBspYuRlE0GcXZF6WH18EVU5Dn2cJNpYrEvunCM9bhY6XI_IZokn7fCfUVTpAlaFNoE-f55hxrmrMUCkpEQHcSdAjfZ1umANiJ3m9p-1h61I08BYs1CVP1hcnpSouwjPGfdaA6c/s320/joomla_installation_6.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Step 11:&lt;/i&gt;&lt;/b&gt; In the last page of the joomla installation section the confirmation of Joomla installation process will be present and now you can proceed with your Joomla Site.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyqzq8FvpX3BEIQuzH6eAPyyCPtpA6JnMB2tUjFpF03VVYf3fVTan53JifhPd7YbmPBY3qm45t63aFt8J4lFi0dg-BBY8bz_PYjnViavwFe6BEOeLWOnmgP4-Lhtd0fOeKkyl_HScJFiM/s1600/joomla_installation_7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyqzq8FvpX3BEIQuzH6eAPyyCPtpA6JnMB2tUjFpF03VVYf3fVTan53JifhPd7YbmPBY3qm45t63aFt8J4lFi0dg-BBY8bz_PYjnViavwFe6BEOeLWOnmgP4-Lhtd0fOeKkyl_HScJFiM/s320/joomla_installation_7.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Congratulation Friends! The Joomla installation is completed and you can proceed to your Joomla first web site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/7287247336322422380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/a-step-by-step-process-to-joomal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7287247336322422380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7287247336322422380'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/a-step-by-step-process-to-joomal.html' title='A Step by Step Process to Joomal Installation'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC4IC_vJM06J5qXthoLX4-bGBwo6N-qRBfQhsf7jLDcVxhAt5fBo98r9zvM1mqGd6BZDE-ORvqDk7yiY2309OI72LdGH1vEyPY73Bk1NznfdbxE66CuNLFuJ47bpjK5gYJmv-jmY9RpVs/s72-c/joomla_installation_1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6505425375797274666</id><published>2012-09-03T05:35:00.001-07:00</published><updated>2012-09-05T04:41:17.266-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal download"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal download and Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal InstallationAbout Drupal"/><title type='text'>Drupal download and Installation</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;I hope now you may some what clear about what is CMS and What is DRUPAL? so it&#39;s time to start more deep on each individual CMS.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Where i have to find the Drupal Free download version?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You can download from&amp;nbsp;&lt;a href=&quot;https://drupal.org/download&quot; target=&quot;_blank&quot;&gt;druapl site&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;how to install drupal ?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Here you can find the step by step guide to install drupal&amp;nbsp;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;What is modules?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Coming Soon......&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6505425375797274666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/drupal-download-and-installation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6505425375797274666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6505425375797274666'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/drupal-download-and-installation.html' title='Drupal download and Installation'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6024479345267138911</id><published>2012-09-03T05:33:00.000-07:00</published><updated>2012-09-11T03:58:36.870-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Drupal"/><category scheme="http://www.blogger.com/atom/ns#" term="CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="CMS Jobs"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal introduction"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><title type='text'>Druapal Installation</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now you have installed the latest drupal version from &lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/drupal-download-and-installation.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Okay, now we will start to learn how to install downloded version on your server step by step.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 1:&lt;/i&gt; Download the installation file from Drupal.org by choosing the latest stable version and clicking on the download link next to the package.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;On Server&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 2:&lt;/i&gt; Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -&amp;gt; File Manager -&amp;gt; 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 Drupal installation will be available at: http://yourdomainname.com/subfolder.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 3:&lt;/i&gt; Once you are in the File Manager, please navigate to the uploaded file and extract it by clicking on the Extract link. It will create a subfolder: drupal-x.x.x., where instead of x.x.x. is the current version. So you can move the files one level up in the desired directory. The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;On Localhost&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you installed XAMPP server for PHP, then go to &quot;htdocs&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;If you installed WAMP server for PHP, then go to &quot;www&quot; root folder on your installation directory&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 2:&lt;/i&gt; Extract the downloaded drupal ZIP file. It will create a subfolder: drupal-x.x.x., where instead of x.x.x. is the current version. So you can move the files on the appropriate root folder. Or you can create a subfolder on the appropriate root folder and then move on it.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 3:&lt;/i&gt; The Drupal installation will be available at: http://{hostname}/subfolder. Replace hostname with your local server name ex: localhost,if you are using PORT no according with hostname then you can use http://{hostname:PORT}/subfolder. ex: localhost:80 instead of {hostname:PORT}.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 4: &lt;/i&gt;Once the files are extracted in the desired folder, you should create a MySQL database for Drupal. You can do that from cPanel -&amp;gt; MySQL Databases or http://{hostname}/phpmyadmin. There you should create a database and add a user to it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 5:&lt;/i&gt; Go to the URL of your Drupal site and run the install.php file (for example http://yourdomainname.com/install.php or http://{hostname}/subfolder). Select &quot;Standard&quot; profile option for your Drupal application.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSEW47jaHNRSnBIkqDXmkYiT7Fn1ybSKGHS-ppHdgHJCB-f9I2SQOEREegJq_wgYNaphZBDBaKjpZtXwpDkDpKHAE-aWo8mMizFMqk0u5Pts6mgqzpVaeMcZasWdZIndf6uGtLPl-1w-0/s1600/step1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Drupal Installation - 1&quot; border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSEW47jaHNRSnBIkqDXmkYiT7Fn1ybSKGHS-ppHdgHJCB-f9I2SQOEREegJq_wgYNaphZBDBaKjpZtXwpDkDpKHAE-aWo8mMizFMqk0u5Pts6mgqzpVaeMcZasWdZIndf6uGtLPl-1w-0/s320/step1.jpg&quot; title=&quot;Drupal Installation - 1&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&amp;nbsp;Step 6:&lt;/i&gt; Select the default language for the Drupal web site.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjihgg46kGLDQI8t5LGNTfSj_gv49QeXljLU6EW1mhyphenhyphenKstVrRBlqc3xB35j2F7I5d7ddQPlZ4WON_dv-demI-s5dLxAT4XVusEXTAUvV8C1LSgoWVa7xc3mtRolfFP1HHdoPiavCmPshEc/s1600/step2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjihgg46kGLDQI8t5LGNTfSj_gv49QeXljLU6EW1mhyphenhyphenKstVrRBlqc3xB35j2F7I5d7ddQPlZ4WON_dv-demI-s5dLxAT4XVusEXTAUvV8C1LSgoWVa7xc3mtRolfFP1HHdoPiavCmPshEc/s1600/step2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 7:&lt;/i&gt; Enter the database details for the database which you have created in Step 4. Click on the Save and continue button to continue.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuozvWlM3S-mHBMxTP9SQ8EBmZXtonK02LQHoGPeqPmLSAggWTaoUf78hImY3TYeQPZ0hno9N86hpebSfOKLXEy2Ba3KTZRzJZXzexpRP6D0zuofHiIoA98WoNvi8QTXYQ1068O11drv0/s1600/step3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuozvWlM3S-mHBMxTP9SQ8EBmZXtonK02LQHoGPeqPmLSAggWTaoUf78hImY3TYeQPZ0hno9N86hpebSfOKLXEy2Ba3KTZRzJZXzexpRP6D0zuofHiIoA98WoNvi8QTXYQ1068O11drv0/s320/step3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 8:&lt;/i&gt; Enter the site information and the administrative login details. Click on the Save and Continue button.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1q-j4wJjVXMa4ViCb5bXDfLzjr4TJuQ37Sx-zWnx5Eip02YoL62PYwhEcVgeDdwWArfwcnnIzDilCNoAw7bwWlMcPqiRyTF8lo8zDovDcRzxyojut3BR8fq55WbSYhUFrx4I3BxBITtY/s1600/step4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1q-j4wJjVXMa4ViCb5bXDfLzjr4TJuQ37Sx-zWnx5Eip02YoL62PYwhEcVgeDdwWArfwcnnIzDilCNoAw7bwWlMcPqiRyTF8lo8zDovDcRzxyojut3BR8fq55WbSYhUFrx4I3BxBITtY/s320/step4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;i&gt;Step 9:&lt;/i&gt; Good Job! The drupal installation is completed and you can proceed to your drupal first web site.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDu8DHkegaOCrsRPQP6mG5-wc20-HZWVkUm6xKJBocjdTjMew8QIoiLkQEeW-96y8AwC9oSHstlVdRqrBwkyopY0C9GFAjeJHq6uZ5RqUcsiFvhlTPKatmuughTw-2lf13kc5P9oYHROM/s1600/step5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;171&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDu8DHkegaOCrsRPQP6mG5-wc20-HZWVkUm6xKJBocjdTjMew8QIoiLkQEeW-96y8AwC9oSHstlVdRqrBwkyopY0C9GFAjeJHq6uZ5RqUcsiFvhlTPKatmuughTw-2lf13kc5P9oYHROM/s320/step5.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6024479345267138911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/druapal-installation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6024479345267138911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6024479345267138911'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/09/druapal-installation.html' title='Druapal Installation'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSEW47jaHNRSnBIkqDXmkYiT7Fn1ybSKGHS-ppHdgHJCB-f9I2SQOEREegJq_wgYNaphZBDBaKjpZtXwpDkDpKHAE-aWo8mMizFMqk0u5Pts6mgqzpVaeMcZasWdZIndf6uGtLPl-1w-0/s72-c/step1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-6833734558313673228</id><published>2012-08-31T02:46:00.000-07:00</published><updated>2012-09-11T03:58:56.821-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Wordpress"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress Introductions"/><title type='text'>Wordpress Introductions</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxpNcpQVA2W89znD4eQDtAooAGat7jdyLtA5JEdofDxELeAgDkh-IfrcweuQ9LL42b3Fm2B1m7MUtNRYdyiu5NhzXTB5zCA6TKsAs7WoCj3nXpVu-UlAoEi0Wo2yCSMrOXpYh0JO1tISA/s1600/php-cms-wordpress-thumbnail.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxpNcpQVA2W89znD4eQDtAooAGat7jdyLtA5JEdofDxELeAgDkh-IfrcweuQ9LL42b3Fm2B1m7MUtNRYdyiu5NhzXTB5zCA6TKsAs7WoCj3nXpVu-UlAoEi0Wo2yCSMrOXpYh0JO1tISA/s1600/php-cms-wordpress-thumbnail.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;&lt;i style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;What is WordPress.com?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;WordPress.com lets you easily create your own blog and write about the things that interest you. It is a blogging community managed by makers of the open source WordPress software. WordPress.com blogs are free with the option of adding upgrades such as personalized domain names, custom CSS, video storage, and more. In comparison, a self-hosted WordPress.org blog does not have upgrades and must be installed on a web hosting account separately. See WordPress.com vs. WordPress.org to learn more about the differences.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;&lt;b&gt;What is a &quot;blog&quot;?&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&quot;Blog&quot; is an ectended version of &quot;weblog,&quot; which is a term used to explore web sites that maintain an ongoing history of information. A blog features diary-type commentary and links to articles on other Web sites, usually presented as a list of entries in reverse historical order. Blogs range from the personal to the political, and can focus on one narrow subject or a whole range of subjects.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;you may focus on a particular topic blogs, such as web design, home staging, sports, or mobile technology. Some are more eclectic, presenting links to all types of other sites. And others are more like personal journals, presenting the author&#39;s daily life and thoughts.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Easy installation and upgrades&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Installing WordPress and upgrading from previous versions and other software is a easy to drive.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;WordPress Pages&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;A standard feature to WordPress is it&#39;s paging system. You can manage, edit and delete pages from the admin. Pages are able to be set in a hierarchy so that you can have a parent page and then sub pages to that parent page which is pretty useful for situations such as having an about us page and then having a location page, privacy policy page, TOS page etc.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;For an idea of how powerful this is, the entire WordPress.org site could be run off WordPress alone.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Page Templates&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;WordPress allows you to create static web pages using page templates. It supports the use of multiple templates which enables you to style each page individually.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Permalinks&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Permalinks allows you to create URL friendly versions of URL&#39;s generated by WordPress, you can have the page/post name as the URL instead of the ugly and SEO and user unfriendly standard way.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can use /%category%/%postname%/ for the structure.(Recommended)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;WordPress Themes&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;WordPress comes with a full theme system which makes designing everything from the simplest blog to the most complicated webzine a piece of cake, and you can even have multiple themes with totally different looks that you switch with a single click. Have a new design every day.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Easy Importing&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;We currently have importers for Movable Type, Textpattern, Greymatter, Blogger, and b2. Work on importers for Nucleus and pMachine are under way.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;XML-RPC interface&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;WordPress currently supports an extended version of the Blogger API, MetaWeblog API, and finally the MovableType API. You can even use clients designed for other platforms like Zempt.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Posts&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/6833734558313673228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/wordpress-introductions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6833734558313673228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/6833734558313673228'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/wordpress-introductions.html' title='Wordpress Introductions'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxpNcpQVA2W89znD4eQDtAooAGat7jdyLtA5JEdofDxELeAgDkh-IfrcweuQ9LL42b3Fm2B1m7MUtNRYdyiu5NhzXTB5zCA6TKsAs7WoCj3nXpVu-UlAoEi0Wo2yCSMrOXpYh0JO1tISA/s72-c/php-cms-wordpress-thumbnail.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-5606844549853449018</id><published>2012-08-30T11:13:00.000-07:00</published><updated>2012-09-11T03:59:18.636-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Joomla"/><category scheme="http://www.blogger.com/atom/ns#" term="CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="Joomla Introduction"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>Joomla Introductions</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibL5qxw4O8-sjpssg_1Oe6sm3V_ucheIo3Gcgc3W7nn0ArwjUc7WY_WUNbWgZGEEpD4W0xh7OU1VdQ1w2OpkCuMmZK4Qgh1pL19DfVysRIB66pELuO9LpYRXkP_YlO1_V6zS7EASZjKF8/s1600/php-cms-joomla.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;PHP CMS Joomla&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibL5qxw4O8-sjpssg_1Oe6sm3V_ucheIo3Gcgc3W7nn0ArwjUc7WY_WUNbWgZGEEpD4W0xh7OU1VdQ1w2OpkCuMmZK4Qgh1pL19DfVysRIB66pELuO9LpYRXkP_YlO1_V6zS7EASZjKF8/s1600/php-cms-joomla.png&quot; title=&quot;Joomla Introductions&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;About Joomla,&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla is an award-winning content management system, among the most popular Open Source content management systems that exist today. If you just need to build a web site for yourself and are unfamiliar with all this HTML stuff, or you develop web sites for other people, or if you’re at the pointy end of developing web-based applications.Best of all, Joomla is an open source solution that is freely available to everyone.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; border: 0px; margin-bottom: 15px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;border: 0px; margin-bottom: 15px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;i&gt;&lt;b&gt;Some of the core features of Joomla are&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: 0px; margin-bottom: 15px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; line-height: 20px;&quot;&gt;User Management&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; line-height: 20px;&quot;&gt;Media Manager&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Language Manager&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Banner Management&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Polls&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Menu Manager&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Template Management&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Web Services
&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;i&gt;&lt;b&gt;User Management&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Joomla has a registration system that allows users to configure personal options. There are nine user groups with various types of permissions on what users are allowed to access, edit, publish and administrate.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;
&lt;div&gt;
Authentication is an important part of user management and Joomla support multiple protocols, including LDAP, OpenID, and even Gmail. This allows users to use their existing account information to streamline the registration process.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Media Manager&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The Media Manager is the tool for easily managing media files or folders and you can configure the MIME type settings to handle any type of file. The Media Manager is integrated into the Article Editor tool so you can grab images and other files at any time.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Language Manager&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There is international support for many world languages and UTF-8 encoding. joomla has a Multilingual supports.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Banner Management&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Using the Banner Manager, easy to set up banners on your Web site . Once you add campaigns and as many banners as you need, you can set impression numbers, special URLs, and more.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Polls&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Using polls, you can find about your users opinions, it&#39;s easy to create polls with multiple options.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Content Management&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Joomla&#39;s simplified three-tiered system of articles makes organizing your content a snap. You can organize your content any way you want and not necessarily how it will be on your Web site. Your users can rate articles, e-mail them to a friend, or automatically save a PDF (with UTF-8 support for all languages). Administrators can archive content for safekeeping, hiding it from site visitors.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
On public Web sites, built-in e-mail cloaking protects email addresses from spambots.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Creating content is simple with the WYSIWYG editor, giving even novice users the ability to combine text, images in an attractive way. Once you&#39;ve created your articles, there are a number of pre-installed modules to show the most popular articles, latest new items, newsflashes, related articles, and more.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Menu Manager&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The Menu Manager allows you can create as many menus and menu items as you need. You can structure your menu hierarchy (and nested menu items) completely independent of your requirement of content structure. Put one menu in multiple places and in any style you want; use rollovers, dropdown, flyouts and just about any other navigation system you can think of. Also automatic breadcrumbs are generated to help navigate your site users.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Template Management&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Templates in Joomla are a powerful way to make your site look exactly the way you want and either use a single template for the entire site or a separate template for each site section. The level of visual control goes a step further with powerful template overrides, allowing you to customize each part of your pages.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;System Features&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Speedy page loads are possible with page caching, granular-level module caching, and GZIP page compression.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;Web Services&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
With Web services, you can use Remote Procedure Calls (via HTTP and XML). &amp;nbsp;Also you can integrate XML-RPC services with the Blogger and Joomla APIs.&lt;/div&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Links&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/about-drupal.html&quot; target=&quot;_blank&quot;&gt;Drupal Introduction&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Content Management Systems&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; style=&quot;font-family: Verdana, sans-serif;&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/5606844549853449018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/joomla-introductions.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/5606844549853449018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/5606844549853449018'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/joomla-introductions.html' title='Joomla Introductions'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibL5qxw4O8-sjpssg_1Oe6sm3V_ucheIo3Gcgc3W7nn0ArwjUc7WY_WUNbWgZGEEpD4W0xh7OU1VdQ1w2OpkCuMmZK4Qgh1pL19DfVysRIB66pELuO9LpYRXkP_YlO1_V6zS7EASZjKF8/s72-c/php-cms-joomla.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-5326166353783573075</id><published>2012-08-30T06:16:00.001-07:00</published><updated>2012-09-13T22:30:33.999-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="About Drupal"/><category scheme="http://www.blogger.com/atom/ns#" term="CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal introduction"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP CMS"/><title type='text'>Drupal Introduction </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlId1UjBYD7AriJPr5Mi5On1W9zwh52DzDF3aTeiHIqDkTABGV1CQ35efAikgVeqsoTuViZxwiZVI8k7H0O0dlzAg8_Qh8Sae6zy4-blfk3bIqQCa_5JUkqUw6nQdna1PlVmyORtAHkTQ/s1600/php-cms-drupal-thumbnail.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;phpcmsdrupal&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlId1UjBYD7AriJPr5Mi5On1W9zwh52DzDF3aTeiHIqDkTABGV1CQ35efAikgVeqsoTuViZxwiZVI8k7H0O0dlzAg8_Qh8Sae6zy4-blfk3bIqQCa_5JUkqUw6nQdna1PlVmyORtAHkTQ/s1600/php-cms-drupal-thumbnail.png&quot; title=&quot;PHP CMS DRUPAL&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;What is Drupal?&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal is one of the best Content Management Systems (CMS). It is written in PHP and requires a MySQL database. Its basic installation can be easily turned into many different types of web sites - from simple web logs to large online communities.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal is open source. You can freely and easy to install Drupal.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Easy way to customize source code to fit your requirements;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;No programming knowledge needed! you can learn the basics of Drupal from this blog.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Lots of popular modules &amp;amp; features including Search Engine Friendly URLs(SEF), categories, search function and &amp;nbsp;forum, blog, wiki and many other types of web sites;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Lot of community and developers are there to help you and to solve the problems&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Drupal&amp;nbsp;Archistructure&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQBLj6SnfavDnkeE1Ub8QhRVONgWRQnWwEyBzK9jSAGEYhPotSGl287lnbegGhjRuaSlcsdv8oFNWe0vnNQqwPFRqP0_APJV8l0JtjgGB0zuZPpqzuErvOx3PkRJZMRap1gb67vk9bWzg/s1600/drupal_architstrcture.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Step by Step Drupal Archistructure&quot; border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQBLj6SnfavDnkeE1Ub8QhRVONgWRQnWwEyBzK9jSAGEYhPotSGl287lnbegGhjRuaSlcsdv8oFNWe0vnNQqwPFRqP0_APJV8l0JtjgGB0zuZPpqzuErvOx3PkRJZMRap1gb67vk9bWzg/s400/drupal_architstrcture.png&quot; title=&quot;drupal_archistructure&quot; width=&quot;375&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Some of the basic section described below,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Node / Entities&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;A node in Drupal is the generic term for a piece of content on your web site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Some examples of nodes:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Pages in books&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Discussion topics in forums&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Entries in blogs&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;News article stories&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Each node on your site has a Content Type. It also has fields such as Node ID, a Title, a descriptions, a creation date, an author (a user on the site), a Body (which may be ignored/omitted for some content types), and some other properties. By using modules such as the contributed Content Construction Kit (CCK) module, the core Taxonomy module, and the contributed Location module, you can add fields and other properties to your nodes.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In Drupal 7 nodes are still used, but the idea of nodes is expanded and named Entities. Entities can include not only nodes but users, comments, relationships between nodes etc. All entities can have extra information associated with them (fields) just as nodes do when using the Content Construction Kit.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Module&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;A module is software (code) that extends Drupal features and/or functionality. Drupal have 3 kind of modules&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Core modules are those included with the main download of Drupal, and you can turn on their functionality without installing additional software.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Contributed modules are downloaded from the Modules download section of drupal.org, and installed within your Drupal installation.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Custom Module , you can also create your own modules; this requires a thorough understanding of Drupal structure, PHP programming.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Region, Block, Menu&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Pages on your Drupal site are laid out in regions, which can include the header, footer, sidebars, and main content section; your theme may define additional regions. Blocks are discrete chunks of information that are displayed in the regions of your site&#39;s pages. Blocks can take the form of menus (which are concerned with site navigation), the output from modules (e.g., hot forum topics), or dynamic and static chunks of information that you&#39;ve created yourself (e.g., a list of upcoming events).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There are three standard menus in Drupal: Primary Links, Secondary Links, and Navigation. Primary and Secondary links are built by site administrators, and displayed automatically in the page header of many themes (if not, you can enable their blocks to display them). Navigation is the catch-all menu that contains your administration menus, as well as links supplied by modules on your site. You can also create your own custom menus, and display them by enabling their blocks.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can customize menus in several ways, such as reordering menu items by setting their “weight” or simply dragging into place, renaming menu items, and changing the link title (the tooltip that appears when you mouse over a menu item). You can move a menu item into a different menu by editing the Parent property of the menu item.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can also add custom menu items to a menu, from the Add menu item tab of the Menu administration screen. To create a menu item, you will need to provide the path to the content (see above).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In all cases a menu item will only be shown to a visitor if they have the rights to view the page it links to; e.g., the admin menu item is not shown to visitors who are not logged in.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;User, Permission, Role&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Each user / anonymous users has a numeric user ID, and non-anonymous users also have a user name and an email address. Other information can also be associated with users by modules; for instance,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Anonymous users have a user ID of zero (0). The user with user ID one (1), which is the user account you create when you install Drupal, is special: that user has permission to do absolutely everything on the site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Other users on your site can be assigned permissions via roles. To do this, you first need to create a role, which you might call &quot;Content editor&quot; or &quot;Member&quot;. Next, you will assign permissions to that role, to tell Drupal what that role can and can&#39;t do on the site. Finally, you will grant certain users on your site your new role, which will mean that when those users are logged in, Drupal will let them do the actions you gave that role permission to do.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Theme&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The theme controls how your site is displayed, including the graphic look, layout, and colors. A theme consists of one or more PHP files that define the HTML output of your site&#39;s pages, along with one or more CSS files that define the layout, fonts, colors, and other styles.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;Database&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Drupal stores information in a database; each type of information has its own database table. For instance, the basic information about the nodes of your site are stored in the Node table, and if you use the CCK module to add fields to your nodes, the field information is stored in separate tables. Comments and Users also have their own database tables, and roles, permissions, and other settings are also stored in database tables.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can also assign permissions for the special built-in roles of &quot;anonymous user&quot; (a user who is not logged in) and &quot;authenticated user&quot; (a user who is logged in, with no special role assignments). Drupal permissions are quite flexible -- you are allowed to assign permission for any task to any role, depending on the needs of your site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Latest Version : drupal 8.x&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Official Site : http://www.drupal.org&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Community Site : http://www.groups.drupal.org&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Related Posts&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Content Management System&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/joomla-introductions.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Joomla Introductions&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/5326166353783573075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/about-drupal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/5326166353783573075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/5326166353783573075'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/about-drupal.html' title='Drupal Introduction '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlId1UjBYD7AriJPr5Mi5On1W9zwh52DzDF3aTeiHIqDkTABGV1CQ35efAikgVeqsoTuViZxwiZVI8k7H0O0dlzAg8_Qh8Sae6zy4-blfk3bIqQCa_5JUkqUw6nQdna1PlVmyORtAHkTQ/s72-c/php-cms-drupal-thumbnail.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6101403567845320271.post-7711740924923556695</id><published>2012-08-30T00:21:00.003-07:00</published><updated>2012-09-11T03:59:34.654-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CDA"/><category scheme="http://www.blogger.com/atom/ns#" term="CMA"/><category scheme="http://www.blogger.com/atom/ns#" term="CMS"/><category scheme="http://www.blogger.com/atom/ns#" term="Content Management System"/><title type='text'>Content Management System</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;What is Content Management System (CMS) ?&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;i&gt;&amp;nbsp; &amp;nbsp;&lt;/i&gt; The definition of a CMS is a web-based application, &amp;nbsp;that provides capabilities for multiple users with different permission levels to manage (all or a section of) content, data or information of a website project, or internet / intranet application.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Typically, a CMS consists of two elements: the &lt;i&gt;&lt;b&gt;content management application (CMA)&lt;/b&gt;&lt;/i&gt; and the &lt;i&gt;&lt;b&gt;content delivery application (CDA)&lt;/b&gt;&lt;/i&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;CMA element&lt;/i&gt;&lt;/b&gt; allows the content manager or author, who may not know Hypertext Markup Language (HTML), to manage the creation, modification, and removal of content from a Web site without needing the expertise of a Webmaster.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;i&gt;CDA element&lt;/i&gt;&lt;/b&gt; uses and compiles that information to update the Web site. The features of a CMS system vary, but most include Managing content refers to creating, editing, archiving, publishing, collaborating on, reporting, distributing website content, data and information.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Every CMS application provides the following administration control panel or website management functionalities:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add, Modify, Publish, Archive web pages&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add, Modify, Publish, Archive articles&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add, Modify, Publish, Archive press releases&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add, Modify, Publish, Archive blogs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add, Modify, events into an Event Calendar&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Especially&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot; style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;for Ecommerce - Add, Modify, Inventory (products), description, product specifications, prices, photos, etc.View reports and statistics site data&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Create and Edit system users which have different permission levels to different section(s) of the above administration&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Purpose of Content Management System&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The main purpose of a Content Management System is to provide the control to create and manage multiple users with different permission levels to manage a website or a content section alone.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;i&gt;Related Links&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/about-drupal.html&quot; style=&quot;font-family: Verdana, sans-serif;&quot; target=&quot;_blank&quot;&gt;Drupal Introduction&lt;/a&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/joomla-introductions.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Joomla Introductions&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/08/review-of-content-management-system.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Content Management System&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.com/2012/09/druapal-installation.html&quot; target=&quot;_blank&quot;&gt;Drupal Installations&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-process-to-joomal.html&quot; target=&quot;_blank&quot;&gt;Joomla Installation&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://php-cms-job.blogspot.in/2012/09/a-step-by-step-wordpress-installations.html&quot; target=&quot;_blank&quot;&gt;Wordpress Installations&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://php-cms-job.blogspot.com/feeds/7711740924923556695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/review-of-content-management-system.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7711740924923556695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6101403567845320271/posts/default/7711740924923556695'/><link rel='alternate' type='text/html' href='http://php-cms-job.blogspot.com/2012/08/review-of-content-management-system.html' title='Content Management System'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13711902269442459802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>