
Search In
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
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
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
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
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
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'
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
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
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:
//
/* 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 ::-
