News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Developer Drive:
Creating a PHP User Survey Writing to Database Tables
November 22, 2011 @ 14:54:03

On Developer Drive today they've posted the most recent article in a tutorial series showing you how to create a user survey that stores the results to a database table. In this latest tutorial, they show how to hook the current code into a MySQL backend.

In the first two parts of this series, we created the data layer that will hold the polling data and established methods for setting the variable values and reading from the database tables. In this part, we will build the methods that will write new polls and answers to the tables.

They include the code for an "addPoll" method that inserts the questions and answers for the polls. Their "editPoll" method updates the poll questions/answers and the "addVote" method does exactly like it sounds - adding a vote to one of the poll options. Also included are "deletePoll", "activatePoll" and "deactivatePoll".

0 comments voice your opinion now!
tutorial database table poll survey answers questions



Brandon Savage's Blog:
Q&A Answering Some Questions About Object-Oriented Programming
October 30, 2009 @ 09:20:52

Brandon Savage has posted the answers to some questions that were raised by a previous post of his on object-oriented development and some best practices. In this new post, he answers the questions:

  • "Often times when a developer gives each object only one responsibility, they tightly couple objects together." Can you explain?
  • I do not know about dependency injection '" do you have any links that do not require subscription?
  • Can you please explain 'one object '" one job' concept?

Each question is answered, sometimes with code included, to help resolve any confusion about how to correct use object oriented practices in your applications.

0 comments voice your opinion now!
oop object oriented programming questions


Chris Jones' Blog:
New PHP Oracle FAQ Wiki
April 08, 2009 @ 12:05:05

Chris Jones has pointed out a new wiki page that's been set up as a more centralized resource for frequently asked questions about PHP and Oracle.

I've updated the old Oracle PHP FAQ and the Oracle PHP Troubleshooting FAQs that were hosted by Oracle Technology Network (OTN). We've redirected the old FAQ pages to a new wiki page: http://wiki.oracle.com/page/PHP+Oracle+FAQ with the updated content. Feel free to create an account and make updates. Hosting the FAQ on a wiki seems appropriate because PHP is open source and grows by the value of everyone's contributions.

Questions so far include some of the basics (connecting, querying, etc) and a few more complicated issues like pre-fetching, LOBS and new information for using the Zend Server to connect to your Oracle databases.

0 comments voice your opinion now!
oracle wiki faq basic advanced frequently asked questions


Francois Zaninotto's Blog:
Designing a CMS Architecture
September 26, 2008 @ 08:49:37

A recent post from Francois Zaninotto has been getting a lot of attention recently. It's his look at what would be needed to design a complete CMS and the full architecture behind it.

When faced with the alternative between an off-the-shelf CMS or a custom development, many companies pick solutions like ezPublish or Drupal. In addition to being free, these CMS seem to fulfill all possible requirements. But while choosing an open-source solution is a great idea, going for a full-featured CMS may prove more expensive than designing and developing your own Custom Management System.

He breaks it up into sections that look at the hidden costs behind custom development, what components it takes, the environment to build in and some of the fundamental questions you need to ask before even getting started.

0 comments voice your opinion now!
cms design architecture environment cost component questions


WebDevRadio:
Episode 40 - Listener questions
November 23, 2007 @ 12:20:32

The latest episode of WebDevRadio has been posted (by Michael Kimsal) - some responses to listener questions that have been sent to him.

The latest webdevradio podcast is up. One of the topics is a question for listeners about PHP learning resources; specifically, what are some good resources to learn PHP OO? I also ask about what listeners would recommend to someone just getting in to the webdev field these days - .net, java, ruby, php, something else?

You can either subscribe to their feed to get this (and future episodes) or just get the mp3 only. He also has a web player on the post to listen there as well.

0 comments voice your opinion now!
webdevradio podcast listener questions webdevradio podcast listener questions


Symfony Project:
What do you use symfony for?
September 27, 2006 @ 08:20:00

The symfony project asks the community on their blog what sorts of projects they're using the framework for:

We are trying to get a better view of the use of symfony, and of what people think are its strongest and weakest points.

If you have five minutes to spare, we'd love to have your feedback on the matter. There is a poll thread in the forum where you can express your opinion.

If you're a user of the symfony framework, be sure to head over to the post and grab the list of questions they'd like to hear about. Tons of developers have already responded, so add your answers today!

0 comments voice your opinion now!
symfony framework usage poll questions priorities symfony framework usage poll questions priorities


Jacob Santos' Blog:
Multitasking in PHP
August 19, 2006 @ 15:23:43

In his latest blog post, Jacob Santos takes a look at a common request PHP developers hit after a while - is it possible to multitask processes/actions in php?

The ability to run two or more commands in parallel is totally sexy, but the Web is a different playing field and it doesn't make complete sense.

PHP loses control, once the output is sent and the connection is closed. Multithreading would probably make sense in streaming, but PHP already handles that for you where it makes sense for the function. Furthermore, mulithreading has its purpose in applications that continue to run and not something that closes and cleans up everything after the last command is issued.

He continues talking more about what multitasking is, a more real life example, the goods, the bads, and some of the issues that can come along with it. Finally, he suggests a feature to be added to the core of PHP - an "internal multitasking mechanism" to help aid these kinds of processes.

0 comments voice your opinion now!
multitasking common questions real world good bad multitasking common questions real world good bad


Joshua Eichorn's Blog:
You got AJAX questions I got Answers
August 11, 2006 @ 14:06:50

Joshua Eichorn, being the generous soul that he is, is offering in his latest post to answer any Ajax questions his readers might want to know about.

Have you wondered whats the easiest way to submit a form using AJAX, what the status of HTML_AJAX development is, or what is covered in Understanding AJAX?

Well nows your chance.

To get your question(s) in, just submit them as a comment on this post and he'll come back in a few days with the answers.

0 comments voice your opinion now!
ajax html_ajax pear package questions answers understanding book ajax html_ajax pear package questions answers understanding book


Syntux.net:
PHP5 Certification Exam
August 08, 2006 @ 06:09:42

With a "post-exam post" today, Jad has come back from the testing center fresh out of the new Zend PHP5 Certification exam with a few comments.

I just came back from the test centre; The exam was really great and joy to take, all topics were equally covered but if you are planning to book then I'd suggest not to make a general read but read in details about everything even stuff you aren't likely to use or you are not used to use in your daily dose of code.

He gives examples of questions of different types - syntax, general functionality differences, differences between PHP4 and PHP5, etc. He also specifically mentions some of the questions covering exceptions, SOAP, inferfaces, SimpleXML and more. He recommends reading up on pretty much every topic on their list.

0 comments voice your opinion now!
php5 certification exam taken topics questions php5 certification exam taken topics questions


KillerPHP.com:
PHP Design Patterns - when should they be used?
August 07, 2006 @ 06:21:35

On the KillerPHP.com website, there's a brief look at design patterns, specifically using them in PHP:

Since the release of PHP 5, the PHP world has slowly started to get into more advanced programming, things like object oriented concepts and the use of design patterns.

Stefan Mischook describes the patterns simply, as nothing more than standardized ways of solving common programming problems. He lists a few of the more well-known patterns and answers a few common questions developers have about them:

  • When should you start learning and using design patterns?
  • The dark side of design patterns (when should I use them?)
  • What can we learn from Java's bad experience?

I love his final comment - it sums the design pattern experience up well:

I am not saying that design patterns are bad, I just think they should be used only in the right context: you don't need an 18 wheeler truck to move a chair...
0 comments voice your opinion now!
design patterns usage when questions introduction design patterns usage when questions introduction



Community Events





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


podcast interview community language framework custom release symfony2 phpunit package series conference introduction api application test unittest manifesto development opinion

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