background preloader

Web Developer

Facebook Twitter

Hot Scripts - The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. Become a Programmer, Motherfucker. If you don't know how to code, then you can learn even if you think you can't.

Become a Programmer, Motherfucker

Thousands of people have learned programming from these fine books: Learn Python The Hard Way Learn Ruby The Hard Way Learn Code The Hard Way I'm also working on a whole series of programming education books at learncodethehardway.org. Learn C The Hard Way Learn SQL The Hard Way Learn Regex The Hard Way Graphics Programming Language Agnostic NerdDinner Walkthrough Assembly Language. 30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts. Getting started As both a game master/storyteller and a developer, I frequently find myself writing little utilities and scripts to help me when running, planning, and playing games.

30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts

Sometimes I need a quick idea. CSS Tinderbox: Free CSS-Based Templates. WordPress Tinder A small collection of very simple WordPress template frames that can be easily customized and adpated to suit your needs.

CSS Tinderbox: Free CSS-Based Templates

They’re built for WordPress 3.8 or later and set up to use widgets in multiple locations. CSST Simple Orange Another three column design but with the “heavy” column to the left and the other two narrow columns on the right. If orange is your thing, check it out. Screenshot / Download Zip CSST Simple Red. The Hello World Collection. Top 10 best practices for front-end web developers. Data Structures and Algorithms with Object-Oriented Design Patterns in C++ Extreme Programming Rules. Planning User stories are written.

Extreme Programming Rules

Release planning creates the release schedule. Blueprint: Slide and Push Menus. How AJAX Works: 10 Practical Uses For AJAX. Jun 14 2009 AJAX has gotten more and more popular over the years, and has allowed web applications to act more and more like desktop applications.

How AJAX Works: 10 Practical Uses For AJAX

AJAX can provide a lot of additional functionality that could not be accomplished any other way. What Is AJAX? How Does It Work? AJAX stands for Asynchronous JavaScript and XML. Here is how the usual AJAX script goes: Some action triggers the event, like the user clicking a button.The AJAX call fires, and sends a request to a server-side script, using XMLThe server-side script (PHP, ASP, or whatever) takes the input from JavaScript, can access the database if it needs to, and processes the data.Using XML again, the script sends the data back to the original client-side page that made the requestA second JavaScript function, called a callback function,catches the data, and updates the web page Throughout this tutorial, we will discuss how various scripts use this routine to accomplish a wide variety of effects.

Optimizing C and C++ Code. Embedded software often runs on processors with limited computation power, thus optimizing the code becomes a necessity.

Optimizing C and C++ Code

All Software Downloads - AppHit.com. The Brainfuck Programming Language. Brainfuck is the ungodly creation of Urban Müller, whose goal was apparently to create a Turing-complete language for which he could write the smallest compiler ever, for the Amiga OS 2.0.

The Brainfuck Programming Language

His compiler was 240 bytes in size. (Though he improved upon this later -- he informed me at one point that he had managed to bring it under 200 bytes.) I originally started playing around with Brainfuck because of my own interest in writing very small programs for x86 Linux. I also used it as a vehicle for writing a program that created ELF files. Download free website templates from OpenDesigns.org.

A Very Quick Comparison of Popular Languages for Teaching Computer Programming. This article has been translated into Serbo-Croatian here: Thanks to Jovana Milutinovich for creating this translation.

A Very Quick Comparison of Popular Languages for Teaching Computer Programming

In the CS department where I currently teach I recently got involved in a debate on which programming language should be used to teach beginners. Java and C are the most commonly used languages in the department, and for many subjects this is appropriate, but not (I believe) for absolute beginners. I believe Python is a much better choice for beginners, and to firm up my own position I performed the very brief, very unscientific test described below. The Test I wanted to look at what was involved in writing very simple programs in a (small) variety of languages. Colors by Name (Internet Explorer) Get started Plan Develop Sign in Technologies API reference Samples Community. Python Shortcuts for the Python Beginner - Max Burstein's Blog.

Python Shortcuts for the Python Beginner (Posted on January 26th, 2013) The following are just a collection of some useful shortcuts and tools I've found in Python over the years.

Python Shortcuts for the Python Beginner - Max Burstein's Blog

Hopefully you find them helpful. Swapping Variables x = 6y = 5x, y = y, xprint x>>> 5print y>>> 6. jQuery Shadow Plugin. Collecting all the cheat sheets. 25 Useful jQuery Plugins for Your Website. JavaScript is the most exciting language and it has highly attractive features that will make your website look little more impressive.

25 Useful jQuery Plugins for Your Website

You can remodel and recreate entire website with the exciting jQuery Plugins and this would be really very attractive for your website look. As the numbers of websites are increasing day by day, the competition is growing but still, with help of jQuery Plugins you can get exciting new look of your website that would be great way to define your creative side. With such incredible features, Java script is necessity of creative website, to make your website look good and creative.

Programming C/C++ , Programming Reference Cards and Books.