Asswipes at Telus hiding cellphone voice mail number.

S

o if you just typed How to check my telus voice mail from a land line. Here is the answer in Nova Scotia. 902-580-4001. If you live elsewhere check your recent outgoing calls online. It seems to show up regularly as a zero cost call.


Cocos2d as business app GUI API

I have been using Cocos2d as a GUI API while developing my latest app. Incredible. My code now has none of that IBAction crap or the nightmare that is a navigation object. Cocos2d sees the world very simply. The screen is usually a scene. On that scene you put things like sprites and text. Initially


IE never finishes loading page

I was having a problem with IE never finishing loading the page. It was worst when I was loading an IFrame. Simple solution was to turn off KeepAlive. This is accomplished by going into apache’s httpd.conf and adding the line: KeepAlive Off. That was it. Pages loaded fine and fast. Now there may be performance


PodWords Not copying files to my Mac

Using PodWorks on a friends machine and it wouldn’t copy all files. It would copy some but not others. Noticed that the files that wouldn’t copy didn’t have an album or artist. Right clicked in iTunes on the songs that didn’t have albums. Right clicked on the songs and selected “Get Info” and gave them


Getting older Xcode iPhone SDKs to work with the latest Xcode

Article will show you how I got Xcode 3.2.4 to compile and run apps for my 3.1.2 and 4.0 iOS devices.