Nettuts+ Author - Ben Mills

PG

Visit Ben Mills's Website

Ben Mills is a web developer who lives in Chicago. He can often be found riding around the city on his baby blue scooter.


Posts by Ben Mills

PHP Blog

How to Create an Object-Oriented Blog Using PHP

Oct 20th in PHP by Ben Mills
138

In the past few weeks NETTUTS has posted quite a few great tutorials on how to get started using PHP and MySQL to create simple web applications such as a shout box. Today we are going to take our knowledge of PHP and MySQL a step further by creating a simple blog. While there are countless excellent free blog platforms, the purpose of this tutorial is not to make a “better” blog but to use the process of making a blog to learn about advanced database structure techniques and how to use data more efficiently by utilizing objects in PHP.

Continue Reading

Click and Drag With Javascript

Evening Tip: Create A “Click And Drag” Function With Javascript

Aug 21st in JavaScript & AJAX by Ben Mills
34

In many modern web applications, developers look for ways to make it easier and more intuitive for users to interact. A drag and select function can help your users select multiple objects quickly.

Continue Reading