In the following link, we can see the codes we have to use to put accents and special characters in javascripts:
http://www.pjb.com.au/comp/diacritics.html
It is extremely easy and useful.
Welcome to Fer programes, a blog created with the intention to help us and other programmers in the developing of IT applications. It includes some commands used previously to solve specific problems, links to interesting web pages and general explanations about informatic topics. You are free to collaborate with comments when you consider it is oportune.
Showing posts with label HTML - PHP. Show all posts
Showing posts with label HTML - PHP. Show all posts
Sunday, November 25, 2012
Saturday, December 3, 2011
More than 50 cheat sheets for web projects and other programming languages
In this page we can find a fantastic recopilation of cheat sheets for distinct programming languages and web specifications.
http://eomblog.blogspot.com/2011/11/57-estupendas-chuleta-cheat-sheets.html
The full blog is interesting, so we add the url of it.
http://eomblog.blogspot.com/
Thank you to the author for sharing all this information!
http://eomblog.blogspot.com/2011/11/57-estupendas-chuleta-cheat-sheets.html
The full blog is interesting, so we add the url of it.
http://eomblog.blogspot.com/
Thank you to the author for sharing all this information!
Wednesday, November 9, 2011
Terms of use and similar
In this link we can find models of the terms of use, terms of privacy, etc:
http://www.inteco.es/Seguridad/Observatorio/area_juridica_seguridad/Modelos_de_Contratos_Tecnologicos/ctto_politica_privacidad_es
http://www.inteco.es/Seguridad/Observatorio/area_juridica_seguridad/Modelos_de_Contratos_Tecnologicos/ctto_politica_privacidad_es
Monday, October 24, 2011
Thursday, August 26, 2010
HTML: How do we include one HTML file into another?
Here it is explained:
http://www.boutell.com/newfaq/creating/include.html
It depends on the way we do it: server-side, client-side, etc.
The way I used was by client side (I needed to add the page to a blogger page).
The code I used worked fine!
http://www.boutell.com/newfaq/creating/include.html
It depends on the way we do it: server-side, client-side, etc.
The way I used was by client side (I needed to add the page to a blogger page).
The code I used worked fine!
Friday, June 11, 2010
PHP - Com veure els errors de PHP?
A la "versió de desplegament", és a dir, als servidors que funcionen de veritat, els errors de PHP estan ocultats. Per tal de veure'ls jem de modificar el següent:
Fitxer
/etc/php5/apache2/php.ini
Linia 531
display_errors = On/Off
Això ho he necessitat per a poder veure els errors del servidor Apache instal·lat per defecte a l'ordinador.
Fitxer
/etc/php5/apache2/php.ini
Linia 531
display_errors = On/Off
Això ho he necessitat per a poder veure els errors del servidor Apache instal·lat per defecte a l'ordinador.
Subscribe to:
Posts (Atom)