Home > Articles > Open Source

Open Source

727 Items

Sort by Date | Title

Applying AJAX to a PHP App to Make It Highly Responsive
Mar 20, 2014
AJAX is rapidly becoming an integral part of websites. It not only provides better interactivity but also reloads the dynamic content of web pages quicker than traditional web pages. Learn to apply AJAX in PHP applications to enhance interaction between the user and application.
Arguing with Angle Brackets: A Step-by-Step Introduction to XML Schema
Oct 17, 2003
The primary building block for conveying meaningful information with XML is the W3C's XML Schema language. This article shows you step by step how to beat XML Schema into submission.
art_gore_outsourcing
Jan 1, 2003
Auditing System Security
Aug 29, 2003
This article describes how to audit (validate) a system's security using the Solaris Security Toolkit software.
Automating Sun Cluster 3.0 Data Service Setup
Mar 15, 2002
This article takes a first step towards providing secured configurations that use Sun Cluster 3.0 12/01 software by describing how three specific agents can be deployed in a secured configuration that is supported by Sun Microsystems.
Basic Vim Editing
Aug 6, 2001
In this article, Vim expert Steve Oualline shows you the basic set of 10 Vim commands you need to get started editing. You also learn the four basic movement commands: how to insert and delete text, how to get help, and how to exit the editor.
Be a Better Java Programmer: A Reading List by Binu John
Oct 3, 2011
Java performance expert Binu John shares 6 of the most important books in his programming library and explains why each is so valuable.
Becoming a Software Developer Part 2: Test Driven Development with Ruby
Apr 12, 2002
Developers can become more productive and spend a lot less time debugging code by creating Extreme Programming style unit tests before the rest of the code is written. Every "Ruby nuby" should learn about test-driven development and create unit tests.
Becoming a Software Developer part 7: Ruby for the Internet Nuby
May 24, 2002
It's easy to write simple scripts for sending emails — but hard to make sure that your application deals with all the weird and wonderful things that can go wrong.
Becoming a Software Developer, Part 1: Ruby for the Nuby
Apr 5, 2002
In the age of objects and the Internet, Pete McBreen shows how Ruby fits a whole new generation of developers.
Been Cracked? Just Put PAM On It!
Oct 26, 2001
Pluggable authentication models (PAM) allow you to configure your Linux environment to meet your own particular security needs.
Before You Open-Source Your Code
Dec 27, 2010
Matthew Helmke provides an overview of the issues that should be considered before contributing code to open source projects, and, as a result, helps interested companies and individuals know where and how to start the process of opening their code.
Beginning the Process of Writing Scripts
Apr 11, 2003
Approach your first script the right way by planning, implementing and then testing it properly. Walk through a simple (yet a step above "Hello World"), detailed example to build a solid scripting foundation.
Best Practice Ruby on Rails Refactoring: Databases
Nov 16, 2010
While the power of the Rails framework has made the database an afterthought for many developers, there are important database and Rails-specific considerations that you shouldn’t overlook.
Best Practices and Initial Investigation Techniques for Diagnosing Linux Problems
Oct 28, 2005
This chapter covers best practices for problem determination in Linux. The first step is to ensure that your Linux system(s) are configured for effective problem determination.
Booting and Shutting Down Your SuSE Linux Enterprise Server
Jul 15, 2005
This chapter explores the various states a server goes through during startup and shutdown procedures, from the path a machine takes from the moment power is applied to a fully running system and how it can be shut down safely.
Bootloaders in Embedded Linux Systems
Dec 6, 2010
This chapter examines the role of the bootloader and explains the limited execution context in which a bootloader must exist. It also covers one of the most popular bootloaders, U-Boot, in some detail.
Breaking Down OpenSolaris on the Desktop
Jul 18, 2008
A.Lizard runs down the peaks and valleys of OpenSolaris, the community-supported version of Sun's Solaris operating System.
Brython: Python for the Browser
Aug 13, 2013
JavaScript is the undisputed leader when it comes to web applications. Being the leader doesn't mean that you have few competitors for your throne. Quite the opposite. James L. Williams, author of Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL, introduces you to Brython, a browser-based implementation of Python that compiles to JavaScript and seeks to be the language of the web, allowing you to enjoy the elegance of Python leaving the nastiness of JavaScript behind.
BSD Packaging Systems
May 26, 2006
Whichever BSD you use, the basics of package management are similar. Each member of the BSD family has a slightly different approach in this area, but all share common themes, as David Chisnall discusses in this article.

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