Navigation

User login

C++ Help: Installing and Using Code::Blocks

As a web page designer, programmer, and host it is very useful to know the popular Php programming/scripting language. Php was built using the syntax and basic structure of the C/C++ programming languages, so these languages build a great foundation for learning Php. I produce a Youtube video tutorial series that discusses a variety of topics that are useful to a person with a web site business.

Linux Today Takes Over As the Hub Of Linux News

When I first started learning about Linux, Linux.org was my main source for Linux news. Those days are long gone. Linux.org is still a great site but it is no longer the "go to" source for Linux news. Linux.com is good, but their updates tend to be a little bit slower than Linux Today or Google News. The best source of Linux news now is http://www.linuxtoday.com.

The Acrossad GNU/Linux Oggcast Episode 14 Notes: Neutron Star

Title: Neutron Star Listen NOW!
Host: Rex Djere
Recorded: Monday, Sept. 6, 2010
Music: Neutron Star by Jamendo Jazz's Blue Canoe Records.

( 00:01:00 ) Intro.

Open Source C++ Programming With Code::Blocks: Bubblesort Program

The bubblesort is perhaps the simplest sorting algorithm. It is a method used to sort items that are not properly arranged by repeatedly swapping items that are out of place. For example, look at the group of unsorted items below:

unsorted array

A First Demonstration of the Power of PHP

PHP, the hypertext preprocessor scripting language, is a very powerful tool for creating dynamic and interactive websites. You can embed php code within static html files to create dynamic content. Php web pages typically have a .php extension. Let's take a look at some very simple php code that outputs a simple message to the user:

<html>
 <head>
Syndicate content