Programming
NyumNyum Reloaded!
Yesterday, I successfully re-coded NyumNyum.com using CodeIgniter Framework (CI). It is true what they say, CI is remarkably easy to used.
With new structure, i’m able to add trackback feature for NyumNyum. Hopefully this little project of mine will be grow a little bit bigger in future.
Links:
NyumNyum - http://www.nyumnyum.com/
CodeIgniter - http://www.codeigniter.com/
Popularity: 20% [?]
Popularity: 20% [?]
Javascript: Simple way to protect your email address
There is several ways to protect your email address from being fetch by the spam email program. The fastest way is to use javascript.
Method 1: Use function()
Create your own unique funtion. For example.
function mailmask(id, domain){
document.write(id + ‘@’ + domain);
}
To use it, simply add this string between <body> and </body>:
<script>mailmask(’info’,’phixelcode.com’)</script>
Popularity: 23% [?]
Popularity: 23% [?]
Filepanda: Share your files
Just love it! I fall in love on how simple it is. Best of all, it is using Codeigniter as the framework. So, use Filepanda not RapidShare… hehe!
Link: http://www.filepanda.com/
Popularity: 27% [?]
Popularity: 27% [?]
Amazon order arrived!
Today I have recieved my order from Amazon. I ordered 2 books from them which is Ruby by Example and Thinkertoys - a handbook of creative-thinking techniques. The second book is for my brother.
You might say why I buy a Ruby book? Actually I’m now trying to learn something new, even though i’m not too […]
Popularity: 27% [?]
Webserver On Stick: Run Apache from your thumbdrive
Check this out! apparently you can run Apache/PHP on your thumbdrive. Currently i didnt try this yet, but i will try this later. This should be handy if you want to do presentation without bringing your computer/laptop. For now, i’m big fan of AppServ.
WOS stands for the three letter abbreviation Webserver On Stick and makes […]
Popularity: 21% [?]
Simple ZIP JPG Joiner with Batch Programming
After reading Trick to hide files in JPG image at Cypherhackz, you can make it more interactive and fun with Batch Programming. This work with any ZIP or RAR files, but in order to get what you embeded/joint, you need to use WINRAR. What you need to do is:
1. Create a folder(Optional)
2. Jpg […]
Popularity: 32% [?]
Generate dummy or test data with Generatedata.com!
Bagi sesetengah programmer, tak kisah la ASP, PHP, CFM atau pun PIBG, antara salah satu perkara yang menyusahkan ialah memasukkan data-data dummy ke dalam system/program yang telah kita bina. Mungkin setakat 10 atau 20 data, mungkin tidak mejadi masalah besar, akan tetapi bagaimana jika kita memerlukan lebih dari 100 data? Penat? silap-silap jari boleh cramp […]
Popularity: 11% [?]



