Category Archives: Free PHP Scripts

Proper nouns

This class can extract proper nouns from texts. It takes a text string and can detect which words may be proper nouns of people, entities, etc.. It uses some heuristics like the capitalization of the first word letter, the presence of people title preceeding the nouns, etc.. The class may consider consecutive proper names as a single proper name. The class assumes English by default but may be configure to work with other idioms.

Multi-format countdown

This class can show the time left until a moment in different formats. It can take as parameters the specification of a time remaining to a certain moment given the seconds, minutes, hours, days, weeks, months and years. The class can return the remaining time formatted in a a custom way with a given list of time format parameters.

Zazavi

Zazavi is a free website builder designed with a simple drag-and-drop interface so that absolutely no programming skills are required. You can build your website for completely free within just a couple hours!

CSS sprite class

This class can be used to generate sprite images and CSS to use image styles to use the sprites in Web pages. It can take a list of images and generates a single sprite image with all the images inside. The class can also generate CSS style definitions to use in Web pages that need to use the images from the generated sprite image.

Pop under class

This class can be used to display interstitial advertising. It generates HTML and JavaScript that makes an advertising page appear on the current page and then automatically disappears if the user clicks on the skip link or does not click on the advertising after a few seconds. The advertising display time is configurable. The same user may also not be exposed to the same advert for until a given period. The class may invoke a given callback function when the user clicks on the advert or in the skip links.

Guitar Chord API class

This class can be used to search for guitar chords using Guitar Chord API. It can send HTTP request to the Guitar chord API Web server to find chord variations based on given data about chord by specifying the chord name, chord modification, or/and string/fret combination.
Powered by Gewgley