Tag Archives: CSS

WordPress CSS Change helped by Firebug Primer Tutorial

WordPress makes it pretty easy to create blog websites, and you have that inbuilt styling structure inherent in a WordPress theme (this website uses theme TwentyTen) to work with. When you use a particular WordPress theme you stamp that website … Continue reading

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

HTML/Javascript/CSS Frameset Primer Tutorial

Here is a tutorial that addresses more Javascript DOM ideas and builds on three previous tutorials that looked at Sliding Menus via the tutorials ending with More Javascript DOM Tutorial. Framesets are a good way to organize HTML that work … Continue reading

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

Javascript Form Required Fields Primer Tutorial

In tutorial here we use Javascript code to validate an HTML form element’s input tag data for Required Fields as a follow up to previous Javascript Form Validation Primer Tutorial as shown below. This tutorial’s methods differ in that the … Continue reading

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

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