Quantcast
Channel: 10jumps - Drupal Planet
Browsing latest articles
Browse All 34 View Live

Image may be NSFW.
Clik here to view.

Split a large content type into separate tabs (Drupal)

As some you might have experienced, some of the content types in your Drupal site might get too unwieldy because of their sheer size. Displaying a form for the content type of displaying the node is...

View Article


Changing face of search with RDF and Facebook - impact on Drupal

RDFa (or Resource Description Framework – in – attributes) is a W3C recommendation that adds a set of attribute level extensions to XHTML for embedding rich metadata within Web documents. This metadata...

View Article


how user_hook() will change from drupal 6 to drupal 7

Hooks is the central mechanism which allows Drupal its extensibility. New functionality can interact with or extend existing functionality using hooks. Use hook, don't hack is a standard way to write...

View Article

Drupal database abstraction layer - Part I

If you develop modules in Drupal you know what I am talking about here. However for the uninitiated, this might be useful.Drupal provides an abstraction on the database and whether you are using mysql...

View Article

Drupal database abstraction layer - Part II

In the previous blog we saw how to 1. Create and delete tables when the modules are installed or uninstalled 2. Updating a table once the module is in use. This allows for applying patches easily In...

View Article


Drupal database abstraction layer - Part III

This is the part III of the Drupal Database Abstraction Layer In part I of the database series we saw how to 1. Creating and deleting the tables when a module is installed or uninstalled. 2. Updating...

View Article

How to implement a AJAX autocomplete with Drupal (in 5 minutes)

Sure there are modules for getting an auto complete textfield in Drupal. But where would the fun be then :) Here I will show you how to write your own auto complete AJAX textfield. It is surprisingly...

View Article

Drupal introduction - why enterprises should use it

Drupal Introduction - Why enterprises should use itPowerpoint presentation about why enterprises should consider Drupal   View more presentations from manishgarg.

View Article


Mac OS X + Eclipse + PDT + Xdebug + MAMP

I had written about setting up php debugging environment with Eclipse on windows. Well, turns out, setting up the debug environment on Mac OS X is also a little tricky since the library files do not...

View Article


Drupal in the cloud Beyond Content management

Drupal is widely recognized as a great content management system, but we strongly believe that Drupal offers a lot more than that – a framework, a platform, and a set of technology – to build and run...

View Article

Add one or more custom submit handlers in Drupal

It is fairly trivial and useful to add one or more custom submit handlers in Drupal. in other words, when the user hits the submit button, you can write own handlers to interrupt the normal flow and...

View Article

Image may be NSFW.
Clik here to view.

Are you looking to get a new website that you can manage yourself easily?

Why should you know about Drupal?Website is mandatory. Every kind of business small, medium, big or humongous will have to have a website. It’s like the first thing you do after you register your...

View Article

SAP and Drupal Integration

At 10jumps we use Drupal heavily. Drupal offers  very flexible, robust and rich UI experience. It is the platform we feel confident of proposing to our clients for their websites. One of our recent...

View Article


Image may be NSFW.
Clik here to view.

Setup your own Drupal in the Amazon EC2

(Some familiarity with Amazon AWS is assumed.)I have always wanted to setup a high performance Drupal on an AWS EC2. There are several advantages of running your website (or web application) on the...

View Article

Drupal- SAP integration continued: SAP ES Workplace perspective

SAP ES Workplace: An awesome site for understanding and testing all SAP delivered services:  SAP has a site called "ES Workplace" - Enterprise Services Workplace where all the ES delivered by SAP are...

View Article


AHAH forms in Drupal

AHAH is a way to allow developers to add new form elements to an existing form (on a page) asynchronously, without reloading the page again. Please refer the detailed fapi on AHAH.The main steps for...

View Article

New and noteworthy in Drupal 7 - View Modes

  Drupal 6 offered two ways to display a node - teaser and full mode. However, There might be custom display types required - e.g. RSS display, search result or even home page display. Drupal 7 offers...

View Article


Install and configure Drush on Mac OSX

Drush is a powerful shell for Drupal. It can many developer tasks really easy to manage from the command line. If you are installing it on Mac OSX, there might be a step or two which you have to...

View Article

Modify views filter query with hook_hook_views_query_alter

If you are familiar with Drupal Views, you might have come across a very nifty feature called exposed filters. If you expose one of the fields as a filter then views provides a widget and a search...

View Article

Image may be NSFW.
Clik here to view.

thegateway.org launched

About thegateway.org: The Gateway has been serving teachers continuously since 1996 which makes it one of the oldest publically accessible U.S. repositories of education resources on the Web. The...

View Article

Create the custom autocomplete field

Create the custom autocomplete field using the custom module. How to create a custom autocomplete form and to get the user names or or anything else? Here is the example. /** *Implementation of...

View Article


Image may be NSFW.
Clik here to view.

thegateway.org and 10jumps deliver skills for 21st century

The Gateway to 21st Century Skills (www.thegateway.org) is a semantic web enabled digital library that contains thousands of educational resources and as one of the oldest digital libraries on the...

View Article


Image may be NSFW.
Clik here to view.

Setup Eclipse to work with your remote server and Drupal plugin

Very often we work on projects that are hosted on a remote server. There are multiple ways to work on the remote files: 1. ssh into the remote machine and use an editor like vi or emacs to edit the...

View Article

Trouble shooting Drupal : Why I can't see my CCK fields & related changes to...

0) Try and flush the menu cache, theme cache Exp:     Many times we go on making the changes and forget to clear the cache. Drupal caches everything in database and until and unless you clear cache,...

View Article

Troubleshooting Drupal : Why I can't see my page?

0) Try and flush the menu cache, theme cache Explanation:     I mentioned this in previous post also that, many times we go on making the changes and forget to clear the cache.    Drupal caches...

View Article


LinkedIn Integration with Drupal

How to send Message or Invitation to LinkedIn friends using Linkedin account with Drupal?  1)     CreateLinkedIn Application URL - https://www.linkedin.com/secure/developer ·       Create LinkedIn...

View Article

How to setup Drupal project instance on AWS EC2

In this blog I will drive you through setting up Drupal project instance on Ec2 micro instance of AWS and setting up ftp on your Drupal instance. Before this, of course you have to register with AWS...

View Article

What's new in Drupal 8

  Hey all now days Drupal community is very hard at work in developing Drupal 8. If you are passionate about Drupal and want to contribute to Drupal 8 but not finding any source to start then this is...

View Article

5 Striking changes I found in new architecture of Drupal 8!

  I am so glad that my Dear friend Ashwini broke the ice for us. And I would like to thank him for the same, I followed the steps and Bingo!!!  I have Drupal on my machine. I  walked little further and...

View Article



Image may be NSFW.
Clik here to view.

Drupal theming and more

  In this blog we will see some basics of drupal theming . 1.               Importance of theming in drupal? 2.               Which files are required for theming? 3.               What does these...

View Article
Browsing latest articles
Browse All 34 View Live