Search
Archives
Categories
Recent Posts
- Automatic Deployment Rules – Download Failed – System Center 2012 Configuration Manager
- Fixed: Location Based Reminders Not Available in iOS 5
- Commvault Simpana 9.0 with Granular File Recovery for Linux under VMWare
- Targeting User Group Policy Settings to a Specific Machine
- FOG: Deleting all current active tasks
Popular Searches
Sites of Interest
Category Archives: Programming
Trend API coming soon
TrendEngine was developed using Google Hot Trends information and provided some level of stability to the constantly changing trend list. Continue reading
Posted in Programming, Web Application
Tagged API, Google App Engine, Mashup, TrendEngine, Web
Leave a comment
APNS error – No Valid aps-environment entitlement
If you get the following error when trying to register for a device token, firstly ensure you have correctly followed the directions within the iPhone Developers Portal.
APNS Send Device Token to Provider
I am currently in the middle of designing and developing an application based on the Apple Push Notification Service. There is alot of information about the client side registration and plenty of server side code examples, but I haven’t found … Continue reading
iPhone Development
For some strange, but unknown reason I decided to purchase a Mac Mini to try some iPhone Development. I have a few apps that I would like on my iPhone that are currently not available. Continue reading
Simple .NET XML Tutorial
I needed to build an application the other day that used XML to talk to a web service, but I wanted to deal with raw XML rather then using anything based on WSDL and RPC. This was the first time … Continue reading