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

Search In

problem in implementing Clean URLs, Drupal 7

if your drupal installation having problem in implementing Clean URLs then please check your Apache is configured as mentioned below Apache uses httpd.conf file for its configuration. In order for Drupal to implement clean URLs, Apache needs t

Mapping a domain to an IP in godaddy

Mapping a domain to an IP in goDaddy Go To My accounts in Godaddy and select manage domains. Select the domain where you need to map the ip i,e. domain.com Click on manage and then click on DNS zone file option See the ‘@’ in hosts and click on ed

Enable curl in xampp?

For this modify the php.ini files in your xampp folder.These three file you have to change to enable curl library with XAMPP in Windows Browse and open these 3 files C:\Program Files\xampp\apache\bin\php.ini C:\Program Files\xampp\php\php.ini C:\Pr

Play with AJAX - Liferay

Ajax is one of those patterns that are a must have with a UI framework, so let's go ahead and jump right into doing some Ajax requests, and then we'll dive into the more complex cases. Let's prep our sandbox, the module we're going to use is called

NGUI Features

Features of NGUI : Easy to implement Written in optimized c# It supports iOS, Android and Flash plateform Intigrated with Unity Inspector. Quick add template widget using Widget Tool Every widget is an object as other in Unity. Resize/Position ever

how to set a custom message using form_alter in Drupal

At times we need to change the message that is displayed after a node is saved.Follwing code helps to customize using form_alter. function mymodule_form_alter(&$form, &$form_state, $form_id) { if($form['form_id']['#value'] =='formvalue'

Skipping Shipping Methods in Magento Checkout

For Remove Shipping Methods you need to change its function This code is working for me in 1.7.0.2 but you can try this for older version also A) Open Mage/checkout/controllers/Onepagecontroller.php In this File Go to on “function saveBillingActio

Skipping Shipping Methods In Magento

For Remove Shipping Methods you need to change its function This code is working for me in 1.7.0.2 but you can try this for older version also A) Open Mage/checkout/controllers/Onepagecontroller.php In this File Go to on “function saveBillingA

Make String with different colors in Android

We will use SpannableString to add different colors to a string and will use the setSpan(Object what, int start, int end, int flags) method of SpannableString to change the color for defined range of characters in that string. Here is the code: //

Learn How To Do Logout using PHP Session

/* A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all pages in one application.*/ Two things are to be kept in mind ::-

1 66 342
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: