Archive

Archive for the ‘WebDeveloperBoston’ Category

Crop or Cut Picture.

September 2nd, 2009 admin No comments

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

CutPicture

Categories: WebDeveloperBoston Tags:

How to make backup on your VPS by ssh?

June 15th, 2009 admin No comments

=== 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]

Categories: WebDeveloperBoston Tags: , ,

anti spam jQuery plugin. it will protect your email.

May 15th, 2009 admin 5 comments

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

  1. go to Apperance -> Editor -> header.php
  2. 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.

Design icon look like sticker by Photoshop

May 6th, 2009 admin No comments

icon1

You can see source and you can use PSD source .

Categories: WebDeveloperBoston Tags: ,

Basic Coloring Tutorial by Loleia

April 20th, 2009 admin No comments
Categories: WebDeveloperBoston Tags: ,
 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up