Posts Tagged ‘wordpress’

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!

Tags: , ,
Posted in Stuff I find on the intertubes | 2 Comments »

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');

Tags: , ,
Posted in Web Development | 2 Comments »

For the last week I've been working on a new project of mine that is a heavily modified calendar theme for WordPress that displays video game releases. The original concept of mine was using an actual calendar but after having some issues with how it displayed (basically just bad UX/UI) I nixed that idea. I decided that I would rather display all current releases for the current day.

So here's the custom query to display posts for the current day. You can edit the query parameters to be as specific (or general) as you need them to be.

<ul>
<?php
$today = getdate();
query_posts('showposts=-1&post_status=publish,future&year=' .$today["year"] .'&monthnum=' .$today["mon"] .'&day=' .$today["mday"] );
while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</ul>

Tags: , ,
Posted in Web Development | No Comments »

Breaking out of the mold

Sorted under Stuff I find on the intertubes on September 22nd, 2009

For almost a year I have been relying on premade themes from places like WooThemes and Elegant Themes for my personal site. I just didn't have the time nor patience to devote development work to my own website. It definitely showed as I just didn't feel like updating my site.

A few days ago I randomly felt inspired to work on a new theme and I actually stuck with it. I'm known to work on something and get as far as coding out the header and then quitting on the rest of it. I just don't like working for myself as I start to hate it a few days later. I'm very pleased with myself as I've finally gotten a theme done that isn't just tweaking a premade.

I decided to go more on the CSS3 route with some features (eg: rounded corners) as I am an ass backwards developer. I am still trying to force myself to work in Photoshop to get a PSD going then to code it up. Unfortunately I prefer the code out the framework then shove in colors and images. Truthfully it's a method that's worked out okay for me so I suppose that's why I still stick with it.

Oh I almost forgot! I have finally? switched domain names. I was ridiculously bored and hated atourworst.org. I had registered a few other domains along with icupcake.org, but ultimately this was my winner. Atourworst.org should now entirely redirect to iCupcake.org; There are going to be some errors here and there but I have it set to log and email them to me so I can fix as I see them. The biggest will be images in posts, so I'll get around to that momentarily. If you spot any problems, let me know. For what it's worth, this was not designed to support >IE7. Don't bother checking in there ;)

Tags: , , , ,
Posted in Stuff I find on the intertubes | 19 Comments »

« Older Entries |
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.

Xbox - iLL Cupcakes

 
Reputation for iLL CupcakesRep:
20454Gamerscore: