Archive for the ‘Site Updates’ Category

  • Version 11 and iBlog4

    28

    Version 11

    After 7 long months, I’ve finally updated my blog’s design. Hurrah for sudden bursts of inspiration! I wanted to achieve a design that screams “CRAZZEHH!”, but I don’t think I was able to achieve that. Lol. The photoshop-ing part only took a few hours (which explains why it isn’t crazy enough), but the CSS, XHTML, WordPress coding took longer than I hoped. And if it wasn’t for Mae Paulino, who helped me solve the PNG transparency problem, I just might have thrown this one out with the rest of my rotting, unfinished layouts. Happens to me a lot.

    Thank you, Mae!

    You have to excuse the pinkness, though. I actually wanted this to be purplish rather than pinkish (excuses, excuses). It just so happened that the design I’m working on right now for a client has a lot of pink and purple that I got a bit carried away. The last time I used this kind of color scheme was when I was still on Tabulas. I miss Tabulas. Heh.

    Bear with me, I’m still fixing this theme. :)
    » Read the rest of the entry..

  • Site Revamp #10

    24

    Glad I was finally able to launch this new theme. It’s nothing fancy but having something new to look at is always a good thing, like I always say. This blog validates as XHTML, or at least the index page and the second page do. I’m just about to work my way back to fix my archives post by post, so please bear with me. This is also ran by an error-free CSS. About time? Yeah, I think so too. Tamad kse. :P

    I’m not completely sure if everything is in order here. Please let me know if you encounter a bug!

    ***

    wireless globelines broadbandGlobelines has sent the units for the Wireless Broadband plan I signed up for via Air 21. I was able to set up the LAN by myself but it just wouldn’t connect to the Internet, and the woman who prepared my application is not responding to my text messages. So am I supposed to handle this all by myself? Is nobody from their staff coming to help me with this? Way to go, Globe! Awesome job! A couple more days and your customer service rep is definitely going to get an earful. Heh. Good thing I wasn’t required to make an initial payment for this one.

    ***

    The SEMCON 2007 was concluded three days ago. Despite the negative comments I’ve been hearing about it from the other delegates, I honestly think that the conference was great. Two days of pure SEM talk? How often does someone as geeky as me get to experience that? :P I learned a lot, and if you can believe it, my conference notes reached up to four (8 x 11) pages, front and back. lol.

    I still can’t get over this comment I read made by someone somewhere: “Mag-SEO ka na lang!” Lang?? Di nga, Ate? Haha. I know some people associate SEO with just spamming, and even though I sometimes think that way too, I also think that SEM (which is different from SEO in so many ways) is more than just off-page optimization or link building. There’s on-page optimization (of course), proper web copywriting (this is obviously different from print), pay-per-click advertising, affiliate marketing, website ad partnerships, landing page optimization, and more. These are all part of what I’m doing at work and the cause of my headache for the past few months. So, really, an SEM job is not an easy one. I guess what I’m saying is, if you really don’t know much about something, it’s better if you just keep your comments to yourself. (I can see Riz and Romz rolling their eyes at me, hehe!)

    Congrats to Bossing Marc for a successful first SEM conference! Sana next year si Rand Fishkin naman. :)

    ***

    Anyway, despite this site update, I am still sad. And I just wanted you to know that. But what’s important is that you‘re happy… and everybody else is happy. That’s all that matters to me now. Goodnight. :)

  • WordPress 2.3 Incompatible Plugins and Additional Tips

    11

    I knew that I should test it locally or in a demo site first before I actually upgrade my blog, but I couldn’t resist clicking on the “Upgrade to 2.3″ link on my Dreamhost panel when the new WordPress version finally became available yesterday. It wasn’t just because I couldn’t wait to see the features of WordPress 2.3, but it’s also because I’ve got two projects right now that will each need a fresh WordPress installation soon after I’m done with their blog layouts. I had to see it in action first so I’ll know if there’s anything that I need to add, delete or change in the codes.

    Incompatible Plugins

    My decision to go ahead without testing it was obviously a bad one as there were errors that appeared in my blog the moment I upgraded it. But it was only for about 10 minutes, nothing too complicated that I couldn’t fix. Besides, WordPress 2.3 has an update notification, so there’s really no need to panic. The update notification is found in the Plugins menu in your WP 2.3 dashboard. If there’s a plugin that needs updating, you will see a note and a link just below the outdated plugin that says: “There is a new version of [Plugin Name] available. Download [latest version link] here.” Just click on those links, download the latest version of your favorite plugins, delete the old plugins via FTP, upload the new ones, and activate them in your admin panel.

    Here’s the list of plugins that I needed to upgrade:

    1. Full Text Feed by Cavemonkey
    2. Get Recent Comments by Krischan Jodies
    3. Google XML Sitemaps by Arne Brachhold – The previous version of this caused an error in my blog and in my dashboard. Make sure you deactivate yours first.
    4. Another WordPress Meta Plugin by uberdose – Although this one had an updated plugin, I decided to switch to All-in-one SEO Pack instead.
    5. Sideblog WordPress Plugin by Kates Gasis
    6. WP-PostViews and WP-UserOnline by Lester ‘GaMerZ’ Chan.
    7. Subscribe to Comments by Mark Jaquith
    8. Headlines Images by Brian “ColdForged” Dupuis – This one doesn’t have an updated version so I had to get rid of it. I hated to see it go, but it’s not like it played a vital role in my blog layout. I’ll just replace it with the same kind of plugin next time. :)

    It’s a must that you deactivate all your plugins first before you upgrade to WP 2.3 as what those pros have been mentioning in their blogs over and over again. But I also know that there are cases when the deactivation of a plugin is the one that’s causing an error. This is where the “If” PHP statement before your plugin command tags comes in handy. To be safe, make sure all the plugin tags in your blog layout are within these conditional tags:

    <?php if (function_exists('insert-plugin-name-here')) { ?>
    insert-plugin-php-tag-here
    <?php } ?>

    or simply:

    <?php if(function_exists('insert-plugin-name-here')) { insert-plugin-command-tag-here(); } ?>

    Here’s a working example with plugin the_views:

    <?php if (function_exists('the_views')) { ?>
    <?php the_views(); ?>
    <?php } ?>

    or simply:

    <?php if(function_exists('the_views')) { the_views(); } ?>

    Hopefully, once you’ve got all your plugin command tags covered, there will be no error when you deactivate all your plugins and do the upgrade.

    Adding WordPress 2.3 Tags to your Theme

    One of the features of WP 2.3 that I was looking forward to try was the built-in tagging function. I honestly thought it makes use of Technorati tags, but I was wrong. Apparently, the developers of WP have moved away from favoring Technorati that even the “Incoming Links” feed in the admin panel is no longer supplied by Technorati, but Google Blog Search. In my opinion, Google Blog Search is more efficient in fetching my blog’s trackbacks or pingbacks, but I still find Technorati’s listing of all my blog’s backlinks (and not just pingbacks) useful. But OK – whatever. I don’t really need to see Technorati feeds in my dashboard. I can just go directly to their website.

    Anyway, in order for you to make your WordPress 2.3 tags appear within your posts (I have mine at the bottom of this post), you need to modify your current theme’s index.php and/or single.php, depending on where you want the tags to show up. The PHP command tag is just a one-liner, and it should be placed inside The Loop. This is the format I used:

    <?php the_tags(); ?>

    After you’ve placed that one line inside The Loop, you can then make use of the tag feature whenever you write a post. You will find the “Tags” field just below your WYSIWYG or code editor. To learn more about adding and customizing your WordPress 2.3 tags, go here and here.

    Good luck!

Page 1 of 212»