Intro to Object-Oriented Programming, OO COBOL
Lesson
Algorithms Lesson 5: Linear and Binary Searching
xoax.net For this algorithms video lesson, we explain and demonstrate graphically how to perform the linear and binary search algorithms with a pseudocode implementations. Additionally, we give a speed comparison for the two searches. C++ code for the algorithms is available on our lesson page at xoax.net Please submit all questions to our forum: xoax.net
Objective-C Tutorial – Lesson 6: Pointers
Objective-C® for Dummies® by Neal Goldstein, Copyright © 2009 by Wiley Publishing, Inc., is the main source of information for this video. In this lesson I explain what pointers are and there syntax and what we will be using them for in the future. Twitter – twitter.com FaceBook – www.facebook.com E-mail – macandcomputerhelp@gmail.com Objective-C Tutorial [...]
AJAX Tutorials Lesson 1 Part 1- Basic Ajax Function
In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL. No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information. A good knowledge of Javascript and PHP/MySQL is required to get full [...]