Convert Text to Slug URL in PHP
Convert Text to slug URL, example: Brown & Cony’s Secret Date! will become: brown-conys-secret-date Will be nice url.
Convert Text to Slug URL in PHP Read More »
Convert Text to slug URL, example: Brown & Cony’s Secret Date! will become: brown-conys-secret-date Will be nice url.
Convert Text to Slug URL in PHP Read More »
Just copy and paste into your code to use the country code.
Country Code in Array with PHP Value Read More »
One of the nice book that suitable for Hacker, but too bad it is in Japanese version. Wish someone will translate to English version in future. You can find the author from here Satoru Takabayashi, Fumitoshi Ukai, Yusuke Sato, Shinichiro Hamaji, Kazuyuki Shudo Chapter 1. Introduction 1. Introduction to Binary Hacks 2. Terminology of Binary Hacks 3. Using “file” to
Hacker’s Secret 100 Secret Techniques Revealed Read More »
Normally if you use varnish or other reverse proxy, you may use other port in wordpress. So you are not able to connect to Jetpack, because to connect Jetpack, you must have port 80 to authorize. It may display the error like this from your Jetpack debugger because of the $_SERVER[‘SERVER_PORT’] is not equal to
Connect to Jetpack using behind varnish and nginx Read More »
Download TexturePacker Install and it does support command line tools. To convert single pvr.czz file to PNG in console, here is the way. To convert mass pvr.czz file to PNG in console, here is the way.
How to convert pvr.czz file to PNG ? Read More »
How I do to replace this with a ‘normal’ line break? Replace ^M to normal line break in many config files.
Remove ^M with VIM in linux Read More »
If you separate your database to another server, and if the wp_options table is going bigger to 2MB, then it will slow down your query time, because WordPress like to query all the data from the table wp_options always. You have to make the table smaller size to speed up the query. I always clean
Delete expired _transient in wordpress to optimize the database Read More »
You can add this to your function to enable your short code in widget without pain.
Use Shortcodes in WordPress Widget without Plugins Read More »
I found out that using this way to white fade out the text.
Use CSS to do fade text from Black to White at tail. Read More »