El Blog de de los expertos de Keptos en implementacion, desarollo y administracion de Sharepoint, con experiencias cotidianas de trabajo con sharepoint This blog is for us a Notepad of tips and tricks from us and all the fans of Sharepoint,
jueves, 24 de diciembre de 2009
A little calculator
$("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();
sábado, 19 de diciembre de 2009
martes, 8 de diciembre de 2009
lunes, 7 de diciembre de 2009
Nuevos 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
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.
Creating mailing lists for SharePoint sites and blogs
By Ayman El-Hattab