News
Quick Tip - How to connect to MySQL with PHP
This is a Quick Tip on how to connect to MySQL with PHP. We have all done it from time to time, but sometimes we forget just how to connect to those pesky MySQL databases directly using PHP. So here’s how it’s done:
<?php
function open( ){$db = mysql_connect( ‘localhost’, ‘root’, ‘password’ );
} ?>
Here we have custom a function “open”. Followed by the mysql_connect function which we will supply the url, username, and password. It’s pretty simple to do in PHP. Thanks for reading …
Adobe’s AIR gets rich applications right
The modern browser makes an appealing client for web-based applications, but even browsers like Safari 3.1 that incorporate features of HTML 5 and CSS 3 have limitations that keep them from competing with native .Net and Java desktop applications. In those areas where a browser falls short, such as …
Top CSS tips and hacks
Most used CSS tricks
Simple Tricks for More Usable Forms
Web developers loathe the task of building forms almost as much as users loathe having to fill them in. Some smart JavaScript and intelligent CSS can go a long way! In this article, I’ll introduce a number of simple tricks for improving the usability of forms, and hopefully inspire you to improve on them and create your own.
A Simple Text Templater in C++
Sometimes you just need a small, simple text templater. This is it.
Tutorials
Recent Illustrator Tutorials
Beginner Adobe Illustrator Mountain Sunset Tutorial Part 1
Beginner Adobe Illustrator Cherry Tutorial
Adobe Illustrator Ladybug Tutorial Part 3 - Usage
Next Illustrator Tutorial Teaser
Adobe Illustrator Ladybug Tutorial Part 2
Adobe Illustrator Ladybug Tutorial Part 1
Illustrator Floral Vine Tutorial
Adobe Illustrator Tutorial : How to Draw a Simple Daisy
View All Illustrator Tutorials
Recent Web Development Tutorials
Quick Tip - How to Connect to MySQL using Perl
Quick Tip - How to connect to MySQL with PHP
Setting up a Website Testing Server with Xampp
Website Template Construction from the Ground up Part 2 - Layout
Website Template Construction from the Ground up Part 1 - Design and Foundation Brainstorming
View All Web Development Tutorials
