Blog

Symfony + Doctrine: How to rebuild your DB

This post is about rebuilding your database from a schema.yml file in your Symfony project (Symfony version 1.4.8 embedded in the project at /path/to/your/project/lib/vendor/symfony/lib). If you make a change in your config/doctrine/schema.yml, run these commands from your project's root directory. ./symfony doctrine:drop-db ./symfony doctrine:build-model ./symfony…

Read More

Theming image buttons in Drupal

Here is a simple code snippet for those who want to make some of the submit buttons on their Drupal website image buttons: function MYTHEME_button($element) { if ($element['#value'] == t('Search')) { $element['#src'] = drupal_get_path('theme', 'MYTHEME') . '/images/search_button.png'; $element['#button_type'] = 'image_button'; } if ($element['#button_type']…

Read More

Mobile Marketing for Developers 101 – Upcoming Webinar

Impressions on the Android Platform have grown 45% in the last 3 months & 420% since its inception Average CTR on Mobile apps is .67% vs. .17% on Mobile Web Mobile video ads have a 3x higher CTR than online video ads Accella's upcoming webinar…

Read More

Google Instant: Why you’ll be paying more in your AdWords budget

With Google’s new feature, “Google Instant,” results are shown and changed as users type in their search queries.  As Google explains it on their “Inside Adwords” blog, “For example, if someone types "flow" into Google.com, our algorithms predict that the user is searching for "flowers"…

Read More

Is Your App The Best?

Do you think your app has what it takes to be one of the top ten listed at CES next year?  You have until November 30th to submit your app (though the site says Nov 31st - pretty sure that doesn't exist).  For more information…

Read More

Categories

Search

Recent Posts

Most Common Tags