First of all find out why the Compiz plugin is not working in your system, using the wonderful script by Mr.Forlong. To get the script, visit the page-
compiz-check
And if even the results of the output of the script doesn't make you understand what the problem is, then report the error, along with the output of the script at the following thread in ubuntuforums.org-
http://ubuntuforums.org/showthread.php?t=799070
Please consider posting at the forum only as a last resort. Try some googling first.
Hope this will help you. Enjoy Your Compiz-Fusion.
Showing posts with label checking. Show all posts
Showing posts with label checking. Show all posts
Thursday, May 14, 2009
Tuesday, April 14, 2009
How to test the PHP installation.
I had forgot one important component in the PHP programming, the Editor. The editor is very important to help you in efficient programming, it can help you with code-assist, code-complete(tag completion), code alignment, etc..
So now get hold of a good PHP editor(I use Easy-eclipse for PHP), and type in the following code-
This is arguably the most popular PHP code. The above code's output is the complete information about the PHP version you have installed and its modules..
Try it.
So now get hold of a good PHP editor(I use Easy-eclipse for PHP), and type in the following code-
<html> <head> <title>PHP Test</title> </head> <body> This is an HTML line <?php echo “This is a PHP line”; phpinfo(); ?> </body> </html>
This is arguably the most popular PHP code. The above code's output is the complete information about the PHP version you have installed and its modules..
Try it.
Subscribe to:
Posts (Atom)