Last week Zite suggested this article, I’ve known about Linus and his rude comments. But reading this article, I realised that being polite is not right solution for everything. Having the experience of working with the many developers over the years, I met only very few people who act on subtle comments I pass during discussion about code/best practices. The rest just ignore and do what they have always been doing.
iForce - Sublime text plugin for salesforce development.
I wrote a small plugin for sublime text to develop salesforce. I’m glad to share one of my idea to project execution.
Developing iOS application for salesforce [How to]
Here are the collection of snippets to do CRUD operation with ZKSforce (Force.com toolkit for iOS).
Remember this is a SOAP based API, there is a new alternative library available from salesforce called MobileSDK for iOS.
mclock - Additional clock application for mac menu bar
Update (2016-01-20): The app is now available on Mac App store.
Additional menu clock for your Mac. A minimalist clock to display time of different timezone of your choice.
Idea to action: Tile this
Not many of my ideas are converted to a project, this one has seen its light last week. Though I haven’t completed all the UI and features of my original vision, it is better to have one working idea than nothing.
Shell script to generate images for testing
Recently I was in need of generating sample images for no. of products in my db. I really hate to create a copy of image for each products in my db.
Import Delicious bookmarks to Evernote including tags
It is unfortunate to know that Yahoo is going to shutdown/transfer the awesome Delicious bookmarking service.
Evernote does not support direct import of bookmarks from delicious as it does with Google notebook. I wrote this script to move my delicious bookmarks to evernote for my use.
Idea Vault: When is that?
I guess like me there will be many people often confuse appointments/client calls due to timezone differences.
I am not talking about people who send/receive schedules from Outlook (or similar apps).
Custom UISplitViewController now available on GitHub
I created this custom UISplitViewController as one of my iPad project required Split view for only one screen. The default UISplitViewController provided by Apple can only be added to UIWindow which means you can’t use it with normal UINavigation based project with only one splitview screen.