Swiftlet: PHP Framework
Swiftlet is a light-weight web application framework written in PHP. It enables you to quickly deploy websites that are fast and secure. Swiftlet is well written, well documented, completely free and...
View ArticleThe Python Tutorial
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and...
View ArticleMake Your Own Programming Language
This tutorial will teach you how to write your own programming language. I will be using C++ examples for the tutorial but the concepts should be easy to implement in any language you like, thought I...
View ArticleGetting Started With Python And Google App Engine
This tutorial describes how to develop and deploy a simple Python project with Google App Engine. The example project, a guest book, demonstrates how to use the Python runtime environment, and how to...
View ArticleTop 10 Free Source Code Editors
With professional code editor like Dreamweaver, Coda, Textmate and others, its no surprise that more and more people have partially forgotten about simpler code editor such as Window’s Notepad. We do...
View ArticleBook: Getting Good With JavaScript
In Getting Good With JavaScript, I’ll quickly take you from novice to advanced novice! “Wait, what?” you respond. Yes, advanced novice. Let me explain: There’s more to learn about JavaScript than...
View ArticleHow To Take Your First Coding Project From Start To Finish
You’ve learned to code, but now what? You may have some basic skills, but you’re not sure what to do with them. Here’s how to choose and get started on your first real project. Link: LifeHacker
View ArticleDefining & Using Functions In PHP
Let’s start by defining the word “function.” A function is a self-contained piece of code which carries out a particular task (or function!). A key benefit of using functions is that they are reusable;...
View ArticleCharting With pChart
Created and maintained by Jean-Damien Pogolotti, a systems engineer based in Toulouse, France, pChart is a library that creates anti-aliased charts and graphs using PHP. It’s object-oriented code has...
View ArticleCreate A Christmas Wish List With PHP
’Tis the season to be jolly, and how much jollier could we make it than with a helpful Christmas wish list crafted for your family to ensure that you get maximum presentage this holiday? In this...
View Article