Automatically add CSS vendor prefixes
2012-04-07
CSSfix class an automatically apply vendor prefixes to specified CSS rules. It also applies other fixes, for different CSS browser specifics.ContentsDownloadExample codesExamples in actionMethod listAwardsLatest changesSupportDownloadBack to contents PHP classes - CSSfix class Example codesBack to contents //declaring class...Generate text using images as letters
2012-01-16
Image Font class can generate text taking images of symbols as font. You can provide path to directory with images, using symbols as file names, or you can provide and array with symbols as keys and paths to images as values It is also possible to set a maximal width restriction and alignment of text.ContentsDownloadExample codesExamples in...Generate words from specified rules
2011-11-25
Word solver class can generate words or anagrams using provided rules, for example, possible errors, placement of specific letter, which letters should be used together, or using any character from specified alphabet. This class can be used to generate solutions to scrabble, crosswords, anagrams and other word gamesContentsDownloadExample...Spell your phone number
2011-10-06
Phone Spell class can generate words that represent dialing for provided phone number. It also calculates word weight in numbers to order found variations starting from most promising ones. This class uses Pspell extension as default dictionary, but it is possible to extend class for custom dictionary usage.ContentsDownloadExample...Inkblot authentication
2011-09-16
Inkblot auth class allows to implement inkblot authentication to your PHP application. It can generate list of inkblots from directory or array. User may provide amount of letters saved per inkblot, to implement different password generation ways The idea is from Microsoft Research about using inkblots in authentication for more complex...Implement game logic to your web application
2011-07-17
Gamify class can help you to implement game logic to your PHP aplications or websites. This class can create needed tables for storing information on most popular database platforms using PDO. It also helps you to add users, define levels and achievements and generate user statistics and tops. Then all you have to do is to bind gamify class...Get information about video and images from link
2011-06-23
Media Embed class allows you to retrieve information about media like Video or Images by simply using link or embed code from media providers like Youtube, Myspace, etc. It can retrieve embeding codes, title, sizes and thumbnails from more than 20 popular media providersContentsDownloadExample codesExamples in actionMethod listSupported...Find and extract proper nouns from text
2011-05-25
Proper nouns class can find and extract proper nouns from given text using heuristics based on syntactic clues like first letter uppercased, word position in sentence, etc. It can try to combine proper nouns using conjunctions to find multiple word proper nouns This class provides customizations so it can be applied to other languages,...Generate countdown in any format
2011-04-17
Multi format countdown class can convert between different formats of time units. User can specify time left to count in any combinations of time units as seconds, minutes, hours, days, weeks, months and years and retrieve in any other combinations of time units User might also provide timestamp to which time left was relatively...Generate, shuffle and deal custom card deck
2011-03-05
Card deck class can generate deck of user defined cards. Then card deck can be shuffled and dealt by specified amount of cards. As card types and properties can be specified, user can define card deck to suit any game If you can't or didn't understand how to define card deck for any specific game (without involving game logic), post a...Generate forms programmatically
2011-02-20
Auto form class can generate simple insert, update, select and delete HTML forms, form validation and form processing code programmatically based on mysql table information It classifies mysql data types in different categories, uses predefined HTML markup for each of them, and uses standard datatype attributes like legth, null, etc for...Implement music theory to generate scale and chord notes
2010-11-13
Music theory class implements music theory for generating scales and chords based on interval patterns between notes. User can add custom scale and chord patterns. This class can: generate scale notes by provided scale name and type generate chord notes by provided chord name and type transpose scales transpose...CSS sprite class for creating sprite image and CSS code generation
2010-10-19
CSS sprite class can generate CSS sprite image from multiple provided images. It provides basic image manipulations, like saving image, outputting to browser, etc This class can also generate CSS code for sprite image usage, from HTML element ID's in which image is used, that could be provided together with image. CSS code...PHP class to retrieve multiple images from Google using curl multi handler
2010-09-30
There are many limitations to Google Search API, for example there only 64 allowed and 32 results for local search. Yet php curl result returns only 4 image results. To bypass that restriction in most effective way, here is a simple php class to get and output specified number of images (less then 64 of course) using curl multi...Implement pop under advertising to your site using pop under class
2010-09-27
Pop under class allows you to implement pop under advertising to your website. You can customize probability of ads to appear, time for how long to show advertisement and much more. There is also an option to mark users who saw advertisement for specified period of time, so they won't be bothered with pop under advertisements during...Sparql Query Builder
2010-09-15
Sparql Query Builder class can be used to compose queries to XML RDF documents using SPARQL. It can compose and generate queries for sending to a SPARQL end point that can extract semantic information from RDF documents. It complies with W3C Recommendations http://www.w3.org/TR/rdf-sparql-query/ This class reduces amount of text...Phones Complete class
2010-09-15
Phones Complete class can be used to query information of mobile devices from Phones Complete database. It can send HTTP requests to the PhonesComplete Web services API to retrieve information for a given mobile phone. The class parses the response and returns the mobile device information in an array or the raw XML response. It...Guitar chord API class
2010-09-14
Guitar chord API 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. For more information...Ajax calendar class
2010-09-04
Here is AJAX Calendar, which can be used to display month calendars browsable using AJAX. It can generate HTML and JavaScript to display a month calendar with links to browse the months using AJAX to avoid page reloading. The class can make given days be displayed as links to event pages. The browsing may be restricted to given dates....Episode tracker class
2010-08-31
Here is Episode tracker class, which can be used to get TV show episodes information from IMDB. This class uses IMDB API from http://imdbapi.poromenos.org/ which is database of TV series and Episodes updated every day from IMDB interface files It can search for TV series by exact names or similar names or combined method, return list of...1 2










