Author: Evert Padje | 217 views
17
Mar
In this tutorial, we’re going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage. Let’s dive right in!
Step 1: Creating Database Tables
It’s always a good idea to start with creating a good data model when building an application. Let’s describe our application in one sentence: We are going to make a forum which has us
Read more...
Tags :
Account,
auto increment,
data model,
data types,
database table,
database tables,
database usage,
dive right,
Don,
form,
Mysql,
name,
nouns,
password,
php,
query,
session,
sha,
table names,
user,
workbench,
Author: Andrew Burgess | 111 views
11
Jan
A project is always more fun when you’ve got friends working with you, but how can do it when working on a coding project? I’ll keep my keyboard to myself, thanks.Enter GitHub. With this web service, you can share your coding projects and collaborate with ease!DisclaimerThis tutorial will assume that you’re familiar with Git, arguably the best distributed version control software there is. Already
Read more...
Tags :
Button,
c option,
dashboard,
default location,
github,
goodness,
jQuery,
keyboard,
line,
network,
project,
repo,
repository,
rsa,
ssh public key,
tab,
time,
version control software,
web service,
white space,
Author: Jeffrey Way | 209 views
1
Jan
Where I live, it’ll be 2010 in six hours. Wow – 2010! And that means, in five years, we’ll be in flying cars where the postal service isn’t as efficient as the weather. (First person who names that movie reference will be sent a web dev book.) As the year comes to a close, I want to take a moment to thank all of you so much. While my job is to edit and create tutorials, I can promise that I
Read more...
Tags :
Allie,
Collis,
com,
compensation,
CSS,
decade,
Derek,
Design,
designing a website,
evil eye,
flying cars,
happy new year,
Jeffrey,
new decade,
Plus,
postal service,
Quality,
Ruby,
screencast,
site,
six hours,
style tutorials,
web,
web dev,
year,
0 Comments
Filed under: News
Author: Andrew Burgess | 243 views
28
Dec
Now that we’re down to the end of 2009, what were some of the best web development and design tutorials and articles from the year? We’ll take a look at 120 of them!JanuaryHow to Build a Login System for a Simple WebsiteIn today’s video tutorial, we’ll be building a login system with PHP and MYSQL. Many, many features will be covered; including MySqli, Prepared Statements, jQuery, Classes, S
Read more...
Tags :
Apple App,
Ben,
CSS,
custom url,
definitive guide,
design tutorials,
DOM,
DOM Elements,
hot plate,
HTML,
JavaScript,
jQuery,
keyboard shortcuts,
login system,
Nice,
oriented techniques,
page,
Part,
php,
PSD,
Ruby,
target,
tinyurl,
tutorial,
web,
Website,
Author: Rey Bango | 121 views
10
Dec
The Dojo team announced today the release of Dojo 1.4, the culmination of 9 months of hard work by the crew.
While this release is primarily a stability and performance release, we managed to sneak quite a bit of great new functionality into the various projects. All the significant changes have been outlined in the 1.4 release notes (including migration issues), and are far too numerous to list here: ranging from
Read more...
Tags :
animation,
API,
APIs,
cache,
developer productivity,
dijit,
dojo,
DojoX,
Dylan Schiemann,
experimental module,
Google,
IO Pipeline,
migration issues,
Performance,
plug ins,
release,
schiemann,
speed improvements,
substantial improvements,
team,
widgets,
Author: Andrew Burgess | 233 views
24
Nov
Who doesn’t love to completely trick out their website with neat features? But what happens when your viewers aren’t using the latest browser, or they have JavaScript turned off? In today’s tutorial, you’ll learn how to create a image gallery that will work in almost all environments, using progressive enhancement techniques.
Introduction
So what exactly is progressive enhancement
Read more...
Tags :
animate,
bells and whistles,
coffee table,
css support,
div,
DOM,
enhancement techniques,
external stylesheet,
eye candy,
function,
graceful degradation,
group,
item,
JavaScript,
list,
Min,
neat features,
position,
script,
scripting technologies,
semantic markup,
time,
user,
var,
width,
Author: Michael Mahemoff | 53 views
3
Nov
Editor's Note:
Michael did a great job jotting down notes at our developer event in London, and we appreciate him taking the time to do a writeup. Some of the notes have been taken out of context, so we wanted to clarify: We started with a talk on the the future of the mobile Web. This talked about the potential of the Web as the platform for devices, and why we were excited to join Palm.
We don't comment on our sp
Read more...
Tags :
Comments Off
Filed under: Mobile, front page
Author: Dion Almaer | 74 views
30
Oct
The following is a guest post. If you have something to say to the Ajaxian community, please feel free to either link us to your work, or give us a guest posting that goes into detail! Contact us.
My name is Jerod Venema, and I'm excited to write to you about our new Comet server for the Microsoft stack - WebSync. It is written in 100% managed C#, and uses IIS to reach incredibly high user concurrency. Despite bei
Read more...
Tags :
acer desktop,
client,
client libraries,
Comet,
concurrency issues,
cpu cores,
guest,
HTTP,
javascript client,
managed c,
maximum advantage,
Microsoft,
NET,
new comet,
object construction,
post,
request,
Server,
venema,
WebSync,
Author: Skellie | 76 views
29
Oct
In this Best of Tuts+ roundup you’ll learn how to simulate a sniper scope, design and code a flexible website, create an intense movie poster, create a golden vector compass, build a minigolf game with ActionScript 3.0, take sports photos like a pro, create a rocky video game terrain in Blender and get a useful introduction to home recording–among many other things! Let’s take a look.
Aetuts+
Read more...
Tags :
adobe kuler,
Art,
Article,
audio spectrum,
Continue,
D Game,
D Text,
Don,
Flash,
I,
Illustrator,
layer maps,
minigolf game,
motion tracking,
optical phenomena,
Part,
photography,
scope design,
scope view,
sniper scope,
tutorial,
tutorial deals,
Vector,
Visit,
wireframe,
Comments Off
Filed under: Web Roundups
Author: Andrew Burgess | 71 views
28
Oct
Have you ever worked on a project that was so unwieldy, you were scared to update a file or add a feature? Maybe the problem was that you weren’t using a version control system. In today’s tutorial, we’ll learn the basics of what might possibly be the best VCS in the world: Git.
What is Git?
Git is a open-source code managemen tool; it was created by Linus Torvalds when he was building the Linux
Read more...
Tags :
bigIdea,
branch,
checkout,
code,
command,
cygwin,
git,
linus torvalds,
linux kernel,
master,
message,
open source code,
parable,
peace of mind,
project,
revision control system,
status,
tom preston,
vcs,
werner,
Comments Off
Filed under: Other, git, version control