Hey guys… hows the demo?
Posted: August 25th, 2011 | Author: Terrance A. Snyder | Filed under: Uncategorized | 8 Comments »Probably stinks right?!
Probably stinks right?!
My compliant for a long time about Jquery UI is that it lacks polish. Their themes have a way of making me flinch. That ended today when I stumbled upon the below theme.
http://taitems.github.com/Aristo-jQuery-UI-Theme/
Brushing off those linux skills…
find -type d -name data -exec rm -rf '{}' +
Remove all directories (recursively) that match the specified name. Useful for SVN too…
find -type d -name .svn -exec rm -rf '{}' +