Hot Topics Temas de actualidad Most Voted Los más votados Most Discussed Más comentados Angsuman Chakraborty Angsuman Chakraborty July 1st, 2008 1 de julio de 2008 I am re-hashing my physics fundamentals with Dr. Feynman’s lectures. Me re-hashing mi Fundamentos de física con el Dr Feynman de conferencias. Did I mention how I love reading his books? ¿Lo digo como me encanta leer sus libros? I have great admiration for Dr. Richard Feynman, next only to Dr. Albert Einstein & Dr. Jagadish Chandra Bose. Tengo una gran admiración por el doctor Richard Feynman, junto al Dr sólo Albert Einstein y Dr Jagadish Chandra Bose. Read more (137 words) » Leer más (137 palabras) " Filed under Filed under Life Vida | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty July 1st, 2008 1 de julio de 2008 Selenium is a high quality open source test automation tool for web application testing . El selenio es un alto nivel de calidad de fuente abierta herramienta de automatización de pruebas para las pruebas de aplicaciones web. Selenium runs in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh, Safari on the Mac, with plans to support Safari on iPhone soon. El selenio se ejecuta en Internet Explorer, Mozilla y Firefox sobre Windows, Linux y Macintosh, Safari en el Mac, con planes de apoyo a Safari iPhone antes. Selenium test scripts are portable, can be run from browsers (using Selenium IDE) or from JUNit or NGUnit (using Selenium RC) etc.. Selenio prueba scripts son portátiles, puede ejecutarse desde los navegadores (usando Selenio IDE) o de JUnit o NGUnit (utilizando selenio RC), etc. For example, test scripts written using Selenium IDE in Firefox on Windows can run on Firefox in Mac or Linux, without changing any code. Por ejemplo, scripts escritos de prueba utilizando selenio IDE en Firefox en Windows puede funcionar en Firefox en Mac o Linux, sin cambiar ningún código. Selenium tests run directly in browsers and so matches the end-user experience closely. Selenio pruebas realizadas directamente en los navegadores y para que coincida con el final de cerca la experiencia del usuario. There are three variants of Selenium, which can be used in isolation or in combination to create complete automation test suite for your web applications. Hay tres variantes de selenio, que pueden ser utilizados en forma aislada o en combinación para crear completo de automatización de pruebas para su suite de aplicaciones web.
- Selenium Core - In Selenium Core the tests scripts (written in HTML) and the Selenium Test Runner (written in Javascript) are uploaded to the same web server that hosts the application you are trying to test. Selenio Core - Selenio Core En las pruebas scripts (escrito en HTML) y el selenio Test Runner (escrito en JavaScript) se suben al mismo servidor web que aloja la aplicación que está tratando de probar. It is a simpler form of Selenium, and suitable for non-developers, but it has some inherent limitations. Se trata de una simple forma de selenio, y adecuado para no desarrolladores, pero tiene algunas limitaciones inherentes.
- Selenium IDE - Selenium IDE is a Firefox plugin, which includes the entire Selenium Core, allows you to record, play back, edit, and debug tests in browser. Selenio IDE - IDE El selenio es un plugin de Firefox, que incluye todo el Selenio Core, le permite grabar, reproducir, editar y depurar las pruebas en el navegador. It provides the simplest introduction to Selenium and is highly recommended for beginners. Proporciona la más simple introducción a Selenio y es altamente recomendado para los principiantes. You can save the tests / test suite created in xml or html format. Puede guardar la prueba o conjunto de pruebas creada en xml o html. However to run them in an automated fashion you need Selenium Remote Control which is described next. Sin embargo, para ejecutar en forma automatizada que necesita Selenio de control remoto que se describe a continuación.
- Selenium Remote Control - The Selenium Remote Control allows you to develop test cases and test suites in Java (supports JUnit & NGUnit), PHP, Ruby, Python, Perl and even .NET. Selenio control remoto - El Selenio control remoto le permite desarrollar casos de prueba y series de ensayos en Java (JUnit y apoya NGUnit), PHP, Ruby, Python, Perl e incluso. NET. It is the most flexible setup but requires some development knowledge to set up and use. Es la configuración más flexible pero requiere algunos conocimientos sobre desarrollo de configurar y utilizar.
- Selenium Grid - Selenium Grid allows several Selenium Remote Control servers to be accessed in parallel by Selenium Grid server. Selenio Grid - Grid permite Selenio Selenio varios servidores de control remoto para tener acceso en paralelo de Selenio Grid servidor. This is extremely useful for automated load and stress testing of web applications. Esto es extremadamente útil para la carga automática y pruebas de estrés de aplicaciones web.
Today we will discuss on how you can easily create automatic test scripts using Selenium IDE and convert them to JUnit tests (which uses Selenium Remote Control) which can be added to your JUnit based automatic regression test suite. Hoy vamos a discutir sobre cómo usted puede crear fácilmente secuencias de comandos de prueba automática utilizando selenio IDE y convertir a las pruebas JUnit (que utiliza el selenio control remoto) que puede ser añadido a su JUnit automática basada en conjunto de pruebas de regresión. Read more (1116 words) » Leer más (1116 palabras) » Filed under Filed under Headline News Headline News , Java Software El software de Java , Pro Blogging Blogging Pro , Web | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 30th, 2008 30 de junio de 2008 Firefox download manager is still flaky, even after three major versions. Administrador de descargas de Firefox está todavía escamosa, incluso después de tres versiones principales. Often the download stops for no apparent reasons. A menudo la descarga no se detiene por razones evidentes. At least in version 3, you can safely stop and then resume the download, which works as expected. Al menos en la versión 3, puede detener y reanudar la descarga, que funciona como se esperaba. Read more (44 words) » Leer más (44 palabras) " Filed under Filed under Browser Navegador , Firefox , Web | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 30th, 2008 30 de junio de 2008 WordPress, in recent versions, have forces the display of WordPress as the generator in meta tags along with the version information in the header of your WordPress blogs - WordPress, en las últimas versiones, las fuerzas de la pantalla de WordPress como el generador de meta tags junto con la información de la versión en la cabecera de sus blogs de WordPress -- . Unlike previous versions there is not easy way to remove it. A diferencia de versiones anteriores no hay manera fácil de quitar. Unless WordPress is using that to provide support (which it doesn’t), I don’t see any good reason for providing that extra bit of help to hackers, do you? A menos de WordPress que está utilizando para proporcionar apoyo (que no), no veo ninguna buena razón para que la prestación extra poco de ayuda a hackers, ¿? Here is a simple plugin which will remove the WordPress generator meta tag along with its version information. Aquí es un simple plugin que se eliminará el generador de WordPress etiqueta meta junto con su información sobre la versión. Read more (171 words) » Leer más (171 palabras) " Filed under Filed under Headline News Headline News , How To Cómo , PHP , Pro Blogging Blogging Pro , Programming Programación , Web , Web 2.0 Web 2,0 , WordPress , WordPress Plugin WordPress Plugin | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 29th, 2008 29 de junio de 2008 Newer versions of WordPress (2.3.1 and above) adds two extra lines to your blog header. Nuevas versiones de WordPress (2.3.1 y superiores) añade dos líneas adicionales a su blog de cabecera. They are: Ellos son: You need them to use Windows Live Writer to write to your WordPress blog. Usted necesita el uso de Windows Live Writer para escribir en su blog de WordPress. However many, like me, do not use Windows Live Writer. Sin embargo muchos, como yo, no utilice Windows Live Writer. For them such headers are simply junk and add to the size of their pages (and download time) without adding any value to them or to their users. Para ellos esas cabeceras son simplemente basura y añadir al tamaño de sus páginas (y el tiempo de descarga) sin añadir ningún valor para ellos o para sus usuarios. For such bloggers (majority I presume) here is a simple WordPress plugin ( Angsuman's Windows Live Manifest Remover WordPress plugin ) which removes these two header links from your WordPress blog. Para este tipo de usuarios de Blogger (la mayoría supongo) es un sencillo plugin WordPress (Angsuman's Windows Live Manifiesto Remover plugin WordPress), que elimina estos dos enlaces de cabecera de su blog de WordPress. Download Angsuman's Windows Live Header Remover Plugin Descargar Angsuman's Windows Live cabecera Remover plugin , rename the file to angsumans-windows-live-header-remover.php, upload it to wp-content/plugins folder of your blog and activate it from Plugin Management screen. , Cambie el nombre del archivo a angsumans-windows-live-cabecera-remover.php, subirlo a la carpeta wp-content/plugins de tu blog y activarla Plugin de pantalla de Gestión. It requires zero configuration. Requiere configuración cero. It does one thing and does it well - remove these two useless headers from your WordPress blog. Se hace una cosa y lo hace así - eliminar estos dos inútiles las cabeceras de tu blog de WordPress. Technical Note: There is a similar WordPress plugin which does the same thing. Nota Técnica: No es un plugin WordPress similar que hace la misma cosa. This plugin works differently in that it doesn't add the code directly to the plugin body but to the 'init' hook. Este plugin funciona de forma diferente en el sentido de que no añadir el código directamente al cuerpo, pero plugin para el 'inicio' gancho. This ensures that this plugin will remain compatible with future versions of WordPress as it doesn't depend on the relative order of execution of the plugins versus the default WordPress filters. De esta forma se garantiza que este plugin seguirá siendo compatible con las futuras versiones de WordPress, ya que no depende de la orden relativo de ejecución de los plugins frente a los filtros por defecto de WordPress. Sounds complicated? Suena complicado? To put it simply - Install the plugin and then forget about it forever. En pocas palabras - Instale el plugin y luego olvidarse de ella para siempre. It will continue to serve you (your blog) in the background for a very long time. Se continuar sirviendo a usted (su blog) en segundo plano durante mucho tiempo. You can get more Puede obtener más free WordPress plugins here WordPress plugins gratis aquí . Filed under Filed under Headline News Headline News , How To Cómo , Open Source Software Open Source Software , PHP , Pro Blogging Blogging Pro , Programming Programación , Web , Web 2.0 Web 2,0 , WordPress , WordPress Plugin WordPress Plugin | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 28th, 2008 28 de junio de 2008 Extendable (by Ampliable (por plugins , … ) Static Analysis tools like ) De herramientas de análisis como FindBugs can enhance the security of your Java applications (web as well as standalone or client-servers applications) in several significant ways. puede aumentar la seguridad de sus aplicaciones Java (web, así como standalone o clientes-servidores de aplicaciones) en varias importantes maneras. Read more (326 words) » Leer más (326 palabras) " Filed under Filed under Enterprise Software Enterprise Software , Headline News Headline News , Java Software El software de Java , Programming Programación , Web , Web Services Web Services | | 1 Comment 1 Comentario | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 28th, 2008 28 de junio de 2008 For regular spammers and sploggers, banning their IP address is a simple and effective way to get rid of them. Para regular los spammers y sploggers, la prohibición de su dirección IP es una forma simple y eficaz forma de deshacerse de ellos. I will describe three methods here with the simplest at the very end. Voy a describir aquí tres métodos con el más simple al final. Let’s take a simple case study. Echemos un simple estudio de caso. ntoolz.net has been copying my posts with an automated content creation tool and then blessing me with a pingback for his splog content! ntoolz.net se ha copiado mis entradas con un sistema automatizado de creación de contenidos herramienta y luego me bendición con un pingback por su contenido splog! So I decided to ban him. Así que tomé la decisión de prohibición. Read more (693 words) » Leer más (693 palabras) " Filed under Filed under Comment Guard Plugin Comentario Guardia plugin , Pro Blogging Blogging Pro , Web , Web 2.0 Web 2,0 , WordPress , WordPress Plugin WordPress Plugin | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 28th, 2008 28 de junio de 2008 Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php . Cualquier software basado en PHP, como WordPress, Mambo, Joomla, Drupal, etc MODx servirá tanto de páginas http://your-site.com así como http://your-site.com/index.php. This creates duplicate content for search engines, which may then decide to penalize your site for duplicate content. Esto crea contenido duplicado para los motores de búsqueda, la cual podrá proceder a sancionar a decidir su sitio de contenido duplicado. You can safely prevent duplicate content with the following apache code / directive added to your .htaccess file (or in httpd.conf): Puede evitar la duplicación de contenido con el siguiente código apache / directiva añadido a su. Htaccess archivo (o en httpd.conf): Read more (215 words) » Leer más (215 palabras) " Filed under Filed under Headline News Headline News , How To Cómo , Linux , Web , Web Hosting Web Hosting | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 27th, 2008 27 de Junio, 2008 Arne Brachold’s popular XML Sitemap generator plugin for WordPress may report fewer URL than that exists on your website. Arne Brachold del popular generador XML Sitemap plugin para WordPress podrá informar URL menos a más que existe en su sitio web. This in turn means less URL’s which you are submitting to search engines for indexing. Esto, a su vez significa menos del URL que usted está enviando a los motores de búsqueda para indexarlos. Read more (249 words) » Leer más (249 palabras) " Filed under Filed under Company Compañía , Google , Headline News Headline News , Pro Blogging Blogging Pro , SEO , Web , Web 2.0 Web 2,0 , WordPress , WordPress Plugin WordPress Plugin | | 1 Comment 1 Comentario | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty June 26th, 2008 26 de junio de 2008 Twitter seems to be having serious scalability issues, a malaise which plagued the otherwise popular service since its early days. Twitter parece estar teniendo graves problemas de escalabilidad, un malestar que asolaron el popular servicio de otro modo desde sus primeros días.
Read more (94 words) » Leer más (94 palabras) " Filed under Filed under Headline News Headline News , Web , Web 2.0 Web 2,0 , Web Services Web Services | | 2 Comments 2 Comentarios | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo | |