Monday, September 22, 2014
Sunday, September 21, 2014
ASP.NET Dynamic Data Fundamentals
Friday, September 19, 2014
Wednesday, September 17, 2014
ASP.NET MVC Fundamentals
ASP.NET MVC is a supplemental framework built on top of ASP.NET that
supports the construction of Model View Controller based applications as
an alternative to the post-back model of traditional ASP.NET
applications. Building Web applications using MVC enables a clear
separation of concerns between presentation and control logic, creates a
test-friendly application that supports test-driven development (TDD),
allows for finer-grained control over rendered HTML and JavaScript, and
simplifies control over the URL space of an application. This course
will dive into the MVC pattern and the ASP.NET framework architecture to
give you the knowledge you need to develop web applications using
ASP.NET and the ASP.NET MVC framework.
Tuesday, September 16, 2014
Pluralsight – ASP.NET Ajax Advanced Topics
Labels:
Ajax,
ASP.NET,
Microsoft,
PluralSight,
Programming
Sunday, September 14, 2014
Photoshop Artist in Action: Tim Grey’s “Prayer Sticks”
Foundations of Photography: Composition
Saturday, September 13, 2014
Inkjet Printing for Photographers
In this course, photographer and author Ben Long explores the art and
the craft of creating beautiful, archival-quality inkjet prints. The
course looks at the anatomy of a print job: how a printer works, how to
adjust and prepare your image to get the best results, and what happens
to your photo in its journey from pixels to paper.
Friday, September 12, 2014
Shooting with the Canon 5D Mark III
In this course, photographer and author Ben Long details the
features, controls, and options in the Canon 5D Mark III digital SLR.
The course begins with an overview of what a digital SLR is and takes a
tour of the camera’s basic components. Ben then discusses the camera’s
basic operation: changing lenses, navigating the menus, shooting in
automatic mode, reviewing and managing photos on the camera’s LCD
screen, and transferring photos to a computer.
Growing Your Business
Mia McCormick sits down with Scott Kelby, the founder of Kelby Media
Group, to discuss what it takes to start and grow your photography
business in today’s ultra-competitive landscape. Scott shares his hard
earned wisdom on topics such as choosing the right people to partner
with, taking the right kind of risks to move your business forward,
using social media for promotion and connection, how to become the kind
of person people want to hire, and so much more. If you are just
starting out in photography or thinking about making the jump to running
your own business then this class made just for you.
Tuesday, September 9, 2014
Objective-C Essential Training 2013
There are a lot of programming languages out there, but Objective-C
is the best choice for developers who want to develop iOS and OS X apps.
This course is your primer. Get the tools you need, learn the structure
of Objective-C, and get your first code up and running. Author Simon
Allardice also walks you through the Foundation framework, a collection
of prewritten code that makes the coding process easier; shows you how
to design and build your own classes; and provides memory management
techniques—the key to efficient programming. Plus, learn how to make
your way around Xcode 5, the app to write, test, and debug Objective-C,
and into advanced features like categories, protocols, and dynamic
typing.
Up and Running with Cloud Storage APIs
Cloud storage services give you limitless capacity and flexible
access through convenient APIs. This course explores the RESTful APIs of
several popular cloud storage services, and shows some practical
examples of simple applications that can be built with them. Joseph
LeBlanc shows how to access and retrieve data from Amazon S3 buckets;
find, retrieve, and load files on Dropbox; authenticate with different
services; and use APIs within larger applications. He also examines the
pros and cons of alternatives like Azure, Rackspace, and Google Cloud
Storage.
Monday, September 8, 2014
iPad for Business
Stay productive on the go with an iPad that’s configured to help you
get work done—wherever you are. Christopher Breen, senior editor at Macworld,
shows you how to configure and organize your iPad so it’s useful for
work and for play. He outlines how to connect to your email and company
calendar, log into VPN to access servers at work, store passwords, and
sync data between the iPad, your regular computer, and the cloud. Plus,
learn how to edit Office documents with iPad-compatible apps, create and
run presentations, and secure your iPad so that your data is protected
and recoverable in the case of the unthinkable: your iPad is lost or
stolen!
This course was created and produced by Chris Breen. We are honored to host this content in our library.
This course was created and produced by Chris Breen. We are honored to host this content in our library.
Android App Creation With C#
Saturday, September 6, 2014
Building a Note-Taking App for Windows Phone 8 and Windows Store
Building an app for one platform just isn’t good enough anymore.
Android, Windows, and iOS support are all required for a successful
product—but learning the different environments is difficult. This
course is one of a matched set spanning the three platforms and will
demonstrate their similarities and differences. Start with the product
most familiar to you, then watch the parallel courses to understand how
to bridge your knowledge.
iOS App Development Essential Training
Learn how to build native applications for the iPhone and iPad using
the iOS 7 SDK. Simon Allardice shows you how to work with Xcode 5, the
most popular framework for developing, debugging, and deploying
applications to Apple devices, and Objective-C, the language you’ll use
to actually program your app. Apart from the tools and language, you’ll
explore design patterns, coding conventions and guidelines, and
essential concepts like Model-View-Controller, storyboards, and
delegation. Plus, learn what’s possible within the new iOS 7 interface,
and get a checklist for successfully submitting your app to the App
Store.
Friday, September 5, 2014
Android SDK Essential Training
David Gassner describes everything you need to know to get started
building Android apps with Google’s Android SDK and Developer Tools.
Starting with a brief look at Android’s history, the course takes you
through installing the ADT Bundle with the Eclipse IDE, preparing your
devices (both real and virtual) for testing, and creating your first
Android project. Then learn how to lay out screens and manage an app’s
flow with intents and activities, define the user interface and
navigation, and make your app interactive. David also concentrates on
making sure your app is responsive, can adapt to multiple screen sizes,
and store and display data.
WordPress.com Essential Training 2013
Learn how to create your own website or blog with WordPress.com—the
free, easy-to-use service that is democratizing publishing on the web.
In this course, Morten Rand-Hendriksen shows how to sign up for an
account, personalize your profile, and start posting right away. Plus,
learn how to add the images, videos, and links that make blog posts pop,
enable social sharing and mobile browsing, and change the appearance of
your site with custom themes, widgets, and menus.
Thursday, September 4, 2014
WordPress Quick Tips: Migration and Database Reset
What happens if you need to move your WordPress site? Maybe you found
a better hosting service, got your own domain name, or maybe you’re
finally ready to move to production. This course offers an advanced way
to migrate a WordPress site from one location to another by duplicating
and resetting the database. Let Morten Rand-Hendriksen guide you through
the five steps of migration, and get you up and running in your new
location.
Joomla! 3 Essential Training
Wednesday, September 3, 2014
Drupal 7 Custom Module Development
Extend your Drupal 7 sites with custom modules, which allow you to
create everything from admin interfaces to forms. Author Jon Peck
describes how modules extend your base Drupal installation, then walks
through how to write your own module with a practical example featuring
geo-positioned alternative energy centers. The course also describes how
to control access to site features, create new content types, build
forms, understand data persistence, embrace coding standards, and much
more.
Installing and Running WordPress: WebMatrix
Installing WordPress on your computer gives you a perfect testing
ground for experimentation, theme development, plugin testing, and
website development. This course is designed for Windows users who want
to install and configure WordPress locally on a PC with Microsoft
WebMatrix, a free web development application and web server environment
that sets the stage for more serious WordPress development. Author
Morten Rand-Hendriksen covers the configuration options and usage
scenarios to get you started working in WordPress quickly.
Photoshop Creative Effects and Filters
“If you can imagine something,” says Tim Grey, “you can probably create
it in Photoshop.” In this one of-a-kind workshop Tim puts his money
where his mouth is by sharing his favorite techniques for using
Photoshop’s effects and filters to create imaginative,
out-of-the-ordinary images. He starts with simple things like
black-and-white interpretations, monochromatic tints, vignettes, and
film grain, then moves on to more dramatic effects like Surface Blur,
Tilt-Shift Blur, Oil Paint. From there you’ll head into “wild territory”
as Tim explores some experimental ways to stylize and distort your
images.
Tuesday, September 2, 2014
Lynda – ActionScript 3.0 Projects: Game Development
Adobe Certified Instructor Todd Perkins makes ActionScript fun in ActionScript 3.0 Projects: Game Development .
He explains the principles of game design and development, then shows
how to overcome game-making challenges to create all kinds of games.
Todd teaches developers how to deal with case sensitivity, create
dynamically moving enemies, add event listeners, determine a win or loss
in a game, and add additional features and artificial intelligence.
Each set of tutorials covers how to build a game from scratch. Exercise
files accompany the tutorials.
Monday, September 1, 2014
Google SketchUp 8 Essential Training
In this course, author George Maestri explains how to model and
render 3D objects and scenes using Google SketchUp 8. The course covers
the fundamentals of the application, from navigating the user interface,
manipulating objects, and building basic shapes to importing objects
from Google Earth, animating a scene, and modeling organic terrain using
the Sandbox tools. The course also explores SketchUp Pro features,
which are available as an upgrade. These include tools for creating
dynamic components and adding interactivity, as well as sophisticated
importing and exporting options for working with outside applications.
Subscribe to:
Posts (Atom)
About
Contact Form
Copyright © 2013 TOTdownload.com
Designed By Blogger Templates