Add multilanguage support to Joomla site
Recently I've added multilanguage support to my Joomla site (Shall We Learn) I was able to do so by following the following two resources: 1. Step-by-step documentation from Gavic…
Recently I've added multilanguage support to my Joomla site (Shall We Learn) I was able to do so by following the following two resources: 1. Step-by-step documentation from Gavic…
At the prompt, type sudo update-alternatives --config java The current available java installs would be displayed Selection   Command ----------------------------------------------- * 1          /usr/lib/jvm/jre-1.6.0-openjdk/bin/java 2          /usr/lib/jvm/jre-1.4.2-gcj/bin/java To get out of the prompt…
To high-light the syntax in WordPress, install WP-Syntax and wrap code blocks with <pre lang="LANGUAGE" line="1"> and</pre>, where LANGUAGE is A: abap, actionscript, actionscript3, ada, apache, applescript, apt_sources, asm, asp,…
This article shows you how to turn your Windows box into an SNMP-enabled host, using Net-SNMP. Step 1: Installation Obtain installation (binary) package from Net-SNMP site and install using all…
This blog entry shows one how to create a special widget using InkScape and NetBeans Visual Library. This is part of my effort to create a Java-based implementation of MIT's…
Just got CodeCitation to work on my Joomla site and here are the steps I took: 1. Download CodeCitation Plugin 2. ENABLE the new CodeCitation plugin with the Joomla 1.5…
This is the content of a typical autogen.sh (for Linux and Unix systems) script which utilize auto tools such as aclocal, libtool, and automake to generate necessary files for building…
t took me whole day yesterday to build OpenCV for my Snow Leopard. I still need to add the FFMPEG support but for now, it is turned off. I've followed…
Say my database name is Jessica_DB, my user name is jessica, and my password jessica_pwd. Perl To connect to Microsoft SQL Server using Perl with Win32::ODBC module use Win32::ODBC; my…
To connect a PC which has two network interfaces (one Ethernet and another wireless) to a LAN, you will want to create a default route to the wireless interface, assuming…