Tag Archives: programming

NetBeans Maven Java Web Application Primer Tutorial

Today’s NetBeans Maven Java Web Application primer tutorial shows a simple application project using Maven, which is a very powerful and dynamic application building automation tool. Let’s see below some of what Wikipedia says about Maven. Maven is a build … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , | 5 Comments

JavaScript Stylesheet Toggler Tutorial

JavaScript DOM programming is very useful, and today it is used to toggle the CSS stylesheet styling without leaving the webpage you are on by using a <form action=”#”> type of arrangement (though we don’t reach the action with this … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , | Leave a comment

WordPress Text Widget Tutorial

Often get asked what CMS is this? Answer is WordPress. Then often get asked what theme is it using? Answer is default WordPress theme Twenty Ten. Finally we have a tutorial where this is relevant! Yayyyyyyyyyyyyyyyyyyyyyyyyy!!!!!! And here was another … Continue reading

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

PHP/Javascript/HTML Google Chart Org Chart Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Org 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 | Tagged , , , , , , , , | 2 Comments

Python Tkinter Primer Tutorial

Have you heard of Python? Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. Check … Continue reading

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

PHP/Javascript/HTML Google Chart Map Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Map 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

C# Socket Primer Tutorial

C# using Visual Studio on Windows is a great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or … Continue reading

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

Code::Blocks Fortran DLL Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project in which a Fortran Windows 32bit application calls a Fortran DLL doing some simple work with a two-dimensional array (and saying hello … Continue reading

Posted in Code::Blocks, eLearning, Tutorials | Tagged , , , , , , | 21 Comments