Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Sunday, March 24, 2013

Critical Mass - A learning ideology

Ok one thing I've had very little success with over the past few years has to be Javascript. I assume the lack of learning is common to most everything and not just Javascript but the thing I am talking about is the not being able to progress upto critical mass.

What is critical mass? 

Well I hypothesized that it is the accumulation of knowledge and practice which is mostly readily available for recall. Another way to describe it would be achieving a certain level of core competency so as to be able to use it after a relatively prolonged period of disuse - the learned bicycle riding skill, which is proposed to be a lifelong  scenario if you will.

Critical mass is often attributed to nuclear reactions where an initial emission of one particle leads to triggering neighbor particles until a chain reaction occurs. Another analogy can be based on the Sun. It needs a certain amount of core material which would:
  1. Provide enough fuel to start and maintain a reaction to last millions of years, and,
  2. equally important, enough fuel so gravity can create the necessary pressure to start the reaction
Learning is similar. Enough of the basic repertoire of the subject, along with a substantive body of knowledge to combine those elements to create something new as well enough core material to hold and maintain the particular skill as a long lasting asset is all needed to not only start but to progress to higher levels.

Personal Observations

Now with XHTML and CSS, I was able to guide myself from scratch to being able to hand code semi solid pages. Even after a prolonged period away I've still retained enough to be able to muck about in some code here and there.

With the likes of JAVA I had formal training, so I cannot profess to having learned it from scratch, even though I'm currently undergoing the process of relearning it after a long hiatus.

The issue is not one of just finding the suitable materials and approach to appropriate knowledge, but being able to progress to, and past, a certain threshold which will ensure that it will remain of a viable nature. In other words, something that is retained and later usable.

Now I decided that in order to best elucidate and illustrate 'critical mass' would be to slowly iterate it while traversing differing topics such as timetabling, to-do lists and through the progress of my various skill development endeavours. So more about this as time progresses.
Enhanced by Zemanta

Tuesday, September 7, 2010

HTML Dog: The Best-Practice Guide to XHTML and CSS

This is more relevant and applicable than most XHTML and CSS books. A somewhat more comprehensive beginners book would be advised to someone not quite familiar with the basics, as this deals with more practical issues, such as margin collapsing, cross browser issues, etc. however, it is still adequate for someone starting out.

The level is novice to intermediate level. The companion site provides almost all the same content and live examples, handy references to almost any XHTML/CSS query, as well as links to other sources. A definite read for anyone who would like reinforce and improve their XHTML/CSS knowledge.
Enhanced by Zemanta

Monday, August 30, 2010

HTML for the World Wide Web with XHTML and CSS, Fifth Edition (Visual QuickStart Guide)

My first foray into the world of HTML, XHTML and a splash of CSS. This book helped me on my first baby steps with the building blocks and foundations of website design.

The level is beginner to intermediate and as with all good technical books, starts off at the very beginning and describes the history of the web, technologies, browser wars, the different flavours of HTML, best practices and proper coding tips. The book also explains defunct and proprietary tags as well as elements and their use/misuse.The crucial role of separating content from design is explained via the dichotomy of XHTML and CSS.

This is a very good starting point and handy reference book for anyone looking to start off on a path of web design. I would recommend it to anyone who has the patience and dedication. Some parts of the book are a bit hard to digest, but not by much.Overall its step by step definition and tutorials will leave you feeling ready to take on the finer aspects of XHTML & CSS.