Month: December 2010

  • Web Colors Previewer

    Have you ever needed to see what a web color like #2a3f43 looks like? So did i that is why  I made this page Web color previewer just type the number in the preview box and you will get a box with the color you typed. If you input a new value the previous one…

  • Delete expired entries in MYSQL

    For those who want to delete items in a MySQL database based on a date field  the process is very easy. First of all you need a DATE field, for example a coupon expiration date. the data is saved in the following format: YYYY-MM-DD Then all you need to delete older items is this: DELETE…