// index

hyrme.com

Syndicate content

Making the upload progressbar in drupal

One of the major problems I have found in drupal sites which allow file uploads is the lack of information displayed while uploading a file. This can get quite frustrating for large files . I was able to figure out a way to enable the progressbar shipped with drupal to show something useful.

Avatar Gallery Alternative

Here is a drupal avatar gallery module that extends the features of the basic avatar gallery module available on the drupal projects site.

Integrating with Wikipedia

The getwiki module lets you embed wikipedia articles in your drupal website. It can fetch articles from any configured mediawiki server including your own server.

Drag & Drop Block Management for drupal

I just completed putting together a drag and drop block management module for drupal. You can see a demo of it here.

Windows Live ID Module Flowchart

The attached picture shows how the windows live id module process flow is implemented. It is meant as a guide for anybody that wishes to contribute ideas on the further development of this module. This is also based on the current implementation of the windows live id SDK. From what I have understood at the Windows Live forums - the SDK itself is in a beta stage and as that evolves so will this module. The project page for Windows Live ID module is at http://drupal.org/project/winliveid.

Using Drupal with Windows Live ID

After wading through the OpenID module and the recently released Windows Live ID Web authentication SDK- I realized that a module to authenticate into drupal via Windows Live was going to be a lot sim