Question: Good Morning from Venezuela! Hello Matt and Andrea, it feels good to be early for a change. Answer: Great to see you again!

Size: px
Start display at page:

Download "Question: Good Morning from Venezuela! Hello Matt and Andrea, it feels good to be early for a change. Answer: Great to see you again!"

Transcription

1 08:35:42 PDT Question: Good Morning from Venezuela! Hello Matt and Andrea, it feels good to be early for a change. Answer: Great to see you again! 08:50:00 PDT Question: good night here at asia glad to be here again Answer: Thanks for staying up with us! 08:51:43 PDT Question: hi from cayman islands Answer: Hello from Redmond! 08:51:54 PDT Question: Good morning, afternoon and evening to you all! Answer: Thanks for joining David! 08:52:12 PDT Question: HI FROM LA Answer: Good morning! 08:59:25 PDT Question: Good morning from New York City. Answer: Hi Carey! 08:59:33 PDT Jesú Márquez posted: Hola desde Argentina Answer: Bienvenido! Live Event Date: July 12, 2013 Page 1 of 16

2 08:59:38 PDT Question: Hi from Hungary! Answer: Welcome! 08:59:49 PDT Question: Hi from Ireland Answer: Thanks for joining! 09:00:00 PDT Question: Excited to see Laurent and Jaime in action today! Answer: They are stoked too! 09:00:19 PDT Question: Good Morning, Good Afternoon or Good Evening Everyone! Answer: hi davebost! 09:03:47 PDT Question: Hi from Bucharest, Romania & Thank you TEACHERS, MICROSOFT, MVA and Event Support Team for your work to prepare this new lesson! Answer: Great to see you today! 09:04:10 PDT Question: Will there be a video available later on the MVA? Answer: Yes we will post the recorded sessions next week. 09:05:54 PDT Question: When will this class be available on MVA as a streamable post? Unfortunately, I won't be able to watch the whole class today. Answer: It should be available late next week. Live Event Date: July 12, 2013 Page 2 of 16

3 09:13:16 PDT Question: Laurent: Love your surface back Answer: It looks good on camera doesn't it? 09:16:19 PDT Question: I see these are Windows 8 style apps, how applicable will this be for WPF? I'm guessing most of the XAML is the same. Answer: WPF actually has a much larger set of XAML capabilities. With the exception of some Windows 8 controls, everything in Windows 8 XAML will be applicable to WPF XAML (and Windows Phone XAML). 09:18:20 PDT Question: I'm particularly interested in how UI elements can be re-used within an app, and across apps. Answer: UI elements can be reused as a UserControl, where logic and layout can be put into a single control and used repeatedly across your app or in other apps. 09:19:38 PDT Question: Is the height pixels? Answer: For the controls, yes, height is in pixels. You'll see some other height and width for Grids that uses a * syntax, but for controls, the height and width are in pixels. 09:21:21 PDT Question: Is the height pixels? Answer: Correct, the height is a property inherited from FrameworkElement and is in pixels. 09:23:20 PDT - for a fully re-usable UI element (that can be templatable/styleable) you would follow the custom control model ideally to encapsulate all UI/logic in its on component Answer: Live Event Date: July 12, 2013 Page 3 of 16

4 09:24:57 PDT Question: Nice 'retro' theme to the Visual Studio 2013 preview. I thought it was vs2010 for a moment... Answer: 09:29:16 PDT Question: how develope for different size of windows in xaml? Answer: The biggest aid to do dynamic sizing in XAML is to use the Grid control, which allows for dynamic and relative sizing. Windows 8/Store also includes controls that resize appropriately by default (such as the GridView) 09:32:00 PDT Question: What os the difference between HTML 5 new capabilities and XAML? Answer: That's a really hard question to answer because they're very different models. Both models have a wealth of features and functionality but and have a lot of differences in implementation. Is there anything specifically you are looking for? 09:42:07 PDT Question: Please, tell me about Multitouch events,, how can I can drive into xaml? show me a sample please. Thanks Answer: There are a huge number of samples here. There are some multi-touch samples in there 09:46:43 PDT Question: Helllo whta is this event MVA Code? Answer: Check in the FAQ, but it's XAMLJS 09:50:29 PDT Question: Which is more easy and flexible HTML or XAML? Live Event Date: July 12, 2013 Page 4 of 16

5 Answer: This is a popular question, but potentially not the right question. Both are very powerful, both are very flexible. HTML probably has a faster learning curve, though, because XAML has more potential (i.e., it's more extensible). Depending on what type of solution you're trying to build, it may be easier to build one type of app in HTML5, but it will also be easier to build certain types of apps in XAML. 09:51:01 PDT Question: Is XAML and HTML5 mutually exclusive? Answer: There are scenarios where you can do XAML and HTML5 jointly using a WebView control. And you can build a Silverlight app that puts XAML in an HTML page. 09:52:43 PDT Question: Is WP8 XAML built on top of WinPRT like W8 XAML on WinRT or on Silverlight? Answer: WP8 XAML is built on top of WinRT. The model isn't very different from the WP7 model build on Silverlight, but the underlying kernel is totally new. 09:52:45 PDT Question: As to what is simpler, I would expect this to also relate to the individual's current skillset. Answer: Another great point. 09:53:11 PDT Question: Can MS Visual Studio Express be installed and run without issues on Windows 8.1 Preview? Answer: Hi Dave, you are able to install VS2012 Express and VS2013 Preview Express side by side on Windows 8.1 Preview 09:53:50 PDT Question: Can we embed other languages in XAML like HTML5? Answer: Most XAML-based platforms support a WebControl that can host HTML. This includes Windows Store, WPF, and Windows Phone. Live Event Date: July 12, 2013 Page 5 of 16

6 09:54:23 PDT Question: I think both are viable solution, IMHO it depends more on team skills than app type. Answer: Another great point. 09:55:14 PDT Question: DirectX, XAML or HTML? This session will cover the strengths of the different Windows 8.1 presentation technologies and provide guidance on when to use each, or to mix and match the different technologies. Answer: This is a great resource for those of you wrestling w/ this question. 09:56:36 PDT Question: what is a partial class? Answer: Great question Rama. A partial class is a class that is split into multiple source files. When compiled, it is compiled as a single class. More info here: 09:57:28 PDT Question: I'm doing both WP8 and WinRT development. So the ability to reuse xaml custom controls is important Answer: This is not a recommended practice. It can be done with some limited functionality (I've done it with forms and simple controls) but the styles and layouts of WP8 and Windows 8 are designed specifically for the platforms, making it hard to share custom XAML controls. 10:07:20 PDT Question: if I develop for win phone 7, it run right in win phone 8? Answer: Yes, although you will be missing out on a lot of features available in Windows Phone 8, including the high resolution rendering 10:15:32 PDT Question: the links are interesting in the video slide show; can those be placed in the chat box so I can copy them and save to a folder? Live Event Date: July 12, 2013 Page 6 of 16

7 Answer: We are trying to figure out a solution for that. You can download the slides from the FAQ tab and they will have the links. We will have the presentation slides available shortly. The break slides are there now. 10:17:09 PDT Question: there is a "Build Apps for Both Windows 8 and Windows Phone 8 Jump Start" cross platform delepoment on MVA Answer: It's a good one! Here's the 10:24:58 posted: I'm stuck at work. Hoping this will be available as a video soon. Answer: We usually get the recordings posted in about one week. 10:29:46 PDT Question: Pro tip: (did I really just type that?) Wait for the videos to be posted at channel 9. Then you can download them and watch them with a variable speed offline media player. Answer: You are now also able to download the files from the MVA site as well. 10:32:13 PDT - do you have a live in-studio audience? Answer: Just me, Barry and Danny 10:41:16 PDT Question: A shout out to Matt, Barry and Danny! Answer: Hey Daren! 10:43:24 PDT Calder do you have the link to download the files? Live Event Date: July 12, 2013 Page 7 of 16

8 Answer: To download our on demand videos, right? If you click to play the video from a course page like this one app-development it will open an embedded video player The download links are just below the player. 10:48:09 PDT Question: Any LayoutTransform available for WinRT XAML (i.e. Windows Store App)? Answer: There are RenderTransform (including Project) in WinRT. I've found these sufficient, but they are different than the LayoutTransform. 10:49:49 PDT Question: In Visual Studio we can use any other language besides XAML Correct? we can o Java and CSS besides HTLM 5 Answer: Visual Studio has great support for JavaScript, CSS, HTML. It does not support Java as far as I know. 10:51:49 PDT Question: All the transforming and layout elements are accessible in code to make them dynamic? Answer: Yes. You can change transform information through code. I believe you need to assign a new transform group each time. Here's an example US/a0d473fe aa24-1ea d3/how-to-rendertransform-in-code-behind-c 10:56:00 PDT Question: XAML spy is not a free utility correct? Answer: There is a 21 day free trial but then you must purchase 11:04:48 PDT Question: Resources seem to be style sheets for XAML Answer: That is usually how I frame the concept of resources in XAML. The big difference is that you can create anything as a resource including business logic-based objects. Live Event Date: July 12, 2013 Page 8 of 16

9 11:05:47 PDT Question: Pls also add the following: are there specific differences between Isolated Storage in WP7 vs WP8? I am having difficulty saving content larger than 4K in WP8 but no issues in WP7 Answer: Starting with Windows Phone 8, we're trying to move away from isolated storage and toward the StorageFolder/StorageFile model that we support in Windows 8 Store. 11:18:07 PDT Question: what s the difference between xaml and wpf? Answer: WPF is a framework that includes XAML and either C# or VB to build applications. WPF apps can run on virtually all forms of Windows, from XP up (but not WinRT). XAML is a UI syntax that drives the UI in WPF, Silverlight, Windows Store or Windows Phone apps. So XAML is a part of WPF, but also a part of other non-wpf technologies. 11:45:01 PDT Question: Here is a very good collection of XAML and WPF based articles from Josh Smith, a XAML and WPF guru on codeproject: Answer: Sharing 11:49:08 PDT Question: If you want to have a button in 2 columns, you use ColumnSpan as they said but you define your button in which column the first or the second? Answer: Hi Ludo, you define the element in the first column. 11:58:04 PDT Question: Is designing in blend realtime translated to visual studio and vice versa? Answer: Yes. You'll need to reload the file in VS after editing it in Blend. 12:01:57 PDT Question: Isn't the UI design in Visual Studio exactly the same as Blend? Live Event Date: July 12, 2013 Page 9 of 16

10 Answer: The rendering engine and many of the tools are the same in VS as in Blend, but VS is missing things like the animation editing capabilities, the sample data options. I've also found VS to be slower and it seems to be missing some of the template edit options (specifically the visual state designer). Although it could be that I just haven't found that in VS. It may be there. 12:14:53 PDT Question: hello. i have the basic idea of app development in widows 8 but i have always used built in UI templates. SO can i make my own app design and wont it conflict with the rules of designing for windows 8 app. Answer: Hi kam, you can start with the blank app and use your own design, and I would actually encourage that. Visit to learn more about the design guidelines and see some design examples for Windows Store Apps 12:19:20 PDT Question: by after effects i mean that if we are designing a game and in that we click on an object which collapses when clicked, instead of collapse, can we add some firework or lightning effects? Answer: What I usually do is have the click event start an animation and then tie the end of the animation to collapse the element. 12:19:55 PDT Question: I should be able to us PCL with Windows 8.1 Store App with Windows Phone 8 with VS2013? Answer: Correct, With VS2013 you can create a PCL that will target Windows 8.1 and Windows Phone 8, or even Windows 8.0/8.1 and Windows Phone 8 13:03:53 PDT Question: what is PCL? Answer: Hi Andy, PCL stands for Portable Class Library, and it allows you to encapsulate code that can be referenced by multiple project types, in this case Windows Store App and Windows Phone App. See for more info. Live Event Date: July 12, 2013 Page 10 of 16

11 13:07:12 PDT Question: Description of windows phone 8 with visual studio 2013 and windows 8.1, there are many features. In addition to advantages and disadvantages of windows 8.1 and VS 2013 Answer: The big disadvantage of 8.1 is that it is not publically released yet. When it does get released, we should see very quick conversion from current 8.0 users. As for the advantages, check out Tim Heuer's Build talk on what is new in XAML for Windows :11:17 PDT Question: why would i select xaml/c# over html/js when developing my application? Answer: You should choose whatever framework is a best fit for your skills and your application. I know that sounds like an evasive answer, so I'll give a little more detail. XAML and C# really shine in highperformance responsive applications, especially when working across platforms (WPF/Windows 8 Store/ Windows Phone). HTML/JS may give you more portable across more platforms (Android, Web, ios) but from what I've seen there is a performance sacrifice. But if you know HTML/JS better, that may be the best way to go. 13:15:59 PDT Question: So what framework should I prefer? other than xaml? Answer: It always depends on what you want to do. If you want to move easily between the web and app development, maybe HTML5 is your best option. You'll probably see a performance hit, but you'll be working in the same technology the whole time. With that in mind, maybe consider PhoneGap, which is a framework for making that transition a little easier. If you're doing games, consider using Unity, which is also a great cross-device option that is supported on ios, Android, and Windows devices. 13:20:44 PDT Question: but if my target is windows 8 store/phone, writing in html/js won't be a cross platform, is it? Answer: Yes and no. If you're using WinJS, there is no comparable WinJS in Windows Phone so you're going to run into some cross-platform problems. However Win8 and WinPhone8 are both running IE10 so you'll see a good amount of cross-over in your work. As an example, check out this series on building a cross-platform HTML5 game for the web, for Windows 8 and for Windows Phone 8 Live Event Date: July 12, 2013 Page 11 of 16

12 14:38:12 PDT Question: Q: What's the best way to binding a collection to a listview and the selected value? Answer: Hi there, the best way is to bind an ObservableCollection to the ItemsSource property of the listview. If you want to bind to the value od the selected value, you can bind to the SelectedItem property of the listview. 14:49:23 PDT Question: We have problem using INotifyPropertyChanged when a property is changed in a separate thread (not UI thread). If throws an error when a property change in a non-ui thread tries to notify UI elements. How do we handle this? Answer: The best way to do this is to switch to the UI thread using a dispatcher. In Windows Phone this would be: Deployment.Current.Dispatcher.BeginInvoke(() => { Do your property change in here }; 14:51:22 PDT Question: How to handel this with 2 datacontexts on one page? Answer: Hi Dirk, you can have two sibling controls/elements that have DataContext set to differently (for instance: two different datamodel class). 15:09:48 PDT Question: What is the difference between StaticResource and DynamicResource? Answer: Static resource is a resource that you have defined in project for instance, a Style that defines a color brush for color blue, then you can use that color brush (Static resource) and use it at multiple places in your application and maybe set color of various pages using the predefined brush. Then there is data that you can set at runtime, for instance get weather from some api on the web and bind the temperature to a element 15:31:05 PDT Question: will we be able to resize windows in 8.1? Answer: Yes. There is variable sizing of windows in 8.1 Live Event Date: July 12, 2013 Page 12 of 16

13 15:36:53 PDT Question: Is it possible in Win8.1 with multi screens running desktop on one screen and Win 8.1 on the secound screen (with the tiles) Answer: It is possible in 8.0. I'm currently running Windows 8.0 Where I can have a Store experience on one screen and a desktop experience on another screen. 15:38:45 PDT Question: I am building a Win 8 phone app. It has been suggested that I use VS Express rather than VS 2012 because it apparently works better with phone and is easier. Is this accurate and do I surrender some functionality by doing this? Answer: VS Express is a pretty powerful tool, but I prefer VS 2012 because I rely on Team Studio so much. IF you don't use Team Studio (maybe you're doing pure Git for source control) or you don't need the unit testing elements of VS2012, VS Express is a perfectly good solution. 16:00:44 PDT Question: I am not following the discussion of double vs. object in the context of animation. Are they talking about data types? Answer: With an object key frame, you can't "ease" the property, with a double animation you can. Think of it this way... there are lots of in-between positions between 1 and 100 (a double animation) so we can set that property to any gradation between those two values. But there are no in between states between true and false. So an object animation doesn't ease or operate under any level of easing. It just changes the property from A to B. 16:06:57 PDT Question: can these animations easily converted to SVG for playing on HTML5 canvas?? Answer: There is nothing that I know of. It would be a pretty big chore since HTML canvas is x,y coordinate based and XAML animations use a much more sophisticated layout structure. 16:10:13 PDT Question: Where can I download the Windows SDK Samples? Answer: Hi David, you can find samples here: 8-Modern-Style-App-Samples Live Event Date: July 12, 2013 Page 13 of 16

14 16:10:21 PDT Question: Where can I download the Windows SDK Samples? Answer: Hi David, Windows Store SDK Samples can be found here: 16:19:42 PDT Question: I would be curious to know some of the online design resources Laurent and Jamie use to learn about the visual effects. Answer: -- we will post the resources online early next week.. please look for it on 16:20:17 PDT Question: Has support for silverlight improved with the blend that ships in 2013? I find blend editing silverlight xaml mainly ok but sometimes throws errors when none exists. Just shutting down blend and reopening the file can sort the issue, does anyone else see this? Answer: Andy, yes. support is better in VS :21:13 PDT Question: Is there a reference where we can see what elements are usable in what platform? Answer: Jim, we did not have time for that... what would you like to see? maybe we can do a post... 16:25:19 PDT Question: like the transform was not usable in windows store apps... but what is usable where? Maybe a list on what is usable on what platform Answer: Hi Jim, there is a XAML control comparison for Windows 8 and WP8 link]( hope it helps 16:30:22 PDT Question: Question for Laurent: Is there a native MVVM framework in.net 4.5 or we need to use 3th party framework like in.net 4.0? Live Event Date: July 12, 2013 Page 14 of 16

15 Answer: hi, Microsoft does not have any native MVVM frameworks. youneed to use 3rd party frameworks.. 16:32:08 PDT Question: When should I implement ICustomPropertyProvider instead of INotifyPropertyChanged or DependencyProperty for data binding and change notifications. What's the difference? Answer: DependencyProperty is for UI objects... you implement INPC when it is not a UI object... 16:32:39 PDT are you guys going over how to optimize all of the app layers? i.e,, UI, functions, features, etc Answer: Not enough time today.. what kind of info are you after? 16:34:47 PDT Question: Is XAML (WinRT) a formal subset of both WPF and Silverlight (could I compile something written in XAML in both environments unchanged, aside from reference changes))? What is the future of WPF & Silverlight? Answer: Hi, no... XAML in Windows Store is not a subset.. They all share a core, but each platform has extra features that are different from the other ones... none is a subset.. 16:35:19 PDT Question: Do we have any data around How many app uses html v/s How many app uses XAML among all apps published till now? Answer: We do not have that data here.. sorry! 16:36:27 PDT Question: How do we RaisePropertyChanged event in a Task (separate thread)? Answer: If you aren't on the UI thread, you can use Deployment.Current.Dispatcher.BeginInvoke( ()=> { // Update here }; for Windows Phone and I believe Dispatcher.RunAsync for Windows 8. Live Event Date: July 12, 2013 Page 15 of 16

16 16:38:17 PDT Question: this is how I like it - they shifted to the next gear Answer: 16:40:03 PDT Question: Are there a migration path for larger winform apps? Answer: Andre, moving from Winforms to WPF is not trivial... it is a re-write of your UI... your business logic can be reused, but not your UI... there is no migration paths since the UI is a re-write.. 16:43:59 PDT You can put that code into a method and use an Func<T> or Action to be executed inside the method. Answer: I believe so. I don't usually do things that way, but I've seen it done. 16:56:41 PDT Question: Do you think they will have a DatePicker for Windows 8 app in XAML very soon? Answer: The date picker was added as a XAML control to the Windows 8.1 XAML set. 16:57:28 PDT Question: What is your opinion about using additional viewmodels for the list items? Answer: This is a totally viable model. In fact, it matches very well with what the Hulu team did when building their MVVM apps for Windows and Windows Phone. 17:04:14 PDT Question: What is IOC???????????? Answer: IOC stands for Inversion of control. IT's a somewhat complex subject, but LAurent has a great article on it here Live Event Date: July 12, 2013 Page 16 of 16

In today s video I'm going show you how you can set up your own online business using marketing and affiliate marketing.

In today s video I'm going show you how you can set up your own online business using  marketing and affiliate marketing. Hey guys, Diggy here with a summary of part two of the four part free video series. If you haven't watched the first video yet, please do so (https://sixfigureinc.com/intro), before continuing with this

More information

Windows 8. Rainer Stropek. System Architecture. System Architecture re of Windows Store Apps. Saves the day. software architects gmbh

Windows 8. Rainer Stropek. System Architecture. System Architecture re of Windows Store Apps. Saves the day. software architects gmbh System Architecture re of Windows Store Apps Rainer Stropek software architects gmbh Windows 8 System Architecture Mail Web Twitter rainer@timecockpit.comcom http://www.timecockpit.com @rstropek Saves

More information

mismatch between what is maybe possible today and what is going on in many of today's IDEs.

mismatch between what is maybe possible today and what is going on in many of today's IDEs. What will happen if we do very, very small and lightweight tools instead of heavyweight, integrated big IDEs? Lecturer: Martin Lippert, VMware and Eclispe tooling expert LIPPERT: Welcome, everybody, to

More information

In our first lecture on sets and set theory, we introduced a bunch of new symbols and terminology.

In our first lecture on sets and set theory, we introduced a bunch of new symbols and terminology. Guide to and Hi everybody! In our first lecture on sets and set theory, we introduced a bunch of new symbols and terminology. This guide focuses on two of those symbols: and. These symbols represent concepts

More information

Welcome to another episode of Getting the Most. Out of IBM U2. I'm Kenny Brunel, and I'm your host for

Welcome to another episode of Getting the Most. Out of IBM U2. I'm Kenny Brunel, and I'm your host for Welcome to another episode of Getting the Most Out of IBM U2. I'm Kenny Brunel, and I'm your host for today's episode, and today we're going to talk about IBM U2's latest technology, U2.NET. First of all,

More information

MITOCW watch?v=0jljzrnhwoi

MITOCW watch?v=0jljzrnhwoi MITOCW watch?v=0jljzrnhwoi The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

Windows Presentation Foundation (WPF)

Windows Presentation Foundation (WPF) 50151 - Version: 4 21 January 2018 Windows Presentation Foundation (WPF) Windows Presentation Foundation (WPF) 50151 - Version: 4 5 days Course Description: This five-day instructor-led course provides

More information

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it.

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it. Teacher s Manual Teacher Manual This page is a very quick guide to creating online courses with Moodle. It outlines the main functions that are available, as well as some of the main decisions you'll need

More information

A PROGRAM IS A SEQUENCE of instructions that a computer can execute to

A PROGRAM IS A SEQUENCE of instructions that a computer can execute to A PROGRAM IS A SEQUENCE of instructions that a computer can execute to perform some task. A simple enough idea, but for the computer to make any use of the instructions, they must be written in a form

More information

Slide 1: Developer Preview

Slide 1: Developer Preview Slide 1: Developer Preview The software we re using today exists somewhere between an alpha and a beta release. My understanding is we are at least 10 months from RTM, and possibly 12 months from GA. Microsoft

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

WYBCS Android Programming (with AppInventor) Family fun day

WYBCS Android Programming (with AppInventor) Family fun day WYBCS Android Programming (with AppInventor) Family fun day Overview of the day Intros Hello Android! Installing AppInventor Overview of AppInventor Making your first app What's special about mobile? Changing

More information

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application BACKBONE.JS Sencha Touch CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application A RapidValue Solutions Whitepaper Author: Pooja Prasad, Technical Lead, RapidValue Solutions Contents Executive

More information

Mobile & More: Preparing for the Latest Design Trends

Mobile & More: Preparing for the Latest Design Trends February 26, 2015 Mobile & More: Preparing for the Latest Design Trends LATEST TRENDS Responsive Takes Over Material Is the New Flat Hero Images Getting Bigger Interactions Are Micro Video in the Background

More information

Learn to develop.net applications and master related technologies.

Learn to develop.net applications and master related technologies. Courses Software Development Learn to develop.net applications and master related technologies. Software Development with Design These courses offer a great combination of both.net programming using Visual

More information

The Stack, Free Store, and Global Namespace

The Stack, Free Store, and Global Namespace Pointers This tutorial is my attempt at clarifying pointers for anyone still confused about them. Pointers are notoriously hard to grasp, so I thought I'd take a shot at explaining them. The more information

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

It Might Be Valid, But It's Still Wrong Paul Maskens and Andy Kramek

It Might Be Valid, But It's Still Wrong Paul Maskens and Andy Kramek Seite 1 von 5 Issue Date: FoxTalk July 2000 It Might Be Valid, But It's Still Wrong Paul Maskens and Andy Kramek This month, Paul Maskens and Andy Kramek discuss the problems of validating data entry.

More information

CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS

CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS Full Text Version of the Video Series Published April, 2014 Bob Tabor http://www.learnvisualstudio.net Contents Introduction... 2 Lesson

More information

Eventually, you'll be returned to the AVD Manager. From there, you'll see your new device.

Eventually, you'll be returned to the AVD Manager. From there, you'll see your new device. Let's get started! Start Studio We might have a bit of work to do here Create new project Let's give it a useful name Note the traditional convention for company/package names We don't need C++ support

More information

Clickteam Fusion 2.5 Creating a Debug System - Guide

Clickteam Fusion 2.5 Creating a Debug System - Guide INTRODUCTION In this guide, we will look at how to create your own 'debug' system in Fusion 2.5. Sometimes when you're developing and testing a game, you want to see some of the real-time values of certain

More information

"Missing log" in edit viewer, all media gone Posted by prodeuser - 17 Aug :14

Missing log in edit viewer, all media gone Posted by prodeuser - 17 Aug :14 "Missing log" in edit viewer, all media gone Posted by prodeuser - 17 Aug 2013 06:14 So, this has happened a couple of times now. I am a new Lightworks user and have been doing some testing. As I increase

More information

Windows Presentation Foundation. Jim Fawcett CSE687 Object Oriented Design Spring 2018

Windows Presentation Foundation. Jim Fawcett CSE687 Object Oriented Design Spring 2018 Windows Presentation Foundation Jim Fawcett CSE687 Object Oriented Design Spring 2018 References Pro C# 5 and the.net 4.5 Platform, Andrew Troelsen, Apress, 2012 Programming WPF, 2nd edition, Sells & Griffiths,

More information

Xamarin for C# Developers

Xamarin for C# Developers Telephone: 0208 942 5724 Email: info@aspecttraining.co.uk YOUR COURSE, YOUR WAY - MORE EFFECTIVE IT TRAINING Xamarin for C# Developers Duration: 5 days Overview: C# is one of the most popular development

More information

Out for Shopping-Understanding Linear Data Structures English

Out for Shopping-Understanding Linear Data Structures English Out for Shopping-Understanding Linear Data Structures English [MUSIC PLAYING] [MUSIC PLAYING] TANZEELA ALI: Hi, it's Tanzeela Ali. I'm a software engineer, and also a teacher at Superior University, which

More information

Can't Add Songs To Iphone From Itunes 11 >>>CLICK HERE<<<

Can't Add Songs To Iphone From Itunes 11 >>>CLICK HERE<<< Can't Add Songs To Iphone From Itunes 11 Plug in your iphone or ipad running ios 8 or higher and launch itunes. Even for my ipod touch, for which I have a 64GB, I have to add genres one by Make sure you

More information

Tom Brenneman. Good morning and welcome, introductions and thank you for being here.

Tom Brenneman. Good morning and welcome, introductions and thank you for being here. Welcome Tom Brenneman Good morning and welcome, introductions and thank you for being here. This is a best practices seminar. We're going to be sharing with you what we found to be best practices that

More information

How To Make 3-50 Times The Profits From Your Traffic

How To Make 3-50 Times The Profits From Your Traffic 1 How To Make 3-50 Times The Profits From Your Traffic by Chris Munch of Munchweb.com Copyright Munchweb.com. All Right Reserved. This work cannot be copied, re-published, or re-distributed. No re-sell

More information

Microsoft and Mobile. Jennifer Marsman Principal Developer Evangelist, Microsoft

Microsoft and Mobile. Jennifer Marsman Principal Developer Evangelist, Microsoft Microsoft and Mobile Jennifer Marsman Principal Developer Evangelist, Microsoft http://blogs.msdn.com/jennifer Twitter: @JenniferMarsman There is an app store for Windows 8. Why Windows? Opportunity As

More information

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen ArcGIS Runtime: Building Cross-Platform Apps Rex Hansen Mark Baird Michael Tims Morten Nielsen Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET ArcGIS Runtime: Building

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

Your browser does not support script

Your browser does not support script Your browser does not support script CollectionView is an object that we generally use while dealing with a collection in WPF. It is an object structure that supports a collection as well some of the.

More information

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe ArcGIS Runtime: Building Cross-Platform Apps Mike Branscomb Michael Tims Tyler Schiewe Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET Native vs Web Native strategies

More information

Windows 7 Will Not Load On My Computer Says I'm

Windows 7 Will Not Load On My Computer Says I'm Windows 7 Will Not Load On My Computer Says I'm There are various programs which will allow you to make a copy of your entire apply to my computer even though it does say it works for this issue in Windows

More information

WPF and MVVM Study Guides

WPF and MVVM Study Guides 1. Introduction to WPF WPF and MVVM Study Guides https://msdn.microsoft.com/en-us/library/mt149842.aspx 2. Walkthrough: My First WPF Desktop Application https://msdn.microsoft.com/en-us/library/ms752299(v=vs.110).aspx

More information

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Download Windows 8 code samples and applications. NET, JavaScript, and C++ so check back often. Programming language code examples created

More information

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke 4 D S U M M I T 2 0 1 8 FROM 4D WRITE TO 4D WRITE PRO Presented by: Achim W. Peschke INTRODUCTION In this session we will talk to you about the new 4D Write Pro. I think in between everyone knows what

More information

BCSWomen Android programming (with AppInventor) Family fun day World record attempt

BCSWomen Android programming (with AppInventor) Family fun day World record attempt BCSWomen Android programming (with AppInventor) Family fun day World record attempt Overview of the day Intros Hello Android! Getting your app on your phone Getting into groups Ideas for apps Overview

More information

Blog post on updates yesterday and today:

Blog post on updates yesterday and today: Beta Bug Prioritization meeting IRC Transcript 12 November 2013 Meeting was held in IRC, on the #devmo channel. Meetings are weekly, every Tuesday at 17:00 UTC (10am PST) ok, everyone, we're ready to start

More information

Bing Maps for Enterprise Integrating Bing Maps within WPF or WinForm application

Bing Maps for Enterprise Integrating Bing Maps within WPF or WinForm application Bing Maps for Enterprise Integrating Bing Maps within WPF or WinForm application Bing Maps for Enterprise API does not provide us with full-wpf control that could allows us to easily integrate mapping

More information

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course 20481A; 5 Days, Instructor-led Course Description In this course, students will learn essential programming skills and techniques

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

Class #7 Guidebook Page Expansion. By Ryan Stevenson

Class #7 Guidebook Page Expansion. By Ryan Stevenson Class #7 Guidebook Page Expansion By Ryan Stevenson Table of Contents 1. Class Purpose 2. Expansion Overview 3. Structure Changes 4. Traffic Funnel 5. Page Updates 6. Advertising Updates 7. Prepare for

More information

10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010

10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010 10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010 Course Number: 10262A Course Length: 5 Days Course Overview In this course, experienced developers who know the basics of Windows

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Manually Run Java Update Windows 7 64 Bit Problem

Manually Run Java Update Windows 7 64 Bit Problem Manually Run Java Update Windows 7 64 Bit Problem For some reason, whenever I try to install a 64 bit version of Java 7 the a 64 bit Java Runtime Enviroment 7 Update 55+ to run, so that's what I need it.

More information

Library Website Migration and Chat Functionality/Aesthetics Study February 2013

Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Summary of Study and Results Georgia State University is in the process of migrating its website from RedDot to WordPress

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Update Manual Ios 7.1 Iphone 4s Wont >>>CLICK HERE<<<

Update Manual Ios 7.1 Iphone 4s Wont >>>CLICK HERE<<< Update Manual Ios 7.1 Iphone 4s Wont ios 7.1.2 has caused some problems for some iphone, ipad and ipod touch users. Here's how you can That way, if anything goes wrong, at least you won't lose any data.

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and Hello, and welcome to another episode of Getting the Most Out of IBM U2. This is Kenny Brunel, and I'm your host for today's episode which introduces wintegrate version 6.1. First of all, I've got a guest

More information

Tizen.NET. Transition of Tizen Developer Environment. Samsung Electronics S/W Center Sung-Jae Lee, Seungkeun Lee

Tizen.NET. Transition of Tizen Developer Environment. Samsung Electronics S/W Center Sung-Jae Lee, Seungkeun Lee Tizen.NET Transition of Tizen Developer Environment Samsung Electronics S/W Center Sung-Jae Lee, Seungkeun Lee 2016. 11. 17 Index Intro Language API & Framework Tools Collaborations & Roadmap 01 09 15

More information

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface.

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface. customers can t wait to get their hands on it s new application, developed in Uniface. 1 CUSTOMER SECTOR Information Technology COUNTRY Netherlands CHALLENGE Migrate the rich functionality of a client/server

More information

MITOCW watch?v=flgjisf3l78

MITOCW watch?v=flgjisf3l78 MITOCW watch?v=flgjisf3l78 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

More information

Mac App Store Manual Progress Snow Leopard

Mac App Store Manual Progress Snow Leopard Mac App Store Manual Progress Snow Leopard Long story short: I'm on OSX 10.6.8 and I'm trying to download the Yosemite and progress of the download, but apparently if I go to App Store _ Purchased tab,

More information

Update Manual App World Blackberry Disappeared After Software

Update Manual App World Blackberry Disappeared After Software Update Manual App World Blackberry Disappeared After Software Upgrade your BlackBerry 10 OS to the latest 10.3.2 software to enable advanced Android apps for BlackBerry If you haven't updated recently,

More information

How to Improve Your Campaign Conversion Rates

How to Improve Your  Campaign Conversion Rates How to Improve Your Email Campaign Conversion Rates Chris Williams Author of 7 Figure Business Models How to Exponentially Increase Conversion Rates I'm going to teach you my system for optimizing an email

More information

Formal Methods of Software Design, Eric Hehner, segment 24 page 1 out of 5

Formal Methods of Software Design, Eric Hehner, segment 24 page 1 out of 5 Formal Methods of Software Design, Eric Hehner, segment 24 page 1 out of 5 [talking head] This lecture we study theory design and implementation. Programmers have two roles to play here. In one role, they

More information

PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3

PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3 INTRODUCTION xix PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3 The Life of Windows 3 From Windows 3.1 to 32-bit 4 Windows XP

More information

Everything you always wanted to know about Fonts*

Everything you always wanted to know about Fonts* Everything you always wanted to know about Fonts* (*but were afraid to ask) or.. "Using Mac fonts in the Avid Media Composer" The font system in the Mac isn't necessarily the easiest thing to understand.

More information

FAN-TASTIC HOME Solar X-rays:

FAN-TASTIC HOME Solar X-rays: FAN-TASTIC HOME Solar X-rays: Geomagnetic Field: CQ CQ...From The Cyber Seas on the Pirate Ship FANTASTIC to the High Desert...and Back! FAN-TASTIC FORUM Art Bell Art Bell On Board - A Special Cam Site

More information

Android PC Splash Brothers Design Specifications

Android PC Splash Brothers Design Specifications Android PC Splash Brothers Design Specifications Contributors: Zach Bair Taronish Daruwalla Joshua Duong Anthony Nguyen 1. Technology background The Android x86 project has been in existence since 2011.

More information

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

In the first class, you'll learn how to create a simple single-view app, following a 3-step process: Class 1 In the first class, you'll learn how to create a simple single-view app, following a 3-step process: 1. Design the app's user interface (UI) in Xcode's storyboard. 2. Open the assistant editor,

More information

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners Getting Started Excerpted from Hello World! Computer Programming for Kids and Other Beginners EARLY ACCESS EDITION Warren D. Sande and Carter Sande MEAP Release: May 2008 Softbound print: November 2008

More information

HTML5 and CSS3 for Web Designers & Developers

HTML5 and CSS3 for Web Designers & Developers HTML5 and CSS3 for Web Designers & Developers Course ISI-1372B - Five Days - Instructor-led - Hands on Introduction This 5 day instructor-led course is a full web development course that integrates HTML5

More information

Azon Master Class. By Ryan Stevenson Guidebook #4 WordPress Installation & Setup

Azon Master Class. By Ryan Stevenson   Guidebook #4 WordPress Installation & Setup Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #4 WordPress Installation & Setup Table of Contents 1. Add Your Domain To Your Website Hosting Account 2. Domain Name Server

More information

Instructor: Craig Duckett. Lecture 04: Thursday, April 5, Relationships

Instructor: Craig Duckett. Lecture 04: Thursday, April 5, Relationships Instructor: Craig Duckett Lecture 04: Thursday, April 5, 2018 Relationships 1 Assignment 1 is due NEXT LECTURE 5, Tuesday, April 10 th in StudentTracker by MIDNIGHT MID-TERM EXAM is LECTURE 10, Tuesday,

More information

Mobile Computing Professor Pushpedra Singh Indraprasth Institute of Information Technology Delhi Andriod Development Lecture 09

Mobile Computing Professor Pushpedra Singh Indraprasth Institute of Information Technology Delhi Andriod Development Lecture 09 Mobile Computing Professor Pushpedra Singh Indraprasth Institute of Information Technology Delhi Andriod Development Lecture 09 Hello, today we will create another application called a math quiz. This

More information

BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones

BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones NB: This is not a word-for-word transcript Hello and welcome to 6 Minute English. I'm and I'm. Hello. Hello,! Now,, could I borrow your

More information

SALIENT USER GUIDE. 1 Page 1

SALIENT USER GUIDE. 1 Page 1 SALIENT USER GUIDE This guide provides instructions for installation, help on getting started and extensive documentation of features. It is recommended you read it thoroughly to fully leverage the theme's

More information

Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World

Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World Slide 1: Cover Welcome to the speech, The role of DB2 in Web 2.0 and in the Information on Demand World. This is the second speech

More information

Mike Taulty Developer/Evangelist Microsoft Ltd

Mike Taulty Developer/Evangelist Microsoft Ltd Mike Taulty Developer/Evangelist Microsoft Ltd Windows/Phone app building today Windows Phone Devices Windows Devices Windows Phone 8.0 app platform Silverlight XAML C# Code Win32 WinRT Silverlight.NET

More information

Kindle Books InfoPath With SharePoint 2010 How-To

Kindle Books InfoPath With SharePoint 2010 How-To Kindle Books InfoPath With SharePoint 2010 How-To Real, step-by-step solutions for creating and managing data forms in SharePoint 2010 with InfoPath: fast, accurate, proven, and easy to use  A concise,

More information

Windows 7 Will Not Install On My Computer Says I'm

Windows 7 Will Not Install On My Computer Says I'm Windows 7 Will Not Install On My Computer Says I'm I am able to uninstall, but even windows update, a secondary problem, wont update. So, as I have a life, I'm going to install Ubuntumuch more more secure

More information

How To Set User Account Password In Windows 7 From Guest

How To Set User Account Password In Windows 7 From Guest How To Set User Account Password In Windows 7 From Guest To change the password of a specific user in windows 7 or 8.1, without knowing How to change or set Windows 7 default font settings to bold, italic?

More information

CPSC 481 Tutorial 10 Expression Blend. Brennan Jones (based on tutorials by Bon Adriel Aseniero and David Ledo)

CPSC 481 Tutorial 10 Expression Blend. Brennan Jones (based on tutorials by Bon Adriel Aseniero and David Ledo) CPSC 481 Tutorial 10 Expression Blend Brennan Jones bdgjones@ucalgary.ca (based on tutorials by Bon Adriel Aseniero and David Ledo) Expression Blend Enables you to build rich and compelling applications

More information

Installing VS Code. Instructions for the Window OS.

Installing VS Code. Instructions for the Window OS. Installing VS Code Instructions for the Window OS. VS Code is a free text editor created by Microsoft. It is a lightweight version of their commercial product, Visual Studio. It runs on Microsoft Windows,

More information

Using PowerPoint - 1

Using PowerPoint - 1 Using PowerPoint - 1 Introduction to the course. Before we start, we need to know what power point is. I m sure most of you know about ppt, but for those of you who may be new to this: [1a-c] When you

More information

Promoting Component Architectures in a Dysfunctional Organization

Promoting Component Architectures in a Dysfunctional Organization Promoting Component Architectures in a Dysfunctional Organization by Raj Kesarapalli Product Manager Rational Software When I first began my career as a software developer, I didn't quite understand what

More information

Version Copyright Feel free to distribute this guide at no charge...

Version Copyright Feel free to distribute this guide at no charge... Version 2.0 Feel free to distribute this guide at no charge... You cannot edit or modify this guide in anyway. It must be left exactly the way it is. This guide is only accurate from the last time it was

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

Windows 7 Read The Manual Update Full Version

Windows 7 Read The Manual Update Full Version Windows 7 Read The Manual Update Full Version Looking for the most recent version? Full Download. Find out how to remove Windows 10 related updates from Windows 7 and an offer to upgrade existing versions

More information

BEGINNER PHP Table of Contents

BEGINNER PHP Table of Contents Table of Contents 4 5 6 7 8 9 0 Introduction Getting Setup Your first PHP webpage Working with text Talking to the user Comparison & If statements If & Else Cleaning up the game Remembering values Finishing

More information

Beginners Guide to. Sencha Touch. Joshua Morony

Beginners Guide to. Sencha Touch. Joshua Morony Beginners Guide to Sencha Touch Joshua Morony Contents Contents 1 Preface.......................... 4 1 Why Sencha Touch? 8 2 Know Your Options 21 3 How Sencha Touch Actually Works 22 4 Setting up Your

More information

Skill 1: Multiplying Polynomials

Skill 1: Multiplying Polynomials CS103 Spring 2018 Mathematical Prerequisites Although CS103 is primarily a math class, this course does not require any higher math as a prerequisite. The most advanced level of mathematics you'll need

More information

MITOCW watch?v=zm5mw5nkzjg

MITOCW watch?v=zm5mw5nkzjg MITOCW watch?v=zm5mw5nkzjg The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

MITOCW MIT6_172_F10_lec18_300k-mp4

MITOCW MIT6_172_F10_lec18_300k-mp4 MITOCW MIT6_172_F10_lec18_300k-mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for

More information

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications Hello World! Computer Programming for Kids and Other Beginners by Warren Sande and Carter Sande Chapter 1 Copyright 2009 Manning Publications brief contents Preface xiii Acknowledgments xix About this

More information

Chrome if I want to. What that should do, is have my specifications run against four different instances of Chrome, in parallel.

Chrome if I want to. What that should do, is have my specifications run against four different instances of Chrome, in parallel. Hi. I'm Prateek Baheti. I'm a developer at ThoughtWorks. I'm currently the tech lead on Mingle, which is a project management tool that ThoughtWorks builds. I work in Balor, which is where India's best

More information

Portable Class Libraries ---

Portable Class Libraries --- Portable Class Libraries --- Overview In this lab, you ll learn about Portable Class Libraries (PCLs). PCLs enable you to create managed assemblies that work on more than one.net Framework platform. Within

More information

MITOCW watch?v=w_-sx4vr53m

MITOCW watch?v=w_-sx4vr53m MITOCW watch?v=w_-sx4vr53m The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

WINDOWS NT FILE SYSTEM INTERNALS : OSR CLASSIC REPRINTS BY RAJEEV NAGAR

WINDOWS NT FILE SYSTEM INTERNALS : OSR CLASSIC REPRINTS BY RAJEEV NAGAR WINDOWS NT FILE SYSTEM INTERNALS : OSR CLASSIC REPRINTS BY RAJEEV NAGAR DOWNLOAD EBOOK : WINDOWS NT FILE SYSTEM INTERNALS : OSR CLASSIC REPRINTS BY RAJEEV NAGAR PDF Click link bellow and free register

More information

Manually Sync Itouch Touch Itunes Wont Let Me Update My Music To My

Manually Sync Itouch Touch Itunes Wont Let Me Update My Music To My Manually Sync Itouch Touch Itunes Wont Let Me Update My Music To My i was lost my music library when my ipod was connected to wifi. can anyone tell me the shuffle option doesn't work with the 8.4 software

More information

Using X-Particles with Team Render

Using X-Particles with Team Render Using X-Particles with Team Render Some users have experienced difficulty in using X-Particles with Team Render, so we have prepared this guide to using them together. Caching Using Team Render to Picture

More information

FileWave 10 Webinar Q&A

FileWave 10 Webinar Q&A FileWave 10 Webinar Q&A When will 10 be released? October 14 th, but you can sign up today to get into the beta program. Link: www.filewave.com/beta-program How stable is the beta? Should we use it for

More information

Plex. From accessing plex to requests, check here for information and FAQ on all things Plex at TheMainframe

Plex. From accessing plex to requests, check here for information and FAQ on all things Plex at TheMainframe Plex From accessing plex to requests, check here for information and FAQ on all things Plex at TheMainframe Using Plex Accessing Plex via Browser Accessing Plex via Mobile How To Watch 4K Content remotely

More information

EXCEL TIPS and TRICKS FROM MADDOG ENTERPRISES LLC

EXCEL TIPS and TRICKS FROM MADDOG ENTERPRISES LLC EXCEL TIPS AND TRICKS, COMPILED BY ED CRANE, AND UPDATED PERIODICALLY (LAST UPDATE, FEB 15 2008) 1) THE FORMULA BAR AND EDITING TEXT. 1a) Do you see what's called the "formula bar" just above the column

More information

Hi everyone. Starting this week I'm going to make a couple tweaks to how section is run. The first thing is that I'm going to go over all the slides

Hi everyone. Starting this week I'm going to make a couple tweaks to how section is run. The first thing is that I'm going to go over all the slides Hi everyone. Starting this week I'm going to make a couple tweaks to how section is run. The first thing is that I'm going to go over all the slides for both problems first, and let you guys code them

More information