Archive for August, 2009

How to open/edit .PSD files for free without photoshop

This article will show you how to open and edit .psd (Photoshop Document) files without spending hundreds of dollars on buying Adobe Photoshop!
GIMP – Free Photoshop Alternative
For those that are not familiar with GIMP, it is a 100% free, open-source photo editing software that is very powerful. Some uses are: resizing, editing, and cropping photos, [...]

Click here to read the full post

How to reset password on Brocade Silkworm switches

This article will show you how to reset the passwords for all accounts (root, admin, etc) on a Brocade Silkworm switch. This method has been successfully tested on a Silkworm 3800. But before you go through these steps, first try these passwords for the ‘root’ and ‘admin’ accounts:

fibranne
fibreanne
password
default

If none of the above passwords work, you [...]

Click here to read the full post

How to call JavaScript function from PHP

This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually!
echo “<script language=javascript>myfunction();</script>”;

Click here to read the full post