Posts

Can't exec "java": No such file or directory at /usr/bin/fastqc line 256.

If you get this error "Can't exec "java": No such file or directory at /usr/bin/fastqc line 256" 1. open the terminal 2. say       "  sudo apt-get install default-jre  "

HTML/CSS - Automatically adjust size of element for different screen size(s)

You can set your width using relative percentage, such as 50%, the actual width will be 50% of the parent width. To center the absolute header, you can set its left and right to 0 and margin:0 auto: #header{   position: absolute;   top: 10%;     left:0;   right:0;   margin:0 auto;   width: 50%;   height: 100px;   border:thin solid black;   text-overflow:ellipsis;   overflow:hidden; }

Perl Command To List Installed CPAN Modules

1) open cnt+alt+t   2) $ instmodsh

margin top not working for

in footer

display: inline-block; margin-top: value;

JavaScript function not defined in Firefox?

how to pass javascript variable into perl cgi

//Javascript variable ------->PERL variable var arrValues = ["Sam","Great", "Sample", "High"]; var boss = "Anop Singh Ranawat"; window.open('http://localhost/cgi-bin/try.cgi?name=' + arrValues , 'YourWindow'); enjoy.............................

error saveas is not defined jspdf

download from https://parall.ax/products/jspdf and you can solve it by including these line  <script type="text/javascript" src="/java/jsPDF-0.9.0rc2/jspdf.js"></script> <script type="text/javascript" src="/java/jsPDF-0.9.0rc2/dist/jspdf.min.js"></script>