Tuesday, October 27, 2009 11:07:06 PM
Many websites offers to dowload free icons for websites. But in most cases these icons aren't truly free. They are
royalty free, which means that you still have to pay for them to use in commercial projects. But fortunately there are some fair websites who's free icons are completely free. In this article I am going to post links on such websites:
SweetiePlusGanato DesignFam Fam Fam
Friday, October 23, 2009 3:36:16 PM
I am working on data convertors now to convert user accounts and comments from old database to the new one. So the problem of script execution time is critical to me because of 300 seconds timeout. So I found a good tutorial on MySQL website on how to speed up the insert query:
http://dev.mysql.com/doc/refman/5.0/en/insert-speed.html
Thursday, October 22, 2009 11:24:20 AM
In this post I am going to share some useful functions that I often use in different project.
Read more...
Tuesday, October 20, 2009 9:47:04 PM
html email, email script
Its so easy to send a simple html e-mail from PHP that everyone do it. But in most cases these messages has external links to the images that are hosted on the websites. And of course most e-mail clients don't load them without the user's permission. And some of those e-mail clients have ugly external link managers that makes the things worse.
Read more...