[Android Development Tutorial] Resolving âR cannot be resolved to a variableâ error
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 […]
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 […]