Tag Archives: CSS

Ajax Auto-completion FollowUp Tutorial

Ajax techniques make your web pages very dynamic and useful, and there will be fewer changes of webpage required when using Ajax, because information derived from a data source (maybe a feed, maybe a database read, maybe a local source … Continue reading

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

PHP/HTML/Javascript Canvas Rotation Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. Today we build on the HTML/Javascript Canvas Primer Tutorial as shown … Continue reading

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

PHP/Javascript/HTML Moon Angle Tutorial

Here is a tutorial that calculates Noon Moon Angles from Earth via the entry of Latitude and Longitude. The calculation of noon moon angles uses the concept of Sublunary Point, which is explained in the quote from Wikipedia below. The … Continue reading

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

PHP/Javascript/HTML Sun Angle Tutorial

Here is a tutorial that calculates Noon Sun Angles on Earth via the entry of Latitude and Longitude. The calculation of noon sun angles uses the concept of Subsolar Point, which is explained in the quote from Wikipedia below. The … Continue reading

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

PHP/Javascript/HTML Public JSON ASX Usage Tutorial

Here is a tutorial that introduces you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. Today we look at ASX (Shares) informational on the Australian Stock Exchange. The … Continue reading

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

PHP/Javascript/HTML Public JSON Data Usage More Tutorial

Here is a tutorial that builds on the previous PHP/Javascript/HTML Public JSON Data Usage Primer Tutorial in introducing you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. Today … Continue reading

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

YUI UI Colour Picker Primer Tutorial

A lot of the things people like about the Web are to do with JavaScript and client-side activities. Adding to that experience are Javascript libraries packed full of features. One of the best of these is the YUI library by … Continue reading

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

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