Showing posts with label video tutorials. Show all posts
Showing posts with label video tutorials. Show all posts

In this course we will be designing a single website which will adapt the display differently on different types of devices Desktops,handheld and tablets. we start by designing and customizing a series of interactive web pages to display on desktop. we will take a look how to load pages and other content dinamically using jquery and ajax next we look how to customize the site layouts for handheld devices like iPhone, Android and tablets. we also covers how the old problems and inconsistency that popup when displaying the site on different devices. finally we make coding and design adjustments to make the pages work around on tablet devices.

Posted on 21:30 by Unknown

No comments


lets find out how a database can help you. It dosen't matter what programming language, operating system or application type you are using. so in this video training tutor Simon Allardice is going to start from very beginning. Like what is a database ?, why would you want and  what problems you are going to face when you don't have database.

Posted on 20:00 by Unknown

No comments


The .Net Framework Is Been Around Since 2002 And Asp.Net Technology Has Open The Doors To Write Code With Any Supported .Net Language. In This Course David Gassner Will Give You Tools To Get Your Website Up And Running Using Asp.Net 3.5 Using Data Stored In A Server Side Database Hosted With Microsoft Sql Server 2008. I Will Take You Through Installation And Configuration Of Microsoft Visual Web Developer 2008 A Free Development Environment For Building Asp.Net Websites. Then We Get Into The Good Stuff Creating Web Form Pages Using Microsoft Sql Server 2008 Express, Using The Grid View Control To Present And Add A Dynamic Data On Asp.Net Pages, Installing Internet Information Services On Windows XP And Windows Vista And Finally Deploying Asp.Net Website On IIS, If All This Sound Like A New World To You Don't Worry About It, This Is An Essential Training Course So I Will Be Showing You A Lot Of New Things That Will Make You At Home In This New World.

Posted on 19:00 by Unknown

No comments


A tabbed panel interface is a classic feature to incorporate in your website design, but they're usually static elements. This course shows how to build a dynamic sliding tabbed panel from scratch using a combination of HTML, CSS, and jQuery. Author Chris Converse leads you through the process from start to finish, from building the containers to styling the text, tab, and panels, and adding click events to make the tabs interactive. He also shows how to incorporate progressive enhancement techniques, so visitors who don't have JavaScript, for example, can still access the content.

Posted on 16:00 by Unknown

No comments


PHP is a language that has one of the widest spectrums of users today: on the one end beginners who want to put a couple lines of dynamic content into their web sites, and on the other hand teams of enterprise developers who run high-traffic internet e-commerce systems. PHP is also the language behind some of the web’s most useful and game-changing software, such as WordPress.

Posted on 13:00 by Unknown

No comments


Take your Android programming skills to the next level with the Android built-in framework that enables local data management in text files and SQLite-based relational databases. This course shows you how to create datacentric apps for Android devices, using SQLite, Java, and the built-in android.database packages. Author David Gassner describes how to define shared preferences, work with JSON and XML files in internal and external data stores, and create new local SQLite databases.

Posted on 10:16 by Unknown

No comments


Whether you’re building a web- or desktop-based application with Java SE or Java EE, many Java applications need to integrate data from a relational database. This course describes how to read and manage data from relational databases such as MySQL and SQL Server using the Java Database Connectivity (JDBC) API.
Author David Gassner explains how to choose a JDBC driver and connect to one or more databases. He also provides detailed instructions on reading, selecting, and updating data; calling stored procedures; managing data via JavaBean classes or with prepared statements; and working with metadata.

Posted on 19:30 by Unknown

No comments


PHP is the most popular server-side language used to build dynamic websites, and though it is not especially difficult to use, non-programmers often find it intimidating. This workshop from author and trainer David Powers is designed to change that by teaching you PHP through a series of clear, focused, easy-to-follow lessons. After briefly explaining what PHP is and how it integrates with HTML, David will guide you through the setup and configuration of a PHP development environment on both Windows and Mac OS X. Then you’ll learn the features of the PHP language through a series of hands-on exercises before embarking on a larger project that involves building a script to validate and email user input from an online form. Through this project you’ll come to understand the value of creating reusable code, the importance of PHP security, and how to deal with multiple-choice form fields.

Posted on 18:00 by Unknown

No comments


In this course tutor chris charlton will explore all the tools and techniques needed to improve the design our drupal websites by building and implementing custom themes. we will begin by building a basic triple website with default theme and getting familiar with the tools every drupal theme designer needs. I go through how to control and build on top of standard themes that comes with drupal 6, then we will create custom theme for drupal by integrating graphics and web technologies like CSS and HTML. Finally we will cover the specific of applying customs designs to various pages in elements in drupal known as nodes and blocks.

Posted on 16:00 by Unknown

No comments


This is JavaScript Essential Training, In this video training tutor Dori Smith explains how to work with objects, create buttons and forms that interact with site visitors, make rollovers, menus, slideshows, and countdowns, and take advantage of other practical applications.

Posted on 15:30 by Unknown

No comments


MySQL is a database management system (DBMS). It is so much popular in the web world and MySQL mostly used for small and medium sized web projects. In this video training, tutor Bill Weinman provides clear, instructions about how to create, delete and maintain a database. Bill Weinman have so much knowledge about MySQL and definitely he is perfect tutor for you.

Posted on 14:29 by Unknown

No comments


In Excel 2010: Managing Multiple Worksheets and Workbooks, author Dennis Taylor shows how to share data between multiple worksheets and workbooks and gives tips for adding, moving, and navigating worksheets and workbooks efficiently. This course covers how to make global changes, create simple formulas that connect worksheets, make super-efficient 3D formulas to calculate summary totals from multiple worksheets, and use pivot tables to summarize data from multiple workbooks. Exercise files accompany the course.

Posted on 10:07 by Unknown

No comments


Content management system are growing in popularity for creating both simple and complex websites. joomla is one of the three best known open source content management system in the world.

Posted on 10:00 by Unknown

No comments


In jQuery Essential Training, tutor Joe Marini show how to use jQuery a free JavaScript library. It so much decrease the web code that you have to write in order to build web pages, that are modern, responsive and automatically work accross all browser. he will also explain how jQuery can be used to extract information from web pages by writing simple statements like css. he will also explore how jQuery makes the creation of content manupulation and event handling code that work across all browser and much more. By Learning this video training you will find jQuery to be a great tool to create web pages that are polished, professional and engaging. their is a reason, they called jQuery write less do more library.

Posted on 09:57 by Unknown

No comments


Most popular and powerful language in the world that widely used for system and application development. If you want to start your programming career so you need to learn c and c++ because all the languages syntax are similar to c and c++ and In this video training tutor Bill Weinman explores the c and c++ languages along with their standard libraries he will start from basic syntax of c, c syntax are similar for c++ as well as for other languages like c#, java, php and many others.

Posted on 09:54 by Unknown

No comments

if you want to build android device apps, dynamic web application for use on a java enterprise edition server or applets that a delivered through web browser you need to know java. In this video training tutor David Gassner show you how to download and install java development kit on windows and mac os 10 and how to get started with eclipse the free cross platform IDE for java developers from the eclipse foundation. the goal of this video training is to get you started with java so you can go on to build mobile, desktop and web other types of applications.

Posted on 21:05 by Unknown

No comments

Java Advanced Training shows developers how to expand their programming skills and get more out of Java. In this video training tutor David Gassner start with new features of java 7 and he will show some advanced features in java for example : how did you test driven development with assertions and how to use multiple threads with the thread class and the runable interface and much more.

Posted on 21:02 by Unknown

No comments

Dozens of languages are available on internet you can learn any one of them but if you want to build applications that runs on the mac, iPhone and iPad so there is one clear winner objective-c. In this video training tutor Simon Allardice begins  with basics getting the tools that you need, he will explain structure of an objective-c programming and how to get your first code up and running. he will explain how to design and create your own classes and their is big section on memory management and much more. Simon Allardice covers every major feature of this language.

Posted on 20:55 by Unknown

No comments

Become your company's database deity. Learn how to install and administer Oracle 11g databases from scratch and ensure the integrity and security of your organization's data. Tim Warner's series even shows you how to apply your existing SQL Server, MySQL, or DB2 skills directly to Oracle platforms! After watching, you'll be able to pass the Oracle 1Z0-052 exam, and you'll have the vocab, experience and confidence you need to impress hiring managers and clients.

Posted on 20:49 by Unknown

No comments

Fast and smooth working website with database is necessary for many of today's businesses. PHP is going to allow you to create everything from very simple web pages with dynamic content and PHP is most popular tool for creating dynamic pages.the full featured web application that connects to backend databases. if you are using HTML for developing website so PHP is a great next step for you. if you never done any type of programming after all PHP is good start for you but For learning PHP all you need to know Only basic HTML. If you like, you can follow up this workshop with “ PHP with MySQL Beyond the Basics " That Contains Advanced Topics.

Posted on 20:45 by Unknown

No comments

UA-44648177-1