Jeremy Epstein

Primary tabs

Articles from Jeremy Epstein

I've been noticing more and more lately, that for every new Drupal site I build, I define a lot of custom blocks. I put the code for these blocks in one or more custom modules, and most of them are really simple.

I've been noticing more and more lately, that for every new Drupal site I build, I define a lot of custom blocks. I put the code for these blocks in one or more custom modules, and most of them are really simple.

Drupal 7's new Field API is a great feature. Unfortunately, theming an entity and its fields can be quite a daunting task.

Drupal 7's new Field API is a great feature. Unfortunately, theming an entity and its fields can be quite a daunting task.

Relational databases are able to store, with minimal fuss, pretty much any data entities you throw at them. For the more complex cases – particularly cases involving hierarchical data – they offer many-to-many relationships.

Relational databases are able to store, with minimal fuss, pretty much any data entities you throw at them. For the more complex cases – particularly cases involving hierarchical data – they offer many-to-many relationships.

I recently found myself faced with an interesting little web dev challenge. Here's the scenario. You've got a site that's powered by a PHP CMS (in this case, Drupal).

I recently found myself faced with an interesting little web dev challenge. Here's the scenario. You've got a site that's powered by a PHP CMS (in this case, Drupal).

I have an interesting problem, on a data migration project I'm currently working on.

I have an interesting problem, on a data migration project I'm currently working on.

Pages