background preloader

Herramientas Web

Facebook Twitter

UML Diagrams Online | Online UML Tool | UML Diagram Creator.

Javascrip

HTML Codes - Table of ascii characters and symbols. Códigos de colores HTML y nombres. HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. These color codes can be used to change the color of the background, text, and tables on a web page.

Major hexadecimal color codes Below are some of the common color names and codes. With these colors, you can also use the color name. For example, in HTML tags and CSS that use color codes, you could use "red" instead of "#FF0000". Color code chart Tip: Use our HTML color picker if you need to choose from an almost infinite variety of colors. Blacks - Grays - Blues - Greens - Yellows - Browns - Orange - Reds - Pinks - Purples. Implementar HTTPHandler y HTTPModule en ASP.NET. Download source - 5 KB Introduction This article aims at understanding the role of HTTPHandler and HTTPModule in ASP.NET applications. We will try to work on a basic example to see how these can be implemented.

Background ASP.NET handles all the HTTP requests coming from the user and generates the appropriate response for it. Now as a developer, we might want to have some of our own functionality plugged in. There are also some scenarios where we are ok with the way ASP.NET is handling the requests but we want to perform some additional tasks on each request, i.e., we want to have our tasks execute along with the predefined steps ASP.NET is taking on each request. So from the above discussion, it is clear that HTTPHandlers are used by ASP.NET to handle the specific requests based on extensions. Using the Code Let us try to understand these two concepts by writing a small application for each. Implementing the HTTPHandler Hide Copy Code Implementing the HTTPModule Points of Interest History. Customized Dot.Net BrowserCap Microsoft IIS Web Server and ASP.NET forum at WebmasterWorld.

System.Web.UI.ViewStateException: Invalid viewstate - every time the Application Pool recycles. Home / ASP.NET Forums / General ASP.NET / State Management / System.Web.UI.ViewStateException: Invalid viewstate - every time the ... System.Web.UI.ViewStateException: Invalid viewstate - every time the Application Pool recycles RSS 2 replies Last post Jan 05, 2007 01:46 PM by jrummell ‹ Previous Thread | Next Thread › Reply jrummell Member 183 Points 91 Posts System.Web.UI.ViewStateException: Invalid viewstate - every time the Application Pool recycles Jan 03, 2007 03:18 PM | LINK I've been confused by this for months. Find element based on tabindex. Problemas con acentos datagrid a textbox. Blogs. Los ordenadores procesan texto utilizando tablas de codificación para convertir secuencias de bits en caracteres alfanuméricos y viceversa.

Cuando desarrollamos aplicaciones, y muy especialmente aplicaciones distribuidas o aplicaciones web, tenemos que tener en cuenta la codificación (o enconding) con la que “ciframos” y “desciframos” los mensajes, dado que si utilizamos codificaciones distintas el mensaje resultante puede resultar incorrecto. Antes de meternos de lleno en las consideraciones específicas de desarrollo, revisemos brevemente los encodings más comunes que puede ser interesante conocer. ASCII (American Standard Code for Information Interchange) se desarrolló en los años 60 y es una tabla de codificación que utiliza 7 bits para representar 128 caracteres, de los cuales 94 son caracteres legibles y 33 son caracteres de control y el espacio que se considera un carácter invisible.

Windows-1252 (Western European) ISO-8859-1 (Latin 1) ISO-8859-15 (Latin 9) requestEncoding="utf-8"

JQuery

Using setTimeout() with Javascript. Posted January 27th, 2009 in Javascript The Javascript setTimeout() function allows code to be executed a set time after some trigger, such as when the page has loaded or a button is pressed. This post looks at how to trigger events after a set time with Javascript and alsp how to clear the timeout. setTimeout Example 1 The setTimeout() function takes two parameters: 1) the function or code to call and 2) the number of milliseconds to wait before executing the code/function. A basic example below pops up an alert box 2 seconds after the button is clicked: And here it is in action (if you're reading this post in a feed reader you may need to click through to the actual post to see this working): setTimeout Example 2 The second example below does the same thing as the first, but calls a function instead when the button is clicked.

<script language="Javascript"> function timeout_trigger() { window.alert('Hello! ') setTimeout and clearTimeout Example Placeholding text Here's the example code:

.NET

MockFlow Wireframe. Códigos de colores HTML. El sitio web Códigos de colores HTML le proporciona herramientas gratuitas de colores para encontrar colores HTML para su sitio web. Las excelentes herramientas Tabla de colores HTML y Selector de colores HTML harán que esta tarea sea pan comido. Para empezar rápidamente a usar Colores HTML en su sitio web, échele un vistazo a ¿Cómo usar los códigos de colores HTML?. Si desea aprender qué significa realmente esta combinación de caracteres en Códigos de colores HTML échele un vistazo a la sección Teoría sobre los códigos de colores HTML.

Colores seguros para la Web es la lista de colores que se ven igual en todos los sistemas operativos. Si es daltónico consulte los Nombres de colores HTML para superar ese problema. Tabla de colores HTML Con esta Tabla de colores HTML dinámica puede conseguir códigos HTML para los colores básicos. Selector de colores HTML Puede empezar con su propio color escribiendo su código de color en el campo de entrada superior. Introduzca su código de color: Diagrama de descomposición funcional.