[Skip Header and Navigation] [Jump to Main Content]
Home
Rymland
Where the Rymlands meet

Languages

  • English
  • עברית

User login

  • Create new account
  • Request new password
Home

howto

Setting "maxlength" attribute on password_confirm field type in Drupal 6

Submitted by boaz on Wed, 07/01/2009 - 12:21
  • howto
  • technical
  • drupal 6
  • form api

I recently needed to alter a standard password_confirm field type in a form that I maintain. Apparently, setting '#maxlength' property on password_confirm form field has no effect. No helpful at all also proved Drupal FAPI official reference (oddly) which has no mention of password_confirm element(!). Anybody who knows why is welcome to hint me.

  • boaz's blog
  • 1 comment
  • Read more

Using PDT + xDebug (for debugging Drupal projects)

Submitted by boaz on Wed, 03/05/2008 - 22:41
  • howto
  • technical
  • debugging
  • drupal
  • eclipse
  • pdt
  • php
  • xdebug

This blog post is meant to be a short guide and tips repository for setting up a PHP development environment using Eclipse PDT and xDebug. I use such an environment for my Drupal based development and it is an invaluable tool to me.

  • boaz's blog
  • 5 comments
  • Read more

Exporting MySQL data into CSV using command line client

Submitted by boaz on Fri, 02/01/2008 - 09:26
  • howto
  • technical
  • CSV
  • export
  • MySQL

I've recently needed to export some MySQL table data into a file.
Sure, there are gazillion ways to do this. I wanted to do this with as simple as possible tools - command line, that will be available always, and in a way which is not too awkward yet still powerful enough while done in a resource-conserving way.

  • boaz's blog
  • Add new comment
  • Read more
[Jump to Top] [Jump to Main Content]