Tag Archives: programming

AutoHotKey StayAwake Tutorial

Have you heard of AutoHotKey? It is a Windows application (that is quite brilliant) which can record and replay mouse and keystrokes, or assign a group of actions to a HotKey. Anybody into procedures and the operations side of I.T. … Continue reading

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

C Union Primer Tutorial

The C programming language introduced a data structure called union which allowed that data structure to contain a range of different data types which could come and go in relevance, during program execution, for many and various purposes, as the … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , , , , , , , | 33 Comments

PHP/Javascript/HTML Google Chart Candlestick Chart Tutorial

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

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

ASP.Net MVC Primer Tutorial

Today’s tutorial creates an MVC website in ASP.Net with Microsoft Visual Studio (2010 Express). MVC stands for Model/View/Controller web design architecture methodology. Even if you lack skills in the M[odel] bit of this software technique (and the experts recommend a … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , | 2 Comments

HTML/Javascript Internationalization Primer Tutorial

Internationalization is a word that encompasses all the efforts you make to have your website be open and approachable to any/all of the world’s Internet users. So within the concept of internationalization you could have: language translation monetary and currency … Continue reading

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

C++ Xcode OOP Function Template Primer Tutorial

Our C++ Xcode OOP Function Template Tutorial presented here uses a great feature of C++ that can streamline code where the only differences between functions presented are the data types returned and the data types passed in. The word template … Continue reading

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

Menu for Windows Command Prompt Via Batch File Tutorial

For today’s tutorial we build a menu-driven Windows Batch (at Command Prompt window) , building on previous

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

HTML Image Map Primer Tutorial

Realized today when answering this Yahoo Answers Question that the HTML map tag had never been addressed as a very useful tool at this blog. Taken to its n’th degree of usage you could do away with (products like) Dreamweaver … Continue reading

Posted in eLearning, ESL, Land Surveying, Software, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment