September 2nd, 2009
admin
I work with web and sometimes i need crop or cut picture or photo. I do not like to run PhotoShop or other graphic editor. For that i have made simple website to do it. It very easy like one, two, three.
One is select and upload picture on the website.
Two is select area on picture by mouse
Three is button Crop and save on your computer.
www.CutPicture.com

=== MySql ===
ssh command line: mysqldump -A –user=mysqlLogin –password=mysqlPass > mysql_2009_06_14.sql;
it makes dump all tables of your Date base.
ssh command line: tar -czf mysql_2009_06_14.tar.gz mysql_2009_06_14.sql;
it makes gzip archive of your dump
ssh command line: rm -f mysql_2009_06_14.sql;
This will delete the temporary file with dump
=== files ===
Go to directory with your web sites. (if you have Plesk then it will be var/www/)
ssh command line: tar -czf vps_2009_06_14.tar.gz vhosts
tar -czf [file name with your gzip backup] [directory with your web sites or * - all directory]
It is easy to use jquery plugin.
Easy way ( 3 step )
1) add jquery and amail plugin.
2) add line in head of your page.
<script>
$(document).ready(function(){
$(’.yourclass’).amail(’(at)’,'(dot)’);});
</script>
if you use wordPress then
- go to Apperance -> Editor -> header.php
- add the code before “</head>”
3) Use it
add your email as <a title=”my email” class=”yourclass”>You(at)domain(dot)com</a> it will be as normal link.
jquery plugin source | demo. Try it now | download demo | home page
p.s. I use the plugin on the page of my website.

You can see source and you can use PSD source .