By default, Joomla does not support PHP in editing the content page. DirectPHP helps you to embed your PHP code in Joomla. It supports both Joomla 1.0.x and Joomla 1.5.x
Continue reading DirectPHP – Embeded PHP in Joomla Content Page
PHP/HTML – Redirect URL in Seconds
HTML
Use the following meta inside <head> to make URL redirection after seconds.
Continue reading PHP/HTML – Redirect URL in Seconds
Android – Detect The Phone Orientation
android.view.Display class provide a simple way to determine the phone orientation.
Continue reading Android – Detect The Phone Orientation
Android – Modify Screen Orientation
The screen orientation is determined in the Activity class.
Continue reading Android – Modify Screen Orientation
PHP – Redirect URL After Form Submission
Remember about the PHP form which inserts the entry to database after form submission? Simple PHP + MySQL form with radio button and dropdown list
Continue reading PHP – Redirect URL After Form Submission
PHP – Run a Java Program in PHP
Running a Java program in PHP just like running the shell command as i mentioned yesterday.
Continue reading PHP – Run a Java Program in PHP
PHP – Run Shell Command
You can make use of shell_exec() to run shell command in PHP.
Continue reading PHP – Run Shell Command
Linux – Manipulate the stdout and stderr
Redirection is very common and useful in Linux.
- stdout – Normal messages output displayed on terminal after running a command
- stderr – Error messages displayed on terminal after running a command
Linux – Check OS Brand And Version
When you log in to a unknown Linux, the following command may help you to check the OS brand and version.
Continue reading Linux – Check OS Brand And Version
Joomla – Adding Paypal Website Payment Standard Button
1. Create the Website Payment Standard Button at Paypal
2. Copy the HTML code of the button
3. Login to Joomla
4. Go to User Manager and edit your account
5. Select No WYSIWYG as the User Editor in the Parameters tab

6. Edit the page and paste the button HTML code
Reference: How to add PayPal buy now buttons?
