background preloader

Business

Facebook Twitter

Insomnia REST Client. ProgrammableWeb - APIs, Mashups and the Web as Platform. Defour analytics. Microsoft Test Manager– Test Case export to excel tool. Free tool available for exporting your test cases to excel in a nicely formatted fashion.

Microsoft Test Manager– Test Case export to excel tool

Click to download here You connect to Team Foundation Server by clicking the Connect TFS button. Pick the Team Project you want to work with as shown below. The test plans and test suites associated to the team project you selected display. Pick a test plan and test suite then specify where you want to save the excel file to on your system and a name for the excel file. Click Export. Here is an example of test cases export to excel. Testa. Datetime expressions in Reporting Services. Date Formatting in Reporting Services – list of format codes « Thavash's Sql Blog.

Windows Samples for Parallel Programming with the .NET Framework. Introduction to Algorithms - Download free content from MIT. DSPL Developer Guide - DSPL: Dataset Publishing Language - Google Code. DSPL stands for Dataset Publishing Language.

DSPL Developer Guide - DSPL: Dataset Publishing Language - Google Code

It is a representation format for both the metadata (information about the dataset, such as its name and provider, as well as the concepts it contains and displays) and actual data of datasets. Datasets described in this format can be imported into the Google Public Data Explorer, a tool that allows for rich, visual exploration of the data. Note: To upload data to Google Public Data using the Public Data upload tool, you must have a Google Account. This document is intended for data owners who want their content to be available in the Public Data Explorer. It goes beyond the Tutorial by diving deeper into the details of the DSPL schema and supported features. Although not a requirement, we suggest reading through the Tutorial, which is shorter and easier to digest, before looking at this document. Contents Overview A DSPL dataset is a .zip file that contains an XML file and a set of CSV files.

Process Create your DSPL XML file. XML Structure <? ... 3.5 Videos. Introduction to Complex UIs Using jQuery UI. Building a web application with jQuery makes the task easier.

Introduction to Complex UIs Using jQuery UI

Similarly, building a web application with a complex UI is made easier with jQuery’s sister project jQuery UI. With jQuery UI we have a collection of interactions, widgets and a theme builder at our fingertips that allows us to make a cohesive UI. What is jQuery UI? The jQuery UI project is an official project of the jQuery Project, that provides abstractions for low-level interactions and animations, advanced effects and high-level, themeable widgets, all built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.

There are a number of interactions within jQuery UI that allow you to build complex behaviors. It also provides many prebuilt widgets that you can drop onto your UI with the ease of any jQuery plug-in. You may be thinking to yourself, “But my UI doesn’t need all of these interactions/widgets. Let’s Build Something Login We’ll start with a login form. <! JavaScript <! Make Script Performance Automatic with Custom Templates in Visual Studio 2010 - Devhammer's Den. Jun 14, 2011 Background If you've ever used a tool like Yahoo!

Make Script Performance Automatic with Custom Templates in Visual Studio 2010 - Devhammer's Den

's Yslow to analyze the performance of your web application, you've probably run into the recommendation that you should put your scripts at the bottom of the page, unless those scripts insert page content (a good example of this, which we'll see later in this post, is modernizr.js, which dynamically adds support for semantic HTML5 elements to older browsers that do not natively support them). Unfortunately, if you use the default MVC 3 templates in Visual Studio 2010, things like the script reference for jQuery are added in at the top of the page, in the <head> section of the document.

This works fine, but may potentially delay the loading of the page while the external script is downloaded and loaded. Since I have the MVC 3 Tools Update installed, I'm also going to take advantage of the built-in support for HTML5 in the project template, to use the new semantic HTML elements in my custom template. DevNugget Available. Expression Examples (Report Builder 3.0 and SSRS) Expressions are used frequently in reports to control content and report appearance.

Expression Examples (Report Builder 3.0 and SSRS)

Expressions are written in Microsoft Visual Basic, and can use built-in functions, custom code, report and group variables, and user-defined variables. Expressions begin with an equal sign (=). For more information about the expression editor and the types of references that you can include, see Expression Uses in Reports (Report Builder and SSRS), and Add an Expression (Report Builder and SSRS). This topic provides examples of expressions that can be used for common tasks in a report. Visual Basic Functions Examples for date, string, conversion and conditional Visual Basic functions. For expression examples for specific uses, see the following topics: For more information about simple and complex expressions, where you can use expressions, and the types of references that you can include in an expression, see topics under Expressions (Report Builder and SSRS). Visual Basic Functions.