Android Development Tutorial level: Easy If you’ve developed apps for the Android OS using the Eclipse IDE for longer than 2 hours, then you’ve met cheery “r cannot be resolved to a variable” guy. He’s quite a stud in these parts. Loud and talkative, he won’t let you do anything when he walks in There […]
On Code
I document solutions to challenges I run into during application creation or while troubleshooting the amazing issues code throws. Here's what that process has yielded so far .Cloud Architecture | Learning from the best
I had the unique opportunity to talk to an industry expert in cloud architecture. Bas Moussa, chief architect at Nuvole Computing, is in the country kicking back, getting away from industry-expert-things to unwind. For a developer in my parts, speaking to a who’s who from Silicon Valley is like Popeye getting spinach with steroids. Kindness dictates […]
WordPress Tutorial: Update all posts at once
WordPress only allows you to update certain fields (like author, status, tags) for several posts at once from the admin section of your site. What do you do though if you’d like to update fields the WordPress admin section won’t allow you to? What happens if, for example, you’d like to change the post titles […]
How to alter WordPress default comments widget
WordPress ships with a nifty widget to show your most recent comments. There are a number of ways to modify it Use a plugin and change everything Copy the widget code from wp-includes/default-widgets.php into your theme’s functions.php and tinker away Use the widget_comments_args filter I’m not big on plugins. Option 3 is pretty clean and light and […]