News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Matthew Weier O'Phinney's Blog:
Pastebin app and conference updates
September 11, 2008 @ 08:34:32

Matthew Weier O'Phinney has posted an update on two things to his blog - that he will be speaking at this year's ZendCon and that new things have been posted from his Zend Framework & Dojo webinar the other day.

First off, you may now view my Dojo Webinar online (requires login and registration at zend.com). Attendance was phenomenal, and I've had some really good feedback. [...] Second, I've completed what I'm calling version 1.0.0 of the pastebin application I demo'd in the webinar. The PHP code is fully unit tested (though I haven't yet delved into using DOH! to test the JS), and incorporates a number of best practices and tips that Pete Higgins from Dojo was kind enough to provide to me.

This application can be downloaded directly from his site, ready to drop in and test with your local Zend Framework install.

0 comments voice your opinion now!
dojo pastebin application conference webinar download



The PHP Blog:
Writing a Pastebin in PHP
June 14, 2006 @ 06:52:40

From The PHP Blog today, there's this tutorial covering the creation of a "pastebin" style website of your very own. Pastebins are a simple collaboration tool allowing the posting of textual data (most commonly code) to a public place anonymously.

This post will show you step by step, how to create your own personal pastebin. If you don't know already, a pastebin is a website that lets people share text. These kinds of sites are useful when collaborating with project members who are in different locations, because it lets you quickly share pasted data with all members, instead of emailing the text back and forth. Some popular pastebins are pastebin.com, and pastebin.ca.

They develop the backend first, creating a simple MySQL database to hold the information. From there, it's just a bit of PHP away from allowing users to post their information. It's a very basic kind of interface (no feedback capabilities or anything), but with a little tweaking, it could definitely do more.

0 comments voice your opinion now!
php pastebin tutorial mysql post anonymously php pastebin tutorial mysql post anonymously



Community Events







Don't see your event here?
Let us know!


example developer releases security release zendframework job mysql book zend code conference database ajax cakephp package application PHP5 framework PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework