Home > Articles > Open Source

Open Source

727 Items

Sort by Date | Title

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.
An Introduction to Python Web Development Using the Pyramid Framework, Part 5
Dec 30, 2013
In Part 5 of his seven-part series on learning Python Pyramid, Jesse Smith looks at how to create and manage views.
An Introduction to Python Web Development Using the Pyramid Framework, Part 6
Jan 6, 2014
In Part 6 of his seven-part series on learning Python Pyramid, Jesse Smith covers how to use Pyramid templates.
An Introduction to Python Web Development Using the Pyramid Framework, Part 7
Jan 13, 2014
In Part 7 of his seven-part series on learning Python Pyramid, Jesse Smith concludes the series by talking about the HTTP and Session objects.
An Introduction to Regular Expressions
Jan 8, 2001
Alan Gauld, author of Learn to Program Using Python (Addison-Wesley, 2001) discusses how regular expressions are constructed and shows basic usage under Python. There are marked similarities between regular expression constructs and programming constructs ...
An Introduction to Service-Oriented Design with Ruby and Rails
Aug 30, 2010
This chapter explores the basic goals of service-oriented design and design guidelines for splitting applications into separate services.
An Introduction to TCP/IP
Nov 9, 2001
This sample chapter from Linux TCP/IP Network Design introduces the OSI-RM and TCP/IP model, briefly describes each of their layers, and compares the two models.
An Overview of CoffeeScript
Aug 14, 2012
David Chisnall follows on his look at Dart to examine a more conservative approach to improving on JavaScript as a web development language: CoffeeScript.
An Overview of Dart, Part 1
Jul 30, 2012
David Chisnall takes an initial look at Dart, a language from Google designed as a possible replacement to JavaScript in for rich web applications.
An Overview of Dart, Part 2
Aug 6, 2012
David Chisnall continues his look at Dart, focusing on some of the features that make the language distinct from JavaScript.
An XML and RSS Overview
Mar 30, 2001
Learn some basics of an XML document and see how to use an XML variant, RSS, for the Web.
Anatomy of an Ajax Application
Jul 1, 2008
Learn the building blocks of an Ajax application and how they work together.
AngularJS Fundamental Concepts for Building Web Applications: Part 1
Aug 12, 2014
In Part 1 of a two-part series, Jesse Smith gives you a solid introduction to AngularJS and how the framework is used to create simple web applications.
AngularJS Fundamental Concepts for Building Web Applications: Part 2
Aug 19, 2014
In Part 2 of this series, programming expert Jesse Smith continues his discussion of AngularJS by exploring modules and services.
Antibugging in Perl
Jul 13, 2001
Antibugging describes a set of programming techniques that minimize the probability of introducing a bug to a program at design time or input. You could also call it defensive programming. In this chapter from Perl Debugged, the authors come up with ...
Anyone But Microsoft
Feb 8, 2002
For a small but growing sector of the PC marketplace, seeking alternatives to Microsoft operating systems and software has become something of a Holy Grail. Columnist and author Ed Tittel will examine some of the options available, including some compromise approaches, as he explains necessary pieces and parts.
Application Design in PHP: A Real-Life Example
Jan 30, 2004
This chapter will give you an in-depth view of a real-time chat server application implemented in PHP, similar to an extended software case study.
Application Troubleshooting: Alternate Methods of Debugging
Feb 8, 2002
This article discusses a variety of options open to a Solaris Operating Environment user to narrow down the causes and scope of an application failure.

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