Home » Programming
You are currently browsing entries filed in: Programming
What is Winsock? Winsock is short for Windows Sockets API or WSA and it refers to a specification that helps a Windows-based networking program application to access and interact with TCP/IP and other networking protocols. It is called “Winsock” because the specifications involved are based or derived from BSD Sockets (Berkeley sockets). This API (application [...]
Written on June 18, 2011 | Posted in
Programming |
No comment
Reasons Why You Should Go For EJB (Enterprise JavaBean) If you are a programming buff, you will definitely know a lot about Java and Java applications. By now, you must also know that programming is indeed a fast moving field. When you have just finally gotten the hang of things, a new programming language and [...]
Written on April 14, 2011 | Posted in
Programming |
No comment
What is an API Key? Application Program Interface (API) Key or also known as Application Programming Interface Key is a series of code produced by websites to allow users to access the website’s API. It is a Universal Unique Identifier (UUID) generated by site’s system. It is 32-bit alpha-numeric string. What is API? API is [...]
Written on March 30, 2011 | Posted in
Programming |
No comment
What is JIT Debugging? JIT debugging or “Just-In-Time” debugging refers to the Visual Studio debugger which automatically launches when a program or application running outside of it crashes. When a particular program encounters an exception or a fatal error, you will be able to check on this through the JIT debugger before proceeding with termination [...]
Written on February 27, 2011 | Posted in
Programming |
No comment
What is MVC? MVC (Model View Controller) is a software or web design pattern. It helps the user by providing him multiple views of the data. This software architecture was developed in1970 by Trygve Reenskaug. Concept of MVC was put forward by the inventors of Small Talk (a programming language). Model View controller breaks down [...]
Written on February 22, 2011 | Posted in
Programming |
No comment
What is UML? UML stands for Unified Modeling Language. It is a tool used for constructing, specifying, visualizing, and documenting software systems. It can also be used for business modeling and non-software systems. UML first came out in the 1990s with the purpose of selecting the best features of various modeling systems and best engineering [...]
Written on January 20, 2011 | Posted in
Programming |
No comment
In 1972, five former employees of IBM got together and decided to put up their own software outfit. They named their company, Systeme Anwendungen Produkte which is German for Systems Applications and Products in Data Processing. The company was founded with a purpose of developing products that would allow clients to use a single corporate [...]
Written on December 14, 2010 | Posted in
Programming |
No comment
Java is one of the most popular programming languages available today. Its creation followed a design similar to that of the C++ programming language but with several fundamental differences with the main one being that Java is much simpler to use as compared to C++ and other programming languages. The language was created in 1995 [...]
Written on November 4, 2010 | Posted in
Programming |
No comment
What is JNI? JNI stands for Java Native Interface, a software framework that allows codes written in Java and running under JVM (Java Virtual Machine) to work with other software or applications that are based and/or written using a different computer language. Sometimes it becomes necessary for a programmer to use JNI when a particular [...]
Written on August 4, 2011 | Posted in
Programming |
No comment
What is GEP? GEP or Gene Expression Programming is type of algorithm used to evolve various computer programs with the hope of finding a particular solution to a user-defined problem. From the term “gene expression”, this particular algorithm is patterned from and has similarities to genetic programming wherein the actual programs are encoded in the [...]
Written on May 2, 2012 | Posted in
Programming |
No comment
What is SDLC? SDLC or Systems Development Life Cycle refers to the phases involved in software development. Before a particular system or software is rolled out for the use of target customers, it undergoes several stages to ensure that goals are reached and needs are met. In some cases, the phases involved in SDLC involve [...]
Written on June 26, 2012 | Posted in
Programming |
No comment
What is CDate? “CDate” refers to a programming function or syntax that is used in various applications like Microsoft Access and in Visual Basic Scripting. In both applications, CDate basically transforms a particular value to a valid date entry. This particular function will only work, though, if the syntax is correct and the involved expression [...]
Written on January 16, 2013 | Posted in
Programming |
No comment
What is a CDR file? CDR files are files that are created when a person uses CorelDRAW, a vector-based drawing or graphics program. When a person encounters a file with a .CDR extension on his/her computer, he/she can open this particular file only with the CorelDRAW program. If this graphics program is not installed on [...]
Written on February 1, 2013 | Posted in
Programming |
No comment
What is mRNA synthesis? The synthesis of mRNA, or messenger RNA, (ribonucleic acid), is called transcription. This process occurs inside cells for the purpose of building proteins that are essential for the body’s energy and metabolic requirements. mRNAs are substances that are actually copies of DNA which contain all of the genetic information. They are [...]
Written on February 14, 2013 | Posted in
Medicine,
Programming |
No comment
“Cfparam” is a programming tag used in ColdFusion, a Web development platform from Adobe Systems. “CF” stands for “ColdFusion,” and “param” is short for “parameter.” As a programming tag, cfparam basically searches if a variable or parameter exists. Once a parameter is found, cfparam will then try to validate it and try to retrieve its [...]
Written on April 23, 2013 | Posted in
Programming |
No comment
DXWND is a mini program that allows Microsoft games to be viewed on a smaller window rather than the standard full screen. Microsoft games that are created under the Direct X platform are typically played via full screen mode. For people who want to do some multi-tasking and perhaps do something else on their computer [...]
Written on April 24, 2013 | Posted in
Programming |
No comment