Posted on December 18th, 2008 by Christian López Espínola
Recently, I needed the way of getting the absolute URL of a web page in ASP.NET. With absolute URL, I mean the url what clients have to point to their browsers (this URL will be sent by mail), not the absolute URL relative to the web app, like the ASP.NET API seems to understand ‘absolute’.
I [...]
Filed under: Coding, Tech | Tagged: .NET Technology, absolute url, ASP.NET | 5 Comments »
Posted on August 28th, 2007 by Christian López Espínola
Para modificar en Javascript el contenido de un textarea, podemos usar las propiedades selectionStart y selectionEnd que tenemos disponibles en Firefox y Opera.
Sin embargo, éstas no están disponibles en IE, por lo que debemos utilizar un feo truco para añadirlas.
Ahí va el código:
function UglyFixForSelectionStartAndSelectionEndForIE(id) {
var element = $get(id);
[...]
Filed under: Javascript, Tech | Tagged: AJAX, ASP.NET, IE, Javascript, selection, textarea | 4 Comments »
Posted on August 15th, 2007 by Christian López Espínola
Traducción del artículo publicado por Paul Ballard el 27 de mayo de 2005 en TheServerSide.NET. Además de la traducción inglés-castellano, he traducido los ejemplos de VB.NET a C#. Puedes encontrar el original aquí: Top 5 Web Service mistakes.
En este artículo vamos a comentar los 5 errores más comunes que comenten las empresas cuando desarrollan servicios [...]
Filed under: Tech, Web Services | Tagged: .NET Technology, ASP.NET | Leave a Comment »
Posted on June 30th, 2007 by Christian López Espínola
Los días 4 y 5 del pasado mes de Mayo estuvimos en el ReMIX en Madrid. Fue una semana muy agotadora, pero a la vez gratificante. Como siempre, un placer charlar con los Davides (Salgado, Carmona e incluso Cervi que vino de visita )
Espero que pronto acudamos a otro evento de estos [...]
Filed under: Microsoft, Tech | Tagged: .NET Technology, ASP.NET, Web development, Windows Live | 2 Comments »