How to Post in Cyrillic (or Any Unicode Script) in TweetDeck
I wanted to use TweetDeck desktop app for Windows to post on some Twitter accounts in Serbian but when I started typing Cyrillic letters, they didn’t show up. I looked through settings (apparently not good enough) but I didn’t find any related to my problem. Then I did some searching and found solution. Thing is [...]
Merging AVI Video Files With Joiner That Works: AVI Joiner
I needed to join several video files into one larger. All files were of the same codec, container (AVI) so it should have been simple. But instead I needed to try several programs to actually succeed. Those that I tried didn’t work as expected or made unbelievable results (one made file 315 GB large from [...]
How I Solved issue with OpenX missing stats
I loved OpenX project. Actually, I loved it when it had old name, phpAdsNew. I even wrote a huge post recommending other to use it. Unfortunately, OpenX open source project is like dead now. There is no good support, there are security vulnerabilities, installation have problems… One of common problems (by looking in their forum) [...]
Having Posts in Subdirectory While Rest in Root
I have tried for some time to make following: having WordPress installed in a root of host (like example.com) and having content below root (like example.com/page, or example.com/custom-post-type/entry), while having blog posts in special directory (like example.com/blog). This is needed when blog is not main type of content on WordPress powered website, but instead is [...]
How to use load_plugin_textdomain on activation of plugin
With my new plugin, Gravatar Signup Encouragement, I had a problem with translation of string that is used only on activation. That string contains default message that is saved in database. No matter what I tried, it would always save original string, not translation. After asking question on wp-hackers mailing list and exchanging several replies [...]