Nov
28
2009
0

How to install driver for printer HP in windows 7 if HP doesn’t have the driver?

I’ve got that situation.
I needed print from my new laptop with windows 7.
I could not because HP doesn’t have that driver.

I did :
1) I downloaded driver for windows Vista.
2) Unzip. (When you try to install, driver is unarchived on disc C:\hp )
3) Copy all folder when you will see message about “We don’t have driver for windows 7″ (before click “OK”)
4) Control panel -> Hardwar -> add device
5) install driver from a folder. (We copied the folder after unarchived)
6) use the printer

I think if you will not find driver for windows 7 for any devices, you can try that method.

Written by admin in: Uncategorized |
Sep
02
2009
0

Crop or Cut Picture.

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

Written by admin in: Uncategorized |
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: , , ,

2010 (c) Web developer Boston