Author: Burak Guzel | 185 views
13
Jan
Today, we continue our journey into the world of SQL and relational database systems. In this part three of the series, we’ll learn how to work with multiple tables that have relationships with each other. First, we will go over some core concepts, and then will begin working with JOIN queries in SQL.Catch UpSQL for Beginners: Part 1SQL for Beginners: Part 2IntroductionWhen creating a database, common sense d
Read more...
Tags :
Adam,
Andy,
Auto,
column,
common sense,
core concepts,
CREATE,
customer,
customer address,
database,
database relationships,
Foreign,
INT,
Joe,
KEY,
order,
queries,
relational database systems,
relationship,
Sandy,
separate tables,
sql,
table,
types of database,
types of entities,
Author: Burak Guzel | 238 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 | 100 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: 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: Siddharth | 128 views
17
Dec
New web development frameworks, promising rapid development and easy deployment, are sprouting out at a more rapid pace than you can keep up. In the last article, we looked at the various factors you’d have to consider when deciding on a framework. Today, we are going to look at the various frameworks available for each facet of web development.In this current day and age, pushing out a finished, polished app
Read more...
Tags :
brevity,
community,
CSS,
database access,
David Hansson,
development,
development framework,
development frameworks,
documentation,
DOM,
framework,
heavy lifting,
html elements,
JavaScript,
library,
mvc,
mvc pattern,
number,
Prototype,
Pylons,
rapid development,
rapid pace,
Ruby,
Ruby on Rails,
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: Siddharth | 1 views
7
Dec
New web development frameworks are sprouting out at a more rapid pace than anyone could keep up with. In this article, we are going to determine how to decide on a framework for creating your next, hot web application.
In this current day and age, pushing out a finished, polished application well before your competitor is key. Coding everything from scratch, excluding even the mundane things, can be extremely ti
Read more...
Tags :
application,
CakePHP,
database,
database access,
development frameworks,
Django,
ease,
framework,
hot web,
language,
library,
lot,
ORM,
rapid pace,
Ruby,
session management,
time consuming,
Unit,
url system,
user authentication,
web application,
Author: Burak Guzel | 184 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: Michael Mahemoff | 131 views
24
Nov
Simon Willison's Talk last week on Node generated a healthy dose of post-conference buzz, and he's followed up with a blog post on Node and his higher-level API for Node, Djangode.
Node’s core APIs are pretty low level—it has HTTP client and server libraries, DNS handling, asynchronous file I/O etc, but it doesn’t give you much in the way of high level web framework APIs. Unsurprisingly, this has lead to a
Read more...
Tags :
Author: Leigh Kaszick | 117 views
11
Nov
Over recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create for those who may not have fully grasped the core language yet.
While in the past it was a common argument that JavaScript was a basic language and was very ’slap dash’ with no real foundation; this is no longer the case, especially with the intro
Read more...
Tags :
alert,
basic language,
Constructor,
constructor function,
constructorOne,
constructorTwo,
core language,
DOM,
function,
initial work,
instance,
javascript code,
javascript object,
myObjectConstructor,
myProperty,
object orientated,
preferred option,
property,
real foundation,
scale web,
var,