Vercingetorix Technologies

The Discussion Delegate

Answers to the Ultimate Questions about the Web, Mobile and Vercingetorix

Posts Tagged ‘code’

iPhone : How to URL encode a string

This post was created on August 28th, 2011 by Sudhanshu and has 0 comments. It has been filed under , ,

You would expect that stringByAddingPercentEscapesUsingEncoding would easily encode your strings, but since Apple devs usually spend time on more convoluted problems, this still doesn’t work, even after the fifth major iteration of the SDK. So, if you need to URL encode a string, here is what you have to do NSString *encoded = (NSString *)CFURLCreateStringByAddingPercentEscapes( [...]

Upgrades to Generatrix

This post was created on November 24th, 2010 by Sudhanshu and has 0 comments. It has been filed under , , , , , ,

Generatrix is our PHP5 stack for building web based applications. We have been working on it for quite some time and over 20 websites have been built on top of it already. Yet, there are always new things which need to be added to ensure that it’s up to date with the latest happenings in [...]

Push Notifications in your iPhone App using PHP and Ubuntu

This post was created on February 3rd, 2010 by Sudhanshu and has 1 comment. It has been filed under , , , , ,

Push Notifications have been around for quite some time now, but when we started on it, we found out that we were unable to find all the information about creating a demo in one place. After a few hours, we were able to get it to work. Here is what we did. Basically, the code [...]