Sunday Morning is a plugin for JQuery that using Google Translator lets you add floating menus specific words and translations on the items you select. You can even translate an entire Web page.
Sunday Morning lets you work in different ways: including a menu language options, translating word for word, allowing your users to enter text to be translated or via a bookmarklet with which access to localized versions of any website.
The drawback of these systems is dependent on the quality of automatic translator which is based on, in this case google translator .
Web: http://sundaymorning.jaysalvat.com/
Seen in: www.webmasterlibre.com
Share
- Geonames is a geo-database reverse would be interesting to combine it with this reverse geo tutorial with Google Maps API
- I have been trying, and I highly recommend the new Google Charts API , simple, free by clicking, relaxed for the server, and for the whole family.
- If you just in creating graphics, the Canvas in general, you might be interested this drawing library jQuery Canvas
- For that matter ... Canvas also a mixture of the two, jQuery Chart - jQuery Plugin for Canvas Charts
- CSS Text Wrapper allows you to create paragraphs of text that do not follow a square pattern, but adapted to almost anything you can think of. That if, at the cost of very heavy code.
Source: www.propiedadprivada.com
Share
In Cristalab usually give good advice and solutions to the programming. Some time ago I came across a number of tips about the importance of the DOCTYPE of our websites and how to obtain a correct validation of XHTML and CSS code of the same.
To check the validation of our website we have two tools available to officers:
Personally I try to validate all of my websites but usually find problems since making them compatible with Internet Explorer browser family validation usually get upside down.
Currently some of the immense traffic portals, as is the case www.google.com , usually not validate their websites to lighten the content of the page.
On the subject of search engine optimization (SEO) we discussed in Adseok, after recent statements by google, do not pay much attention to the correct web site validation , but I guess that in the future will be essential for the new seekers.
Share
When a visitor comes to one of our pages and find that it does not exist or is incorrect, a message quite bland that the page has not been found.
We can customize the error page informing the visitor and even give other options to achieve recauzar the visit.
Once the page is created simply have to add to the configuration file. Htaccess from our server the following line:
ErrorDocument 404 /tu_página/_de_Error.php
Al parecer el origen del 404 page not found tiene hasta historia propia y nos la cuentan en NeoTeo.com
En NetTuts proponen incluso avisar mediante correo electrónico cuando un usuario tope con un 404 Not Found.
Si no te viene la inspiración aquí tienes más de 50 páginas de error personalizadas :
Share
Las funciones de PHP para trabajo con fechas utilizan timestamps y están restringidas a fechas entre 1901 y 2038 en sistemas operativos Unix y a 1970 y 2038 en sistemas operativos Windows, debido al desbordamiento del tipo de dato integer.
Con ADOdb Date Time eliminamos dichas limitaciones ya que reemplaza las funciones de fecha con variables en coma flotante permitiendo utilizar fechas desde 100 dC hasta +3.000 dC.
Siempre viene bien ir pensando en el futuro
Fuente : http://phplens.com/
Share
En Layout Gala nos presentan una colección de 40 estructuras css que nos servirán de base para casi cualquier sitio web.
Web : http://blog.html.it/layoutgala/
Share
Algo bastante común con los PNGs transparentes es que ie6 no los muestre correctamente. Gracias a DD_belatedPNG nos podemos olvidar de la mayoría de problemas que nos causan en cuestión de segundos.
Es bastante sencillo de implementar.
<!--[if IE 6]>
<script src="DD_belatedPNG.js"></script>
<script>
DD_belatedPNG.fix('.png_bg'); //EXAMPLE
</script>
<![endif]-->
Personalmente he probado muchísimos “png fix” y el actual es el único que ha cumplido medianamente con mis espectactivas. Su peso es de ~7kb comprimido, vistas al alternativas y los resultados nada mal.
Algunas de las cualidades de DD_belatedPNG son:
- Emplear PNG de 24-bit con transparencia como fondo mediante la propiedad background-image de CSS
- Posicionar esas imagenes mediante background-position o repetirlas con background-repeat
- No usa AlphaImageLoader con lo que no encontraremos problemas con el z-index
- Responde a element.style y a la pseudoclase :hover
- Es muy sencillo de implementar y pesa muy poco
Web : http://dillerdesign.com/
Share
Fantástico recopilatorio de tutoriales para dibujar una serie de personajes estilo cartoon (dibujo animado

).
Algunos tutoriales son para Photoshop y otros para Illustrator.
El nivel de algunos es de intermedio y el de otros para avanzados. Incluyen técnicas de coloreado, diseño de personajes, trucos paradefinir las líneas y utilizar la herramienta pluma, creación de vectores y mucho más.
Share
85 estilos css para personalizar tablas, para ver el estilo simplemente hay que pulsar sobre el nombre del theme y lo visualizamos.
Fuente http://icant.co.uk/csstablegallery/
Share