tips

Tips category is the parent file of tips and tricks posts, including PHP tutorials, Photoshop tricks, and random howtos.

Tips for Windows XP users

Many end users of Windows XP only know the basics of the operating system, and Microsoft never included over all tutorial of how to fix, diagnose, troubleshoot, modify, etc… If I’m not wrong, Microsoft is greedy giant, because... Read More »

Create limited time offer page using PHP

I was experimenting useless data when I accidentally came across this useful tip, then I decided to share it with the Internet folks. It’s yet another date() related topic, however, date() function is a great... Read More »

How to set an alarm using PHP

What about if I want to make weekly notification, that rises an alarm once in every week, month, year, or any cycling period of time? And what about if I don’t want to assign CRON jobs to do that kind of work or I don’t... Read More »

How to change stylesheets monthly using PHP

I wonder if my site change along the season…? Yes, it has the ability to do so. Since my server supports PHP, I can tell PHP to do that job. For example, when it’s my birthday, PHP changes the default 'style.css'... Read More »