<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3343588829943290680</id><updated>2012-02-16T13:18:21.708+02:00</updated><category term='linux'/><category term='hibernate'/><category term='transaction'/><category term='javascript'/><category term='java'/><category term='mysql'/><category term='internet explorer'/><category term='bug'/><category term='VDPAU'/><category term='maven'/><category term='classpath'/><category term='tomcat'/><category term='event'/><category term='mencoder'/><category term='constraint'/><category term='compile'/><category term='e2fsck'/><category term='ie'/><category term='jquery'/><category term='smplayer'/><category term='sqlserver'/><category term='cargo'/><category term='find'/><category term='onchange'/><category term='shell'/><category term='avi'/><category term='jta'/><category term='fix'/><category term='command line'/><category term='unzip'/><category term='zip'/><title type='text'>Keyser's Knowledge Base</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-8748578724172124076</id><published>2010-06-19T18:49:00.000+03:00</published><updated>2010-06-19T18:49:01.253+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unzip'/><category scheme='http://www.blogger.com/atom/ns#' term='find'/><category scheme='http://www.blogger.com/atom/ns#' term='shell'/><title type='text'>find &amp; unzip recursively</title><content type='html'>&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;find . -name "*.zip" -exec unzip '{}' \;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-8748578724172124076?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/8748578724172124076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=8748578724172124076' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8748578724172124076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8748578724172124076'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2010/06/find-unzip-recursively.html' title='find &amp; unzip recursively'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-6685699060573621677</id><published>2009-12-02T15:33:00.002+02:00</published><updated>2009-12-02T15:34:25.165+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='event'/><category scheme='http://www.blogger.com/atom/ns#' term='jquery'/><category scheme='http://www.blogger.com/atom/ns#' term='onchange'/><title type='text'>JQuery onchange event</title><content type='html'>("#textAreaId").change(function() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //....&lt;br /&gt;}); &lt;br /&gt;&lt;br /&gt;The onchange event only triggers after the textArea loose its focus. The solution is to use keyup event.&lt;br /&gt;&lt;br /&gt;("#textAreaId").keyup(function() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //....&lt;br /&gt;});&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-6685699060573621677?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/6685699060573621677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=6685699060573621677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6685699060573621677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6685699060573621677'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/12/jquery-onchange-event.html' title='JQuery onchange event'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-4367505489294118439</id><published>2009-11-28T22:44:00.001+02:00</published><updated>2009-11-28T22:45:09.159+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='constraint'/><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><title type='text'>MySQL drop constraints</title><content type='html'>To see all constraints, look in &lt;b&gt;information_schema.table_constraints&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;In MySQL constraints are stored using indexes. &lt;br /&gt;&lt;br /&gt;To remove a contstraint:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;alter table [table_name] drop index [constraint_name]&lt;/span&gt;&lt;br /&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-4367505489294118439?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/4367505489294118439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=4367505489294118439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/4367505489294118439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/4367505489294118439'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/11/mysql-drop-constraints.html' title='MySQL drop constraints'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-592559241410044053</id><published>2009-11-08T12:19:00.001+02:00</published><updated>2009-11-08T12:21:31.867+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hibernate'/><category scheme='http://www.blogger.com/atom/ns#' term='jta'/><category scheme='http://www.blogger.com/atom/ns#' term='transaction'/><category scheme='http://www.blogger.com/atom/ns#' term='maven'/><title type='text'>javax.transaction:jta:jar:1.0.1B is not available in maven repos</title><content type='html'>Credits : &lt;a href="http://stigebil.wordpress.com/2008/06/03/javaxtransactionjtajar101b/"&gt;http://stigebil.wordpress.com/2008/06/03/javaxtransactionjtajar101b/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download from &lt;a href="http://java.sun.com/javaee/technologies/jta/index.jsp"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Install:&lt;br /&gt;&lt;div style="background-color: #cccccc;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="background-color: #cccccc;"&gt;&lt;code&gt;mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction \&lt;br /&gt;-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar&lt;/code&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-592559241410044053?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/592559241410044053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=592559241410044053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/592559241410044053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/592559241410044053'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/11/javaxtransactionjtajar101b-is-not.html' title='javax.transaction:jta:jar:1.0.1B is not available in maven repos'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-1645534167578635208</id><published>2009-09-15T17:55:00.002+03:00</published><updated>2009-09-15T17:57:41.009+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><title type='text'>javascript clear all children for an element</title><content type='html'>function removeAllChildren(elem) {&lt;br /&gt; &lt;br /&gt; if (elem.hasChildNodes())&lt;br /&gt; {&lt;br /&gt;     while (elem.childNodes.length &gt;= 1)&lt;br /&gt;     {&lt;br /&gt;         elem.removeChild(elem.firstChild);       &lt;br /&gt;     } &lt;br /&gt; }&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-1645534167578635208?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/1645534167578635208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=1645534167578635208' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/1645534167578635208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/1645534167578635208'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/09/javascript-clear-all-children-for.html' title='javascript clear all children for an element'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-4849491309472958015</id><published>2009-04-26T01:29:00.002+03:00</published><updated>2009-04-26T01:30:09.357+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VDPAU'/><category scheme='http://www.blogger.com/atom/ns#' term='smplayer'/><title type='text'>smplayer VDPAU extra options</title><content type='html'>-vf-clr screenshot&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-4849491309472958015?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/4849491309472958015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=4849491309472958015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/4849491309472958015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/4849491309472958015'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/04/smplayer-vdpau-extra-options.html' title='smplayer VDPAU extra options'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-6641703927561267102</id><published>2009-01-30T11:20:00.002+02:00</published><updated>2009-01-30T11:22:36.773+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='sqlserver'/><title type='text'>sqlserver 2005 start/stop from commandline</title><content type='html'>net start mssqlserver &lt;br /&gt;net stop mssqlserver&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-6641703927561267102?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/6641703927561267102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=6641703927561267102' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6641703927561267102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6641703927561267102'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2009/01/sqlserver-2005-startstop-from.html' title='sqlserver 2005 start/stop from commandline'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-370561825241243901</id><published>2008-12-16T23:21:00.003+02:00</published><updated>2009-01-26T19:08:16.272+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mencoder'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='avi'/><category scheme='http://www.blogger.com/atom/ns#' term='fix'/><title type='text'>Fix  broken avi in linux</title><content type='html'>Mencoder/MPlayer will fix the indexes on broken files.&lt;br /&gt;&lt;br /&gt;mencoder damaged_file.avi -idx -oac copy -ovc copy -o fixed_file.avi&lt;br /&gt;&lt;br /&gt;-idx tells it to fix and rewrite the index&lt;br /&gt;-oac is the audio codec to use (in this case just copy it as-is)&lt;br /&gt;-ovc is the video codec to use (in this case just copy it as-is)&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=520880"&gt;http://ubuntuforums.org/showthread.php?t=520880&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-370561825241243901?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/370561825241243901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=370561825241243901' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/370561825241243901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/370561825241243901'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/12/fix-broken-avi-in-linux.html' title='Fix  broken avi in linux'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-888088986024095387</id><published>2008-12-01T13:17:00.002+02:00</published><updated>2008-12-01T13:20:34.699+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='e2fsck'/><title type='text'>ext3 partition check with progress</title><content type='html'>e2fsck -v -C 0 /dev/sdb12&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-888088986024095387?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/888088986024095387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=888088986024095387' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/888088986024095387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/888088986024095387'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/12/ext3-partition-check-with-progress.html' title='ext3 partition check with progress'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-8660369642202294474</id><published>2008-11-09T01:24:00.004+02:00</published><updated>2008-12-01T13:21:15.775+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='classpath'/><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='compile'/><title type='text'>java run add jar in classpath</title><content type='html'>java -cp /path/to/some.jar:/path/to/classes/root/ com.mypackage.MyClass&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-8660369642202294474?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/8660369642202294474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=8660369642202294474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8660369642202294474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8660369642202294474'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/11/java-run-add-jar-in-classpath.html' title='java run add jar in classpath'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-8591711505610335737</id><published>2008-11-09T01:20:00.005+02:00</published><updated>2009-01-26T19:05:19.093+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='classpath'/><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='compile'/><title type='text'>java compile with jar in classpath</title><content type='html'>javac -cp /path/to/some.jar  path/to/src/*.java&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-8591711505610335737?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/8591711505610335737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=8591711505610335737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8591711505610335737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/8591711505610335737'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/11/java-compile-add-jar-in-classpath.html' title='java compile with jar in classpath'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-949495022585540807</id><published>2008-11-09T01:15:00.006+02:00</published><updated>2008-12-01T13:21:58.750+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='zip'/><title type='text'>zip add to archive a folder</title><content type='html'>zip -r archive_name.zip folder&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-949495022585540807?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/949495022585540807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=949495022585540807' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/949495022585540807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/949495022585540807'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/11/zip-add-to-archive-folder.html' title='zip add to archive a folder'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-6872571455115967408</id><published>2008-08-08T15:38:00.006+03:00</published><updated>2008-11-09T01:54:08.720+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='bug'/><title type='text'>IE form.action bug</title><content type='html'>IE form.action change fail if there is an existing input hidden with name action&lt;br /&gt;Conclusion: Never name any html element &lt;span style="font-weight: bold;"&gt;action&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-6872571455115967408?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/6872571455115967408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=6872571455115967408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6872571455115967408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/6872571455115967408'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2008/08/ie-formaction-bug.html' title='IE form.action bug'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3343588829943290680.post-7469393177624098761</id><published>2007-07-09T23:31:00.001+03:00</published><updated>2008-11-09T02:01:19.860+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='cargo'/><category scheme='http://www.blogger.com/atom/ns#' term='tomcat'/><category scheme='http://www.blogger.com/atom/ns#' term='maven'/><title type='text'>maven cargo tomcat</title><content type='html'>There's a maven plugin which can be used to start/stop/deploy on tomcat(other servlet containers supported)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cargo.codehaus.org"&gt;&lt;/a&gt;&lt;br /&gt;Here's an example configuration:&lt;br /&gt;&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt; &amp;lt;plugin&amp;gt;&lt;br /&gt;       &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/groupId&amp;gt;&lt;br /&gt;       &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;&lt;br /&gt;       &amp;lt;configuration&amp;gt;&lt;br /&gt;       &amp;lt;container&amp;gt;&lt;br /&gt;         &amp;lt;containerId&amp;gt;tomcat5x&amp;lt;/containerId&amp;gt;&lt;br /&gt;         &amp;lt;home&amp;gt;/home/keyser/java/apache-tomcat-5.5.23&amp;lt;/home&amp;gt;&lt;br /&gt;         &amp;lt;log&amp;gt;/home/keyser/java/apache-tomcat-5.5.23/logs/catalina.out&amp;lt;/log&amp;gt;&lt;br /&gt;         &amp;lt;output&amp;gt;/home/keyser/java/apache-tomcat-5.5.23/logs/catalina.out&amp;lt;/output&amp;gt;&lt;br /&gt;         &amp;lt;append&amp;gt;true&amp;lt;/append&amp;gt;&lt;br /&gt;       &amp;lt;/container&amp;gt;&lt;br /&gt;       &amp;lt;configuration&amp;gt;&lt;br /&gt;         &amp;lt;type&amp;gt;existing&amp;lt;/type&amp;gt;&lt;br /&gt;         &amp;lt;home&amp;gt;/home/keyser/java/apache-tomcat-5.5.23&amp;lt;/home&amp;gt;&lt;br /&gt;         &amp;lt;properties&amp;gt;&lt;br /&gt;           &amp;lt;cargo.logging&amp;gt;"high"&amp;lt;/cargo.logging&amp;gt;&lt;br /&gt;           &amp;lt;cargo.jvmargs&amp;gt;"-Xmx500m" "-XX:PermSize=128m" "-XX:MaxPermSize=256m"&amp;lt;/cargo.jvmargs&amp;gt;&lt;br /&gt;         &amp;lt;/properties&amp;gt;&lt;br /&gt;       &amp;lt;/configuration&amp;gt;&lt;br /&gt;   &amp;lt;/configuration&amp;gt;&lt;br /&gt;     &amp;lt;/plugin&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3343588829943290680-7469393177624098761?l=keyser-kb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://keyser-kb.blogspot.com/feeds/7469393177624098761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3343588829943290680&amp;postID=7469393177624098761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/7469393177624098761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3343588829943290680/posts/default/7469393177624098761'/><link rel='alternate' type='text/html' href='http://keyser-kb.blogspot.com/2007/07/maven-cargo-tomcat.html' title='maven cargo tomcat'/><author><name>alex</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
