// archives

update

This tag is associated with 1 posts

Wordpress 2.5 Released [Reflection on upgrade and SVN]

So on Saturday the latest version of wordpress (2.5) has been released, which has been in the making for the past 6months.
I have always been an extremely fond user of wordpress, and the system never fails to impress me, as a blogging interface, a CMS, site management, it is incredibly clean, intuitive and simply “beautiful”. [...]

MySQL equivalent of str_replace | Search and Replace

A great little time saving tip when doing database management, or any sort of migrations within domains that might require you to modify a certain part of a string in a MySQL column.
The issue:
You have an online store that stores all the products in a MySQL table called ‘products’, your images are hard coded links [...]