Feeds:
Posts
Comments

Archive for January, 2009

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 »

Azri has uploaded sweetcron modification code to change option.
http://codegenius.wordpress.com/2008/12/31/adding-new-option-in-sweetcron/#more-7

Read Full Post »