Categories

How to customize the theme of your WordPress registration page

Share

After implementing the theme on WordPress the client asked for the default WordPress registration page to be also completed in the same theme. He had a point in that the WordPress registration page will look very out to the visitor considering that the whole website theme was quite elegant.

I Googled it a bit [...]

Streaming videos on MSN can’t be seen outside the USA :(

Share

You know when ever you login onto the Live Messenger you receive a splash screen outlining the new articles and news on MSN. I sometimes read articles of interest but most of the times I just close them.

Today one particular video about Kim Kardashian sporting new and trendy bikinis caught my eye [...]

How to generate a CSV file in PHP for any number of fields

Share

If you need to code a script in PHP to generate a CSV for a table(s) in mySQL and you don’t know how many columns are there then please use the following code to generate the CSV file. The script will work no matter how many fields there are in the table.

<?php [...]