Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



How to: Reddit-style Voting With PHP, MySQL And jQuery

If you are a regular at Reddit, you must have noticed the way people vote there. You can either vote up or vote down. Pretty interesting, huh? This tutorial will show you how to create such a voting system with jQuery, PHP and MySQL.

Author lv3 (40000/50000)

Summary

Views 5 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

Build a Social Network Using Joomla!

Social network implementation has become a necessity for successful websites. Joomla!, the popular Open-Source CMS, has some great and affordable ways to bring your site to the social networking level. Let’s review how

Author lv3 (47400/50000)

Summary

Views 73 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 4.00 out of 5)

404/403 Website Error Pages With PHP Auto-Mailer

Website error pages are perhaps one of the most overlooked pieces of a fully rounded website. Not only are they important but they give you the opportunity to have a little fun. Although many web developers rely on server logs to keep an eye out for hits on error pages, I’m going to take a different approach by using a PHP generated email. In addition, we will spice up the design a bit, add basic navigation and link to the website sitemap.

Author lv3 (47400/50000)

Summary

Views 41 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

Add Power to Your PHP With Multi-Tiered Applications

As PHP applications become more and more complex, it can be easy to end up with a tangled mess of code that makes maintenance nearly impossible. Applying the concept of tiered applications can help to alleviate some of the difficulty in maintaining complex applications.

Author lv3 (47400/50000)

Summary

Views 11 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

Become an Expression Engine Superstar in 5 Days

ExpressionEngine claims to be “the most flexible web publishing system you’ll ever meet” – it’s also the most oft-used CMS in the professional web design community that you’ve never given the time of day to. It’s time to change that and find out precisely why all of the ‘free’ alternatives should sit up and take note.

Author lv3 (47400/50000)

Summary

Views 37 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

How to Code a Fun To-Do List With PHP and AJAX

For this week’s Plus tutorial, we’ll be working with many different technologies. Ultimately, we’ll be building a to-do list that will allow you, or your user, to create, update, and delete items asynchronously. To accomplish our task, we’ll be using PHP and jQuery’s AJAX capabilities. I think you’ll find that it’s not quite as hard as you might initially think. I’ll show you exactly how!

Author lv3 (40000/50000)

Summary

Views 284 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

Creating a Graph/Chart Library with PHP

If any data, such as temperature versus day or stock market values, is to be presented in a meaningful fashion, it really needs to be presented visually. This usually takes the form of charts. Various forms of charts exist, such as line graphs, bar graphs, pie charts, and so on. (more…)

Author lv1 (3900/5000)

Summary

Views 3,039 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 4.67 out of 5)

Determining Whether an Email Account Exists

A common web application is having users sign up for some service. Often you want to confirm whether the given email truly exists. Realistically, there is only one accurate way of determining whether an email account exists and is active. You must actually send an email to the user and require that the user either respond to it or click a link in it to verify that the user received the email. (more…)

Author lv1 (3900/5000)

Summary

Views 3,864 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.40 out of 5)

Creating a Multilayer Drop-Down Menu

When creating a website, navigation is always a problem. On a large complicated website, it can become a burden. Sometimes, having hierarchical drop-down menus can make this easier, allowing for a small amount of space on the screen to be used (the initial menu) to present a complicated menu system. (more…)

Author lv1 (3900/5000)

Summary

Views 5,404 views
1 Star2 Star3Star4 Star5 Star (7 votes, average: 4.43 out of 5)

Cache in PHP

In the modern days, most of the sites are database driven. That means that your site is actually an application which retrieves data from a DBMS ( database managment system, eg MySQL) , parses the data and shows the result to the user. (more…)

Author lv1 (3900/5000)

Summary

Views 2,288 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.40 out of 5)