Entradas

Mostrando entradas de febrero, 2015

Windows 10 Novedades

Imagen
http://news.microsoft.com/es-xl/el-camino-a-windows-10/ Son las 11 de la mañana de un día de enero y el ingeniero de software David Machaj está “a la espera de una nueva versión”. Piensen en un día en la vida de este desarrollador: “Cada día instalo una nueva versión de Windows”. Y cada noche, durante un periodo de ocho a doce horas en un conjunto de servidores, el código se sincroniza y reconstruye Windows. Luego, él continúa su labor. Como miembro del equipo Windows Shell, David está encargado de codificar la experiencia de Inicio para Windows 10. “Muchas veces es en verdad increíble”, dice, en especial “Cuando ves que algo comienza a funcionar por primera vez”. Si los mosaicos se ven incompletos o algo así, necesita ir más a fondo. El trabajo de David tiene un gran impacto: El inicio de su día refresca la primera impresión que tendrán de la nueva generación de Windows. Windows 10 marca un momento histórico para Microsoft. “Todos sus dispositivos Windows – escritorio, laptop

Check all checkboxes inside page using JavaScript

One requirement came recently where we need to check all the checkboxes inside the page. So here we will discuss how we can check or uncheck all the checkboxes using javascript You may also like: -  Disable right click on images or page in Asp.Net using jQuery -  How to set enum valunes with spaces in c#.net? -  OpenFileDialog in C#.Net windows application Check all Checkboxes: <input type='button' id='1234' value='Check All' onclick="checkAllItems();"/> <script language="javascript" type="text/javascript"> function checkAllItems() { var tags = document.getElementsByTagName("input"); for (var i =0; i < tags.length; i++){ if (tags[i].type == 'checkbox') tags[i].checked = true; } } </script> UnCheck All Checkboxes: <input type='button' id='4321' value='Check All' onclick="uncheckAllItems();"/> <script la

5 Must Have Tools for Every Office 365 Enterprise Customer

As the use of mobile devices in the workplace is quickly becoming the norm, managing and securing these mobile devices is an increasing challenge.  You now have to tackle the same issues for mobile devices that you traditionally addressed for client systems: controlling access to the network, regulating and managing devices while providing users the freedom they need to access resources to do their work, as well as securing critical information on the devices.  But, using disparate solutions for managing client systems and mobile devices can double your workload. Dell can help you maintain security and manage complexity in an increasingly mobile workplace.  Register today and join Dell experts to discover how Dell KACE systems management appliances integrated with Dell Enterprise Mobility Management (EMM) provides an integrated solution to help you easily manage and secure mobile devices and client systems. What you will learn Critical issues impacting management of mobile devices i