It's random, too damn random.


Capricorn Reaches 5000+ Downloads WordPress

February
27
2010
Posted by Shaibani | Tags: , ,

Capricorn, my first WordPress theme, has hit the 5000+ downloads mark. Just sayin’!

‘Twitter For BlackBerry’ Keyboard Shortcuts Tutorials

February
27
2010
Posted by Shaibani | Tags: , ,

I’ve noticed the lack of keyboard shortcut documentation on the ‘Twitter For BlackBerry’ app. It’s in an invite-only beta stage so I guess that’s why (Thanks to @dumskull for the invite). Until it’s made public, here’s your little guide:

  • Update: T
  • Reply: R/L
  • Retweet: F
  • Direct Message: C
  • Reply via Direct Message: C

Tutorial: Burn Your Tweets! Tutorials

February
26
2010
Posted by Shaibani | Tags: , , ,

Go to your twitter profile and scroll down to RSS feed and you’ll get something that looks like this:

Do you want to transfer this feed to FeedBurner? It’s simple, just follow these four easy steps:

  1. Go To Your RSS Feed
    Go to your Twitter profile and scroll down to the end of the right column and you’ll see a RSS icon. Click it and copy the page address (or right click the link without clicking and copy). It should be something like this http://twitter.com/statuses/user_timeline/15391375.rss
  2. Login to FeedBurner/Register
  3. Add your username and password to the URL
    You need to change the http://twitter.com/statuses/user_timeline/15391375.rss to http://username:password@twitter.com/statuses/user_timeline/15391375.rss
  4. Paste the modified URL to FeedBurner and modify your settings!

See, it’s that simple. Now you have your feed and you can do whatever with it. Submit to an RSS directory, use it on your blog etc.

Why Tweeting is Better Than Blogging The Internet

January
16
2010

We all know Twitter, and we all know what it’s about and how its eventually cure AIDS, cancer, and the next big disease; all with 140 characters! Cool, eh? :-D Blogging on the other hand is much more.. complex, I guess.

So let’s get to the point..
Why?
(more…)

It’s Tweet, not Twit. The Internet

April
17
2009
Posted by Shaibani | Tags: ,

You know those 140 character messages you send on Twitter? Yeah them. They’re called tweets and not twits.

Twits are pregnant goldfish. I don’t see how they have anything to do with birds and Twitter. Oh and just so you know, I think Twitter knows what they should be called. :-)

tweet

Case closed.

Capricorn Tweaking + Poll Tutorials, WordPress

April
8
2009
Posted by Shaibani | Tags: ,

AaronJenkin.com

I got an email today from Aaron, telling me to take a look at what he’s done with my WordPress theme Capricorn. What awesome tweaks he’s made! Definitely worth checking out. ;-)

If you’ve downloaded Capricorn and have tweaked it (not simple tweaks like changing the font)- contact me and I’ll take a look at it [and possibly post it]. :-)

Now, you all remember Big-Show.NET, right? Okay- so I’ve had thoughts of re-opening it. Would you like to see it back?

Would you like to see Big-Show.NET back?

  • Yes (100%, 11 Votes)
  • No (0%, 0 Votes)

Total Voters: 11

Loading ... Loading ...

Capricorn Hits Over 2000 Downloads WordPress

April
1
2009
Posted by Shaibani | Tags: ,

Capricorn hits 1000 more downloads. :-D

1000 + 1000 = 2000

Loading Timer Code

February
14
2009
Posted by Shaibani | Tags: , ,

I’ve got a few people asking about how I got the seconds it took the page to load to display. Just wanna share the code:

1
<?php timer_stop(1); ?>  <?php echo $db->num_queries; ?>

Or you can simply use:

1
<?php echo('text before time' . timer_stop(0) . 'text after time'); ?>

HTML is allowed in text before time and text after time.

Works in a WordPress environment only. :-)

wp_logout_url Code

February
13
2009
Posted by Shaibani | Tags: ,

Well as you may have seen, I’ve been changing themes quite frequently in the last few days. I decided to go back to Resurrection (my theme), and as I was looking through the comments code, I found this:

1
<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Log out &raquo;</a></p>

What’s wrong with that you ask? If you’re on WordPress 2.7 (you better be), you’re gonna have a problem. In WordPress 2.7, you’ll notice there’s a wpnonce=x (x being random figures and letters) added to the logout URL. How do I get that when there’s a random figure there? Simple:

1
<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="Log out of this account">Log out &raquo;</a></p>

See the difference? It’s the echo wp_logout_url();. That function gives you the whole URL with the wpnounce. :-)

WordPress 2.7.1 WordPress

February
12
2009
Posted by Shaibani | Tags:

Just upgraded – WordPress 2.7.1!

Get Adobe Flash playerPlugin by wpburn.com wordpress themes