 | News Feed |
Sections
|
| feed this: |  |
Michael Kimsal's Blog: Why do browsers still not have file upload progress meters?
by Chris Cornutt June 26, 2008 @ 08:41:52
On his blog today Michael Kimsal asks a question that hasn't come up much in recent months - with all of the advancements browsers are adding in, why aren't there better hooks for measuring file downloads?
This current tirade stems from implementing a file upload progress meter in PHP5. Yes, PHP5.2 has some hook, and there's a PECL extension. [...] I realize this is partially a PHP issue I'm ranting about, but it's ultimately a hacky workaround to a basic piece of functionality that browsers should support.
He mentions an example where he basically directly asked a member of the IE team about it. It wasn't greeted seriously and still hasn't managed to be included in most of the popular browsers of today.
voice your opinion now!
browser flie upload progress meter pecl extension apc
SitePoint PHP Blog: Useful in-browser development tools for PHP
by Chris Cornutt May 13, 2008 @ 11:14:48
This new post from Troels Knak-Nielsen on the SitePoint PHP blog shares a few helpful in-browser development tools that could come in handy in your day to day coding.
While debuggers exists, there isn't much of a tradition for using them in PHP. People have largely come to rely on injecting debugging code directly into the program, for inspecting program scope.
Tools mentioned include traceers and error handlers (like XDebug), some debugging parts of the popular PHP frameworks and the set of *cachegrind tools to help you parse the output of XDebug for profiling your application.
voice your opinion now!
browser development tool webbased debug error
Ligaya Turmelle's Blog: W3C Launches New HTML Working Group
by Chris Cornutt March 12, 2007 @ 10:46:00
Ligaya Turmelle has relayed some great news in her latest blog entry, something that the web's been needing for a long time - a new group from the W3C created specifically for enhancing the HTML standard.
Now I have to admit to being curious about what is going on - after all anything new dealing with the web affects me as PHP coder. Since the W3C is supposedly interested in input from the Web community and content developers, I decided to see who from PHP would be there. Granted it is very early for the formation of the group so it didn't really surprise me to see no one from PHP that I know or heard about in there, but I wonder if anyone from the PHP Group will become a "invited expert" somewhere down the road.
The group is looking for members to help define this next generation of markup on the web. Check out their page for some of the qualifications needed to participate and for some of the upcoming events.W3C Launches New HTML Working Group
voice your opinion now!
w3c working group enhance html launch chartered browser w3c working group enhance html launch chartered browser
phpPatterns.com: Creating XUL applications with PHP
by Chris Cornutt October 09, 2006 @ 14:19:00
Please note: this article was incorrectly attributed to PHPHacks.com. The correct author/site has been identified and the information below is the correct information.
phpPatterns brings another tutorial to the PHP community today with this guide to creating XUL applications with the help of PHP.
XUL, or the XML User Interface language, is the common thread running through all Mozilla-powered applications - both desktop and web-based. XUL is a way to describe an application's user interface using XML. XUL is similar in many ways to HTML, while borrowing from, yet not exactly imitating its syntax.
To start off with, we need a simple XUL file that contains a form. This form could consist of anything, but for this example, I will be using a simple Login form that you might be familiar with while building web applications.
They provide the full code of the XUL, PHP, and Javascript to make everything worrk together. They explain how it all goes together and even some of the basics of XUL.
voice your opinion now!
xul application mozilla browser login form javascript tutorial xul application mozilla browser login form javascript tutorial
|
Community Events
Don't see your event here? Let us know!
|