
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.
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.
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
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
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.
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.
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 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.
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
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:
InderSingh.com v1.2
(Feb 05, 2012)
Recent comments
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 year 5 days ago
1 year 5 days ago
1 year 5 days ago
1 year 16 weeks ago
1 year 18 weeks ago
1 year 19 weeks ago
1 year 23 weeks ago