Chanon raise his hand

Work like you don't need the money
Love like you'll never be hurt
Sing like nobody's listening
Dance like nobody's watching
More about me »

All articles about "Backend"

Change the default main domain folder to subfolder

Change the default main domain folder to subfolder

Categorized in Backend

Published March 13th, 2010

Sometimes web hosting providers set the main domain to point to public_html directory while point add-ons domain to sub directory of public_html. This article explain how to override the server setting and point main domain to sub folder under public_html

Read more »

Create human friendly URL using preg_replace and regular expression in PHP

Create human friendly URL using preg_replace and regular expression in PHP

Categorized in Backend

Published July 12th, 2012

How to generate human readable friendly URL from the given title for SEO purpose. Using PHP preg_replace and regular expression to match and convert to URL able strings.

Read more »

Flutter get group duplicate issue

Flutter get group duplicate issue

Categorized in Backend

Published March 14th, 2010

The default getGroupDuplicates($field) from Wordpress flutter plug-in encounter the problem when the user add/remove group instantly before click update button. The interval between group index prevent for loop to present the correct value. This note explain the cause and solution in detail.

Read more »