Archive for October, 2008

Check if PHP works with sessions

Create a PHP file with the code bellow and check if it works!

Simple web authentication

.htaccess AuthType Basic AuthName “BIAS Protected Area” AuthUserFile /path/to/.htpasswd Require valid-user .htpasswd {the output of

New services launched!

Check out the following services: Some desktop tools for you and yours: http://desktop-tools.bi-as.com/ – Byte, Kilobyte,

How to redirect a web page in different programming languages

IIS Redirect In internet services manager, right click on the file or folder you wish

MobileMe for Nokia Symbian

Is there a change for Apple to develop a client for Nokia Symbian platforms as well? I’ve very satisfied with

How to make a tar archive

cd /f1/f2/f3 tar -cvzf name.tgz subdir_to_include Example: tar -cvzf rainpics.tgz pics