• Hubs
  • by johnathanhebert

hubs 1-5 (updated every 30 minutes)sort by Hot Best Latest

johnathanhebert profile image67

Using Output Buffering With PHP

When you write a web page with PHP, the output of the PHP script is what eventually is sent to the client's browser. You probably already knew that, but what you may not know is how and when it is sent. ...

2 comments    php http headers
johnathanhebert profile image72

Benefits of Using a PHP Framework

When you decide to develop a web application with a database back-end, rich user interface and complex business logic, a PHP framework can remove obstacles that stand in your way of solving the problem at...

0 comments    web design php web development
johnathanhebert profile image65

Take Advantage of Friendly URL's With The Helix PHP Framework

Friendly URL's are website addresses that are clear, concise, and don't have lots of "junk" in them. A good friendly URL might look something like... ...

0 comments    seo php apache
johnathanhebert profile image70

Using AJAX to Call PHP Methods on the Server

When developing web applications, you will often want to run some code on the server when the user does some action on the site. For example, when a user clicks a button, you may want to display a message...

0 comments    events php javascript
johnathanhebert profile image64

A New Kind of Open Source PHP Framework

The Helix PHP Framework is a framework for making full-featured web applications. It was started about 6 years ago before many other open source frameworks were available, so it has been through many...

0 comments    php database open source
working