ilomilo secretly available in XBLA

If you're into logic/puzzle games, then you should definitely get into ilomilo, an upcoming Xbox Live Arcade game developed by SouthEnd. Want to try it out but don't see it available in the XBLA Marketplace? That's because they made a super secret site that will generate a code for you so you can redeem it to gain access to the trial version. And if you enjoy the game enough that you want to buy it then you can do so right from the IloMilo trial itself! The game will run you a very meager 800msp ilomilo secretly available in XBLA.

Haven't heard of ilomilo before? Check out the ilomilo trailer to get a glimpse of the (awesome!) game. The marketplace also has an ilomilo theme you can grab.

1 response to ilomilo secretly available in XBLA

Earlier today I stumbled across a WordPress Blogger Bundle from Appsumo.com and it's definitely worth the $32 it costs. I'm pretty cheap so I usually opt for the "free account" with services or just stick with open-source if need be. But this is definitely an awesome bundle to look into. The bundled apps value at ~$950 and you get the following:

 WordPress Blogger Bundle from Appsumo.com

  • Page.ly - 3 months of business hosting ($150 value)
  • BuySellAds - $50 advertiser credit
  • inboxSEO - 6 months 'Standard' Plan ($114 value)
  • WooThemes - Unite theme (plus 2 more of your choice)
  • PadPressed - PadPress WordPress Plugin + Theme
  • And eleven other apps/items

I decided to take advantage of the bundle namely for the BuySellAds credit and the WooThemes offer. That's $32 for what would have been at least ~$120. Not bad!

2 responses to WordPress Blogger Bundle from Appsumo.com

I'm always looking for ways to ditch plugins to keep from bloating WordPress even more than I already do ;). I prefer working on a live server so I end up resorting to utilizing .htaccess to allow access to a specified IP addresses only. Using this snippet in functions.php is way easier since it just looks if a user can edit themes and if they're logged in. Easy peasy!

Toss this into your functions.php file.

// Admin Access Only
function maintenance_mode() {
  if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
    die('Maintenance.');
  }
}
add_action('get_header', 'maintenance_mode');

2 responses to Pluginless Maintenance Mode w/ functions.php

Happy 26th Birthday, Steve!

Sorted under A look into my life on October 11th, 2010

Just wishing my boyfriend Steve a Happy 26th Birthday!

328392897 5279797110 Happy 26th Birthday, Steve!

1 response to Happy 26th Birthday, Steve!

Page 2 of 7912345...Last
Jordan

Hello Cupcake!

I have strong love for pugs, cupcakes, & my boyfriend. I hail from the southside of Chicago where I am a frontend webdeveloper & a small business owner. Learn more about me.

81 subscribe by RSS or email.