Chat room

Create a Meebo Chat Room

Saturday, November 27, 2010

Rasmol Tool:

RasMol is a computer program written for molecular graphics visualization intended and used primarily for the depiction and exploration of biological macromolecule structures, such as those found in the Protein Data Bank. It was originally developed by Roger Sayle in the early 90s  get started this useful tool Download Rasmol 
here. Install Rasmol to your system and get started.

Thursday, November 25, 2010

HTML Calculator:gcufbioinfo

paste this code to your source code of your calculator in head part
function sqrt(form)
 {
form.displayvalue.value=Math.sqrt(form.displayvalue.value);
 }
function sq(form)
 {
form.displayvalue.value=eval(form.displayvalue.value)*eval(form.displayvalue.value);
 }
function ln(form)
 {
form.displayvalue.value=Math.exp(form.displayvalue.value);
 }
function equal(form)
 {
form.displayvalue.value=eval(form.displayvalue.value);
 }
function delChar(input)
 {
input.value=input.value.substring(0,input.value-length-1);
 }
function addChar(input,character)
 {
if(input.value==null||input.value=="0")
      input.value=character
else
      input.value+=character
 }
Insha Allah you will see your functioning very soon regards Admin Quratt ul ain Siddique.

Monday, November 22, 2010

HTML Calculator:gcufbioinfo

Add this code to your code of calculator in head portion
<head>
<script type="text/javascript">
function cos(form)
 {
form.displayvalue.value=Math.cos(form.displayvalue.value);
 }
function sin(form)
 {
form.displayvalue.value=Math.sin(form.displayvalue.value);
 }
function tan(form)
 {
form.displayvalue.value=Math.tan(form.displayvalue.value);
 }

</script>
</head>
I will tell you other codes as soon as possible and you will see Insha Allah your calculator functional

HTML Calculator:gcufbioinfo

As I told you how to generate calculator using html codes so this is again calculator with some changes so plz try it. I will tell you how to make it functional
<html>
<title>Calculator</title>
<head></head>
<body>
<table border="2">
<tr>
<td><input name="displayvalue" size="39" value="0"></td>
   <tr>
     <td>
         <table border="2">
          <tr>
            <td>
                 <input type="button" value="     char      ">
            </td>
        <td>
        <input type="button" value="     delete       ">
        </td>
              <td>
        <input type="button" value="        =         ">
        </td>
          </tr>
         </table>
     </td>
            <tr>
              <td>
           <table border="2">
                <tr>
                <td>
                  <input type="button" value="  exp  ">
                </td>
                <td>
                  <input type="button" value="    7    ">
                </td>
                <td>
                  <input type="button" value="    8    ">
                </td>
                <td>
          <input type="button" value="    9    ">
        </td>
                <td>
                  <input type="button" value="  /  ">
                </td>
                </tr>
                <tr>
                <td>
                <input type="button" value="    ln    ">
      
                </td>
                <td>
                        <input type="button" value="    4    ">
                </td>
                <td>
                        <input type="button" value="   5     ">
                </td>
                <td>
            <input type="button" value="   6     ">
                </td>
                <td>
            <input type="button" value="  *  ">
                </td>
                </tr>
                <tr>
                 <td>
            <input type="button" value="  sqrt  ">
                 </td>
                 <td>
                        <input type="button" value="    1    ">
                 </td>
                 <td>
            <input type="button" value="    2    ">
                 </td>
                 <td>
            <input type="button" value="    3    ">
                 </td>
                 <td>
            <input type="button" value="  -  ">
                 </td>
                </tr>
                <tr>
                 <td>
            <input type="button" value="   sq   ">
                 </td>
                 <td>
            <input type="button" value="    0    ">
                 </td>
                 <td>
            <input type="button" value="     .    ">
                 </td>
                 <td>
            <input type="button" value="   %   ">
                 </td>
                 <td>
                        <input type="button" value="  + ">
                 </td>
                </tr>
                <tr>
                 <td>
              <input type="button" value="     (     ">
                 </td>
                 <td>
            <input type="button" value="  cos ">
         </td>
                 <td>
            <input type="button" value="  sin   ">
                 </td>
                 <td>
            <input type="button" value="  tan  ">
                 </td>
                 <td>
            <input type="button" value="  )  ">
                 </td>
                </tr>
           </table>
              </td>
        </tr>
   </tr>

</tr>
</table>
</body>
</html>
out put is as:
Now I tell you how to make it functional
Quratt ul ain Siddique

Sunday, November 21, 2010

imageJ:gcufbioinfo

Open your image in imageJ and select adjust in imageJ adjust>color and contrast you can use these sliders to adjust display range, either down from the top or up from the bottom.

Medical Image Processing tool:

Now we are going to see how to view an image using imageJ on gcufbioinfo.
First save an image especially a medical image to your system and copy this image and go to C derive then program files and then imagej folder and paste this image into it. then open imageJ from start menu and click file >open as shown in gcufbioinfo and select the picture to view.
you can view your image using this tool .

imageJ:gcufbioinfo

You can access imageJ by clicking on start button and click imageJ to click the microscope icon. The out put you can see at gcufbioinfo and click help to get information about imageJ.

Twitter Delicious Facebook Digg Stumbleupon Favorites More