This is the Apple Approved Way on how to put iAd into your app. Source Code: www.megaupload.com
Category: Tutorials
X-Code programming tutorial#4 – part 2/3: UITableView and UINavigationController
In this tutorial, you’ll learn how to create apps with UITableView, and how to use navigation controllers.
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 thought I would create one here for the benefit of those who are new to JEE6 and NetBeans IDE 6.8 and those who are seriously looking at NetBeans IDE 6.8 as a tool for developing their enterprise applications.
This article published on Netbeans Zone aims to provide detailed steps to develop a web-based application based on technologies in the JEE6 specs, i.e., JavaServer Faces 2.0 (JSF), Enterprise Java Beans 3.1 (Session Bean and Message-Driven Bean) and Java Persistence API (JPA) with the help of NetBeans IDE 6.8 as the development & deployment tool. The example in this tutorial creates a web application called “CustomerApp” that performs only the Retrieve and Update functions of CRUD on the customer records provided by the NetBeans Sample database served by the Glassfish built-in database server, JavaDB (Derby). In addition to the above-mentioned technologies from JEE6, PrimeFaces for JSF2 will also be used as the Ajax-based Framework for the Web UI portion which is lacking in the stack. So, this tutorial also discusses how PrimeFaces can be integrated into NetBeans IDE and to enable Ajax capabilities for Web projects.
The objective of the tutorial is to demonstrate the ease of using the various JEE6 technologies and putting them together to create an enterprise-ready web-based application. Although the application is developed for demo purposes, its architecture represents the best practices in developing an enterprise application, whereby modularity, scalability, and reusability are taken into consideration.
Connect Access / OOBase to MySQL Using ODBC Part 1 of 2
This video demonstrates how to install and configure the MySQL ODBC driver on a Windows-based PC and then use it to connect either Microsoft Access or Open Office Base to a MySQL database. Part 1 of 2.
phpMyAdmin Tutorial Part 2 of 2
phpMyAdmin tutorial on how to manage a MySQL database. linuxconsultant.info Part 1 of 2
Gimp Tutorials – Gimp Video Tutorials
Learn Gimp in 3 Hours or less with Easy Step by Step Gimp Video Tutorial. Instant Access. Learn More. High Conversions, 55% Commisions & Low Refund Rates. Affiliates go to: http://www.learngimpfast.com/gimp-affiliates.php
Gimp Tutorials – Gimp Video Tutorials
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 JSF 2 5. RESTful Web services using JAX-RS This is part #1 and all screencasts are hosted at blogs.sun.com
learning oracle application developer 115
learning step by step oracle pl sql developer from basic.
How to Connect to MySQL with Visual Basic .Net?
This short tutorial shows how to connect to MySQL server using Visual Basic .Net.
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 two pics into a directory (simply a place where u know it is like my pics) Public Clas frmMain Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Static x As Integer = 5 Static y As Integer = 0 Static flip As Boolean = False If y Mod 2 = 0 Then Me.PictureBox1.Image = My.Resources.bat1_a Else Me.PictureBox1.Image = My.Resources.bat1_b End If if Me.PictureBox1.Left (Greater Then Sign)= 500 Then x = -5 flip = True ElseIf Me.PictureBox1.Left (less Then Sign)= 0 Then x = 5 flip = False End If If flip = True Then Me.PictureBox1.Image.RotateFlip(RotateFlipType.RotateNoneFlipX) End If Me.PictureBox1.Left = Me.PictureBox1.Left + xy += 1 End Sub End Class The next vid that i will make will show how make the naimation move using the arrow keys 🙂
C++ Programming Tutorial 5
C++ Tutorial continued (Part 5), going through pointers a little more in depth as people didnt really seem to get it.
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 by step with voice. Please stay tuned.
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 on www.tubelo.com/smf . Tutorial follows the source below. This is to help college students or others having difficulty with the book. For help feel free to post on tubelo.com To Download source files visit www.tubelo.com Source Dan, Pilone, Dan Pilone, Tracey Pilone, and Pilone Tracey. Head First Iphone Development: A Learner’s Guide to Creating Objective-C Applications for the Iphone. Sebastopol: O’Reilly Media, 2009. Print. Also special thanks to my sis’ for making the cool penguin! her Sn is “wingedaisuke” with the legendary “random bleach flash”!
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
Real world PHP Programming VTC
www.adobe4u.com ….. By www.Adobe4u.com
Virtual Paths in ASP.NET 3.5 Tutorial
Virtual paths can be tricky in ASP.NET when dragging user controls across different folders.
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 video: -PHP comments. -PHP variables (Strings [text], Integers [numbers], and some variable rules). Thank you for watching. PS: You can now see this tutorial on the XCodec Official gallery, gallery.thexcodec.com
Dev ASP.NET VS 2008 C# Module 12 of 16 – Part 3 of 4
Intro course on Visual Studio 2008, C#, ASP.NET 3.5 Module 12: Silverlight
PHP Tutorial: Cookies part 2
Cookies store data on the users computer ready for the server to read back from them. I show you how to set, show, check for and destroy cookies in this tutorial.
Asp.Net MVC Tutorial Overview Part 3