I was struck in a very strange problem today. I was using captcha component to create and set a captcha session and image for view section. Next is the snippet of create function which i used to load component. I…
Windows keyboard shortcuts (hot keys)
This post lists keyboard shortcuts that you can use with Windows. I have picked it from Microsoft website for my personal reference. You too can use it. ;)
Convert month name to month number in php
While working with a CJ run reports script i needed to convert “month name” into “month number” so i could store it in the database in date format. After doing some cleaning stuff i was ending with the month name,…