Home > Articles > Web Development

Web Development

840 Items

Sort by Date | Title

Alternatives to LAMP
Jun 2, 2006
The LAMP configuration (Linux, Apache, MySQL, and PHP) is familiar to the open source universe. But just because this combination of products is comfortable, that doesn't mean that it provides the best solution for your systems. David Chisnall suggests some alternatives that might make a better match for your needs.
An Interview with Michael Hartl: Ruby on Rails, the "Magic" Problem, and the Higgs Boson
Aug 13, 2012
Russ Olsen talks to Michael Hartl, author of Ruby on Rails Tutorial, 2nd edition, about teaching Rails, keeping pace with an ever changing technology stack and the Higgs boson (really!).
An Interview with Peter Kronowitt, Software Strategist for the Intel Open Source Technology Center
Jan 6, 2009
Matthew Sacks and Peter Kronowitt discuss how the Moblin project is innovating mobile software development and the future of the mobile device arena.
An Introduction to ASP.NET MVC
Jul 29, 2009
Get an introduction to the Microsoft ASP.NET MVC framework and learn why you should build web applications using ASP.NET MVC.
An Introduction to Data Visualization in JavaScript: How to Use Data-Joins in D3
Sep 12, 2014
Data-joins are the bread and butter of D3. This chapter from Visual Storytelling with D3: An Introduction to Data Visualization in JavaScript covers how to use data-joins to add elements to a webpage and then manipulate them with data.
An Introduction to HTML and the Web
Nov 2, 2010
Larry Aronson describes how the Web works, provides a bit of Web history for context, explains the client/server architecture of the Web and how it is hyperlinked, presents the Web Bestiary of acronyms and definitions and discusses the philosophy and implications of HTML5.
An Introduction to Intelโ€™s Moblin Mobile Computing Platform
Jan 6, 2009
Intel's Moblin open source project helps you build mobile devices that are cooler, smaller, and better.
An Introduction to JavaScript Debugging
Jan 21, 2013
Novice programmers, or those migrating from other languages, usually find the JavaScript language fairly accessible, with plenty of available help and advice on how to get started developing programs. Unfortunately, the many articles and tutorials on coding rarely give much advice on what to do when code doesn't run correctly. In this article, Phil Ballard, author of Sams Teach Yourself JavaScript in 24 Hours, 5th Edition, introduces some simple but valuable methods for analyzing and debugging your JavaScript code, to make your programming time more productive and less frustrating.
An Introduction to Object-Oriented Concepts in Python, Part 1
Oct 14, 2013
Programming expert Jesse Smith shows how to get started with programming Python objects using Python classes.
An Introduction to Object-Oriented Concepts in Python, Part 2
Oct 21, 2013
Programming expert Jesse Smith shows how to get started creating Python programs using modules and packages.
An Introduction to Object-Oriented Concepts in Python, Part 3
Oct 28, 2013
Programming expert Jesse Smith shows how to get started creating Python programs using subclassing with inheritance.
An Introduction to Object-Oriented Concepts in Python, Part 4
Nov 4, 2013
Programming expert Jesse Smith shows how to make Python programs more robust by using exceptions.
An Introduction to Object-Oriented Concepts in Python, Part 5
Nov 11, 2013
Programming expert Jesse Smith shows how to improve Python program design by using data structures.
An Introduction to Python for the Experienced Programmer, Part 1
Jul 22, 2013
Programming expert Jesse Smith shows you how to start with Python programming the easy way by associating Python concepts to those of other languages.
An Introduction to Python for the Experienced Programmer, Part 2
Jul 22, 2013
In the second of his three-part series on learning Python, Jesse Smith looks at how statements and lists work in Python.
An Introduction to Python for the Experienced Programmer, Part 3
Jul 22, 2013
In the third and final installment of his series on learning Python programming, Jesse Smith looks at how dictionaries, custom functions, and import modules work in Python.
An Introduction to Python Web Development Using the Pyramid Framework Part 1
Dec 2, 2013
In Part 1 of a seven-part series, Jesse Smith shows how to build on Python OO concepts by taking them to the Web using Python and the Pyramid Framework for building Python-based web applications.
An Introduction to Python Web Development Using the Pyramid Framework Part 2
Dec 9, 2013
In Part 2 of his seven-part series on learning Python Pyramid, Jesse Smith looks at how to configure a Pyramid application by using Imperative and Declarative configurations.
An Introduction to Python Web Development Using the Pyramid Framework, Part 3
Dec 16, 2013
In Part 3 of his seven-part series on learning Python Pyramid, Jesse Smith discusses the Python project structure.
An Introduction to Python Web Development Using the Pyramid Framework, Part 4
Dec 23, 2013
In Part 4 of his seven-part series on learning Python Pyramid, Jesse Smith examines the startup and request processes.

<< < Prev Page 1 2 3 4 5 Next >