$40 from mediatemple and user registrations




update on the mediatemple hosting situation and how to code user registrations … mediatemple hosting ruby php login cookie

Posted by admin on Aug 21 2009 in Howto


Linux GUI Programming with Ruby

Howto (mostly) visually code GUI application on Linux using Ruby and Glade. If you’re a Visual xxxxx programmer, this might make Linux look a bit more approachable.

Posted by admin on Jul 24 2009 in Howto


Cluster Computing and MapReduce Lecture 2

Lecture 2: The MapReduce programming model. See code.google.com for slides and other resources. … gcvtechtalk mapreduce gfs hadoop cluster computing distributed parallel gvctechtalk plid05D94CA1ADAF07B5

Posted by admin on Jul 20 2009 in Howto


PHP Tutorial: Installation and The Basics

to access it by going to localhost or /foo.php. There’s also something called WAMP www.wampserver.com There’s a lot of php tutorials out there just search google www.google.com Request tutorials here youtube.jimmyr.com More PHP TUtorials here killerphp.com Some people have recommended other editors www.scintilla.org www.pspad.com en.wikipedia.org www.context.cx %%programming … php tutorial learn programming free compiler jit examples example tutorials basic get started variables datatypes zend …

Posted by admin on Jul 17 2009 in Howto


c++ Programming Tutorial 4 (Part 1 of 2)

WEBSITE HAS CHANGED!!!!!**reconnetworks.net now** Going through the use of functions, pointers, how to make fullscreen, and changing colors per line

Posted by admin on Jul 15 2009 in Howto


Concepts Extending C++ Templates For Generic Programming

Google Tech Talks February 21, 2007 ABSTRACT: Concepts are a major addition to C++0x that make templates more robust, more powerful, and easier to write and use. At their most basic level, concepts provide a type system for templates. Using concepts, the C++ compiler is able to detect errors in the definition and use of templates before they are instantiated. One immediately obvious benefit of this separate type-checking capability is a dramatic improvement in error messages resulting from …

Posted by admin on Jul 12 2009 in Howto


Java Programming Tutorial - 3 - Downloading Eclipse

How to download and use Eclipse for Java programming

Posted by admin on Jul 12 2009 in Howto


UITableView iPhone Programming Tutorial - Part 1

I Build iPhone Apps! Just e-mail me and let me know what you need built! NOTE!!! View this at higher quality here: vimeo.com A tutorial that teaches iPhone programmers how to populate a UITableView. SOURCE CODE: #import “TableViewTestAppDelegate.h” @implementation TableViewTestAppDelegate @synthesize window; - (void)applicationDidFinishLaunching:(UIApplication *)application { contentArray = [[NSArray arrayWithObjects:@"First", @"Second", @"Third", nil] retain]; [window addSubview …

Posted by admin on Jul 7 2009 in Howto


Python Programming Tutorial - 4 - Modules and Functions

Part 5 - www.youtube.com The title says it all… Function and Modules!!!

Posted by admin on Jul 5 2009 in Howto


Advanced Topics in Programming Languages Series: C++ Threads

Google Tech Talks May 16, 2007 Abstract The next C++ standard will provide direct support for threads, including a model of memory, atomics, variables, launching, scheduling, synchronization, and termination. This talk will present the current threading model and outline the remaining work. Credits: Speaker:Lawrence Crowl

Posted by admin on Jul 4 2009 in Howto