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

Blogs

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:

Paypal Developer API Error Messages and code return

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develo...

Table 1. General API Errors

Error Code

Short Message

Long Message

Correcting This Error

10002

Authentication/Authorization Failed

Username/Password is incorrect

Paypal SDKs and Downloads

SDKs and Downloads
Simplify Integrations with Downloads and SDKs

Get a head start on your PayPal integrations with our software development kits (SDKs). They mask integration complexities with client libraries that let you program to "wrapper" library APIs. Find SDKs by language and product – and choose between SOAP and Name-Value Pair interfaces.

PayPal API: Name-Value Pair Interface

Paypal Sample Code Examples Download Links

Use working sample code and snippets to speed up your PayPal integrations. Download PHP, Java, and ASP.NET sample code for a range of PayPal products.
Integration Wizard

The Integration Wizard will generate code for your Express Checkout or Payflow integration:

* Express Checkout
* Express Checkout using Payflow Gateway
* Payflow - credit card processing

IPN/PDT

Yahoo Local Search Web Services

Local Search Web Services //
Submitting Local Queries

The latest version of the Local Search Web Service allows you to search the Internet for businesses near a specified location, and now returns both the latitude and longitude and Yahoo! user ratings of the establishment, as well as search by business categories.
Request URL

http://local.yahooapis.com/LocalSearchService/V3/localSearch

Syndicate content

Back to top