Archive

Archive for the ‘PHP’ Category

EU VAT Checker

March 15th, 2010 php No comments
Package:
Summary:
Validate European Union VAT numbers
Groups:
Author:
Description:
This class can be used to validate European Union VAT numbers.

It takes a VAT number issued by any European Union member and performs basic checking to see if the number can be valid.

Then the class also validate the VAT number by sending a HTTP request to a site of an European Union that checks if the given number is valid and exists.


Related posts

Categories: PHP Tags: , , , ,

YouTube Trailer

March 15th, 2010 php No comments
Package:
Summary:
Search and embed movie trailers from YouTube
Groups:
Author:
Description:
This class can be used to search and embed movie trailers from YouTube.

It can send an HTTP request to retrieve and parse the YouTube search result pages for a trailer of a given movie.

The class extracts the identifier of the first result video and generates HTML to embed that video in a Web page.


Related posts

Categories: PHP Tags: , , , ,

Easy file upload

March 15th, 2010 php No comments
Package:
Summary:
Display and process forms to upload multiple files
Groups:
Author:
Description:
This class can be used to display and process forms to upload multiple files.

It can generate HTML to display one or more file upload fields in a form.

The class can also process the uploaded files by moving them to a given target directory, if they have one of the allowed file name extensions and do not exceed a given size limit.


Related posts

Categories: PHP Tags: ,

Table Simple

March 15th, 2010 php No comments
Browser view
Package:
Summary:
Display MySQL query results in HTML tables
Groups:
Author:
Description:
This class can be used to display MySQL query results in HTML tables.

It can execute a given MySQL SELECT query and display the results in an HTML table.

The table attributes, row colors, pagination links, custom column, etc. can be configured.


Related posts

Categories: PHP Tags: , , , , ,

Shorten url

March 13th, 2010 php No comments
Package:
Summary:
Shorten and expand URLs using different services
Groups:
Author:
Description:
This class can be used to shorten and expand URLs using different services.

It can send HTTP requests to the Web services API servers of different URL shortening services to perform either shortening (or expanding in the case of some of the services) of given URLs.

Currently it supports the URL shortening services: tinyurl.com, bit.ly, cli.gs, goo.gl, kl.am, is.gd, tr.im .


Related posts

Categories: PHP Tags: , ,

DS Pager

March 13th, 2010 php No comments
Package:
Summary:
Show links to browse listings split in pages
Groups:
Author:
Description:
This class can be used to show links to browse listings split in pages.

It takes as parameters the total number of entries in the listing, the limit number of entries displayed per page and the number of the current page.

The class shows links to browse to the first, previous, next and last pages.

It can also return the total number of pages and a string with the values for the LIMIT clause of a SELECT database query.


Related posts

Categories: PHP Tags: ,

Image uploader class

March 13th, 2010 php No comments
Package:
Summary:
Process uploaded image files
Groups:
Author:
Description:
This class can be used to process uploaded image files.

It can copy uploaded files to a given destination directory if the directory exists and is valid.

The class can also and crop and resize files that are images.


Related posts

Categories: PHP Tags: ,

Next SFUG-Meeting at Liip Zurich

March 13th, 2010 php No comments

SFUG

Liip Zurich does welcome all SFUG members, friends and everyone who is interested for their next meeting on Tuesday, March 16th. Door Opening will be at 7 pm.

The speeches:

“RestfulX” – Flex on Rails - a talk by Rafael Beck from 19m2
Rafael will present basic examples on how to get started with RESTfulX and will reflect on his experiences with this framework.

“AS3 Performance Tweaks – a talk by Liiper Sandro Ducceschi
Sandro will tackle every day performance issues with AS3 and reveal best practices on how to get a grip of memory consumption and CPU cycles.


Related posts

Categories: PHP Tags: