Showing posts with label HTML - PHP. Show all posts
Showing posts with label HTML - PHP. Show all posts

Sunday, November 25, 2012

Accents in javascripts

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.

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!

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!

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.