color = new Color (my_colors[“thumbclip” + i].inside1.inside); color.setRGB(‘0x’+my_photo_sm.firstChild.childNodes[i].attributes.hex);
Daily Archives: January 21, 2009
plesk 9 fix mail settings
/usr/local/psa/admin/sbin/mchk –with-spam or /usr/local/psa/admin/sbin/mchk
How can I change permissions on my files? Linux
How can I change permissions on my files? If you are using FTP software, there is usually a menu option or button that says “Change Permissions,” click this option. You have choices of R(read), W(write), and X(execute)*.If you are using a command line utility such as PuTTy, you need to use the “chmod” command. If …
Continue reading “How can I change permissions on my files? Linux”
Linux / Unix and variant users delete files and folders
Linux / Unix and variant users Files Linux / Unix users can delete files through the console by using the rm command. See this page for additional information about this command. Folders Linux / Unix users can delete folders through the console by using the rmdir command. See this page for additional information about this command. Like …
Continue reading “Linux / Unix and variant users delete files and folders”
flash rotate a object
the name of object is “rotation” add acion script in main frame _root.rotation._rotation=50; this will be rotate the object 50 degrees