Archive

Posts Tagged ‘Tutorials’

PHP Programming Basics Tutorial (Part 2)

April 27th, 2010 No comments


This video covers PHP basics… “Echo”, “If, Else”, and Variables.

ASP.NET Tutorial – GridView and FormView – Part2

April 27th, 2010 11 comments


In this lesson, you will learn about the GridView and FormView controls and how you can use some of the features of these controls to make editing and displaying of database content easier. For Best View: watch the video in Full Screen Mode.

C++ Tutorials, Part 3

April 26th, 2010 15 comments


Basic Data Types

How to use a Oracle PL/SQL debugger

April 26th, 2010 No comments


This tutorial show the process to use the PL/SQL debugger available on the DreamCoder for Oracle.

5 4 Creating a Simple Browser in Visual Basic.NET

April 26th, 2010 3 comments


Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer Here’s the code: Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click WebBrowser1.GoBack() End Sub Private Sub btnFwd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFwd.Click WebBrowser1.GoForward() End Sub Private Sub btnHome_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnHome.Click WebBrowser1.GoHome() End Sub Private Sub btnRefresh_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRefresh.Click WebBrowser1.Refresh() End Sub Private Sub btnGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click WebBrowser1.Navigate(txtUrl.Text) End Sub

SQL SERVER Tutorial – T-SQL: Built-in Functions – Working with NULLS – COALESCE – ISNUMERIC

April 26th, 2010 No comments


T-SQL TUTORIAL

VB 6.0 Make a shutdown, restart, logout program

April 26th, 2010 25 comments


A quick tutorial on how to make a program that can log you out, restart your computer and shut it down, you can use this as a system control thing, or you can make a prank out of this so that it will shut your friends computers down or whatever. Sorry that there is no sound, my mic broke ages ago and I’ve been meaning to get a new one. Remember this NEEDS Visual Basic 6.0 but I tried this on .NET and it worked also.

Adding CSS to ASP.NET master page

April 26th, 2010 9 comments


In this video you will learn how to add a color scheme to the master page so it pleases the eye.

PHP Tutorials: Create a Search Engine (Part 1)

April 25th, 2010 17 comments


Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

ASP.NET Tutorial – Master Pages & Site Navigation – Part2

April 24th, 2010 3 comments


Use Master Pages and Site Navigation? Create a web site with a consistent layout and design across all its pages using ASP.NET 2.0 MasterPages. See how easy it is to add navigation to a web site using the new TreeView and SiteMapPath controls. For Best View: watch the video in Full Screen Mode.

Asp.Net IV : Label AssociateControlId AccessKey

April 24th, 2010 No comments


Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey – Shalvin

ASP.Net 2.0 Membership IV Roles

April 24th, 2010 1 comment


Microsoft ASP.Net 2.0 Membership IV : Roles – Shalvin

Asp.Net IV : Label AssociateControlId AccessKey

April 23rd, 2010 No comments


Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey

Flash PHP MySQL CMS – Content Management System Website Tutorial CS3 + CS4

April 23rd, 2010 25 comments


Source Files – www.developphp.com In this Flash ActionScript 3.0, PHP, and MySQL tutorial video and source file download you can learn how to build slick CMS(Content Management Systems) for your client websites or for projects that require many people to input data. A Content Management System made in Flash makes editing content easier visually and physically for the user or client you have created it for. This method uses one PHP control file, one MySQL database(with 2 tiny tables in it), and a flash application that is programmed intelligently enough to display dynamic content from a MySQL database, or any database type system. We also have tutorials that show how to use a flat text file as database, or an XML file as databse if your environment cannot run MySQL easily. Brought to you by FlashBuilding.com

Visual Basic 2008 Tutorials: Hello World

April 23rd, 2010 25 comments


A simple HelloWorld introduction!

SQL SERVER Tutorial – T-SQL: ORDER BY – COUNTING – GROUP BY – HAVING

April 23rd, 2010 1 comment


T-SQL Tutorial

Creating a Calculator in Visual Basic Part One

April 23rd, 2010 25 comments


Part one of setting up a pretty decent calculator in Visual Basic (Actually functions much like the Windows calculator)

Java Tutorial 3 : Operators

April 23rd, 2010 5 comments


Add, subtract, multiply, divide, hurray !

Asp.Net IV : Label AssociateControlId AccessKey

April 23rd, 2010 No comments


Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey – Shalvin

ASP.Net 2.0 Membership IV Roles

April 23rd, 2010 1 comment


Microsoft ASP.Net 2.0 Membership IV