
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.
Snippets for customizations: http://drupal.org/node/45471
Video and info on CCK: http://drupal.org/node/200657
How to troubleshoot: http://drupal.org/node/72108
Enhancing Drupal's functionality: http://drupal.org/node/33958
Developing a government website in Drupal: http://drupal.org/node/27661
Pains of supporting a new site: http://drupal.org/node/137898
Best practices: http://drupal.org/node/17557
If you have more suggestions then please comment them below.
InderSingh.com v1.2
(May 18, 2012)
Hey save it later
0 vote down
The error message you got back should be enough. Apparently the pear program isn't in your path. How did you install XAMPP? Did you use the package manager, or did you install it yourself?
If you used the package manager, then this is the correct next step:
sudo apt-get install php-pear
As you were given in the command help. Ubuntu doesn't install a lot of things by default, but it does install a database of stuff you might type, and what package you need to install to get that command to work.
If you installed it yourself, then you need to figure out how to get PEAR to register as being installed.
calling javascript functions in Flash Action Script 3>
var cmd:String = "javascript:alert('"+len+"');";
navigateToURL(new URLRequest(cmd));