Archive

Archive for the ‘Programming Tutorials’ Category

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

SQL SERVER Tutorial – T-SQL: BATCHES – Variables

May 8th, 2010 No comments


T-SQL TUTORIAL

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.

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.

Geolocation – Learning iPhone Programming

April 27th, 2010 2 comments

Learn how to build a geolocation iPhone app , from Alasdair Allan, author of Learning iPhone Programming

(oreilly.com More at www.learningiphoneprogramming.com)

Microsoft Office Ultimate 2007 FULL VERSION

April 27th, 2010 5 comments

  • No-compromise software package provides people at home or work with a comprehensive set of tools
  • Includes core applications such as Word, Excel, PowerPoint, Publisher, Access, and Outlook with Business Contact Manager, as well as powerful 2007 versions of like Groove, OneNote, and InfoPath
  • Streamlined user interface that helps you create documents faster, more easily, and more intuitively; improved picture, charting, and graphics tools let you produce better-looking documents, spreadsheets, and presentations
  • Large library of standard charts, quick formatting tools, and SmartArt diagrams makes it easy to include rich and stunning visuals and charts
  • Includes Groove, an innovative application that lets users create and customize Groove workspaces in minutes and invite colleagues, partners, and customers to join

Product Description
Item #: 62934D. Office Ultimate 2007 will give people working at home access to the full lineup of 2007 Microsoft Office applications so they can create, find, manage and share information across boundaries using the toolset they’re familiar with at the office. Product Description
Microsoft Office Ultimate 2007 – complete package
Category: Office applications
Subcategory: Office applications – office suite
License Type: Complete package
License Qty: 1 PC
License Pricing: Standard
Language(s): English
Localization: United States
Platform: Windows
Distribution Media: DVD-ROM
Package Type: Retail
OS Required: Microsoft Windows Server 2003 or later, Microsoft Windows XP SP2 or later
Customers also search for: TechnologySoftwareSoftware Suites Discount Microsoft Office Ultimate 2007 – Complete Package – 1 PC – DVD – Win – English – United States, Buy Microsoft Office Ultimate 2007 – Complete Package – 1 PC – DVD . . . More >>

Microsoft Office Ultimate 2007 FULL VERSION

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.

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