Tag Archives: UI

Interface

User Interface Design

Welcome to CodeSpread!What is a User Interface? Webopedia says “Abbreviated UI, the junction between a user and a computer program. An interface is a set of commands or menus through which a user communicates with a program.The user interface is one of the most important parts of any program because it determines how easily you…..

jQuery: Effects/Methods

In our last article, jQuery Part 1 , we covered the basic understanding and now we will move to Methods or effects available in jQuery. Hide/Show/Toggle Methods The most used method Hide/Show. From the last tutorial, we already know, how to select an element of our page. Then, if we are successful, we just have…..

UI: Jquery is Javascript Library

Jquery Basics: With the title itself, anybody can deduce that we are indirectly talking about javascript only. So, we can say that Javascipt is the guardian of Jquery. These are client end technologies which are completely different from our server side technologies but now they have blend in. Lets try an example in Javascript first,we…..