Skip to: site menu |main content

Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content
 
 

inder's blog

Drupal theme module customizations links and tutorials guide

We have a very wide community of Drupal6 users,contributors and still growing.Here are few quick drupal links for intermidiate,begineeres,and also for advanced drupal coders.

http://drupal.org/getting-started

http://drupal.org/handbook/customization/tutorials
- check out beginners cookbook and step-by-step articles

http://drupal.org/handbook/customization/howto
theme guide for drupal
http://drupal.org/theme-guide

http://drupal.org/handbook/customization/videocasts

http://drupal.org/handbook/site-recipes: That links to HowTo's, Tutorials, Videos, Snippets, etc.

Downloading and extracting themes using shell or putty in linux

You can directly download themes from your ssh or putty.

1) Go to themes directory of your drupal installation. E.g:-
cd sites/all/themes

2). Download archive using wget command:
wget http://ftp.drupal.org/files/projects/acquia_marina-6.x-2.0.tar.gz

3). Uncompress archive:
tar zxvf acquia_marina-6.x-2.0.tar.gz

4). Delete/Remove archive:
rm -rf acquia_marina-6.x-2.0.tar.gz
5)Confirm your theme is there:-
ls -a
Also check and enable it from:- admin/build/themes

Enabling / downloading modules and themes using shell or putty in linux

You can directly download module or theme from your ssh or putty.

1) Go to modules directory of your drupal installation. E.g:-
cd sites/all/modules

2). Download archive using wget command:
wget http://ftp.drupal.org/files/projects/image-6.x-1.0-beta5.tar.gz

3). Uncompress archive:
tar zxvf image-6.x-1.0-beta5.tar.gz

4). Delete/Remove archive:
rm -rf image-6.x-1.0-beta5.tar.gz
5)Confirm your module is there:-
ls -a

Note: the module image-6.x-1.0-beta5.tar.gz is taken here as example please check the current

General guidelines JavaScript and Ajax Jquery with Drupal

A few general guidelines for JavaScript and Ajax Jquery with Drupal:
1)Do not rely on JavaScript for validation; users can disable JavaScript.

2)Do not assume that data sent to AJAX postback functions is sent by your JavaScript function.

3)Do not assume that data sent to or by a JavaScript function cannot be observed by the user.

x_type AUTH_CAPTURE,AUTH_ONLY authorizenet

AUTH_CAPTURE
Transactions of this type will be sent for authorization. The transaction will be automatically picked up for settlement if approved. This is the default transaction type in the gateway. If no type is indicated when submitting transactions to the gateway, the gateway will assume that the transaction is of the type AUTH_CAPTURE.

Paypal Developer API NVP API Web Samples Using PHP

NVP API Web Samples Using PHP

VERSION 5.1

This document describes web samples that use PHP to send Name-Value Pair (NVP) API requests to a PayPal server.

This document contains the following sections:

Model-view-controller (MVC) architecture is optional / MVC in Drupal

Model-view-controller (MVC) architecture is optional in Drupal. MVC is accomplished by generating data in modules then theming the data in your theme.

Some modules format the data before output, which is not MVC.

Some modules format the output and provide documentation in how to reformat the data in your theme, which is MVO, Model-view-optional.

Flash And Drupal With XML-PRC (Communicating from Flash Actionscript to Drupal)

Dealing with Flash And Drupal With XMLprc. You firstly need to turn on the server and "node" service for the service module, and turn off api key, sid, etc, grant permissions, in the service settings. You need to install XML-PRC client of flash which can be downloaded from:-
http://sourceforge.net/projects/xmlrpcflash

Create And Extract tar Archive from SSH Linux Drupal

Script and steps can be  used for BUllk Database and directory transfer from one host to another. NOrmaly used for Site transfer.

Create Directory Archive:

CReate archive of current directory to sitesbk.tar file:

$tar cvf /home/indersingh/public_html/sitesbk.tar .

Extract Tar file to directory:

Syndicate content

Back to top

Recent comments

InderSingh.com v1.2
(Feb 05, 2012)