sleduc on December 12th, 2011

Professor Paul Hegarty has posted on iTunes U an amazing bundle of six free one-hour lectures. The lectures and slides for his Stanford course cover the nuts and bolts of building an iOS program and getting it distributed through the App Store. Hegarty assumes you know the basics of the C language and object-oriented programming: class [...]

Continue reading about Build Apps for Free

sleduc on May 17th, 2011

Click this link to submit your information for a hulk account:

Continue reading about Hulk Accounts for GenTECH

sleduc on November 20th, 2010

Ruby and Rails are part of web programming system that is very powerful. Check out this new way to learn to be a web programmer. Well, that is if you’re not dead! Ha, ha, ha . . .
Learning Rails for the first time should be fun, and Rails for Zombies allows you to [...]

Continue reading about Rails for Zombies

sleduc on November 18th, 2010
 
icon for podpress  Podcast Video [5:54m]: Play Now | Play in Popup | Download

Continue reading about Robotics - Turning Unit 6.1

sleduc on November 17th, 2010

Continue reading about Robotics Class Drag Race

sleduc on May 3rd, 2010

Restate Requirements

In your own words

Locate and review a minimum of three sites per team that you believe will prove helpful as you begin thinking about the design of your robot. For each Internet site you discovered, create a paragraph that identifies the name and URL of the site, includes new things you learned and [...]

Continue reading about Engineering Process - Robotics

sleduc on March 29th, 2010

Your client needs a PHP and MySQL application built in two days.  They want a Student Information Management System (SIMS) to organize their student information.

You will get credit for each fully functional working script.  Please work together to gain access to the resources and problem solve issues.
Maintain a work flow journal to document [...]

Continue reading about PHP & MySQL Application Project

sleduc on March 22nd, 2010

Creating an input page to add information into a database table entails three steps

Create the ’sims’ database table
Create the html input form connected to the php script that adds the information into the table
Create the php script

Database Table

HTML Input Form

PHP Input Form

Download

Sims_Table_and_Input_Files Take II (zipped)

Continue reading about PHP Input Form

sleduc on March 21st, 2010

To create a simple search form and php script examine the following examples.  The HTML form and PHP script are all in one document.  You can download it below. Also remember to change the variables to your specific database and HTML form needs.
The HTML and PHP Form

Download

search.php (zipped)

The Tutorials
You should subscribe to rrphillips’ channel at [...]

Continue reading about PHP Sample Search Form and Script

sleduc on March 18th, 2010

You need an HTML and PHP file to delete material from your database table from a web browser. Below are screenshots of two samples.  Linked in the Download are more examples from the Head First PHP and MySQL Book Web Site.
HTML File

PHP File

Download

Remove_Files (zipped)
You will find a sample similar to the .php pictured above at [...]

Continue reading about PHP Delete File Script Samples