Drupal Developer
Drupal hook: hook_user
Drupal offers user management out of the box. This includes new user registration, log in, password mailer and user session management. Drupal stores password as md5 hash value. When a user provides her log in credentials, Drupal generates md5 has values for the password provided and compares it with the one stored in the database against the provided username/email address. This is a well known technique implemented by Unix.
Drupal Code re-factor & improvements
This CodeBook has collection of CodeLets suggesting improvements and enhancements to code in any core or contributed module. This enhancements and
improvements are tested thoughtfully and reduced execution time and unnecessary function calls. The CodeLets also describe an alternate method with less lines of codes to achieve a same feature.
Would you share your Drupal code if permitted?
Drupal: Auto complete field
Drupal auto complete field lets you select values appear as you type in the text box. Which maximizes the usability and user experience.
Think of a situation, You are creating a custom search function which display author picture, some text containing the word(s) you are typing and node post date.
Developers required
Joshi Consultancy Services is looking for PHP, Drupal, Joomla!, CakePHP, Ruby On Rails and WordPress developers and web designers with at least 2 years of experience.
We are looking for Web Designers:- Have new ideas at every moment and realize them on canvas as well
- Able to design virtually everything
- Sees only structured html and css when viewing a web page
- Can use simple to very complex image editing software on all platforms
- Able to program virtually everything
- Able to re-cycle codes
Floating bar
This CodeLet creates a floating menu/layer at the bottom edge (by default) of the page. You can though enhance it to be displayed at any edge of the page like the task bar of an operating system.
You can add link, music players, tip of the day, important alerts and make it like a quick access bar.


