-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
A friend and colleague recently mentioned something to me about web development that has been resonating with me ever since. He told me that web development needs to cater to mobile phones and tablets first as this is where the majority of usage will be driven. So for the web page that we are now going to create, we are going to make sure that it will scale to smaller screen sizes used with mobile phones and tablets. It's going to be pretty easy to achieve this, and while we do it, we are going to give you a full explanation on utilizing SplunkJS along the way.
In the example, we are going to continue using our Stock Market Data, but we will assume that we are providing this data to an independent stock broking firm, who then pass this information to their clients in the form of a website.
Let's start by discussing the code structure of our web page. We are going to run from the top of the script to the bottom, and you will notice that it is very...