 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DevShed: Generate PDF Documents with PHP on the Windows Platform
by Chris Cornutt September 17, 2008 @ 12:03:25
In a new tutorial on DevShed, they show you how to create PDF documents in a Windows environment with the help of PHP.
If you're a PHP programmer who has tried to generate PDF documents on the Windows platform, you may have run into some very irritating issues. This article will discuss those issues, show you how to generate PDF documents that can be viewed on a desktop and through a browser, and help you troubleshoot if you run into problems.
They show how to set up the PDF libraries, create a simple PDF document ("hello world" of course) including the use of true type fonts and the best ways to output it to the browser for public consumption.
voice your opinion now!
pdf document windows tutorial browser
Total PHP: Browser based template editor
by Chris Cornutt September 04, 2008 @ 14:34:36
On the Total PHP blog today, there's a new tutorial showing how to make a very basic template editing form to update the templates for your site.
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the move quite often. In this tutorial we walk through how to create a simple template editor in PHP.
The process is pretty simple - a form that allows you to either create or edit a current template file and some PHP that handles the submit. It takes in the data from the textarea and pushed it out to the correctly named file. It's a pretty simple setup and it requires that the web server user can write to the files, but it can be a big help when you can't get into the machine otherwise.
voice your opinion now!
tutorial template editor form browser
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!
|