If you don’t play with it you’ll lose it.

So, recently I ran into a very nice WordPress theme which I’m currently using called Freicurv v2.0. However, there seems to be a very special combination of themes and MySQL versions which cause all your stories to show in ascending order instead of the default descending order. This is all great information, however it took me a few hours of searching around before I put the pieces together. So, here is it. If the order of your stories or posts is reverse and you’ve gone to WordPress support and read this article and you’re still trying to use this theme, here is my work around:

In the index.php change
php query_posts($query_string . "&cat=-111")
to
php query_posts($query_string)

I’m still playing around with the theme to see if I broke anything, but more than likely the big issue will be the whole Asides category this theme uses. Since, I will not be changing that section very often, I’m happy with just modifying the intro.php file when ever I want to make a change to that section.

david

Moving away from PHP 4 to PHP 5

So, by default the good folks at 1and1 give you support for php 3-5, however 4 is the default. So, recently one of the plugins I use in my site upgraded to php 5 which forced me to continue using an older version. However, since I’m always a big sponsor of upgrade to the latest and greatest especially when it comes to software, I decided it was time to make the move. Doing a little bit of google work, I ran into 1and1’s official FAQ on how to do this, which is found here. However, that was not the first link which showed up in google. This guy had a pretty good write up and discussion about this change and 1and1 in general. Thanks to that .htaccess change I’m now humming along with php 5.

cheers,

david

08/11/2008 edit: Funny, a day after I posted this PHP 4 support ended with the last release of the 4.4 branch. Perfect timing!

Cisco WebView Agent Reports Contain No Data

So, this has happened to me on at least three projects and honestly I can never remember to check this before the project starts. Reporting always seems to be a bit of an issue at first. Most call centers aren’t used to the amounts of data Cisco provides and others just don’t like the way WebView presents its information. Either way, missing data is never good.

One issue that I seem to run into a lot is the agent reports showing up blank with just the columns and no data under the columns. This Cisco document explains how to solve that issue. However, the above document was not the only issue I’ve had in the past when trying to get agent data reports. The other issues has to do with not having any agent distributors. Which is something very easy to overlook… at least for me.

Two things to note about the above screen. First, for most duplex environment you will have two distributors, your AW/HDSes. Second, who uses names like fff and icmipcc for distributors? :-)

~david

HTC Mogul Update 3.56.651.0

So, the fine folk over at HTC released a new ROM for Sprint’s Mogul. You can get it from here. I just went through the installation and as before it was pretty painless. From the notes:

1. Upgrades the operating system from Windows MobileĀ® 6.0 Professional to Windows MobileĀ® 6.1 Professional
2. Adds Sprint TV
3. Includes all enhancements incorporated in previous software upgrades including:
EV-DO Rev. A functionality for faster download and upload speeds when utilizing data services wherever EV-DO Rev. A coverage is available
Advanced GPS functionality including the Sprint Navigation application
Adds a Task Manager to the Today screen for easier access and management of running programs

What I’m most excited about is the number 1, I’ve read a lot of great things about 6.1 and been wanting to try it out. Will update with any problems after a few days of usage. Remember after a clean install you want to install Opera Mini and Google Maps.

david

Finally got a star!

So, I’ve been trolling Cisco’s NetPro for a while. Use it all the time I run into an issue and Google returns nothing which might resolve it. So, NetPro has this thing where you can get points and earn stars and of course I just got mine. Feels kind of nice. :-)

david

Have you backed up your computer lately?

So, I was doing my weekly backup of my work laptop and noticed that I have close to 10 gig worth of stuff in My Documents folder. Looking a little closer, the breakdown is as follows.

2.0 gigs worth of email.
3.5 gigs worth of Cisco related documentation/training materials.
2.0 gigs worth of customer related data.
1.5 gigs worth of random personal stuff.
1.0 gig worth of random files which I should probably clean up.

Needless to say, I think it’s time for some spring cleaning.

~david

2008 College World Series

One great thing about having a job which requires 100% travel is having the chance to take in the sights and sounds of the city that you’re in. This time, in Omaha, Ne, it was the 2008 College World Series. Unfortunately, Texas A&M didn’t make it and Rice was kicked out early, but overall it was a lot of fun. Specially when it is free. :-) A very nice lady gave us four tickets and all we had to do was pay for parking.

Some pics:

After the final out:

The Outfieder immediatly pocked the ball in his bag pocket.

The dog pile.

Twitter fix your IM gateway!

So, one thing that really grinds my gears is when a website offers a service which they know doesn’t work, but will not make any reference to that on their website. For example, according to the Twitter website you can send twitts over SMS or IM. So, you sign in and set up your SMS account with no problem, but then comes the option for IM using Jabber. Why would Twitter still have this option available if they know it doesn’t work?

We found an errant API project eating way too much of our Jabber (a flavor of instant messenger) resources. This activity (which we’ve corrected) had an affect of overloading our main database, resulting in the error pages and slowness most people are now encountering.

We’re bringing services back online now. Some will be slower than others for a while, and we’ll be watching IM and IM-based API clients very closely. We’ll also be taking steps to avoid this behavior in the future.
Thanks for your patience!

Update: We’re turning off IM services for the evening (Friday) to allow for the system to recover. We hope to turn things back on Saturday.

This was back in May 23rd, 2008… get with the program guys.

~dmacias

Cisco’s Unified Communication Resources

So, for the last couple of weeks I’ve noticed a small community dedicated to Cisco’s UCCE. For the most part most communities relate to Cisco’s routing, switching, and security while the Unified Communication front is not very well represented.

So, I’ll try and get something started. I’ll try to post at least two features, issues, bugs, tricks I run into while working with this great piece of technology.

~david