Always remain updated about current software development trends

Articles having tag: SCREENCAST

Having fun with ImpressJs and WebSockets, creating real-time presentations

A friend of mine showed me ImpressJs today. He was going to have notes on another screen (well actually on an iPad) and I thought it would be cool if the presentation could be synced with notes on another screen as well. Fired up Visual Studio and put together...

Electronics for developers with Netduino Go

Wouldn't it be great if you could build your own stuff? Microcontrollers let you do that, but they usually require dealing with a lot of complexity and unknowns. If you're a software developer, chances are you don't really know how to use a capacitor,...

WebRTC efforts underway at Mozilla!

Last week, a small team from Mozilla attended IETF 83 in Paris, and we showed an early demo of a simple video call between two BrowserID-authenticated parties in a special build of Firefox with WebRTC support. It is still very early days for WebRTC integration...

Getting you started for the CSS 3D transform Dev Derby (15 minute screencast)

This month’s Mozilla Dev Derby is about CSS 3D transformations and as a reminder and inspiration we thought it a good idea to give you a walk-through of a simple demo: a rotating cube with content on each side. That’s simple? Yes it is! Check the...

Upcoming Telerik Webinars

The Telerik Q1 2012 release is upon us, and we will be showing you all the goodies in webinar week: February 20th \u2013 February 22nd. Here's the schedule with all times listed in Eastern Time (UTC\u20135). \xa0 I will be doing "What's...

Knowing minimum timestamp value for a database

When a datatype timestamp or rowversion is used, it generates unique value whenever a row is added or updated in a table. It is one of the ways to generate auto-generated values not only for insertion but for updation too. If you want to know the minimum...

Code Contracts in .NET 4

This video explains code contracts in .NET and how they can be used to improve data integrity, consistency, and development velocity with minimal impact to the size of the source base and even to production performance.

Screencast: CSS 3D rollover with fallback for older browsers

Here’s a quick screencast how to create a 3D image rollover and still give a useful interface to browsers that do not support 3D transforms. If you want to see the effect in Firefox get the latest Aurora or Nightly. Check the following video to see what...

Screencast: BrowserID login flow on OpenPhoto.me

BrowserID is an initiative to provide the web with a better way to sign in. The web is a connected collection of resources and you should not have to have a user name and password for each of them when you could use the web instead. Today we show you a screencast...