Converting the blog from WordPress to Hugo

Yesterday, I shutdown the VPS that has been hosting all my websites for the last ~10 years. I鈥檝e moved everything to static content, including this website. 馃摑 WordPress Since the very beginning (~2008) this blog has been powered by WordPress, it served me well, it worked, had a nice backend to make the posts, plugins and themes. After a couple years I moved from shared hosting to a VPS, I had other websites and services I needed running and all in same machine was better and cheaper....

January 27, 2024 路 6 min 路 1253 words 路 David Amador

Search and Replace in MySQL

I found something very handy today, search and replace on Mysql databases. You can do it on phpmyadmin or make a php script with this. After moving a wordpress site from server I discovered that all image links were broken because they are placed directly inside each post. They were still linking to the old server. Changing it manually would be a nightmare. Luckily MySql is your friend. To search and replace a text string, start up phpMyAdmin, and click on your database name that you want to run the search and replace through....

October 22, 2009 路 1 min 路 123 words 路 David Amador

WordPress Gallery

During my efforts to combine Rita鈥檚 website to wordpress and with a cool gallery I came up with a few problems. Mainly because the top navigation bar was built using J-Query, which I鈥檝e already made quite some time ago, and even after switching to mootools I didn鈥檛 want to be rebuilding it again. So yesterday after a few searches I managed to install NextGen gallery plugin for wordpress and using LightBox for popups....

April 22, 2009 路 1 min 路 100 words 路 David Amador