Blog

Objective C – Using a UIScrollView for Infinite Page Loops

When creating paging functionality for iPhone apps, there may be times that an infinite page loop would be desired. For example, if you have a small gallery of photos you are displaying, you may want to swipe through the set and have it start back…

Read More

Embrace the Touch-Screen

If you ask me, one of the best features of the Apple iPhone is the touch-screen. Touch-screens have been around forever; at least it seems that way to someone who just turned 30. The thing is, for as long as they’ve been around, I’ve pretty much…

Read More

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

Categories

Search

Recent Posts

Most Common Tags