Get a Custom Google+ URL with gplus.to
Dec 23rd
I was digging into trying to find custom URLs for Google Plus today and didn’t see any options to do this. I remember back when custom URLs came out in Facebook.
It’s certainly much easier and nicer to link to your social media site with a custom/easy to read URL then some long string of numbers and/or letters that you’ll never ever ever be able to remember.
So… after a quick search I found that there was a little service that seemed to cater to this (Google+ custom URLs). I decided against just using another link shortening site and use this.
So if this is something that interests you, just go over to gplus.to, enter your Google+ ID (the site shows a screen shot of what this means) and the desired nickname/url string… and voila…. if no one’s already chosen it of course!
I’ve used it, and you can find me over here:
http://gplus.to/cfyves
What is “Hosted AdSense for Content”?
Dec 17th
As so many people do, I have a Google Adsense account and recently I had made some changes adding some YouTube Monetization to it.
While looking in the Adsense account, which I do on occasion, I noticed a new line that I just didn’t recognize. “Hosted AdSense for Content”.
Turns out that this is actually the views from the YouTube videos. I just found it a little strange that it didn’t indicate YouTube or something similar as the source… but then again, maybe this is used for other types (or will be used) of digital media in future…. thus the “Hosted AdSense for Content” title.
Adding a sidebar to post view in Twenty Eleven WordPress Theme
Nov 12th
Something else I missed when looking at themes for my new blog was post template options.
Seems as though the Twenty Eleven theme won’t display the sidebar when viewing a post/article.
Thankfully, it’s not a huge modification and there is lot’s out there on how to do it.
Basically, you modify the theme’s single.php file and add the get_sidebar() function. But that in itself will not be enough, you need to adjust some CSS as well.
I had tried with just the get_sidebar() modification… but after a quick search I found an example.
Check out Zeaks “ADD SIDEBAR TO POST VIEW IN TWENTY ELEVEN THEME” for an example on how to modify the CSS to make this work.
I used it as a reference and it worked great.
How to add custom banners to Worpress TwentyEleven theme
Nov 11th
I’m setting up a new personal blog and settled on using WordPress’s Twenty Eleven theme that ships with current downloads.
I wanted to create custom banners to be displayed in the “Header” settings under the “Appearance” menu.
I thought they could be uploaded, this was something I simply presumed and didn’t actually check. I had seen the options to display a random header but hadn’t actually tried it… or read everything for that matter…
There aren’t any uploaders. If you do upload a custom banner it is set as the banner for all pages.
The work around was quite easy, if you can follow PHP code of course.
First, create the banners you want to have on the blog, at appropriate sizes of course (defaults are 1000 × 288 pixels for the banners on the Twenty Eleven Theme out of the box). Then, your thumbnails (230×66 pixles, less important as it’s for the admin panel)…. then go into the theme’s image folder (unless you want to change those settings, but we won’t get into that here). Theme folder should be in:
/wp-content/themes/twentyeleven/images/headers
Upload your banners and thumbnail images.
Once that is there, you must open the theme’s functions.php file (in twentyeleven’s root folder). In there, find the register_default_headers() function. You’ll want to configure your custom banners in the arrays as such:
register_default_headers( array( 'every-man-lives' => array( 'url' => '%s/images/headers/first-banner.jpg', 'thumbnail_url' => '%s/images/headers/first-banner-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Banner 1', 'twentyeleven' ) ), 'love-dies' => array( 'url' => '%s/images/headers/second-banner.jpg', 'thumbnail_url' => '%s/images/headers/second-banner-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Banner 2', 'twentyeleven' ) ) ) );
Once you’ve registered the new banners, refresh the admin panel Header or Custom Header page and check out the public site.
Was nice and simple.
Dying Brands – Blackberry?
Nov 10th
Blackberry’s sales and popularity has been in decline for sometime. Well, in markets here in North America and Europe… but in some other countries they are still strong.
But, one has to wonder in this age of mobile apps and fast moving technological advance. Once the ball has started rolling backwards, just how far can it roll before you can make a comeback?
It’s a shame, they seemed to have a dominance just a short time ago and decent products. But, as the months rolled on other mobile providers haven’t only caught up but far surpassed RIM‘s Blackberry in terms of apps, marketing….etc.
Seems as though they will be taking another hit as Google has announced that they will no longer be supporting the Gmail Blackberry app.
How much sliding downhill can a large IT/Mobile Tech business take before mounting a comeback?
Blog comment spam – Internet annoyance
Nov 5th
Something that I’ve noticed over these last 5 or 6 years since I started blogging as a hobby is that the rise of “spam bots” submitting comments to blogs is just a continual annoyance. Not that many have ever made it through filtering and/or manual checking.
But it’s almost as constant as the air itself.
In a short time I amassed some 177 spam comments on 1 blog and 78 on another. I tend to have my filters set so that I review them just in case something legit gets caught in the cross fire. Thankfully you can usually tell by looking through the list rather quickly which are “crap” and which are real. Usually, of course, the spam filters rarely make a mistake and most that are held in question are rightfully labelled as “crap”.
But I wonder sometimes if any of the creators of these spam bots have ever profited from this continual gibberish. I mean, I know most of them, nowadays, include hyperlinks so as to attempt and increase their SEO value. But search engines have been continually getting updated through the years to become more intelligent so as not to rank gibberish sites in real search results.
I remember a time, when searching for a technical problem, I had come across many search results that led me to crap-spam-gibberish sites instead of the valuable information I was looking for.
But it’s been quite a while since that has happened. Bravo to Google for their continual improvement on search results to block out that garbage.
That’s my rant for this morning.
Microsoft CEO Steve Ballmer thinks you need to be a computer scientist to use an Android phone
Oct 20th
Found this interview with Steve Ballmer, Microsoft’s CEO, and thought it was interesting.
It’s neat to hear him talk about Microsoft’s products and take questions reflecting some of the technology giant’s future. But I just couldn’t help but be amused by some of the question/answers.
For instance, when it came to questions about Windows phones… and then being asked to compare to Apple’s iPhone and Android phones. Ballmer says you need to be a computer scientist to use the Android phone.
Well, come on Steve. It’s really not that bad. Have you ever actually used one? I understand you can’t get excited about Android phones… I mean, you’re trying to sell and push the Windows phones right?? Oh yeah, right.
Anyways. It’s amusing.
The part about the Android phone is at about the 21 minute mark.
Enjoy!
How do I de-authorize a computer on iTunes?
Oct 18th
I came up against this question very recently.
You see, I had signed up for an apple ID quite a few years back and have been buying music from them since.
Lately, I had noticed I maxed my Apple ID to the 5 computers that an account has as it’s authorized limit. 3 of those computers had died long ago. So there were only 2 computers that were active.
I wondered how I could deauthorize the computers that were “long gone” and couldn’t be accessed.
Well, it turns out that it’s quite easy. You can deauthorize them 1 by 1…. if you still have access to them. Or, you can deauthorize your account on all computers!!
That’s right. It’s rather simple as I found out.
Go into the iTunes Store (not the Store menu but the “iTunes Store” to the left) and click to sign in or if you are logged in, click on your user id which is in the top right corner of the screen. This will bring up your Account Information where you will see your Computer Authorizations with the Apple ID you’re logged in with.
If you choose “Deauthorize All”, it will wipe the Authorize settings for all computers associated with your Apple ID.
Then, to reset the computers that you want as authorized with your Apple ID, simply go into the Store menu to the top of iTunes and click on “Authorize this computer” and the computer will be set as authorized with your Apple ID.
Not hard at all. Glad I didn’t have to call support.
Truncate a table on a remote server in MS SQL Server 2008
Sep 9th
I’ve been learning alot since I’ve been in my new job and I must say I love it.
I’m working with a completely different set of tools. For instance, most of the development I will be doing will be in .NET and looking in the occasional Delphi apps.
Over the years I’ve worked with MySQL alot and with MS SQL Server a bit (2000 and 2005).
In this position, I work with MS SQL Server 2008. And most of what I do is using stored procedures which is a switch from most of the solely web based apps I’ve done in the past.
I’ve been learning many aspects of MS SQL Server and how to work with link servers. While I’ve been learning, I’m only scratching the surface of what MS SQL can do.
So working with a linked server, I needed to truncate a table and fill it with data from another server.
I’m not sure this is the most elegant way, but this is what I came up with.
– Truncate the acuheader table
EXEC(‘TRUNCATE TABLE [Test_DB].dbo.thisTable’) AT [Link-Server]
– insert the data
INSERT OPENQUERY([Link-Server],‘SELECT * FROM [Test_DB].dbo.thisTable’)
SELECT *
FROM [Test_DB].dbo.thisTable
For those of you who haven’t used TRUNCATE, it is a much more efficient way to remove all table rows.
Basically, this combine with a Job allows to keep a table on another server in sync with another. Of course, you wouldn’t necessarily want to replicate your tables this way, the built in replication functionality is what you’d want for that.
But for the case this was used in, it seems to work fine and well.
I look forward to learning a lot more with MS SQL Server. It’s a powerful beast.
WordPress Mobile App
Aug 31st

Seems like Smart Phones and mobile apps have changed everything.
I pretty much do everything on my smart phone now. Email, banking, Twitter… I don’t do much YouTube unless I’m at home on my network…
I’ve recently discovered WordPress’s Android App and figured I should really try it out.
So as I sit watching my daughter’s soccer practice in a grassy field, I can now write a short blog article on my HTC Incredible S.
This might come in handy when I’m on the road.
What will come about next??? Who knows.
