Pixeljets

Primary tabs

Articles from Pixeljets

Lot’s of people will be surprised (or shocked, when it happens in production) when they see that mysql can work like this:

Query:

SELECT transaction_id, amount FROM transactions WHERE amount>20.5

Lot’s of people will be surprised (or shocked, when it happens in production) when they see that mysql can work like this:

Query:

SELECT transaction_id, amount FROM transactions WHERE amount>20.5

I’ve recently created USPS tracking module for Drupal, so Qwintry.com users could get notifications when their international packages change state.

I’ve recently created USPS tracking module for Drupal, so Qwintry.com users could get notifications when their international packages change state.

When you have core “image” field on your node type and you want to output “title” (or “alt”) of this image just under the image thumbnail as text - you can use image_capti

When you have core “image” field on your node type and you want to output “title” (or “alt”) of this image just under the image thumbnail as text - you can use image_capti

When you create Drupal code for 7 years, it’s easy to mistakenly assume that you know everything regarding such basic things as theme_preprocess_node() and drupal_get_form() functions.

When you create Drupal code for 7 years, it’s easy to mistakenly assume that you know everything regarding such basic things as theme_preprocess_node() and drupal_get_form() functions.

We are now developing big Drupal 7 project where users have profiles with lots of fields.
They also have a node tied to them (“My story”) which is created during registration.

We are now developing big Drupal 7 project where users have profiles with lots of fields.
They also have a node tied to them (“My story”) which is created during registration.

Pages