search for: attrbiut

Displaying 3 results from an estimated 3 matches for "attrbiut".

Did you mean: attrbiute
2006 Apr 07
3
How to wait for an image to be loaded?
Hi! I''m making a simple gallery, which uses simple javascript for changing ''src'' attrbiute of ''img'' element. How to wait for an image to be downloaded completely before trying to display it and while browser downloads this image display a spinner gif or ''please wait'' message etc.? Something like this: http://siter.com.au/dmitry/images.html. -- P...
2012 Jul 24
0
default extended file attributes on ZFS [samba 3.6.5 / freebsd ]
...p@:rw-p--a-R-c---:------:allow everyone@:------a-R-c---:------:allow ls -l New\ Text\ Document.txt -rw-rw----+ 1 administrator domain users 0 Jul 24 10:46 New Text Document.txt I don't want to see the everyone listed in the ACL ( with following aces: read attributes, Read extended attrbiutes, Read permissions) on the windows clients. Is this " everyone@:------a-R-c---:------:allow" implemented by FreeBSD by default? Can I filter this or change the default extended attributes? Is this defined by the the NFSv4 standard? Default umask on freebsd is 022. I'm using the zfsac...
2005 Jul 28
3
chess
hi I''m making a chess board app in Rails using the scriptaculous drag and drop stuff. A couple of questions, I am having trouble putting the chess pieces in the correct place - simply it seems that when i make somethign draggable it changes its positioning to relative - not so good for putting pieces on a board. Why is this ? Also i can''t see an OnDrop callback in the API