NSTableView with Core Data Tutorial using NSFetchedResultsController

In this tutorial, I will walk you through using an NSTableView with Core Data in a macOS application. We will use NSFetchedResultsController to manage the data and perform the necessary updates. This tutorial assumes you have some familiarity with Swift, Xcode and Cocoa (macOS) development using storyboards. Create a new macOS project in Xcode: Open … Read more

How to Create a Java EE 6 Application with JSF 2, EJB 3.1, JPA, and NetBeans IDE 6.8

There are many articles and tutorials out there that discuss how to use the individual technologies in Java EE 6, e.g., JSF 2, EJB 3.1, JPA, etc, to develop an application, but I haven’t seen one that puts together the said technologies and showcases them in one tutorial with an end-to-end demonstration. As such, I … 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

Simple Animation with Visual Basic 2008

This is a simple and very cool animation with VB 2008 ***IMPORTANT*** To make this project work you need these two pics- a bat with its wings and an the other bat with its wings down. To get these pics go the following site img121.imageshack.us img5.imageshack.us After going to the link copy and paste the … Read more

Starting Oracle ASM Instance & Database

This is basic step on how to start Oracle 11g ASM instance and then starting the Oracle 11g Database. You can see there was some errors so I updated the init file and fixed it because I had copied the init file from another box. Hope this helps. I will soon be uploading instructions step … Read more

Xcode 3.2 Tutorial HowTo Create Twitter iPhone App (1of4)(Xcode 3.2) Apple Guide Help Source Code

Xcode 3.2 This is an HD tutorial showing how to create an entire Twitter Iphone app from scratch using xcode 3.2. (also compatible with 3.1) Tutorial explains basic concepts such as UI controllers, arrays, picker. Requires no previous knowledge! Perfect for the rising developer/development ! Designed with beginners in mind! For help post a question … 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

PHP Tutorial #2 – Variables and comments

Remember this video has been uploaded in full HD, 1280X720 (720P)! If you have a good internet connection please view in HD for better viewing. In this lesson we will show you the some of the items needed in everyday PHP programming, variables and comments. A short overview about what is talked about in the … Read more