jueves, 24 de diciembre de 2009

A little calculator

this is a very simple calculation in a sharepoint site

$("input").keyup(function () {
var exch = $('input:[title=Exchange]').val()
//title is the title of your fields
var mail = $('input:[title=@Mail Keptos]').val()
$('input[title=Total]').attr({value: ((exch*1)+(mail*1))});
}).keyup();

martes, 8 de diciembre de 2009

lunes, 7 de diciembre de 2009

Nuevos Proyectos

Te interesaría asociarte en esos proyectos ?
  • Modulo de Venta en Linea
  • Modulo de control de acceso
  • Modulo de Task Management
  • Sitio de RH
  • Sitio de ofertas de proyectos freelance
  • Desarrolló de un ecosistema de TI para la Industria Aeronautica

domingo, 6 de diciembre de 2009

Top Sharepoint Sites

Los mejores sitios Sharepoint

Using Javascript


Aqui en msdn

Developing with SharePoint

Developing with SharePoint

Hi All,

I often get asked this question, “How do I get started with SharePoint development?” What can MS help me with? So here’s a short compilation of what we can offer:

SharePoint developers are able to create custom solutions that expand on the already rich features the SharePoint platform offers. Examples of solutions that the SharePoint development community has created can be found at http://www.codeplex.com.

Through our MSDN SharePoint Developer Center and Microsoft.com Training site, we’ve highlighted a number of tools and training resources such as in-class training, e-Learning, technical articles and books for SharePoint development. In fact, we recently launched http://www.mssharepointdeveloper.com to make the resources more visible to ASP.NET developers.

Paul Andrew, Senior Technical Product Manager for SharePoint, has outlined how to get started for newbie developers athttp://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx.

Using the partner Awareness, Certification, Excellence (ACE) utility, you can build a path to becoming an expert in developing on the SharePoint technologies. This utility provides partners resource connections t o develop their skills in three areas (Awareness, Certification, Excellence).

SharePoint Development and Programming online forum at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1203&SiteID=1.

You can also utilize SharePoint Deployment Planning Services, a software assurance benefit for customers, which is a pre-defined paid service offering delivered by partners to plan an effective SharePoint deployment. More information on SPDS can be found: https://iwsolve.partners.extranet.microsoft.com/sdps/

JUL 09/09:
Another great resource that came to my attention ishttp://www.sharepointdevwiki.com/display/public/Where+to+start+with+SharePoint+Development

I found the wiki quite useful as well.

Published Wednesday, May 06, 2009 10:04 AM by Kailash

Creating a Quiz Web application using SharePoint designer

Creating a Quiz Web application using SharePoint designer

Un excellente tutorial

Bren Clarke

Creating mailing lists for SharePoint sites and blogs

A multipart series that is intended to help you create mailing lists for your SharePoint sites or blogs without writing a single line of .NET Code.

By Ayman El-Hattab

Links de Sharepoint en Mexico & Latam

SharePoint Mexico

Sharepoint es un entorno de desarollo extraordinario. Queremos aqui compartir con todos lo que no parece relevante para tener un mejor desempeno en el desarollo de nuestras soluciones.