Building a WP7 application with facebook and I’ve been using the Facebook C#SDK which was fine till I wanted to enable logging out of my application. I found this post helpful http://claudiufarcas.blogspot.com/2011/06/wp7-webbrowser-caching-and-facebook.html but changed the code a bit as facebook was returning a different HTML from when this code was probably created private void wb_Navigated(object… Continue reading Logging out of Facebook WP7
Category: Tech
Getting started with iOS development
I renewed my IOS Developer account over the weekend and this morning I just got confirmation from apple regarding activation. //I just remembered, I have to update my legal name… Now I have to figure out how to deploy an app to my device (again). I remember this being a pain the last time I… Continue reading Getting started with iOS development
Facebook vs Google+ Sharing
I hear of facebook getting a lot of flack because of how they manage (or purportedly don’t manage) their users’ privacy. I did this experiment a while back but haven’t had time to blog about it. The tedious task of taking screenshots and logging in and out of 3 different accounts on 2 different social… Continue reading Facebook vs Google+ Sharing
who wants (to give) invites to facebook timeline?
If you’ve already gone to the trouble of verifying your account and getting early access to the new facebook timeline, you might want to share this awesome feature with your friends. If they’re the type that can’t be bothered to go through all the steps (or have concerns about the verification step), you can simply… Continue reading who wants (to give) invites to facebook timeline?
Dear app devs
I don't think I'm stingy when it comes to buying apps but when apps do stupid things like this I get a little bit pissed. maybe I am PMS-ing but I really am quite pissed. I bought this app a while back because I really enjoyed the game and it was 99 cents. There was… Continue reading Dear app devs
protect yourself from click-jacking!
Click jacking happens when you visit a website that shows you content to mislead you into interacting with it. When you do, suddenly messages/wall posts/ etc (because this usually happens on facebook) get sent with your knowledge. Sometimes it can be an embarrassing post on your own wall, and sometimes annoying post to ALL your… Continue reading protect yourself from click-jacking!
Since when did facebook require credit card info to build an app??
Had the urge to build a new app recently when I came upon this. Since facebook doesn’t support mobiles in SG yet, I have to go with the credit card option. What’s going on? I’m not sure I want to give my cc info especially with all those click-jacking apps floating around. But now that… Continue reading Since when did facebook require credit card info to build an app??
Fixed: Wifi keeps dropping on mac/ipad
Ever since we got a new router to replace the one that broke down, we’ve been having trouble with wifi on Macs and iPads at home. Strange cause my win7 machine seemed to be doing fine. So it turns out that we had WEP security on and after searching through forums setting it so WPA… Continue reading Fixed: Wifi keeps dropping on mac/ipad
Building and deploying an office 2003 add-in
Just in case I need to go through this again, here are the resources that I found useful. Walk through on preparing your add-in for deployment http://msdn.microsoft.com/en-us/library/bb332051.aspx Enable Windows Installer Logging – if anything fails during deployment, this is useful for figuring out what went wrong. http://support.microsoft.com/kb/223300
Hosting WordPress on a Windows Hoster
I remember having this problem before which I have forgotten about and hadn’t experienced, until I had updated my WordPress installation on a Windows hosted blog. I got the error, “Failed opening required './wp-blog-header.php' “. Just so I remember next time, 2 files I need to update when this happens: index.php change: require('./wp-blog-header.php'); => require('wp-blog-header.php');… Continue reading Hosting WordPress on a Windows Hoster
