// 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.

Extending TCPDF to do a bit more and pdfview snippets

I have been working extensively with tcpdf on a recent project of mine and I thought I would share some of the snippets and fixes I had to develop to get it to work the way I needed it to.

Importing wikipedia content into drupal

Recently I was asked to help import wikipedia content into a drupal server.

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.

Drag and Drop Blocks to Rearrange them

Here is an easy way to let your user's rearrange the displayed blocks on your website. These changes are client side only and will not change your actual layout.

Morning after Theme and drupal 6

This site is running my Drupal port of the Morning After theme originally developed for Wordpress.

Drag & Drop Drupal with jQuery

Here is an example of using the interface plugin to make drupal's administration tasks a bit easier.

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.