Articles
Windows FAQ
User accounts FAQ - An unidentified program wants access to your...
Making your network more secure - General network security recom...
What is User Account Control? - Windows Vista Security - User ac...
A program needs your permission to continue - Windows Vista Secu...
Unzip XPS (Extensible Application Markup Language) Files - How t...
Who's Online
16 user(s) are online (1 user(s) are browsing Forum)

Members: 0
Guests: 16

more...
   All Posts


(1) 2 3 4 ... 103 »


What's Prototypes for JavaScript?
Just can't stay away
Joined:
2007/11/11 12:07
Group:
Registered Users
Posts: 100
Level : 9; EXP : 0
HP : 0 / 200
MP : 33 / 1187
Offline
What's Prototypes for JavaScript?

Objects have "prototypes" from which they may inherit fields and functions.


<script type="text/javascript">
function 
movieToString() {
return(
"title: "+this.title+" director: "+this.director);
}
function 
movie(titledirector) {
this.title title;
this.director director || "unknown"//if null assign to "unknown"
this.toString movieToString//assign function to this method pointer
}
movie.prototype.isComedy false//add a field to the movie's prototype
var officeSpace = new movie("OfficeSpace");
var 
narnia = new movie("Narni","Andrew Adamson");
document.write(narnia.toString());
document.write("
Narnia a comedy? "
+narnia.isComedy);
officeSpace.isComedy true//override the default just for this object
document.write("
Office Space a comedy? "
+officeSpace.isComedy);
</script>

Posted on: 11/20 14:16
Transfer the post to other applications Transfer


What is a recombinant DNA organism?
Just can't stay away
Joined:
2007/11/6 11:31
Group:
Registered Users
Posts: 100
Level : 9; EXP : 0
HP : 0 / 200
MP : 33 / 1195
Offline
What is a recombinant DNA organism?

Recombinant Antibody
The term recombinant and especially recombinant DNA regards to an artificial methods of producing DNA (synthetic DNA and proteins).

The manufacturing technique make use of bacterias, these bacterias are genetically modified in such a way that a specific DNA segment (gene) is artificially combined with their original DNA. After this insertion of DNA segment. The bacterias are nourished and kept in ideal conditions for reproduction and after a relative short period of time, after the reproduction, these specific segment of DNA is extracted out of the original DNA bacterias.

In short a segment of DNA is recombined (recombinant) with the original DNA of the bacteria, these genetically modified bacterias are rapidly reproduce and by that reproduce the DNA segment that was recombined with the original genome.

Antibodies are protein molecules produced by our immune system, the shape of an antibody is similar to a Y shape. The role of the antibodies to keep our health is crucial, their task is to recognize and attack foreign bacterias and viruses in our body.

There are many types of antibodies, each type can recognize unique antigen, the antibody Y tips has a unique molecular structure (keys) that combines with the targeted antigen. This attachment of many antibodies to a foreign objects (bacteria or virus) ultimately brings to its destruction.

Using recombinant antibody has significant advantages compared with the conventional antibody and there for its use becoming more popular now days. The fact that no animals are needed in the manufacturing procedure of the recombinant antibodies, in addition, the manufacturing time is relatively short compared with the conventional method. Moreover, the quality of the final product is higher that these of the non recombinant method.

Posted on: 11/20 14:13
Transfer the post to other applications Transfer


Top Five Best Database Management Tools
Just can't stay away
Joined:
2007/11/4 20:11
Group:
Registered Users
Posts: 101
Level : 9; EXP : 5
HP : 0 / 201
MP : 33 / 1204
Offline
Top Five Best Database Management Tools

5. Microsoft SQL Server Management Studio

4. Sequel Pro

3. SQLyog

2. Navicat for MySQL

1. phpMyAdmin

Posted on: 11/19 15:35
Transfer the post to other applications Transfer


US Immigration Glossary - Certificate of Citizenship
Quite a regular
Joined:
2008/1/22 17:26
Group:
Registered Users
Posts: 61
Level : 6; EXP : 69
HP : 0 / 142
MP : 20 / 761
Offline
US Immigration Glossary - Certificate of Citizenship

Identity document proving U.S. citizenship. Certificates of citizenship are issued to derivative citizens and to persons who acquired U.S. citizenship (see definitions for Acquired and Derivative Citizenship).

Posted on: 11/19 15:33
Transfer the post to other applications Transfer


5 Signs You May Be a Bad Coworker
Just popping in
Joined:
2008/1/9 13:29
Group:
Registered Users
Posts: 20
Level : 3; EXP : 20
HP : 0 / 55
MP : 6 / 300
Offline
5 Signs You May Be a Bad Coworker

1. You dump last-minute work on people when you could have avoided doing so.

2. You complain about people without telling them your beefs directly.

3. You exude negativity.

4. You bring your personal life to the office in ways that make people uncomfortable.

5. You're chronically defensive.

Posted on: 11/18 17:49
Transfer the post to other applications Transfer


IT Interview Questions:What is ARP?
Just can't stay away
Joined:
2007/11/10 10:23
Group:
Registered Users
Posts: 100
Level : 9; EXP : 0
HP : 0 / 200
MP : 33 / 1188
Offline
IT Interview Questions:What is ARP?

What is ARP Cache Poisoning?
Address Resolution Protocol (ARP) is a protocol
for mapping an Internet Protocol address (IP address) to a physical machine
address that is recognized in the local network. For example, in IP Version
4, the most common level of IP in use today, an address is 32 bits long. In
an Ethernet local area network, however, addresses for attached devices are
48 bits long. (The physical machine address is also known as a Media Access
Control or MAC address.) A table, usually called the ARP cache, is used to
maintain a correlation between each MAC address and its corresponding IP
address. ARP provides the protocol rules for making this correlation and
providing address conversion in both directions.

Posted on: 11/18 17:47
Transfer the post to other applications Transfer


Electronic Data Interchange Interview Question - What are EDI Drivers?
Just can't stay away
Joined:
2007/10/30 11:24
Group:
Registered Users
Posts: 113
Level : 9; EXP : 65
HP : 0 / 216
MP : 37 / 1305
Offline
What are EDI Drivers?

* Ability to strengthen partnerships
* Improve business processes
* A communication tool to allow new ways to do business
* A preferred way of doing business among Fortune 500 companies
* A business basic for the industry

Posted on: 11/17 12:07
Transfer the post to other applications Transfer


School Jokes: Would you please move your cars?
Just can't stay away
Joined:
2007/10/30 15:23
Group:
Registered Users
Posts: 96
Level : 8; EXP : 78
HP : 0 / 194
MP : 32 / 1174
Offline
Would you please move your cars?


It had been snowing for hours when an announcement came over the intercom: "Will the students who are parked on University Drive please move their cars so that we may being plowing." Twenty minutes later there was another announcement: "Will the nine hundred students who went to move fourteen cars return to class."

Posted on: 11/17 12:04
Transfer the post to other applications Transfer


SDET question: What does following code do , if we pass head pointer of a link list.
Just can't stay away
Joined:
2007/11/1 12:10
Group:
Registered Users
Posts: 102
Level : 9; EXP : 10
HP : 0 / 202
MP : 34 / 1218
Offline
What does following code do , if we pass head pointer of a link list.

void list( struct node * head)
{
if(head)
{
list(head->next);
printf("%d",head->value);
}
}


Answers:

prints link list in reverse order.

Posted on: 11/16 16:12
Transfer the post to other applications Transfer


Five Clunker Cars To Avoid
Just can't stay away
Joined:
2007/12/3 12:29
Group:
Registered Users
Posts: 86
Level : 8; EXP : 23
HP : 0 / 180
MP : 28 / 1042
Offline
Five Clunker Cars To Avoid

1. Volkswagen Touareg

2. Mercedes-Benz GL450

3. Lincoln MKS

4. Jaguar XF

5. GMC Canyon

Posted on: 11/16 16:03
Transfer the post to other applications Transfer



 Top
(1) 2 3 4 ... 103 »




Copyright © 2009 FYIcenter.com
Search
Main Menu
Login
Username:

Password:


Lost Password?

Register now!