- 2 (51)
Computers use binary, thus the number 2 is very important in computing. You will find it everywhere.
- 3 (40)
- 3 buttons
- 32 (3)
- 8.10
- 2007 (12)
- back (25)
- Badger (1)
- BASIC (9)
BASIC is an accronym and stands for Beginner's All-purpose Symbolic Instruction Code. In other words, a language that anyone can easily learn. Of course, modern versions of BASIC (specifically VB, VBA, Visual BASIC) are quite advanced
- basics (3)
- Belkin (1)
- Bill Armend (1)
- Bill Gates (1)
The person who created Microsoft with a few friends. Multi-billionaire, he lives in Richmont Washington and has been the CEO of Microsoft for a very long time. He's now just a Chairman.
- billing (2)
- BIND (3)
- BIOS (3)
Basic Input/Output System--the code in a microchip that resides in your computer and is used to start it (boot your hard drive, CD, Flash device, etc.)
- black hole (1)
- block (8)
- boost (1)
- boot (7)
- box (19)
- brand (2)
- Breezy (2)
- browser (13)
- bug (8)
- bullet (3)
- button (19)
- C (28)
The C language is one of the oldest. It allows for very fast implementations, but has a huge lack of memory protection.
- C++ (28)
Programming language based on the C language adding object features to the language.
- callback (4)
- captcha (1)
- capture (1)
- cc (3)
The Unix C compiler. This is an old language that started the frenzy of advanced C, C++ and C# languages. Many other languages are also based on C such as PHP, Java and Javascript.
- CD (9)
- CD-ROM (2)
- center (4)
- certificate (5)
- CGI (1)
Common Gateway Interface--Really, just a way to run a program on a server to generate a dynamic page. It can be in any language.
- ChangeDisplaySettings (1)
Function used to change the display settings under MS-Windows.
- character (7)
- checkbox (3)
- chroot (3)
- cl (3)
cl is the C and C++ compiler of Microsoft. This is the default compiler used by Visual Studio when compiling C or C++ files.
- clamav (1)
- C language
- class (4)
- clean (5)
- click (24)
- code (46)
- collection (4)
- column (15)
- COM (41)
- combo (3)
- combobox (3)
- comment (13)
- compile (5)
- compiler (10)
- complex (8)
- conduit (1)
- connection (14)
- console (10)
- constant (3)
- container (1)
- content (23)
- control (10)
- copy (22)
- core (7)
- Coverity (1)
- CPU (3)
Central Processing Unit--what actually enables a computer to do things. The most well known are the Intel and AMD processors, although there are thousands of them.
- create (50)
- cron (5)
Unix daemon used to run background tasks at specified intervals. For instance, once a day, you can rename your log files with .1, .2, .3, etc. and compress them for archival.
- CSS (4)
CSS stands for Cascading Style Sheets. The sheets are used to describe the display of your HTML data. It is primarily used in Browsers, although some Graphical Interfaces are starting to make use of basic properties of the CSS. The basics are quite similar to the X11 resources.
- CSV (1)
- currency
- CurrentDb (4)
- cursor (4)
- customer (10)
- cvs (3)
CVS is a control source tool that has been used for a quite long time. It uses RCS as its bottom layer (RCS is limited to a single computer environment.) Each time the source code is checked in with a diff so one can always retrieve a previous version. CVS is often being replaced with SVN.
- D6 (5)
Abbreviations for Drupal version 6.x
- data (48)
- database (68)
- datasheet (3)
- date (14)
- deamon (8)
- deassociate
- death (1)
- Debian (10)
A Linux distribution borned in Germany. Debian is well known for not accepting any software that have a "dodge" license. They will always make sure that the license is 100% like GPL, BSD, MIT, etc. an Open Source license.
- debug (8)
When one of the early computers stopped working, it felt like the program was wrong. The fact was that a bug was crowling inside and generating electrical problems. Once the bug was removed and the computer fixed, the program worked again. Since then, a problem in a computer program is called a bug. The word de-bug means removing the bugs from the software program.
- debugger
- debugging
- decimal (3)
Most Database systems offer a number type called DECIMAL. In general, it represents a fixed integer number with a set number of digits on the left side of the decimal point and a set of digits after the decimal point. Some database system will use floating points instead. Commonly used synonyms are MONEY and CURRENCY.
- decipher (4)
- declare (7)
- delete (14)
- demonstration (1)
- descriptor (2)
- development (18)
- device (6)
- dialog (2)
- disk (5)
- display (9)
- DIV (5)
- DKIM (1)
- dll (4)
Dynamic Link Library--the extension and name used for dynamically loaded libraries under MS-Windows.
- domain (11)
- double (5)
- download (14)
- Drake (2)
- Drapper (1)
- drive (10)
- drop (11)
- dropdown (3)
- Drupal (35)
Database driven CMS running using PHP.
- «Drupal»
This term is a test with the « and » quotes around a name.
- dual (1)
- dump (5)
The dump command, under a Unix system, is used to dump the entire file system to another device. By default, the dump output device is a tape device (/dev/tape). Now a day, however, it is often used with other devices such as another file system (from one hard drive to another.)
Other systems use that same keyword. It is particularly the case of database systems. For instance, the PostgreSQL database has a pg_dump command.
The opposite command is restore. That command is used to get the data from the output device and put it back on your hard drive.
- duplicate (4)
- .dylib (1)
Dynamic Library--the Mac OS/X naming convention for dynamic libraries. Not too sure why they choose that extension since FreeBSD uses .so just like most other Unices... To confuse people, maybe?
- Edgy (1)
- edit (29)
- editor (11)
- EDLL (2)
Enhanced Dynamic Link Library--an enhanced dynamic linker that simulates the behavior of the Linux and other Unix linkers by offering a way for libraries to link back inside the main executable. See the EDLL website for more information.
- Eft (1)
- email (8)
- embedded
Embedded software is a reference to software written to work in a piece of hardware equipment. At first, this was code written directly for a specialized processor such as an FPGA or a DSP. Today, regular computers will be used for applications such as a medical device or a kiosk and it is also called embedded software, even though these just are desktop applications...
- enhanced (4)
- ensure (6)
- EPROM (1)
- error (54)
- event (12)
- Excel (1)
- exclusive
- expect (11)
- explicit (4)
- explorer (12)
- ext2 (1)
- extension (5)
- extermely
- external (5)
- facebook (3)
- factorial (2)
- fail (10)
- false (8)
- FAT (1)
The FAT (File Allocation Table) file system has its origins in the late 1970s and early 1980s and was the file system supported by the Microsoft MS-DOS operating system. It was originally developed as a simple file system suitable for floppy disk drives less than 500K in size. Over time it has been enhanced to support larger and larger media. Currently there are three FAT file system types: FAT12, FAT16 and FAT32. The basic difference in these FAT sub types, and the reason for the names, is the size, in bits, of the entries in the actual FAT structure on the disk. There are 12 bits in a FAT12 FAT entry, 16 bits in a FAT16 FAT entry and 32 bits in a FAT32 FAT entry.
- FAT12
- FAT16
- FAT32
- favicon (1)
Favorite Icon was first created by Microsoft. Like many other website features, Internet Explorer expects their favicon.ico file in the root of your website. FireFox and other browsers properly support the link tag named shortcut icon.
- favicon.ico, favorite icon
- favorite (2)
- Fawn (1)
- FCKeditor (2)
Javascript based text editor offering features similar to MS-Word and other such text editors.
- feature (16)
- Fedora (2)
Linux system based on the now discontinued free RedHat distribution. Previously called FedoraCore.
- FedoraCore
- feed (5)
- field (20)
- Fiesty (2)
Name of a Walt Disney character used for a version of Ubuntu.
- FIFO
First In, First Out--This is another way to speak of a pipe or ring buffer. On one side, there is a generator that pushes data in and on the other side you have another program that reads the data sent by the generator. The data comes out in the same order it was pushed in. Usually the data are bytes, but it should be a short, long or even a complete event or object.
- file (61)
- File Allocation Table
- filter (8)
- FireFox (9)
- firewall (6)
- fix (33)
- fixed (9)
- float (3)
float is a type in most software languages referencing an IEEE floating point number. These numbers are generally defined on 32 or 64 bits with three parts: a sign, an exponent and a mantissa. There is also a bias which is not saved in the number. The sign is 0 (positive) or 1 (negative). This means you have a representation of: +0.0 and -0.0. The exponent is about 1/6th the total size in bits. The bias is added/subtracted from the exponent. In the end, it is a signed power of 2 exponent (i.e. exercises a shift on the mantissa.) The mantissa forms the current number.
- focus (2)
- footer (2)
The bottom of a page, generally something that appears on all the pages such as the current page number, total number of pages, date when it was printed, and the name of the company.
- force (9)
- form (24)
- Fox Trot (1)
- free (13)
- FreeBSD (9)
A Unix operating system created by the University of Berkeley.
- freeware (2)
- freeze (1)
- freeze pan (1)
- freshclam (1)
- friend (5)
- FTP (4)
- function (39)
- g++ (4)
C++ compiler from the GNU compiler suite. Compliant as much as possible to the C++ standard. Includes support of a complete standard library (STL).
- game (2)
- games (2)
- Gb (3)
Giga bytes--these days, the common measure for memory and disk space. It changed in the last 20 years from Kb (Kilo bytes) to Mb (Mega bytes) and to Gb. With disks, we are close to Tb (Tera bytes) and some people talk about Pb (Peta bytes).
- gcc
- generate (23)
- GET (78)
- GetRows (2)
- Gibbon (1)
- glob (1)
- gmake
- gnumake
A Unix tool used to work on files that are out of date by the GNU Free Software Foundation.
- grey mouse
- group (8)
- grow (2)
- GRUB (4)
- GUID (3)
A GUID is a Globally Unique IDentifier. It is used by objects that need to run on any computer in the whole entire world. It is very likely that, once in a while, two people will generate the exact same GUID, although quite unlikely. Each computer has a network card now and that card serial number is often used as a starting point to define GUID on that computer. GUID were invented by Microsoft for their operating system.
- Gutsy (2)
- gVIM (3)
- happen (17)
- hard (25)
- Hardy (2)
- header (5)
- Hedgehog (1)
- height (3)
- Heron (1)
Name of a Walt Disney character used for a version of Ubuntu.
- hesitate (4)
- hide (9)
- highlighting (2)
- highlightning
- Hoary (1)
- hosts (5)
- hotkey
- hot key
- HTML (24)
- HTTPS (1)
Hyper Text Transfer Protocol Secure—The protocol used by browsers to communicate to web servers securely. The security is done with similarly to SSH. The transfer uses FTP like commands, but only one connection. Since HTTP 1.1 it is also possible to reuse the same connection for multiple files (pages, images, videos, etc.)
| - I2C (1)
- Ibex (1)
- ICE (1)
- ICH (1)
- icon (3)
- IDE (5)
- IE (4)
- IE,IE5,IE6,IE7,IE8,IE9
- image (9)
- imap_open (1)
- index (12)
- inline (4)
- insert (9)
- inside (11)
- install (20)
- installation (13)
- Intel (1)
- Internet (20)
Inter-Network. The Internet was created at a University to attempt to connect computers between each others from "far away places" (i.e. two buildings in the same University). The main concept was to create a set of protocols to make the systems work. Namely, the SMTP, FTP and TELNET. Now we have many others such as the well known HTTP, which is based on the TELNET concept.
- Internet Explorer (11)
Internet Explorer is the browser offered by Microsoft to browse your file system and the Internet. It is based on the old free software called Mosaic. Now it is borrowing parts of other free software such as Konqueror. It first used Visual Basic as a language, now it supports Javascript very well too. It was a great browser in competition with Netscape 5.x from the start (trying to undermine the company named Netscape.)
- INTO (32)
An SQL keyword used right before the name of a table where data is to be inserted. It is used with the INSERT and the SELECT keywords.
- Intrepid (4)
Name of a Walt Disney character used for a version of Ubuntu.
- Intuit
- invalid (9)
- IrfanView (1)
- IsEmpty (2)
- IsError (1)
- IsMissing (1)
- IsNull (2)
The Visual Basic function to check whether a value is set to Null. The PHP equivalent is is_null().
- IsObject (1)
- ItemInventory (1)
- label (9)
- language (42)
In computing, a language is a lexicon and grammar enabling a programmer to write software. There are interpreted and compiled languages. When compiling the computer transform the instructions of a program into instructions that the processor can execute natively.
- large (14)
- left (9)
- letter (3)
- level (11)
- libbfd (2)
- library (15)
- LILO (2)
- limit (10)
- link (20)
- Linux (43)
Linux is a free POSIX Unix operating system first created by Linus Torvalis. Now millions participate in improving Linux. And for those who are not sure how to pronounce Linux, there is a sound file from Linus.
- list (36)
- ListID (1)
- live (3)
- lm87 (1)
- lm_sensors (1)
- load (20)
- load average (1)
- loadavg (1)
- local (12)
- locale (2)
- localedef (1)
- location (6)
- lock (3)
- locking (1)
- log (14)
- logo (5)
The term logo usually references a small image or icon used to represent a business or product. In computing, there is also the LOGO language, a simplified version of the lisp language, if I may.
- low (3)
- lsof (2)
List open files in your Linux system. This command lists all the files that are currently opened. If you are root, you can list all the files opened on the system. Otherwise, only those that you have permission to read or write will show up.
- m2osw
- Macintosh
- Mac OS/X (6)
The new system for Macintosh computers. This is based on FreeBSD, a Unix platform.
- macro (8)
- Made to Order Software (3)
Made to Order Software is my company. m2osw for short. We offer many different types of software including some for Drupal (the CMS used for this very site.)
- make
- margin (5)
- mark (9)
- master (4)
- MBR (2)
- memory (13)
- menu (22)
In the computer world, menus are sets of items that generate an action when activated.
It is used in CUI, GUI and the Internet.
- merge (3)
- Microsoft (23)
- MinGW (4)
- missing (8)
- mode (10)
- module (34)
- money
- mount (4)
- mouse (5)
- Mozilla (3)
- MS-Access (37)
- msdn (3)
Microsoft Developer Network, a website, many documentations, all for developers on Microsoft Windows.
- MS-DOS (3)
- MS-Windows (17)
- multiple (20)
- My Documents (1)
A special folder automatically defined on the Microsoft Operating System. It includes the current user documents. In principal, it makes sense: each user will get a different folder, of course, Unix has a better solution that does not require any special handling to access the user data. When the user logs in, he is in his document folder!
- MySQL (4)
- name (53)
- named (27)
- navigation (3)
- ncftp (1)
- ncftpget (1)
- ncftpput (1)
- negative (3)
- nested (2)
- network (25)
- node (13)
- not (152)
In programming there are two not operators. One is the logical not that transforms TRUE into FALSE and vice versa. The other transforms bits from 0 to 1 and vice versa. not is also used in documentation with a very specific meaning. Often, the accompagnying verb defines the meaning with more details (i.e. MUST NOT and SHOULD NOT.)
- nothing (35)
- NSS
- NTFS (1)
- number (58)
- numlock (1)
| - Ubuntu (20)
A Linux distribution based on Debian and born in Switzerland.
- unassociate (1)
- UNICODE (2)
- Unix (54)
An Operating System that works. All the specifications are free and Linux, AIX, HP-UX, SunOS, Solaris, IRIX are examples of a Unix implementation.
- unixODBC (1)
- unsubscribe (2)
- update (22)
- URL (23)
- user (33)
- VACUUM (2)
The VACUUM instruction is used by PostgreSQL to query the server in cleaning up the corresponding database cluster. The work done is simply to remove the unused rows and clearly mark them are available. The VACUUM FULL command will go the extra distance of pushing the data so as to make the tables as small as possible. The command can be run on a per table basis.
- validate (2)
- validation (2)
- validator (2)
- value (20)
- variable (25)
- VB (1)
Abbreviation of Visual BASIC. See also VBA.
- VBA (8)
- verify (9)
- version (33)
- view (16)
- viewer
- views (3)
A module Drupal that let people define lists of nodes, blocks, feeds, and whatever other data available in your Drupal installation.
- VirtualBox (1)
- visual (9)
- Visual Basic (4)
- Visual Studio
- VLC (1)
- vsftpd (1)
Very Secure File Transfer Protocol Daemon, an FTP server that allows people to transfer data between computers. It is marked as very secure, at least it is as secure as an FTP server can be (although there has been several security advisories for this tool...)
Remember that an FTP transfer is rarely using an encrypted pipe (it is possible to use kerberos and SSL to really secure the data transmission) and also because it uses a data stream opened dynamically, it is possible for hackers to spoof a data connection.
- vulnerability (1)
- X11 (6)
- X3D
- XHTML (1)
- XML (10)
Extensible markup language. First mainly used on the Internet, XML was born out of a constrained version of HTML (SGML). It is now used for all sorts of data.
- zlib (1)
The Z library is a compression library based on an algorithm that compresses at best in some automated and simle way. For better performance, the entire input file is necessary. Note that you can get better results with other methods, this one is excellent for streaming, however.
- zoom (2)
The effect of enlarging (zoom in) or reducing (zoom out) what you see on your screen.
Note that enlarging generally pixelizes the data unless you have an image with very high precision.
On the other hand, reducing merges colors together and thus generates a blury image.
|