Feeds:
Posts
Comments

Archive for the ‘How-to’ Category

I was scratching my head of why the heck does the my tableview does not automatically update its data.
My binding:
NSArrayController = ACIssues
Controller Class = Issue Controller (have NSArray property subviewControllers)
ACIssues has it contentArray binded to subviewControllers’s array in Issue Controller. Somehow, changes made to the array of subviewControllers in Issue Controller does not reflect on [...]

Read Full Post »

I did a google search on which is the best one to use to redirect page from another. I had this in mind, whether to use meta tag refresh or 301 redirect in htaccess file. I was afraid that using meta redirect would be rank penalize by google.
After the search, the safest way to redirect [...]

Read Full Post »

Though iPhone dictionary keyboard is an innovative word suggestion but sometimes, I would like the keyboard to be turned off so that I would be able to write in my language. Actually, if it turned off, I would not mind. I think I would be typing faster if the dictionary is disabled.
Thus, I googled on [...]

Read Full Post »