Archive

Posts Tagged ‘Tutorials’

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

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 :)

Real world PHP Programming VTC

July 5th, 2010 No comments


www.adobe4u.com ….. By www.Adobe4u.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

PHP Tutorial: Cookies part 2

July 4th, 2010 11 comments


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.

PHP Tutorials: Creating a Guestbook (Part 4)

June 26th, 2010 25 comments


Create your own guestbook using PHP and a MySQL database.

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 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

ASP.NET Master Page Continued

May 9th, 2010 5 comments


Watch the previous asp.net master page then continue to learn about this neat feature

ASP.NET 3.5 LINQ TO SQL PART2 : Data Model

May 8th, 2010 No comments


tinyurl.com Pro ASP.NET 4.0 in C# 2010 LINQ to SQL relies on an object-to-relational model set of classes that map to your database tables. Visual Studio 2008 includes a visual ORM design surface that maps these tables to code. Source : www.asp.net

PHP Programming 8 Simple Math

April 28th, 2010 No comments


In this tutorial you learn how to work with simple math in PHP and the eclipse IDE. This tutorial was created by Mike Lively.

Installation Oracle 10g R2 RAC Part 4

April 28th, 2010 1 comment

Java Servlet Definition

April 27th, 2010 4 comments


Describes the role of a Java Servlet, how it is executed, where it is stored and its access to Java EE class library components.

Expression Web Quicktip: ASP.net Master Pages (2 of 2)

April 27th, 2010 No comments

For more Expression Web Quicktips, go to www.zoom-in.com

Learn how to use ASP.NET Master Pages for rapid website development in Expression Web 2.

SQL SERVER Tutorial – T-SQL: Self Join

April 27th, 2010 No comments


T-SQL Tutorial

Advanced C++ Tutorials 1 : Vectors & Physics : Convert Polar to Cartesian

April 27th, 2010 1 comment


A helpful way to learn c++, and to understand how to program physics in programming. Part 1 of this tutorials goes over the setup of the vector class, and we make a function for converting polar coords, to cartesian.