Archive

Posts Tagged ‘Programming’

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)

Head First iPhone Development: A Learner’s Guide to Creating Objective-C Applications for the iPhone

April 27th, 2010 5 comments

  • ISBN13: 9780596803544
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description
Let’s say you have an idea for a killer iPhone app. Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You’ll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It’s a complete learning experience for creating eye-catching, top-selling iPhone applications. Put Objective-C core concepts to work, including message passing, protocols, properties, and memory management Take advantage of iPhone patterns such as datasources and delegates Preview your applications in the iPhone Simulator Build complicated interactions that utilize multiple views, data entry/editing, and iPhone rotation Work with iPhone’s camera, GPS, and accelerometer Create interactive, entertaining games Optimize, test, and distribute your application We think your time is too valuable to waste struggling with new concep. . . More >>

Head First iPhone Development: A Learner’s Guide to Creating Objective-C Applications for the iPhone

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

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.

Chip’s Tips for Developers

April 26th, 2010 No comments

Product Description
Programming tips, tricks, examples, and pluginsKindle blogs are fully downloaded onto your Kindle so you can read them even when you’re not wirelessly connected. And unlike RSS readers which often only provide headlines, blogs on Kindle give you full text content and images, and are updated wirelessly throughout the day. . . . More >>

Chip’s Tips for Developers

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.

What are a list of words you should not use when programming PHP?

April 24th, 2010 2 comments

I know there are some words you should avoid using when writing PHP. Words that are predefined functions and variables. Such as “load. ” Does anyone know a website that lists these words (so I know what to avoid)? And can they easily explain why you should not use them (so I can explain this to someone)?

Powered by Y! Answers
Categories: PHP Tags: List, PHP, Programming, Should, words

Xcode 3 Unleashed

April 24th, 2010 5 comments

  • ISBN13: 9780321552631
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description
Apple’s new Xcode 3 is the most powerful Mac development suite ever created. In Xcode 3 Unleashed, renowned Mac developer Fritz Anderson has written the definitive guide to making the most of Xcode 3 to build any Macintosh or iPhone application.   Anderson leads you through a simple project that covers the entire Xcode 3. x development lifecycle. You’ll walk through building and debugging command-line tools, creating Mac OS X user interfaces, modeling data, localizing languages, compiling applications, and much more. Along the way, he introduces each of Apple’s remarkable development tools from the latest version of Interface Builder to Instruments—a powerful new tool for analyzing and optimizing your code.   Anderson shows how to manage your source code in any environment, whether you’re working solo or participating in a worldwide team. He thoroughly illuminates Xcode 3’s build system and shows how to make the most of Apple’s perform. . . More >>

Xcode 3 Unleashed

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.

C Programming Language

April 24th, 2010 5 comments

Product Description

Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C’s rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. 7 x 9 1/4.

Amazon. com Review

Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) — like C itself. And it was written by Kernighan himself. Need we say more?. . . More >>

C Programming Language

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

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)