Community News: Latest PHPClasses.org Releases for 01.30.2008
Original post provide by PHP FreaksLatest PHPClasses.org Releases:JPEG Slicerclass upload fileFeed GeneratorCSV CreationKG MySQL ClassMYDB ClassmyYouYubeCotação do DollarObject dynamic generationHTTP client classconvert
Previous Articles:AJAX Virtualization? Java Applets To Create Dynamic Web Pages
The OPC DataHub from Cogent Real-Time Systems now provides more ways to visualize and interact with real-time data in a web browser. Its new streaming AJAX Web Data Browser displays immediate updates to data from a wide range of sources like databases, spreadsheets, and OPC servers.
WebTech 2007
The 4th Internet technologies conference will take place from June 29 till 30th in the Bulgarian seaside at city of Varna where you can combine sun, sea and technologies. The conference as in the previous 3 years will focus on new technologies in web programming, open source and everything that stands for IT.
IPhone As Biz-Phone: Enabling IPhone Support For Enterprise Applications
With millions of iPhones sold in recent months, enterprises are challenged with how to manage the influx of these personal devices coming 'in the back door' without compromising security policies. One IDC analyst states, 'Bringing secure enterprise wireless email to the Apple iPhone brings it one step closer to being able to be used as a trusted enterprise device.' This session will advocate a proactive approach to adding iPhone as a supported device, and illustrate how doing so provides enterprise support for iPhones and reduces security concerns, while still providing a rich user experience utilizing the native iPhone mail application.
IPhone Early Adopters: The Key To Free Publicity Or The Fall Of A Technology
While the free promotion can be a great marketing tool for wireless carriers, it can be crippling if users have issues with session and network quality. Verizon's Voyager and Nokia's N810 must isolate and prioritize network problems to ensure that customer issues are addressed as quickly as possible.
RIAs And How Open Is 'Open' In The Mobile Software Space?
Where does open source code make sense? Is simply being open source sufficient? Does openness necessarily mean fragmentation, and if so, what's the best way to forestall that? There are many platforms based on open source code to greater or lesser degrees, many 'open development platforms' and a number of initiatives--LiMo, LiPS, GNOME Mobile, the Open Handset Alliance, and others--dedicated to putting open source software on mobile devices.
More Articles:
Zend Developer Zone: Lifting The Skirt On Zend Framework 1.5 - Zend_Form
Like everything in Zend Framework, almost everything is configurable; however the defaults are probably good for most uses. They include some sample code that shows the creation of both a simple, sample form and something a little bit more advanced including validation methods and making fields required.
Matthew O'Phinney's Blog: Burlington PHP Tonight
Bradley Holt is founder and web developer for Found Line, a local design and development studio which has used Zend Framework in several recent projects. You can get more information about the meetup from this event page on their Google Groups site (happening at the Brown and Jenkins Coffee Roasters).
Jonathan Snook's Blog: Password Protecting Admin Functions In CakePHP
Jonathan Snook has posted a helpful trick for CakePHP users out there looking to secure sections of their site away from normal users and keep it only in the hands of the admins. I just wanted to document this for easy future reference but if you don't want to hook up a complex user adminstration with authorization components, you can simply specify that the admin path be password protected in either your .htaccess file or in your httpd.conf.
Tobias Schlitt's Blog: Book Of The Month (eZ Components)
Tobias Schlitt mentioned today that the book from him and fellow coauthor Kore Nordmann, a guide to the eZ Components framework, has been made the featured book of the month over on DynamicWebPages.de. On the website you now find a picture of the book in a very prominent place and an extensive recension (German) linked from there.
DevShed: Keeping Track Of Objects When Using Destructors In PHP 5
In this third part of the series, I'm going to show you how to retrieve some useful information about a specific object, including its properties and methods, prior to its being destroyed by the PHP parser via the implementation of a simple destructor.