Language
Basic
Remove
Platform
Any
License
Any
Several container widgets exist in GTK+, and with the toolkit's API, you can create user-defined containers. This API is also exposed to PyGTK. In this article, learn how to create a "weighted-table"...
The following is an example of using the Jython interactive interpreter from the Windows 2000 command prompt. On this page, we demonstrate several Jython basics.
Hashing is one of the basic and often used features when working with crypto systems. It is used widely and can be used with different purposes. When a clear text is hashed, a relative unique "finger...
Learning how to use the API for OpenSSL -- the best-known open
library for secure communication -- can be intimidating,
because the documentation is incomplete. Fill in the gaps, and
tame the...
The basics of coding GUIs with the Swing package in Java.
This article provides a brief summary of basic layout management in the Java Abstract Window Toolkit (AWT) and is intended to serve as a foundation for more sophisticated AWT programming.
Working with GDI can be tricky on the web, this tutorial is a basic introduction for people who needs to draw images on the fly. Here we cover drawing text and lines.
Interested in learning the JavaMail API and implementing it with JavaServer Pages? Well you have come to the right place. This tutorial covers the basics of the JavaMail API and demonstrates them...
The standard WinForm DataGrid control that is included with the .NET Framework does not inheritantly expose a method for printing its contents. Undoubtedly, there are several third party vendors that...
This article demonstrates how to use an ActiveX component from within Visual Studio .NET by using Visual Basic .NET.
This two-part series of articles will show you how to use J2ME and Bluetooth to develop next-generation wireless applications for tomorrow's market. This first article covers the basics of Bluetooth;...
Lucene is a free text-indexing and -searching API written in
Java. To appreciate indexing techniques described later in this
article, you need a basic understanding of Lucene's index
structure....
This is the 'sister' page to Bill Wilkinson's page on using Python with Microsoft's Data Access Objects (DAO). It is intended to give the basics on using Python to connect to an MS Access 2000...
Microsoft .NET is Microsoft’s recent released development framework. Microsoft .NET not only introduces powerful languages such as C# and VB.NET, it also brings relief to other programmers including...