Author: Dion Almaer | 2,338 views
2
Feb
A Googler and a Facebooker were in a pub discussing the complexities of building out a rich modern Web application. There are a ton of dependencies, and you need to be proficient in multiple languages and tools (JavaScript, HTML, CSS, SQL/NoSQL, backend languages, build tools, etc).
Well, they may not have been in a pub.... but a deadly duo did get together to try to solve this problem.
Dustin Moskovitz (Facebook c
Read more...
Tags :
Author: Chad Hietala | 100 views
19
Jan
In this tutorial, we will adventure into the world of XSL(T) and explain what it is, how to pull data from an XML document, basic iteration and basic login and conditional statements.Tutorial DetailsProgram: Any Text EditorVersion: 1 of 1Difficulty: MediumEstimated Completion Time: 25minOverviewSometimes, you have huge datasets that are parsed out as XML that need to be formatted so that someone who doesn’t k
Read more...
Tags :
CMSs,
conditional statements,
database javascript,
document,
dynamic properties,
element,
file xsl,
Google,
google search,
head,
Inspector. To,
language transformation,
stylesheet,
teamsite,
template,
title,
vacation,
what is xsl,
XHTML,
XML,
xsl,
Author: Juan Mellado | 187 views
8
Jan
Dynamic web pages are great; you can adapt the resulting page to your user, show other user’s activity, offer different products to your customers based on their navigation history, and so on. But the more dynamic a website is, the more database queries you’ll probably need to perform. Unfortunately, these database queries consume the largest portion of your running time.In this tutorial, I will demonst
Read more...
Tags :
cache,
class,
class model,
data models,
database access,
database function,
database queries,
DBM,
dynamic web pages,
File,
function,
KEY,
model,
model model,
name,
navigation history,
NULL,
object oriented languages,
query,
static class,
Author: Brad Neuberg | 284 views
5
Jan
Douglas Crockford showed us how JavaScript (or parts of it) could be used to do real software engineering. Now Crockford and Yahoo! are hosting a cool series of public lectures on the language we all love:
Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. In the first three months of 2010, Douglas will be deli
Read more...
Tags :
admittance,
building c,
DOM,
Douglas,
Douglas Crockford,
February,
first three months,
history,
inheritance in javascript,
JavaScript,
javascript language,
language,
March,
public lectures,
real software,
RSVP,
series,
software,
style and performance,
sunnyvale ca,
Wednesday,
Yahoo,
Author: Andrew Burgess | 237 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: Skellie | 196 views
28
Dec
As part of the eighth day of 12 for 2010, we’re giving away a free copy of Pro JavaScript Design Patterns. Entering only takes a few seconds, since all you’ve got to do is leave a comment. Too easy.Meet Ian Yates Ian started out as a Vectortuts+ writer, and is now the Activetuts+ editor. He knows more than a thing or two about Flash, illustration and web design. He drew all the caricatures for the 12 fo
Read more...
Tags :
bookas,
code,
comment,
copy,
Design,
design patterns,
dynamic functionality,
eighth day,
Eve,
Ian,
Ian Yates,
impressive array,
information hiding,
JavaScript,
javascript design,
javascript development,
object oriented programming,
Pacific,
Part,
programming,
static web,
team,
Tuts,
web,
Author: Burak Guzel | 223 views
22
Dec
It is important for every web developer to be familiar with database interactions. In part two of the series, we will continue exploring the SQL language and apply what we’ve learned on a MySQL database. We will learn about Indexes, Data Types and more complex query structures.What You NeedPlease refer to the “What You Need” section in the first article here: SQL For Beginners (part 1).If you woul
Read more...
Tags :
Alabama,
Alaska,
ALTER TABLE,
Arizona,
Arkansas,
Auto,
California,
Colorado,
column,
Connecticut,
CREATE,
creating a table,
data retrieval,
database interactions,
Delaware,
Florida,
foreign key,
Georgia,
good database design,
Hawaii,
Idaho,
Illinois,
index,
Indiana,
initial design,
INT,
Iowa,
Kansas,
Kentucky,
KEY,
key column,
Louisiana,
Maine,
Maryland,
Massachusetts,
Michigan,
Minnesota,
Mississippi,
name,
PRIMARY,
retrieval operations,
sql language,
table,
United States,
US,
USA,
year,
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: webreflection | 231 views
26
Nov
Tutorialzine is a nice blog but I think sometimes it should should re-dimension chosen titles.
I have discovered only yesterday and thanks to my good old favorite Web related italian blog, a nice (or if you prefer another) jQuery lightbox style experiment.
The post is complete with examples and explanation over PHP, CSS, jQuery, and finally jQuery UI.
So what is the problem? The title: An Awesome CSS3 Lightbox Gall
Read more...
Tags :
blog,
CSS,
css file,
css3,
experiment,
explanation,
Firefox,
Gallery,
half an hour,
jQuery,
Lightbox,
P.S,
php,
programming language,
proof of concept,
Safari,
server side language,
step explanation,
stylesheet,
title,
Tutorialzine,
Author: Michael Mahemoff | 130 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 :