Archive

Posts Tagged ‘Video’

C++ Programming Tutorial DVD Video

October 2nd, 2010 No comments

  • Step by step instructions from a video showing every move of the cursor allows you to learn quicker by seeing and doing.
  • Learn more and enjoy learning using the powerful tutor engine v4.0 with menuing system that neatly organizes all video lessons.
  • Created by professional C++ programmers for training purposes.
  • Elegantly presented videos that guides you seamlessly through programming concepts.
  • C++ is the most widely used compiler used all over the world by engineers and scientists.

Product Description
Our C++ programming DVD tutorials cover beginning and advanced topics on how to program using the C++ language in an easy to view and understandable tutorial video format. This product is exceptionally well organized using the latest Tutor Engine v4. 0 to categorize and organize video lessons. You’ll be able to click and view videos instantly. Jump to any section of the video and repeat lessons you haven’t quite grasped the first time through. There are hours and hours of training on DVD rom including extensive section on programming functions, branching statements, pointers, C++ standard library, header files, Classes, virtual functions, polymorphism, inheritence, friend functions, operator overloading, standard template library, namespaces . . . etc. . . There’s just too much to list them all ! This DVD can take a beginner to advanced programming level much quicker than any book. . . . More >>

C++ Programming DVD Video Tutorial

Gimp Tutorials – Gimp Video Tutorials

September 29th, 2010 No comments

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

High Concurrency MySQL

September 28th, 2010 No comments


Domas Mituzas (Facebook) speaks at the 2010 O’Reilly MySQL User Conference & Expo. Slides – assets.en.oreilly.com From the official conference description at en.oreilly.com War and peace stories from Facebook how to detect, analyze and fix problems below, inside and above overloaded MySQL servers. This covers concurrecy problems that appear in real world environments, beyond labs and benchmarks and what tools have to be built to understand and contain the load.

Categories: MySQL, Video Tags: Concurrency, High, MySQL, Video

How to Connect to MySQL with Visual Basic .Net?

September 28th, 2010 1 comment


This short tutorial shows how to connect to MySQL server using Visual Basic .Net.

Simple Animation with Visual Basic 2008

September 28th, 2010 25 comments


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

September 28th, 2010 25 comments


C++ Tutorial continued (Part 5), going through pointers a little more in depth as people didnt really seem to get it.

SAP TechEd 2008 Las Vegas – Video Highlights #4

September 27th, 2010 No comments


A Different View: SAP Community Day at SAP TechEd 2008 — See the SAP communities come together to learn, collaborate, and have fun the day before SAP TechEd.

Categories: General, Video Tags: Highlights, SAP, TechEd, Vegas, Video

The Ethics of Hacking, Theory, and History of Hacking (part 2 of 2)

September 27th, 2010 No comments


In this tutorial I go over the ethics of hacking, theory, what it means to be a hacker and history of hacking (part 2 of 2)

Starting Oracle ASM Instance & Database

September 27th, 2010 3 comments


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.

Real world PHP Programming VTC

July 5th, 2010 No comments


www.adobe4u.com ….. By www.Adobe4u.com

Virtual Paths in ASP.NET 3.5 Tutorial

July 5th, 2010 No comments


Virtual paths can be tricky in ASP.NET when dragging user controls across different folders.

PHP Tutorial #2 – Variables and comments

July 4th, 2010 1 comment


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

July 4th, 2010 No comments


Intro course on Visual Studio 2008, C#, ASP.NET 3.5 Module 12: Silverlight

Asp.Net MVC Tutorial Overview Part 3

May 31st, 2010 7 comments

Internet Marketing Video Tutorials.

May 31st, 2010 No comments

Video Tutorials For Internet Marketing Success, E.g. CPanel, Drupal, WordPress, Gimp, Ppc, Adwords, Aweber, Video Marketing, Html, Kompozer HTML-Editor, List-Building, Roboform, Traffic Generation, Traffic-Monetization, Etc.
Internet Marketing Video Tutorials.

Crystal Reports Tutorial Using Running Totals Business Objects Training Lesson 13.1

May 31st, 2010 No comments


Learn how to use a running total in Crystal Reports by Business Objects at www.teachUcomp.com. Get the complete tutorial at www.teachUcomp.com – the most comprehensive Crystal Reports tutorial available.

ASP.NET Tutorial – Configuring, Building and Deploying a Web Site- Part2

May 19th, 2010 No comments


In this lesson, you will see what is required to make your ASP.NET applications available to everyone. This includes configuring, building, and deploying your web site. For Best View: watch the video in Full Screen Mode.

PHP Basics: Common Errors (Part 3)

May 13th, 2010 7 comments


Common errors you may come across when programming, and the solutions.

ASP.NET AJAX – Sys.Net.WebRequest to Access Web Service – Part 1 of 4

May 13th, 2010 No comments


The tutorial shows how to access web services using client side ASP.NET AJAX libraries. We use Sys.Net.WebRequest to access remote web service.

iPhone Programming – Easy Image Animation

May 11th, 2010 16 comments


Learn how to animate an image by making it transform, scale, and rotate! Subscribe to get 1 tutorial each day about iPhone Programming! Twitter: twitter.com Website: www.pixelcubestudios.com Twitter twitter.com Facebook: www.facebook.com