 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Jani Hartikainen's Blog: Wicket from the point of view of a PHP developer
by Chris Cornutt July 15, 2010 @ 08:15:28
On his blog today Jani Hartikainen looks at his experience learning Wicket (a Java application framework) from the perspective of a PHP developer.
My starting point with Wicket was basically zero, at least Java-wise: I had never used any Java web app framework, so I didn't really know what to expect. Since as I said I've mostly used PHP and Python, I assumed the program flow would be something like in them. Of course, this was a completely wrong assumption.
He includes one specific example - handling a form submission. In PHP you work with the POSTed values and do something (insert into a database, email, etc) but with Wicket you really just display the form again - with a few other bits of configuration of course. You worry more about what's in the form instead of how to handle the results. He notes that it's a lot like working with a desktop application environment and recommends it as "an interesting way to do things".
voice your opinion now!
wicket perspective compare form submit
Ask About PHP: PHP and jQuery Submit a form without refreshing the page
by Chris Cornutt June 09, 2010 @ 13:04:14
New on the Ask About PHP blog today there's a tutorial about using PHP and jQuery to submit a form without having to submit the entire page.
Lately, I've been chancing on quite a number of posts at various places asking about how to perform a web action without the webpage reloading/refreshing? For example, dynamically updating a list on a page without a reload or submitting a form to PHP without leaving the webpage the form sits on. I guess this is as good a time to start branching into some posts on PHP and Javascript, or more specifically, jQuery.
You can just download the code of you want to get started right away or you can follow along with the tutorial for code, flow diagrams and a full definition of how it all works.
voice your opinion now!
jquery tutorial submit form
Community News: ABCPHP.com (Digg-Like PHP News Source)
by Chris Cornutt March 16, 2009 @ 12:55:09
If you're constantly hungering for more PHP news, there's a new resource (a Digg-like one, too) that wants to give PHPers the latest from the community and give them a way to show which they like the best - abcphp.
abcphp.com is a social news website made for people to discover and share PHP related content from anywhere on the Internet, by submitting links and stories, and voting and commenting on submitted links and stories.
The site lets you vote (with a registered account) on the PHP-related articles they've posted ala Digg.com and breaks them up into categories like "New Releases", "PHP Dev Tools", "Database" and "Security". You can even create groups of people that share the same interests. Check it out and maybe submit a story while you're there.
voice your opinion now!
abcphp digg news website submit story group categories
Kevin van Zonneveld's Blog: 7 Steps to better PEAR documentation
by Chris Cornutt February 23, 2009 @ 11:11:55
Kevin van Zonneveld has posted seven steps that you can follow to help the documentation for your PEAR class come out better and be more useful in the end.
If you've written a PEAR package, it's probably a good idea to submit some end user documentation. Here's how to do it.
He explains what it is (XML in CVS, easily convertible with phpd) and how the process flows - save the current docs, add your own, build locally and submit to CVS. Here's his tips to help things go smoothly/turn out better:
- Gather the prerequisites
- Save current documentation
- Try building the docs
- Write your own XML docs
- ReBuild peardoc
- Commit your XML
- (There is no seventh step - you're done!)
voice your opinion now!
better pear documentation steps xml cvs phpd build submit package
Community News: OSCON 2009 Call for Participation (Ends Feb. 03, 2009)
by Chris Cornutt January 30, 2009 @ 13:46:43
As Lorna Mitchell has pointed out, the Call for Participation is open for this year's O'Reilly Open Source Convention - but the deadline is February 3rd!
We want to hear about your winning techniques, favorite life-savers, and the system you've made that everyone will be using next year. We'll have tracks for sessions and tutorials on Linux, PHP, Perl, Python, Ruby, Java, Databases, Desktop Applications, Web Applications, Mobile, Administration, Security, People, Business, and Emerging Topics.
They have a few suggestions to consider when submitting your idea - things like "keep it free of marketing", "Straightforward titles are best" and "Explain why people want to attend". You can submit your idea via their proposal form.
voice your opinion now!
oscon09 cfp participation conference recommend submit
Lorna Mitchell's Blog: How to Submit a Conference Talk
by Chris Cornutt October 24, 2008 @ 10:48:42
Thinking about trying your hand at submitting a talk to an upcoming PHP conference but aren't exactly sure where to get started? You might want to check out Lorna Mitchell's suggestions on some of the steps.
Speaking at conferences is a great way to share ideas and meet people - but actually getting the opportunity to do is a little more tricky and usually involves proposing a talk. [...] If you want to go to a conference, and there is a topic you'd like to share some thoughts on, then write them down and submit!
She talks about making the most of the submission form - submitting your abstract and including details why you and your talk should be selected for their conference. The comments include a few other suggestions like "don't submit the same one talk over and over", "try for something different" and remember that you always have something to contribute.
voice your opinion now!
conference submit talk suggestions callforpapers abstract
Community News: 2009 PHP Quebec Conference Call for Papers
by Chris Cornutt September 14, 2008 @ 18:23:23
The PHP Quebec conference group would like to announce the Call for Papers for their 2009 PHP Quebec conference happening March 4th through 6th in Montreal:
PHP Quebec is pleased to announce the seventh edition of the PHP Quebec Conference. The Conference will take place in Montreal, Canada between March 4 and 6th, 2009. We are looking for speakers willing to share their expertise with Canadian and United States PHP professionals.
The Conference features technical talks and Labs dedicated to advanced software development techniques with PHP5 and PHP6, XML, web services, databases, etc., project management where speakers and visitors will try to find solutions to actual business problems.
You can find out more about the submission process at this page on their site. Submissions are accepted for both English and French talks.
voice your opinion now!
cfp callforpapers phpquebec09 submit
Roshan Bhattarai's Blog: How to filter user submitted data easily in PHP?
by Chris Cornutt August 15, 2008 @ 09:31:59
On his blog, Roshan Bhattarai shares a few tips on keeping your application safe by filtering user-submitted data.
Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and using tedious approach while calling the filtering function for each variables with coding each of them in single line . Today, I'm going to show you how can you filter the posted variables easily using callback function in PHP.
He shows how to create a filter_data function (for removing HTML embedded in the data) and how to implement it around your data. It could be extended pretty easily to do more than one filtering method to protect your information even more.
voice your opinion now!
submit user data filter htmlentities
|
Community Events
Don't see your event here? Let us know!
|