Jun
15
2009
0

How to make backup on your VPS by ssh?

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

Written by admin in: Uncategorized | Tags: , ,
May
15
2009
1

anti spam jQuery plugin. it will protect your email.

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.

Written by admin in: Uncategorized | Tags: , ,
May
06
2009
0

Design icon look like sticker by Photoshop

icon1

You can see source and you can use PSD source .

Written by admin in: Uncategorized | Tags: ,
Apr
20
2009
0
Apr
14
2009
0

php bug tracker or task manager.

I found in internet one free task tracker. It is TaskFreak.
That bug tracker is easy to use and useful for small projects or small design studio.
You can get more information on official web site also you can try it (link demo)

That bug tracker use php, mysql and ajax.

of. web site | demo | Download multi user version 0.6

I like the script and i use it.

Written by admin in: Uncategorized | Tags: ,
Apr
13
2009
0

Password Generator

Did you forget password for your web site or account ?
You can try to use small utils. That can help you.

See in action Password Generator

Written by admin in: Uncategorized | Tags: , , ,
Apr
13
2009
0

JQuery crop

That simple image crop Java Script. The script use php and jQuery.

demo Java Script image Crop | download jqueryjcrop-095tar

Written by admin in: Uncategorized | Tags: , ,
Apr
13
2009
0

Ajax news letter.

The script is ajax news letter. It  can help people.

ajax_newsletter

Written by admin in: Uncategorized | Tags: , , ,
Apr
13
2009
0

Cover restaurant menu

buklet_small_inner1

Written by admin in: Uncategorized | Tags: , ,
Jan
13
2009
0

Web developing www.Jhcenter.ru

jhcenter_home_smalljhcenter_inner_small

1) Concept
2) web design
2) Programming (CMS frondend and backend, php, mysql)

link

Written by admin in: Uncategorized | Tags: , , , , , ,

2012 (c) Web developer Boston