This is a listing of all of the new tutorials recently submitted to Good-Tutorials. Feel free to browse it and get the jump on the newest tutorials before they make it to the front page. A tutorial will be moved to the front page only if it receives enough votes in 24 hours, so please rate them if you find you have the time... it'll help us build a better Good-Tutorials for everyone. Thanks!
PHP »
Basics — 4 days ago
— awaiting moderation
This post shows how to download a web page and find all the link anchor tags in the page using PHP and the Simple HTML DOM Parser which has a jQuery like syntax selector.
PHP »
Basics — 4 days ago
— awaiting moderation
This free tutorial shows you how to use the SWF/XML Charting library with PHP. Source code included.
Well, now most of the Hosting Companies provide cURL installed on their Servers. But unfortunately, if your server/vps doesn’t have cURL installed, then you’ll have to do it manually.
There are basically two methods to get cURL working on your Server.
First, you can enable cURL using EasyApache Script from cPanel/WHM
If this is not possible, then you must install cURL manually.
PHP »
Basics — 3 days ago
— awaiting moderation
This free tutorial shows you how to use Google Spreadsheets to collection PHP exception details. Source code included.
In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter. After this tutorial, you will be able to build a feed for any custom website in no time at all.
In this tutorial, readers will look at the tabs component of jQuery UI; a simple but effective means of presenting structured content in an engaging and interactive widget. Topics like:
* The default implementation of the widget
* How the CSS framework targets tab widgets
* How to apply custom styles to a set of tabs
* Configuring tabs using their options * Built-in transition effects for content panel changes
are thoroughly discussed in this tutorial.
SEO is necessary—you've got to do it if you want to rank well for keywords.
In this Chapter, readers will learn:
* What is a keyword and why it matters
* Why keyword research is perhaps the most important thing you will do in an SEO campaign
* Setting goals for your keywords
* How to use your site to find great keywords including installing and configuring the Top Searches module
* Several external keyword research tools to speed up the process of finding the best terms
* A walk-throu
Understanding MySQL for PHP is the new series of videos where I'm explaining what MySQL is and how to use it to create your own database. Every week we will be publishing the new video to add to this series. This videos will give you a solid understanding of the databases and how to use them to store and retrieve the relevant information.
PHP »
Forms — about 12 hours ago
— awaiting moderation
This tutorial explains how to create the advanced search form for your website with PHP and MySQL using text fields, dropdown menus, radio buttons and check boxes. You will learn how to create database, how to define relationships between different tables and how to create search form which populates relevant information from the database and displays then on the page depending on selection made.
Learn to create a custom RSS feed for your website content. These easy to build XML feeds can extend the reach of your content and grow your audience. This howto shows how to build and serve an RSS feed from your MySQL database.