|
Written by Chris Gountanis
|
|
Beryl now known as Compiz is an OpenGL accelerated desktop that seeks to provide a free, open source desktop experience to the community that reflects the wishes of the users. Above all else, the project seeks to listen to and respond to the requests of the user base. Beryl is a combined window manager and composite manager written in C using OpenGL to provide acceleration. It is designed to be highly flexible, extensible, and portable, all the while keeping in mind that the users know how they want their desktops to act better than we do. With Beryl the rather esoteric concept of the computer desktop is brought down to a more human level, allowing for a more native and intuitive understanding of your workspace.
|
|
Last Updated on Tuesday, 03 June 2008 10:02 |
|
Read more...
|
|
Written by Chris Gountanis
|
|
In telecommunication, telephony encompasses the general use of equipment to provide voice communication over distances, specifically by connecting telephones to each other. Telephones originally were connected directly together in pairs. Each user had separate telephones wired to the various places he might wish to reach. This became inconvenient when people wanted to talk to many other telephones, so the telephone exchange was invented. Each telephone could then be connected to other local ones, thus inventing the local loop and the telephone call. Soon, nearby exchanges were connected together by trunk lines, and eventually far away ones were. |
|
Last Updated on Tuesday, 13 May 2008 09:34 |
|
Read more...
|
|
|
Written by Chris Gountanis
|
|
In the process of designing the graphical user interface (GUI) many aspects have to be taken into account. The basic goal is to make the interface user friendly while completing the required function. The user is the key element in the process of design of the GUI according to the same nature of the interaction. The suitable attention to its characteristics will determine the success or failure of an application and will provide better elements and requirements for design. The user is limited or qualified by different human factors as psychological, physical, or sociological differences. |
|
Last Updated on Tuesday, 01 April 2008 19:22 |
|
Read more...
|
|
Written by Chris Gountanis
|
|
The control structures in your program are the most direct representation of the logic needed to implement your specifications. The format of these control structures, therefore, will have a significant impact on the readability of your code. Indentation is the most important element of control structure layout. Always keep statements of the same "logical level" at the same indentation level. |
|
Last Updated on Saturday, 16 February 2008 14:01 |
|
Read more...
|
|
|
Written by Chris Gountanis
|
|
Applet security is generally thought of as a needed protection by most Java programmers. The ability to download code live is a major advantage, but it is also a great tool for the same kind of people who like to write viruses that infect your PC. The developers of Java took that into account and developed a security model that helps protect your system from malicious attacks. You may consider some of the applet security restrictions a pain, but it is much better to have too much security than too little. |
|
Last Updated on Wednesday, 12 March 2008 09:33 |
|
Read more...
|
|
Written by Chris Gountanis
|
|
This program asks user for input amount of the loan, the interest rate and the number of years. The program validates the input checking for valid numeric data before continuing. If the interest rate was entered in percentage form it converts to decimal before calculation process. The program then calculates the monthly payment. The monthly payment total and the input values are displayed rounded to the second decimal place. |
|
Last Updated on Saturday, 09 February 2008 07:21 |
|
Read more...
|
|
|
|
|
|