Planet

Today I launched a new service called Random.pw (taking advantage of the new .pw domains).

Today I launched a new service called Random.pw (taking advantage of the new .pw domains).

DrupalCon is coming! In just a little over a month, our Drupal community will meet in Portland to learn what’s new in the web and Drupal.

Hungry for more Drupal? So are we! Our training courses this year are diverse enough to satisfy any craving.

Do you know where to go to find the BEST resources you need to help promote Drupal as the best solution to your prospects, clients, employer, stakeholders, etc??

This Friday, April 26th, regular pricing for DrupalCon Portland will end at 11:59pm (PDT). What does that mean for you?

One of the suboptimal techniques that developers often use, is a query that retrieves the entire content of a table, without any conditions or filters.
For example:

SELECT * FROM table_name ORDER BY column_name;

Pages