14 projects tagged "PHP"
TYPO3 CMS is a Web Content Management System which features automatic creation of navigational menus, headlines, and other dynamic graphical elements, automatic conversion and scaling of images, the ability to present different templates based on variables such as client browser or country code, support for multiple templates on a site, and a built-in password-protection option. Pages can be timed to be shown on a certain date, be hidden on a certain date or just temporarily hidden. TYPO3 supports search in SQL-databases and redesigning of a website at once is just a matter of creating a single new template.
HackIt! is a strategic game where your goal is to control as many Web sites as you can by hacking them. It is played on an infinite map (the whole Web) where hackers struggle for the control of the Internet. The game involves scanning sites to know who they belong to, hacking your friends' favorite pages, or tracking them to kick them out of the net.
xn.debug is a debugger for PHP. It is built with several interacting technologies. The core element is a PHP based function, which can be integrated into the application files. This function can be used to inspect PHP elements at nearly every point of code. The function will also be executed again as shutdown function after the application is finished. At this point, HTML output is generated and placed at the end of the server response to the browser. Once the HTML snippet is executed, a virtual debugging window is displayed. Styling is based on a dedicated CSS file and a handful of JavaScript functions.
Huxley is a set of classes that makes it trivial to produce legitimate output for queries made by the prevailing standard of REST queries. Instead of writing a network API with many methods, being run over RPC, you instead write only a couple of methods that are accessed by HTTP GET requests. You then return the results (in either XML, JSON, or text) for processing. XML and JSON are chosen because of the ease by which they can be parsed by most languages. In this way, you open up the scope of your network services to many more people than would otherwise have access to it.
PHP On Pie is a PHP framework that combines the best ideas from PHP projects like Drupal, CodeIgniter, Kohana, and ZendFramework. It has very few core concepts: classes, models, events, slots, and tools. It lets you repackage completed apps into plugins that you or others can use later. Its smart database classes allow you to implement vertical and horizontal partitioning (sharding) easily to handle millions of users.
HOYRESPIRO is software developed for PEOPLE, a project promoting "smart cities" through rapid implementation, deployment, and uptake of innovative Internet-based services to face present challenges and improve future quality of life. HOYRESPIRO, developed for the pilot city of Bilbao, provides citizens with geo-referenced information about the air quality in and around the city, the pollen levels, the weather forecast, and weather information (updated every 10 minutes). It uses the existing network for environmental control of the city and the indicators developed with the data collected. The network consists of weather stations which measure atmospheric variables related to pollution and levels of pollen in the air.
WebSite-PHP is a PHP Framework which has the distinction of being fully object-oriented and not requiring special knowledge of HTML or JavaScript. Knowledge of PHP and mechanisms for object-oriented programming (OOP) are still required. It provides an easy-to-use framework which is compatible with MySQL. With its 100% object programming, it provides maximum reusability of the framework components.