Monthly Archives: October 2013

AppleScript Editor in Mac OS X Primer Tutorial

Today’s tutorial on a Mac laptop using the application utility AppleScript Editor program builds on alternative techniques for such Mac OS X procedural recording and playback functionality previously mentioned in the previous Automator in Mac OS X Primer Tutorial shown … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , | Leave a comment

PHP/HTML Image Manipulation Primer Tutorial

Here is a tutorial that shows some very rudimentary PHP GD and Image Functions (manipulation) functionality. Link to some downloadable PHP programming code … rename to myrudimentarydrawing.php. For this tutorial we show the drawing of an ellipse or a rectangle … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | Leave a comment

Linux and Unix Soft Links Primer Tutorial

Are there big differences between the Linux and Unix operating system, and Windows, for example? Deep at the heart of the very file orientated Unix and Linux operating systems (where just about everything can be boiled down to being about … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , | 1 Comment

Xcode Objective-C Polymorphic Array Primer Tutorial

Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , | 16 Comments

Linux join MySql Primer Tutorial

Today’s tutorial follows up on phpMyAdmin interface to MySql and PHP Primer Tutorial in that we again use the brilliant phpMyAdmin to use MySql calls to create several tables and show that you can build a Linux or Unix based … Continue reading

Posted in Data Integration, Database, eLearning, Operating System, Tutorials | Tagged , , , , , , | 2 Comments

Xcode Objective-C Mutable Array Primer Tutorial

Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , | 7 Comments

Code::Blocks C++ Win32 API Frame Menu Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project to create a C++ Windows 32bit GUI frame application (Win32 API) with two simple submenus. Programming IDEs take a lot of the … Continue reading

Posted in Code::Blocks, eLearning, GUI, Tutorials | Tagged , , , , , , , , | 6 Comments

Silverlight ASP.Net MVC Primer Tutorial

Today’s tutorial creates a Silverlight Navigation MVC Application website in ASP.Net with Microsoft Visual Studio (2010 Express) building on the knowledge of the previous ASP.Net MVC Primer Tutorial. MVC stands for Model/View/Controller web design architecture methodology. Even if you lack … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , | Leave a comment