Developer Search Results

News: PlayFusion Secures Funding to Develop Interactive AR Gaming Platform

Independent game developer PlayFusion announced today a partnership with NEXON Korea Corporation, resulting in a Series A preferred share round to fund development of their entertainment platform. PlayFusion's platform applies augmented reality, Internet of Things (IoT), and audio recognition to Lightseekers, an original property that combines mobile gaming with smart action figures, trading card games, and other media.

News: Google Releases Chromecast Development Kit—Get Ready to Cast Anything & Everything

After months of waiting, Google has released the SDK (Software Development Kit) for their Gadget of the Year, the Chromecast. As announced on their blog, the release of the SDK means that any app developer, whether for Android, Chrome, or iOS, can now add Chromecast functionality to their app. And though only a few apps have been released with Chromecast support, that's all about to change.

News: Say Hello to Unity 2017's New Time-Saving Features for Mixed Reality Development

Early this morning, Unity held their keynote at GDC 2017 in the InterContinental San Francisco hotel. During the event, they talked about their upcoming roadmap and many changes that are coming down the pipe. This list included the lighting explorer, progressive lightmapper, the new 4K video player, native support for Vulkan graphics, TextMesh Pro integration, and the one that really excites me as a HoloLens developer—dynamically/runtime created navigation meshes.

HoloLens Dev 101: How to Use Holographic Remoting to Improve Development Productivity

Way back, life on the range was tough and unforgiving for a HoloLens developer. Air-tap training was cutting edge and actions to move holograms not called "TapToPlace" were exotic and greeted with skepticism. The year was 2016, and developers had to deploy to their devices to test things as simple as gauging a cube's size in real space. Minutes to hours a week were lost to staring at Visual Studio's blue progress bar.

How To: Start Developing Websites

How To Start To start developing website is a hard way to tell people depending on what they are best at. I'd like to describe a few of 'em. I will call them a few names depending on what effect comes out of 'em. And I will describe what developing languages there are out there and are most widely used. Let's start with that for now.

How To: Animate growing vines in Adobe Flash CS4

See how to create a trendy growing vine animation when working in Adobe Flash CS4. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Flash developer's guide.

How To: Create a "slide to open" iPhone effect in Flash CS4

See how to create an iPhone-style slide-to-open effect in Adobe Flash CS4. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Flash developer's guide.

How To: Create an ActionScript drop-down menu in Flash CS4

See how to create dynamic drop-down menus when working in Adobe Flash CS4. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Flash developer's guide.

How To: Animate slide-out info panels with AS3 and Flash CS4

See how to create roll-over panels using Adobe Flash CS4 and a little bit of ActionScript 3. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Flash developer's guide.

How To: Make a skydome (skybox) with Unreal (UDK)

If you're playing around with the Unreal Developer Kit, one of the things you'll need to know is how to add sky to your outdoor maps. This used to be called creating a skybox, but in this tutorial it's called a skydome. Follow the steps in this excellent how to and see how to put blue sky (or dark night) above your head. It's not too hard and something you definitely MUST know as an Unreal level developer. This thing is Unreal!

How To: Work with Flash video files (FLV) in Adobe Flash CS4

This clip presents a brief look at some of the basics of working with Flash Video in Adobe Flash CS4. See how to convert to the FLV format, how to transform the video using, for example, the new 3d Rotate tool, and how to build a simple stop and play button setup. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to ben...

How To: Create an XML photo gallery slideshow with Flash CS4

In this video, you will see how to create a complete, simple XML gallery using Adobe Illustrator CS4. This tutorial is somewhere between intermediate and advanced level, so if you know a little bit about ActionScript you should be just fine. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free sof...

How To: Create glass wave rollover buttons in Flash CS4

Learn how to create flowing glass rollover buttons. This clips takes a look at tweening in the timeline to create a seamless loop, using the pen tool a little, masking, and reversing frames. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Fl...

How To: Create animated business cards in Flash CS4

See how to build and animate a business card in Flash. The idea is that, when the user clicks the business card, it flips over and diplays information on the back and, when it is clicked again, it flips back over and displays the front again. This clip covers how to use the Motion Editor to tween using the 3D rotation tools in Flash CS4 as well as scripting the button to react to a click only when in a certain position. See how to create a simple nav bar when working in Adobe Flash CS4. Wheth...

How To: Embed a YouTube video into MS Powerpoint 07

Chris Davis with the Educational Technology Center shows us a few easy steps to putting YouTube videos in our Microsoft PowerPoint 2007 presentations. To start you'll need to have an active internet connection and you should have the developer tab in PowerPoint active. To do this go to the Office menu, PowerPoint options, popular and click show developer tab. Locate the hammer looking more control option button and scroll down to Shockwave Flash Object and click it. This allows you to draw a ...

How To: Record macros in Excel 2007

In this Microsoft Excel 2007 for Dummies video the instructor shows how to record a Macro. Macros let you create a shortcut to perform a sequence of commands all at once. For example you can create a macro to quickly build a sales report template that you frequently use. When ever you run that macro the Word will automatically build the template for you based on the recorded commands. To write macros you need to have the developer tab enabled. To enable it click on the office button and at th...

How To: Use variables and strings when programming in Python 2

In this clip, you'll learn the ins and outs of using variables and strings when writing code in Python 2. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the features and functions of Python 2, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Split and join strings when programming in Python 3

In this clip, learn how to split and join strings when coding in Python 3. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Create and use objects when programming in Python 3

In this clip, learn how to generate and employ objects when coding in Python 3. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Handle errors with exceptions when programming in Python 3

In this clip, learn how to use exceptions to handle errors when programming in Python 3. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Create simple functions when programming in Python 3

In this clip, you'll learn how to create and call simple functions when coding in Python 3. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Write a simple "Hello, World" program in Python 3

In this clip, you'll see what it takes to write a "Hello, World" app in Python 3. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Create simple animation loops in Adobe Flash Professional CS5

Has looping got you thrown for a loop? See how it's done with this clip. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of the latest iteration of the application, you're sure to benefit from this free software tutorial. For more information, and to get started making your own Flash-based twinkling starscapes, watch this video guide.

How To: Apply formatting to text in Adobe Flash Professional CS5

Need help figuring out how to format text within Flash CS5? It's easy! And this clip will show you how it's done. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of the latest iteration of the application, you're sure to benefit from this free software tutorial. For more information, and to get started making your own Flash-based twinkling starscapes, watch this video guide.

How To: Make a character blink in Adobe Flash CS4

Add subtle realism to your Flash cartoons by incorporating intermittent blinking. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with the new features and functions of this particular iteration of the application, you're sure to benefit from this free software tutorial. For more information, watch this Flash developer's guide.