Author Omuya, Odhiambo Erick. Language en. Metadata Show full item record. Abstract Online social media has positioned itself as one of the best media of communication and information sharing. People are able to write short messages on their walls using various social media like Twitter, Facebook, Bebo, hi5 and Ibibo. Through these messages they share and discuss about things like news, jokes and what they are going through.
The short messages are generally called status updates and specifically tweet when you are using tweeter. Tweets have become so important in the world of information and communication because they have a great potential to pass information very fast. The knowledge generated from twitter has however not been adequately harnessed and utilized as it ought. The purpose of this study was to develop a way of searching, filtering, organizing and storing the information from social media so that it can be put to some good use.
Each component is a module, which aside from a minimal set of standard dependencies relevant Flight utilities and mixins , has no reference to the outside world. Thus a given component will respond to a given event in the same way, regardless of environment. This makes testing both simple and reliable — events are essentially the only variable and a production event is easy to replicate in testing. You can even debug a component by triggering events in the console.
A mixin defines a set of functionality that is useful to more than one object. Flight comes with built-in support for functional mixins , including protection against unintentional overrides and duplicate mixins. While classical JavaScript patterns support only single inheritance, a component or other object can have multiple mixins applied to it.
Moreover mixins requires a fraction of the boilerplate required to form traditional classical hierarchies out of constructor-prototypes hybrids, and don't suffer the leaky abstractions of the latter 'super', 'static', 'const' etc. The project includes full documentation as well as an example app in the form of an email client :.
We welcome outside contributions! Check out our GitHub issues to see what needs doing. To get started, you could try a helpwanted ticket! This is supported by all major browsers. Install Bootstrap 2. The following files are added to your project :. Grid System - Bootstrap offers 2 types of Grids. The default grid system is Fixed grid which is pixels wide with 12 columns. The content will look like :. The view html results into following UI output:.
Notice that, different css classes container-fluid,row-fluid used for fluid grid layout. And it will result into,. Nav-bar - Using bootstrap we can creat a static navbar. This is explained here. We will take a view page, add nav bar into it. We will create a Nav-bar with four menu items, a dropdown box and a search box.
0コメント