Tag Archives: HTML

HTML/Javascript Scrabbling Snakes Game Primer Tutorial

Scrabbling Snakes is a hybrid game combining the Scrabble board with styling to look a bit like snakes (well, you had to be there) and with a word scramble game feel. It could do well as a vocabulary improvement game … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

HTML/Javascript KenKen Game Primer Tutorial

KenKen is a well known mathematical game, featuring in the puzzle section of some newspapers. We see it here in Sydney, Australia, in The Sydney Morning Herald newspaper. Do not know what the paper KenKen puzzle creators use to create … Continue reading

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

Leap Second Game Primer Tutorial

Maybe we owe you an apology today if you’ve come here looking for high tech information about the Leap Second, but our cheeky blog post title today is a “play on words” regarding this most momentous event, while not being … Continue reading

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

HTML Hand Cricket Game Primer Tutorial

In Australia, here, we live in a country where a lot of people are keen on cricket, as a summer sport. There are three main public forms of the game … Test cricket played over up to 5 days (or … Continue reading

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

CSS Before and After Content Primer Tutorial

The “#element:before { content: ‘Some starting content’; }” and “#element:after { content: ‘Some optional ending content’; }” CSS syntax (to populate the innerHTML “content” of HTML element id=’element’) is fascinating to me, because it feels like breaking the rules somehow. … Continue reading

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

Dynamic Javascript and CSS Primer Tutorial

The Head tag of an HTML webpage can be thought of as containing … Javascript scripting (though other types may work too) CSS (Cascading Style Sheets) … as well as optional meta tags and title tag … and am sure … Continue reading

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

Dynamic Javascript Primer Tutorial

Javascript is the HTML scripting language … it’s official in HTML5 where the “type=’text/javascript’” in <script type=’text/javascript’> … </script> is no longer needed. Without Javascript web pages would be pretty mundane, but the use of Javascript DOM and various Javascript … Continue reading

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

Australian Indigenous Language HTML Map jQuery YQL Tutorial

Our image map web application exploring Indigenous Australian Language, History and Culture quest continues, this time adding some jQuery and YQL and Ajax functionality best suited to non-mobile platform usage, but still appearing in the mobile “world” during a touch … Continue reading

Posted in Ajax, Database, eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , | 19 Comments