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.
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.
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 …
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 …
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 …
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.