Ad Management (110)Auctions (94)CakePHP (89)Calendars (96)Chat (97)Chats and Forums (112)Classified Ads (103)Collections (68)Commercial Services (141)Content Management (109)Database Management (117)Development Tools (48)Directories (105)E-Commerce (65)E-mail (121) | Editors (91)FAQ and Knowledgebase (106)FAQs, Help, and Tutorials (124)Forums (134)Frameworks (140)GeekLog (93)Guestbooks (94)Image Galleries (118)Integrated Development Environments (93)Invision Power Board (113)Joomla (108)Link Management (123)Mambo (100)Obfuscation and Encryption (101)Personal Pages (44) | PHP-Nuke (105)phpBB (131)phpWebSite (93)Polls (91)PostNuke (98)Resources (120)Scripts (125)Source Code Formatters (91)User Groups (83)vBulletin (106)Wiki Engines (99)Xoops (87)Zend Frameworks (97) |
Rasmus Lerdorf at OSCON: Getting Rich with PHP 5Rasmus Lerdorf gave a talk on “Getting Rich with PHP 5â€. He showed techniques to dramatically improve the throughput of a web application. Click [ more ] and I’ll give you the details. |
Creating A Fulltext Search Engine In PHP 5 With The Zend Framework's Zend Search LuceneThis article covers the implementation of a fulltext search engine using PHP 5 and the Zend Framework. We will be using the Zend_Search_Lucene component to create and search our fulltext index. |
Monitoring File Uploads using Ajax and PHPBecause of the limitations of HTTP, it is difficult to monitor the status of files as they are uploaded via HTML forms. While other programming languages have built-in methods to monitor file uploads, PHP does not. This article shows how to implement such a solution in PHP. We will use Ajax to retrieve information about a file as it is being uploaded and display the progress back to the user. |
Generating Static Images of Google MapsOne useful feature of Google Maps is the ability to generate a static image of any longitude and latitude that you desire, as opposed to using the normal JavaScript-based interactive map. In this article I will show you how to request such static images. We will then combine this technique with the geocoder we created in the article Geocoding with PHP and the Google Maps API. |