Blog

Drupal 8 – Scary, Stupendous, or Somewhere In Between?

Please Note: Drupal 8 is under development as of this writing (12/31/2013), and can and most likely will change further. Your experience may differ from my own! For the last several weeks now, I've been making my way through the new Symfony structure that has been…

Read More

Quality Assurance & Testing Websites

Even if you can’t hold the product in your hand, quality control is still an integral part of any work process. This is especially true when developing a website, mobile app, or even a brand identity. With all of the recent news surrounding the troubled…

Read More

Custom Header and Footer Views for UITableViews

I want to put this post into the category of, “Holy crap! I didn’t know I could do this in Xcode!” For years I’ve dealt with creating custom header views for UITableViews purely in code and only recently found a much easier way to create…

Read More

What If My App Idea Has Already Been Developed?

So you wake up at 3AM in cold sweats and grab your iPhone to record the latest epiphany that you have had in your sleep.  An app idea that MUST be the best in the world!  Then you begin to contact app developers and conduct…

Read More

Sometimes Being Lazy is Good

I have seen code like this in some projects: [myArray removeAllObjects]; for (Thing *thing in anotherArray) { [myArray addObject:thing]; } [self.myTable reloadData]; Now, you may look at this and think it’s is a fine way of coding and you’d be right for the most part.…

Read More

Categories

Search

Recent Posts

Most Common Tags