eHow launches Android app: Get the best of eHow on the go.
Showing 1-50 of 591 results
XSL is a markup language that uses XML syntax to define its style-sheet elements. In technical terms, XSL is a "well-formed" XML document, meaning that it conforms to XML rules. This makes it...
Programming for a positive integer exponent is simple. Just set up a loop that multiplies the base of the exponent by itself and repeat the loop to correspond to the exponent number. The tricky...
Computer science is a broad field of study encompassing several disciplines--among them programming; analysis and design; database design and development; computer system architecture. Whatever...
This how to explains how to get TabPages from a TabControl in C#
The key to creating a Web page using XML is to understand that XML elements must be converted into HTML in order view your XML as a Web page. That's where the XSL transformation (XSLT) language...
Converting date formats in Transact-SQL is a trivial task when using the supplied functions for datetime-to-character conversion. For nearly all standard date formats, there is an existing...
With computers becoming a part of daily life for individuals of all ages, computer classes are requiring classroom strategies that appeal to multiple generations. It's also important to...
Much like HTML, eXtensible Markup Language, or XML, is a text-based markup language that uses elements and attributes to describe data. If you know how to create Web pages using HTML tags, you are...
Although file extensions play an important role in signaling the purpose of a particular file to your computer, it is possible for different types of files to have the same extension. An example...
A flow chart is defined as the visual representation of the flow of data or a process.
Flowcharts use predefined symbols and shapes to describe what is happening to data during any given process, breaking down potentially large and complex information into visually understandable...
A pulse width modulation is one way to control the rotation or position of an electric motor or servo. Using Verilog HDL, I will show how easy it is to use counters in order to create a pwm.
A computer script is a programming language designed to control and manipulate software. Scripts are the basic code that enables the simplest of computer commands to be carried out. Learning all...
Most Universal Asynchronous Receiver Transmitter (UART) that I found online, are too complicated and difficult to understand, here I will explain some simple theory and also code on how to build one.
If you have a computer especially with internet access, you probably use Microsoft for something. For some it is almost everything. Without an operating system to support everything Microsoft...
Often, as a SQL DBA or Developer, there’s a need to write quick simple tasks to get something done. I’ve had the opportunity to write many of these types of procedures and I thought I’d share...
Creating an HTML link that opens a user's email with a pre-defined subject line is very simple and quick to do. We can use the HTML "mailto" protocol. In addition to a subject line, an email body...
Unified Modeling Language (UML) is a graphical language for diagramming software structure, interactions and deployment. UML 2.0 features 13 types of diagrams for documenting the software...
Unified Modeling Language (UML) is a graphical language software engineers use for visually planning, designing, and documenting object-oriented software systems. UML 2.0 features thirteen types...
As you can't learn driving by simply reading the driving guide, same goes with programming. You can make the learning programming languages quite easy. But you need to make some investments for...
These instructions will show you how to set up a dev environment for use when creating websites and web applications.
Unified Modeling Language (UML) is a visual language used in object-oriented software engineering. UML is used for graphically describing the structure, interactions and behaviors of a software...
Learning to program a computer is pretty much the same as learning to speak another language. This is so because in order to program you must learn a language which the computer understands. The...
Making XML look pretty in a Microsoft SQL Server result set is moderately easy, given a proper set of tools and technique. Whether using SQL Server 2000, 2005 or 2008, producing easy-to-read,...
Making a 3D game can be a challenging and time consuming endeavor, but the company Blitz Research, which has been making game engine software since 2000, has released the popular software package...
When surfing to many websites, an icon will show up in the browser bar. The icon is a great benefit in helping to brand and build an image for the website. It is often used by institutions such as...
HyperText Markup Language (HTML) is a programming language used to create content for web pages. There are a number of different files associated with HTML programming, including MHT files, i.e.,...
HTML or Hypertext Markup Language is a method of writing instructions that computers follow to display web pages. There are a number of different files associated with HTML, including .htc files.
When creating a computer program, programmers create parts of the program in various files. There are a number of file types associated with programming, including one type that uses the .src file...
Loops are programming devices that specify that a section of a program is to be performed one or more times. Typically they are divided into two categories, "for loops" and "while loops". A "for...
During the process of making a computer program, developers create multiple files containing a small part of the instructions necessary for the computer program. When coding is complete, another...
The .NET Framework is a software library of prefabricated code and many developers use it to create websites that take advantage of the latest in web technology, such as XML and simpler programs...
Files with the extension XFDL (.xfdl) are formatted document files. XFDL files are safe for your computer.
Turbo Pascal is a type of programming language used to write programs, instructions that computers follow to complete tasks. A number of files are associated with Turbo Pascal, including .tpx files.
Game Maker, the game design suite by YoYo Games, tries to make it as easy as possible for nonprogrammers to produce great games without getting their Computer Science degree. However, even Game...
Building a website may require some knowledge of programming languages. However, with the advent of "what you see is what you get" (WYSIWYG) editors, you can create websites with very limited...
Many people and businesses are creating their own websites for personal or business purposes. Regardless of the reason you are creating a website, you may want to create a contact form so that...
An Application Development Language is another term for a programming language, the vocabulary and syntax that is used to create applications or programs for computers. Some file types are used...
During the process of computer programming, it is sometimes necessary to produce the program in parts that are later compiled into one total program. These parts created during the programming...
Game Maker 7 is a program released by YoYo Games that helps aspiring game developers ease into the art of game programing with a simple graphical interface for creating games. In Game Maker 7 you...
Lazarus is a computer software program used for creating programs written in a programming language known as Pascal. A variety of files are associated with Lazarus, including .lfm files.
PLC is an acronym for Programmable Logic Controller. The PLC takes the input, checks the condition and, based on the condition, switches its output on or off.
This article shows how to write a Mandelbrot web service in C#.
This tutorial shows you how to write a client application for the mandelbrot web service in C#.
Computer science is a discipline that covers a multitude of topics in the computer and mathematical realms. Hardly a subject reserved for people who build computers or who write computer programs,...
GUI or graphical user interfaces are programs that allow users to see graphics as well as text and are used to describe video games and programs that run on systems like Windows and Mac OS. When...
Produced by Microsoft, Visual Studio is a computer program used for creating computer programs in a number of different programming language. A number of files are associated with Visual Studio,...
Produced by Microsoft, .NET Framework is a piece of software used to help computer programmers develop lists of instructions that computers follow to complete tasks, known as programs. A number of...
In some cases, different types of unrelated files share a common series of characters after the period in their filenames, known as a file extension. An example of this is the .vmo file extension,...
ASP.NET is a free technology offered through Microsoft. It allows webmasters and programmers to easily create web applications that are dynamic and elegant. This article is going to tell you how...