PHP Classes

Packages of Alex Lau

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Alex Lau (3)  >  Mission progress status  >  Reputation  
Picture of Alex Lau
Name: Alex Lau is available for providing paid consulting. Contact Alex Lau .
Classes: 3
Country: Hong Kong Hong Kong
Age: 37
All time rank: 3522 in Hong Kong Hong Kong
Week rank: 195 Up1 in Hong Kong Hong Kong Up
All time users: 7596
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image CRoundCorner  
Generate rounded corner images
This class can be used to generate rounded corner images.

It can render an image of a given size that can appear rounded in one of the four possible corners.

The rounded corner are color, the circle radius and the transparency of the background area are configurable parameters.

The image is generated in the PNG format and can be saved to a given file or served as the current script output.

  Files folder image Mix2ool  
Web development framework integrated with jQuery
This package is Web development framework integrated with jQuery.

It provides classes for various purposes that generate HTML 5 and JavaScript for generating user interfaces enhanced with JavaScript components based jQuery library.

CSS styles.

  Files folder image Multi-thread Simulation  
PHP Programming Innovation award nominee
July 2007
Number 2


Prize: One book of choice by O'Reilly
Emulate threads using separate HTTP requests
This class can emulate the execution of program threads using separate HTTP requests to the same script.

It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function.

The requested script executes some code that detects the thread execution request and calls the specified function.

When the thread request script ends, the return values of the called function is returned as a serialized string.

The calling script can execute other tasks while the thread script runs. The results may be collected later when the thread script ends.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z