Posted by david on November 17, 2008
I don’t know how or why, but fact are facts and in reality Internet Explorer is faster than Google Chrome. I tested a new platform created by DWStudio Inc., and I am very disappointed because Google Chrome showed the higher execute time. There are the times: Internet Explorer 8 (Beta): 0.003960132598877 seconds Google Chrome 0.3.154.9: 0.024035930633545 seconds Safari 3.1.2: 0.0054850578308105 [...]
Share on Facebook
Posted by david on November 14, 2008
Share on Facebook
Share on Facebook
Posted by david on November 14, 2008
What is cloud Computing? Cloud Computing? I don’t know how these people put the names of the new trend, but anyway, we have to accept them . But… what is cloud computing? Cloud computing is a term that defines how a technology offers services through internet. This is actually not a new technology, but is gaining much [...]
Share on Facebook
Posted by david on November 13, 2008
This is a simple code, but useful. First, the javascript function: function limit(n,id){ // n is the number of max characters // id is the id of the textarea element text = document.getElementById(id); if(text.value.length >= n){ //alert("sorry, the text is too long"); text.value = text.value.substring(0, n-1); } } Then, the html implementation: <textarea id="textoalimitar" onkeypress="limit(10,’textoalimitar’);" [...]
Share on Facebook
Posted by david on November 13, 2008
Finally!!! … But is just basics.. Anyway here’s the link: Official Google Webmaster Central Blog: Google’s SEO Starter Guide Share on Facebook
Share on Facebook