Browse by Tags

Tagged Content List
  • Wiki Page: Microsoft Dynamics CRM 2011 - JavaScript Development

    There is a very handy JavaScript development cheat sheet available for Dynamics CRM 2011. It is by Daniel Cai, a Microsoft Dynamics CRM MVP . I always refer to this cheat sheet's PDF whenever I need help in the new CRM 2011 JavaScript model. Thanks to Daniel for a wonderful thought! You can...
  • Wiki Page: How to export file by jQuery in ASP.NET Web Forms and ASP.NET MVC

    Table of Contents How To Requirements Specification Export Excel using jQuery in ASP.NET Web Forms Export Excel using jQuery in ASP.NET MVC References Conclusion How To In this article, I will explain how to export file by jQuery in both ASP.NET Web Forms and ASP.NET MVC. As you know, jQuery is...
  • Wiki Page: Building SharePoint App Using JavaScript & REST with MVVM

    In this tutorial, we will be creating a simple SharePoint app which will Add a list item into a Customer List and then displaying all list items on the page. Artifact: SharePoint App Language : JavaScript, REST Pattern: Model View ViewModel Library: Knockout Step 1: Create a Visual Studio...
  • Wiki Page: Parallax

    What is parallax (general concept) (Extracted from Wikipedia): Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight, and is measured by the angle or semi-angle of inclination between those two lines The term is derived from the...
  • Wiki Page: Funciones útiles JavaScript (es-ES)

    JavaScript incorpora una serie de herramientas y utilidades (llamadas funciones y propiedades, como se verá más adelante) para el manejo de las variables. De esta forma, muchas de las operaciones básicas con las variables, se pueden realizar directamente con las utilidades que ofrece JavaScript....
  • Wiki Page: Funciones y propiedades útiles de JavaScript (es-ES)

    JavaScript incorpora una serie de herramientas y utilidades (llamadas funciones y propiedades, como se verá más adelante) para el manejo de las variables. De esta forma, muchas de las operaciones básicas con las variables, se pueden realizar directamente con las utilidades que ofrece JavaScript....
  • Wiki Page: Funciones útiles de JavaScript (es-ES)

    JavaScript incorpora una serie de herramientas y utilidades (llamadas funciones y propiedades, como se verá más adelante) para el manejo de las variables. De esta forma, muchas de las operaciones básicas con las variables, se pueden realizar directamente con las utilidades que ofrece JavaScript....
  • Wiki Page: Como crear un plugin con JQuery (es-ES)

    A modo de ejemplo, podemos ver a continuación un código fuente de un plugin muy sencillo: jQuery. fn .desaparece = function() { this.each(function(){ elem = $(this); elem.css("display", "none"); }); return this; }; Este plugin permitiría...
  • Wiki Page: Principios básicos de una App Windows 8 con HTML5, CSS3 y JavaScript (es-ES)

    En este artículo veremos los principios básicos para crear una aplicación Windows 8 haciendo uso de HTML5, CSS3 y JavaScript , para poder realizar este usaremos la nueva actualización de Visual Studio 2012, el cual es una poderosa y gran herramienta con muchas funcionalidades e interfaz nueva...
Page 1 of 1 (9 items)
Can't find it? Write it!