[HowTo] Replace String In Mysql With One Query
Yesterday I was helping my friend’s blog. She wanted to change her domain and move her hosting server for some reasons. She is using WordPress as…
// TAG · 7 POSTS · SOFTWARE DEVELOPMENT
Yesterday I was helping my friend’s blog. She wanted to change her domain and move her hosting server for some reasons. She is using WordPress as…
Sometimes we want to make a user-defined function and use it in our queries to the database. MS SQL Server and Oracle DBMS support user-defined functions,…
SQLite is a software library written in C that implements a self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform…
Installing ImageMagick on Ubuntu with PECL is really simple. But I want to share how to install it, and also to remind myself someday if I…
I want to share a tip for you to get the file extension in PHP easily. Before, I always used the old way to get the…
This is the next article from Groovy and Grails Part 1 – Introduction that you can read it here. Now we continue to install Grails on…
What is Groovy? What is Grails? For those who don’t know about Groovy and Grails, you are lucky because I’m about to explain Groovy and Grails…