Tag Archives: programming

Python Tuple Primer Tutorial

In this tutorial we examine the Python data structure called tuple. Tuples are interesting in that different base data types that can’t cohabit an array can be part of a tuple. This tutorial builds on the Python Primer Tutorial of … Continue reading

Posted in eLearning, Tutorials | Tagged , , , | 17 Comments

PHP/Javascript Eval Primer Tutorial

Today’s tutorial adds an onion layer on top of an answer of a question on Yahoo Answers. This is the way I really like to program. Get the essence right first, then build onion layers on top, and have supervisors … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , | 7 Comments

PHP/Javascript/HTML Google Chart Sparkline Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Sparkline functionality. Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree … Continue reading

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

More Bookmarklet via Javascript Tutorial

Have you heard of Bookmarklets? Are you a person with a cluttered (thoughtfully placed, of course) desk? Yes? Read on … even if not, “Go to Jail … Do Not Pass Go” (maybe you were impressed by that idea that … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , | 25 Comments

PHP/Javascript/HTML Google Chart JSON Data Table Import of CSV Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its JSON Data Table functionality. Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex … Continue reading

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

Xcode Python Desktop Application Primer Tutorial

Have you heard of Python? It is a great object-oriented programming language for both desktop and web usage. Xcode on Mac OS X Leopard supports Cocoa-Python Applications, and this tutorial shows the creation of a simple Python Desktop Application using … Continue reading

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

Java Swing OptionPane Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) program on a Mac laptop that displays calculator program performing +-*/^! Below is some information from Wikipedia regarding the Java Swing functionality: Swing … Continue reading

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

PHP/Javascript/HTML Hit Counter Primer Tutorial

Here is a tutorial that shows a way to create a very rudimentary PHP Hit Counter for a particular webpage. By “for a particular webpage” mean that to get a meaningful hit count for a website you probably are best … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 9 Comments