Posts Tagged 'PHP'

FOSS ASIA – Home Van Lang University Ho Chi Minh (Saigon) 11/12 Nov. 2011

I will be at FOSS Asia, Home Van Lang University Ho Chi Minh (Saigon) 11/12 Nov. 2011 See you there!

9 November 2011 at 07:58 - Comments

Web & Mobile Development attracts Cambodian Geeks

Barcamp Phnom Penh is coming by this Saturday, 22nd; We can find many topics about Software development. Introduction to Android, iOS, Nokia application development, Ricotta tool and others more are found in session page of Barcamp Phnom Penh 2011, all about mobile technologies. Beside this, we could find many topics related to PHP Framework such [...]

22 October 2011 at 03:15 - Comments

WordPress – Remove Sidebars of Parent Theme

Most of WordPress theme developers may already agree that the most flexible for WordPress CMS is able to extend a template (we called parent theme) to create any child theme we want. You may also face the same issue to me when we want to remove one configuration of the parent theme. I have and [...]

26 April 2011 at 01:45 - Comments

The Power of WordPress – Why you should love it as a CMS

The Power of WordPress by Tech King

30 March 2011 at 23:00 - Comments

Multilingual with Horizontal scrolling announcement wordpress plugin with qtranslate

I used Horizontal scrolling announcement wordpress plugin (v3.0) for some sites but currently it’s not supporting for multi langauges but I need. I modified the code in the plugin for displaying purpose in file: horizontal-scrolling-announcement.php in method: horizontal_scrolling_announcement() Line 53: $hsa = htmlspecialchars(__(stripslashes($data->hsa_text))); Line 61: $hsa = $hsa . “   -   ” . htmlspecialchars(__(stripslashes($data->hsa_text))); At [...]

20 December 2010 at 14:56 - Comments