Author: Evert Padje | 127 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: Bill Pena | 312 views
28
Jan
Mobile websites have come a long way, but if you want to take full advantage of a smartphone’s hardware, or get listed in the iTunes App Store, you need to compile your code. In this tutorial, we’ll show you how to create a mobile web app with an iPhone look and feel using jQTouch, then turn it into a native iPhone app using Phonegap. No Objective-C necessary.Tutorial DetailsProgram: PhonegapVersion: 0.
Read more...
Tags :
App,
code,
div,
iphone,
javascript objects,
jQTouch,
Mac,
Mac OS,
Mac OS X,
mapping features,
native app,
native features,
open source framework,
PhoneGap,
script,
sqllite,
style,
type,
web,
web code,
www folder,
Author: Andrew Burgess | 109 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: Siddharth | 176 views
31
Dec
A few months ago, you learned how to create an in-place editing system. Today, we’ll take things a step further as we create a simple backend, which will allow our website to remember the changes that we’ve made. A Word From the AuthorWith all the buzz around Web 2.0, ease of use is now much more important than ever. Being able to edit some content without having to go to another page is something a lot
Read more...
Tags :
box,
buffer,
class,
design approval,
development server,
Don,
editing system,
function,
harnish,
HTML,
key field,
null value,
Part,
proje,
random data,
selector,
Server,
sql queries,
text,
value,
web profession,
Author: Burak Guzel | 235 views
29
Dec
CodeIgniter is a simple and powerful open source web application framework for PHP. Today, we’ll do some core “hacks” to this framework to change and improve its functionality. In the process, you’ll gain a better understanding of the intricacies of CodeIgniter.DisclaimerIt is not recommended to apply these hacks to an existing project. Since they change some of CodeIgniter’s core func
Read more...
Tags :
application,
autoloader,
class,
class inheritance,
codeigniter,
connection,
controller,
core functionality,
Doctrine,
existing project,
form,
latest stable release,
line,
model class,
MY,
name,
open source web,
php,
php function,
system application,
URI,
web application framework,
Author: Burak Guzel | 98 views
29
Dec
CodeIgniter is a simple and powerful open source web application framework for PHP. Today, we’ll do some core “hacks” to this framework to change and improve its functionality. In the process, you’ll gain a better understanding of the intricacies of CodeIgniter.DisclaimerIt is not recommended to apply these hacks to an existing project. Since they change some of CodeIgniter’s core func
Read more...
Tags :
application,
autoloader,
class,
class inheritance,
codeigniter,
connection,
controller,
core functionality,
Doctrine,
existing project,
form,
latest stable release,
line,
model class,
MY,
name,
open source web,
php,
php function,
system application,
URI,
web application framework,
Author: Philo Hermans | 306 views
15
Dec
CodeIgniter is an open source PHP web application framework with a lot of features. Recently, thanks to the latest update, a new feature was added to this framework, called the Cart Class. In this tutorial, we’re going to take advantage of this new class, and write a shopping cart system, with a touch of jQuery added in. What is CodeIgniter?CodeIgniter is a powerful PHP framework with a very small footprin
Read more...
Tags :
application folder,
cart,
coders,
Don,
folder structure,
function,
Google,
index,
item,
jQuery,
latest stable version,
mvc pattern,
php,
Product,
quantity,
quot,
shopping cart system,
source php,
system folder,
var,
web application framework,
Author: Burak Guzel | 211 views
9
Dec
Code readability is a universal subject in the world of computer programming. It’s one of the first things we learn as developers. Readable and maintainable code is something to be proud of in a finished product. We can share it with others, contribute to other projects, and reuse code from applications we wrote months or even years ago.This article will detail the fifteen most important best practices when w
Read more...
Tags :
code,
code readability,
code style,
consistent style,
Don,
finished product,
folder,
FROM,
function,
indentation,
integrated development environment,
Jeffrey Way,
maintainable code,
name,
NY,
party library,
phpdoc,
readable code,
return,
SELECT,
stuff,
universal subject,
user,
username,
VI,
Author: Burak Guzel | 180 views
2
Dec
Whether you’re a programmer or not, you have seen it everywhere on the web. At this moment your browsers address bar shows something that starts with “http://”. Even your first Hello World script sent HTTP headers without you realizing it. In this article we are going to learn about the basics of HTTP headers and how we can use them in our web applications.
What are HTTP Headers?
HTTP stands for
Read more...
Tags :
browser,
cache cache,
cache control,
client browser,
code,
entire world,
gecko,
header,
hello world,
HTTP,
hypertext transfer protocol,
language,
max ag,
name,
output,
php,
request line,
Server,
US,
user,
world script,
Author: Jeffrey Way | 175 views
26
Nov
Regular expressions can be scary…really scary. Fortunately, once you memorize what each symbol represents, the fear quickly subsides. If you fit the title of this article, there’s much to learn! Let’s get started.
Section 1: Learning the Basics
The key to learning how to effectively use regular expressions is to just take a day and memorize all of the symbols. This is the best advice I can pos
Read more...
Tags :
alert,
character class,
code,
Don,
dummies,
example,
expr,
expression,
flash cards,
line breaks,
lowercase letter,
name,
occurrence,
regular expressions,
section 1,
sidebar,
string,
Universe,
username,
var,
video series,
World,