Browse by Tags
July 26, 2012
As you are well aware, JavaScript is, what drives our current online world, make it more dynamic then ever. In opposite to this, VBScript is, what drives almost everything in MDT, giving us full flexibility in our deployments, no matter which version of Windows we are using it on. But what most aren’t aware of is, that those languages easily talk to each other. “ Why would I care?” you might ask. Well, let’s think about the MDT Wizard or hta FrontEnds in general. Pretty often you write them based...
... Read
the full post or
be the first to comment.
Filed under: Boot Wizard, MDT, hta, vbscript, Development, JavaScript, jQuery
April 26, 2012
In the new version of the MDT Web FrontEnd , I make use of some components from Teleriks extensions for ASP.Net MVC . Especially the grid , as it comes with all the necessary stuff like sorting, filtering, paging, etc. There is also a free/open source version available, that can easily be added to your own projects using NuGet. So enough marketing , however, one of the things that I miss in the default implementation is the ability to have a single text box that can be used for searching. On default...
... Read
the full post or
be the first to comment.
Filed under: Frontend, Development, JavaScript, Telerik, jQuery