Changing Names, e-mail addresses, social networks, Zune & Gamer tags

Ah marriage. Seems now that preparing for the wedding was the easy part. I’ve decided to take my husband’s name. Facebook, Twitter, LinkedIn is pretty easy and for the exception of twitter, the 2 are actually accommodating of maiden names. Before I’m allowed to change my email address at work, I need to produce a… Continue reading Changing Names, e-mail addresses, social networks, Zune & Gamer tags

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!

Vanity URL for Your Facebook Page Without the minimum Fans

If you're just starting to explore facebook as a platform for marketing, you will probably won't have 1000/25 (whatever the number is now) fans just yet. Facebook imposed a rule on vanity URLs (http://www.facebook.com/<yourbusinessname&gt;) that pages need to have a minimum number of followers before being allowed to customize their vanity URL. More on that on… Continue reading Vanity URL for Your Facebook Page Without the minimum Fans

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??

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