Lesson 5 – Part 2 – Visual Basic – Casting, Data Conversions, Wage Calculator App

techtips.timlaytonllc.com – Lesson 5 – Learning Visual Basic has two parts. This is part 2 of the lesson. Tim Layton continues building on his Learning Visual Basic From the Ground Up Series by showing you how to deal with implicit casting, perform data conversions, write If statements to handle data validation and more. For the … Read more

JSP + Servlets + EJB: Java EE 6 & GlassFish 3 using NetBeans 6.9 (Part 1 of 5)

This multi-part screencast series shows how NetBeans 6.9 provides comprehensive tooling for Java EE 6 & GlassFish 3. The different parts show: 1. A simple Java EE 6 application (JSP, Servlets, EJB) 2. Reading database table using Java Persistence API 2 3. Using Facelets with Java Server Faces 2 4. Contexts & Dependency Injection with … Read more

Objective-C Tutorial – Lesson 4: Part 2: Cast Operator & Sizeof Operator

In this lesson I demonstrate how you can change a variable from one type to another and how to find out for yourself the size of a variable in bytes. Twitter – twitter.com FaceBook – www.facebook.com E-mail – [email protected] Objective-C Tutorial objective-c tutorial objective c tutorial

uitableview iphone Programming Tutorial – Part 1

For MORE lessons like this, visit mycodeteacher.com 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 = … Read more