Author Archives: junal

About junal

Web developer from Canada who codes with passion and has dedicated his lifetime to learning and sharing the realm of ever-changing technology with the world.

PDF On The Fly And E-mail From CakePHP

I have been trying to put interesting issues on my blog instead of documenting them. This has a few advantages, such as I can share my ideas and explain how I solve issues and I can also listen to what … Continue reading

Posted in CakePHP, For me, PHP | Tagged | 4 Comments

Password Protected Site Without Using .htacces

Using .htaccess you can password protect a site easily. What if your host server doesn’t allow .htaccess for security reasons? No wonder, some hosting doesn’t allow .htaccess .  Here is a quick solution for that. Thanks Tapos for this reference. … Continue reading

Posted in Apache, PHP, Web | Tagged , | Leave a comment

CakePHP: Checkbox And Radio Button Problem On Firefox

If you are using CakePHP latest version 1.3, you might have noticed these issues that checkbox doesn’t show up on latest Firefox 3.6 and both radio button and checkbox return empty value on form submit. If these weird things happened … Continue reading

Posted in CakePHP, CSS, Firefox, PHP | Tagged , | Leave a comment