01/17/2013Video tutorial
Calendar and AutoComplete - Introduction to Kendo UI Course - Part 2 In this lesson, we are continuing our discussion of Kendo UI. We wrapped up the calendar discussion by talking about the footer and how we can get a hold of the calendar variable so we can make changes to the calendar.
12/26/2012Video tutorial
Adding New Record to Database III - Course Introduction to jQuery UI - Part 29 In the video, we wrap up the adding functionality. After we created the stored procedure and the web service method, we started the page modification to be able to make the appropriate call to the service and add a new employee.
12/24/2012Video tutorial
Listing Data From Database - Course Introduction to jQuery UI - Part 25 In the previous video, we discussed how to retrieve the data from the web service. So the data was static in the web service in a list. This video (and the next) will discuss how to retrieve the data from the database.
11/08/2012Video tutorial
Creating the Web Service II - Course Introduction to jQuery UI - Part 24 In this video, we move to populating a jqGrid from a web service. Since we started with the grid we have been using a local array with data to populate the grid and experiment with the available functionality.
11/01/2012Video tutorial
CSS to Tables - Course Cascading Style Sheets (CSS/CSS3) - Part 26 In this video, we will talk about applying CSS to tables. As you know tables still play an important role in html pages. In many cases you need to style those tables in a way to bring attention to the user.
11/01/2012Video tutorial
Combinators - Course Cascading Style Sheets (CSS/CSS3) - Part 25 In this video, we will talk about combinators. So the idea is that if I need to change the style of some elements, how can I have access to descendants, direct children and siblings?