Delphi code to display the screen size and the list of fonts
CSS example safe fonts List for web
Link to CSS files: You essentially hotlink directly to CSS files on Google. Through URL parameters, you specificity which fonts you want, and what variations of those fonts.
PHP Code example for ASCII CAPTCHA
Iterate enumerative and associate array using for loop in php.
Loads the contents of a dir an sorts them by the date of creation.
By default Symfony displays forms in tables, with each new input being a table row. If you want to display your forms more semantically with fieldsets and lists, Symfony has a list formatter built in. You can tell an individual form to display as a list using the code below.
This function will not recurs subdirectories - it will only return a list of sub folder on the "first" level.
Generate CAPTCHA images for form validation without any outside library's or plug-ins
When developing applications that need to operate on files and directories it is a common task to, for example, get the list of all sub-directories for a given directory.
Example code for merge sort of an integer list
Create dynamic variables from a query or a list.
An example of a simple double linked list using OOP techniques
HTML code for Standard List Navigation
A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id tag to your own.
Java code example to list the Files or Subdirectories in a Directory
PHP code to convert MySQL date to UNIX timestamp
How ot use MySQL REGEX match comma-delimitted list
To show a list of all mapped network drives, use the GetNetworkDriveMappings function
Find a key from a list of values. parameters: sbValues: List of Values 'A;B;C;D' sbToken: Key 'B' sbSeparator: ',' or any defined sbValues