Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to add comment to a column in MySQL?

Sometimes wee need to add a comment to a column for understanding purpose means to easily identify what is the use of that particular column. We can add comment to a column by two ways- at the time of table creation or by ALTER command after creati

How to secure your joomla admin url

First you need to create a new folder directory inside root folder and create index.php where you need to create cookie. $mysecurecookie="123456"; setcookie("admincookie",$mysecurecookie,0,"/"); header("Location: /administrator/index.php"); Now

How to create new helper in codeigniter

Codeigniter gives the facility to create own helper according to requirement. You can code easily and call inside the codeigniter controller or model. 1) Create a file and put the following code into it. if ( ! defined('BASEPATH')) exit('No direct

How to protect Joomla Administrator directory using htpasswd utility

.htpasswd file is just a simple text file which contains user name and encrypted password. It is Apache based login which protects and secure the specific directory on website and provide more security with the help of user name and password. firs

How to create menu using Wordpress

Hello Reader's! If you are new to WordPress and you have to create the menu for first time. You just have to do the steps below:- Step1:- Open or Create a file functions.php in your theme folder and paste the code below:- add_action( 'after_setup_t

Understand Drupal patches and apply them using git

Hi All, I was confused about how to implement patches into our Drupal modules or in other files. There is a way to apply these patches automatically. We have to install git bash and then we can apply available patches and as well as create new stand

How to Use AJAX in a WordPress Shortcode?

Hello! To call a shortcode via AJAX in WordPress, first we required a shortcode, so to create a shortcode in wordpress, we are going to use wordpress built-in shortcode API to create shortcode // Create shortcode The shortcode API call to register

How to add OpenERP Report Designer In menu for Creating Report in openoffice

This tutorial will guide you to add OpenERP Report Designer in menu for Creating Report in openoffice. Follow these step to add menu in openERP 1 - install base_report_designer module in database 2 - Download openoffice and open 3 - configure the

How to create stages of project in openerp

To create stages of project in openerp follow these step given below Step1 – Install project module in openerp Step2 - Go to Project -> Configuration -> Stages -> Task Stages -> Stages -> New As shown in below given figure, one is st

How to deploy portlets to Liferay

Portlet is application of the liferay portal, In which we write the business logic of the application. Follow below steps to create and deploy the liferay portal : Step 1: Create liferay portlet in eclipse. Step 2: Right click on portlet in eclips

1 20 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: