Wednesday, October 7, 2009

WabLab Online

Hello Developers,

Finally, we've launched our website, it's www.wablab.com, it's just a way to classify the developers around the world, if you get more points, you will get more visible, then you will be famous in your country and the world:

This is my Profile:

http://www.wablab.com/Ahmad-Saleh/profile


Hope you'll have fun.

Friday, June 27, 2008

ClamAV (Open Source Antivirus)

Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.

(More)

Varnish ( HTTP Accelerator )

Varnish is a state-of-the-art, high-performance HTTP accelerator. Varnish is targeted primarily at the FreeBSD 6/7 and Linux 2.6 platforms, and takes full advantage of the virtual memory system and advanced I/O features offered by these operating systems.

(More)

Font's Character Width (Monospaced And Proportional)

A monospaced font, also called a fixed-width or non-proportional font, is a font whose letters each occupy the same amount of space. This contrasts to variable-width fonts, where the letters differ in size to one another.

(More)

PHP History

PHP has come a long way in the last few years. Growing to be one of the most prominent languages powering the Web was not an easy task. Those of you interested in briefly seeing how PHP grew out to what it is today, read on. Old PHP releases can be found at the » PHP Museum.

(More)

Using Session In PHP Without Cookies

First of all, before going in deep through topic you must first know:

1. What is the php session?
2. Why we use it?
3. How does it work?

(More)

Monday, October 22, 2007

JSON

JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing objects and other data structures and is mainly used to transmit such structured data over a network connection (in a process called serialization). JSON finds its main application in Ajax web application programming, as a simple alternative to using XML for
asynchronously transmitting structured information between client and server. JSON stands for Javascript Object Notation

(More)