<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Developer in Boston &#187; admin</title>
	<atom:link href="http://webdeveloperboston.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloperboston.com</link>
	<description>I am a web developer in Boston with SEVEN years expirience. I am ready to help people with web tech, web design and how to use web tech for business. Also I&#039;ve got success experience in search engine optimization and web consulting.</description>
	<lastBuildDate>Mon, 19 Oct 2009 00:22:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crop or Cut Picture.</title>
		<link>http://webdeveloperboston.com/crop-or-cut-picture/</link>
		<comments>http://webdeveloperboston.com/crop-or-cut-picture/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=156</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p><strong>One </strong> is select and upload picture on the website.<br />
<strong>Two </strong> is select area on picture by mouse<br />
<strong>Three</strong> is button <strong>Crop</strong> and save on your computer.</p>
<p><a href="http://webdeveloperboston.com/goto/http://CutPicture.com"  target="_blank">www.CutPicture.com</a></p>
<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/09/wwwcutpicturecom.jpg" ></a><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/09/wwwcutpicturecom1.jpg" ><img class="alignnone size-full wp-image-161" title="CutPicture" src="http://ihackweb.com/wp-content/uploads/2009/09/wwwcutpicturecom1.jpg" alt="CutPicture" width="490" height="477" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/crop-or-cut-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make backup on your VPS by ssh?</title>
		<link>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/</link>
		<comments>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=137</guid>
		<description><![CDATA[=== MySql ===
ssh command line: mysqldump -A &#8211;user=mysqlLogin &#8211;password=mysqlPass  &#62; 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 [...]]]></description>
			<content:encoded><![CDATA[<p>=== MySql ===</p>
<p><strong>ssh command line:</strong> mysqldump -A &#8211;user=mysqlLogin &#8211;password=mysqlPass  &gt; mysql_2009_06_14.sql;<br />
it makes dump all tables of your Date base.</p>
<p><strong>ssh command line:</strong> tar -czf mysql_2009_06_14.tar.gz mysql_2009_06_14.sql;<br />
it makes gzip archive of your dump</p>
<p><strong>ssh command line:</strong> rm -f mysql_2009_06_14.sql;<br />
This will delete the temporary file with dump</p>
<p>=== files ===<br />
Go to directory with your web sites. (if you have Plesk then it will be var/www/)</p>
<p><strong>ssh command line:</strong> tar -czf vps_2009_06_14.tar.gz  vhosts<br />
tar -czf  [file name with your gzip backup]  [directory with your web sites or  * - all directory]</p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>anti spam jQuery plugin. it will protect your email.</title>
		<link>http://webdeveloperboston.com/jquery-anti-spam-plugin-it-will-protect-your-email/</link>
		<comments>http://webdeveloperboston.com/jquery-anti-spam-plugin-it-will-protect-your-email/#comments</comments>
		<pubDate>Sat, 16 May 2009 03:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=124</guid>
		<description><![CDATA[add your email as <a title="my email" class="yourclass">You(at)domain(dot)com</a>  it will be  as normal link.]]></description>
			<content:encoded><![CDATA[<p>It  is easy to use jquery plugin.</p>
<p>Easy way ( <strong>3 step</strong> )</p>
<p><strong>1)  add jquery and amail plugin.</strong><br />
<strong> 2) add line in head of your page. </strong></p>
<blockquote><p>&lt;script&gt;<br />
$(document).ready(function(){<br />
$(&#8217;.yourclass&#8217;).amail(&#8217;(at)&#8217;,'(dot)&#8217;);});<br />
&lt;/script&gt;</p>
<p><strong>if you use wordPress then</strong></p>
<ol>
<li>go to Apperance -&gt; Editor -&gt; header.php</li>
<li>add the code before &#8220;&lt;/head&gt;&#8221;</li>
</ol>
</blockquote>
<p><strong>3) Use  it</strong></p>
<p>add your email as &lt;a title=&#8221;my email&#8221; class=&#8221;yourclass&#8221;&gt;You(at)domain(dot)com&lt;/a&gt;  it will be  as normal link.</p>
<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/05/jqueryamail.js" >jquery plugin   source </a> | <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/demo/jquery_amail/" >demo. Try it now</a> | <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/demo/jquery_amail/jquery_amail.zip" >download demo</a> | <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/archives/124" >home page</a></p>
<p>p.s.  I use the plugin on the <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/about_contact" >page  of  my website.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/jquery-anti-spam-plugin-it-will-protect-your-email/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Design icon look like sticker by Photoshop</title>
		<link>http://webdeveloperboston.com/design-icon-look-like-sticker-by-photoshop/</link>
		<comments>http://webdeveloperboston.com/design-icon-look-like-sticker-by-photoshop/#comments</comments>
		<pubDate>Wed, 06 May 2009 17:51:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[PhotoShop]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=97</guid>
		<description><![CDATA[
You can see source and you can use  PSD source .
]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/05/icon1.jpg" ><img class="alignnone size-full wp-image-103" title="icon1" src="http://ihackweb.com/wp-content/uploads/2009/05/icon1.jpg" alt="icon1" width="160" height="80" /></a></p>
<p>You can see source and you can use  <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/05/icon1.psd" >PSD source</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/design-icon-look-like-sticker-by-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Coloring Tutorial by Loleia</title>
		<link>http://webdeveloperboston.com/basic-coloring-tutorial-by-loleia/</link>
		<comments>http://webdeveloperboston.com/basic-coloring-tutorial-by-loleia/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 12:56:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[PhotoShop]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=85</guid>
		<description><![CDATA[
source: http://abduzeedo.com/basic-coloring-tutorial-loleia
]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/picture.jpg" ><img class="alignnone size-full wp-image-86" title="picture" src="http://ihackweb.com/wp-content/uploads/2009/04/picture.jpg" alt="picture" width="500" height="200" /></a></p>
<p>source: <a href="http://webdeveloperboston.com/goto/http://abduzeedo.com/basic-coloring-tutorial-loleia"  target="_blank">http://abduzeedo.com/basic-coloring-tutorial-loleia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/basic-coloring-tutorial-by-loleia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php bug tracker or task manager.</title>
		<link>http://webdeveloperboston.com/php-bug-tracker-or-task-manager/</link>
		<comments>http://webdeveloperboston.com/php-bug-tracker-or-task-manager/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 00:45:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=73</guid>
		<description><![CDATA[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 &#124; demo &#124; Download [...]]]></description>
			<content:encoded><![CDATA[<p>I found in internet one free task tracker.  It is TaskFreak.<br />
That bug tracker is easy to use and useful for small projects or small design studio.<br />
You can get more information on official web site also you can try it (link demo)</p>
<p>That bug tracker use php, mysql and ajax.</p>
<p><a href="http://webdeveloperboston.com/goto/http://taskfreak.com/"  target="_blank">of. web site</a> | <a href="http://webdeveloperboston.com/goto/http://demo.taskfreak.com/"  target="_blank">demo</a> | <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/taskfreak-multi-mysql-06.tgz"  target="_blank">Download multi user version 0.6</a></p>
<p>I like the script and i use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/php-bug-tracker-or-task-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Generator</title>
		<link>http://webdeveloperboston.com/password-generator/</link>
		<comments>http://webdeveloperboston.com/password-generator/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 02:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=69</guid>
		<description><![CDATA[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
]]></description>
			<content:encoded><![CDATA[<p>Did you forget password for your web site or account ?<br />
You can try to use small utils. That can help you.</p>
<p>See in action <a href="http://webdeveloperboston.com/goto/http://goodpasswordgenerator.com/" >Password Generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery crop</title>
		<link>http://webdeveloperboston.com/jquery-crop/</link>
		<comments>http://webdeveloperboston.com/jquery-crop/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 21:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=64</guid>
		<description><![CDATA[That simple image crop Java Script. The script use php and jQuery.
demo Java Script image Crop &#124;  download  jqueryjcrop-095tar
]]></description>
			<content:encoded><![CDATA[<p>That simple image crop Java Script. The script use php and jQuery.</p>
<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/demo/jquery_crop/" ><b>demo</b> Java Script image Crop</a> |  <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/jqueryjcrop-095tar.gz" ><b>download</b>  jqueryjcrop-095tar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/jquery-crop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax news letter.</title>
		<link>http://webdeveloperboston.com/ajax-news-letter/</link>
		<comments>http://webdeveloperboston.com/ajax-news-letter/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 20:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[news letter]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=61</guid>
		<description><![CDATA[The script is ajax news letter. It  can help people.
ajax_newsletter
]]></description>
			<content:encoded><![CDATA[<p>The script is ajax news letter. It  can help people.</p>
<p><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/ajax_newsletter.zip" >ajax_newsletter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/ajax-news-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cover restaurant menu</title>
		<link>http://webdeveloperboston.com/cover-restaurant-menu/</link>
		<comments>http://webdeveloperboston.com/cover-restaurant-menu/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=21</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/buklet_small.jpg" ><img class="size-medium wp-image-22 alignnone" style="border: 1px solid #eeeeee;" title="buklet_small" src="http://ihackweb.com/wp-content/uploads/2009/04/buklet_small-212x300.jpg" alt="" width="212" height="300" /></a> <a href="http://webdeveloperboston.com/goto/http://ihackweb.com/wp-content/uploads/2009/04/buklet_small_inner1.jpg" ><img class="alignnone size-medium wp-image-46" style="border:1px solid #eee" title="buklet_small_inner1" src="http://ihackweb.com/wp-content/uploads/2009/04/buklet_small_inner1-212x300.jpg" alt="buklet_small_inner1" width="212" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/cover-restaurant-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

