NoDoFollow 1.1 Add-on for Firefox by zacharyfox was a must install add-on on my previous Firefox 3.5. It will highlight links in a page according to nofollow / dofollow status. However, NoDoFollow 1.1 does not support Firefox 3.6 due to Firefox add-on installation checking. The NoDoFollow 1.1 Firefox add-on is working fine with Firefox 3.6. Therefore, I made some changes to the add-on install rdf. And it can be installed on Firefox 3.6 now.
Download NoDoFollow 1.2 Add-on for Firefox 3.6 here. Open it with Firefox to install. Enjoy this extension. And increase your blog SEO ranking.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 106482 bytes) in…
I was playing with new WordPress plugin. The plugin does not have any issue. However, I faced above issue when I tried to publish a new post. Hmm… Seem like the default 32M WordPress limit was exceeded with this new plugin. How to fix this “Fatal error: Allowed memory size of 33554432 bytes exhausted” issue?
Simple… Just edit your wp-config.php to include the line below:
define(‘WP_MEMORY_LIMIT’, ’64M’);
Yup, I got Google Wave Invitation. Hmm… Not the invitation that give others. I received Google Wave Invitation from my buddy, Bernie. Actually, I don’t what is Google Wave about before the invitation. Just heard a little bit about Google Wave. Something that will improve blogging, IM stuffs. Am I right? I am still not too sure. Still need some time to explore it. Check out below video to find out more about Google Wave. By the way, did I mention that Google Wave is cool? Yeah… Google Wave is COOL.
23 Sep
Posted by Jayce Ooi as Programming, Web
CS0016: Could not write to output file ‘c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files… ‘Access is denied.’
Do you face this problem lately? I did. I have problem to run ASP.NET web application on a fresh installed server. It cannot run ASP.NET even I install .NET Framework 3.5. Web application can be loaded after I register ASP.NET into IIS by using “aspnet_regiis.exe -i -enable“.
However, I faced the problem statement above. So what is the solution? It have something to do with file permission. Just follow below steps to fix it.
Grant full control to two users of your system “Network Service” and “YourComputerName\IIS_IUSERS” on the following folders.
1. C:\Windows\Temp
2. C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
Restart IIS and try run your web application again.
Hope this guide will help.
Yoo… I modified WordPress theme – PassionDuo Red to have photo frame (drop shadow) on the images. Whoever want to use it can download WordPress theme – PassionDuo Red here.

WordPress theme – PassionDuo Red
Enjoy…