You cannot post messages because this group is only available as an archive.
|
(IVÁN): YO SOY EL QUE BORRO TUS PECADOS PARA SIEMPRE
|
| |
Sábado, 24 de enero, año 2009 de Nuestro Salvador Jesucristo, Guayaquil, Ecuador - Iberoamérica (Cartas del cielo son escritas por Iván Valarezo) (Muchas Felicidades a todos los Estados Unidos de América por haber elegido al señor Barac Obama como su nuevo Presidente constitucional, para que los gobierne junto con sus ministros... more »
|
|
right click on div with contentEditable enabled in FF 3.0 on Mac OS..
|
| |
I have a weird problem with Firefox 3.0 on Mac OS X. I have a macbook. We have a website where we have a rich text control on it, which is basically a div with "contentEditable" set to true. Within this control, we subscribe to oncontextmenu event. When we use "ctrl + click" on the Mac, it behaves as expected. However, if we do "two... more »
|
|
How to enlarge the canvas' 2d context's clip region
|
| |
Hi folks: I have problem enlarging a 2d context's clip region, pls refer to the pseudo code: var canvas = document.getElementById('myCan vasElement'); var ctx = canvas.getContext('2d'); ctx.beginPath(); ctx.arc(...);//draw a circle ctx.closePath(); ctx.clip(); ctx.drawImage(...);//OK here, image is drawn and clipped into a circle shape... more »
|
|
File input field in Firefox 3.0
|
| |
And about 03:19 10 Dec 08 it was written from Mvijai...@Gmail.Com to All: Mv> In firefox 3.0, I couldn't get the file path from a HTML input file Mv> field using javascript. Mv> If i browse and select a file and use javascript to retrieve the full Mv> file path using document.getElementById('id'). value, I'm just getting... more »
|
|
File input field in Firefox 3.0
|
| |
hi ppl, In firefox 3.0, I couldn't get the file path from a HTML input file field using javascript. If i browse and select a file and use javascript to retrieve the full file path using document.getElementById('id'). value, I'm just getting the file name for ex: sample.txt but in earlier versions of firefox we get this as "c:\sample.txt"... more »
|
|
Extend selection without disabling
|
| |
If I extend the selection using the DOM methods, the selected is modified, but it looks as if it disabled. Is there any way to modify the selection without disabling it?
|
|
Matching Emails
|
| |
I maintain a couple web sites for older handicapped people and they are having trouble properly typing their email address on subscription forms. I notice that many sites now ask people to repeat email addresses on their forms and I guess that would work well for my people. I assume that takes some Javascript code in an HTML document that... more »
|
|
how to cache 301 Moved Permanently
|
| |
Hi all, I am not sure that this is the proper newsgroup to ask this question, so please advise if there is a better place. I have configured my server application to send 301 Moved Permanently response for certain resource. The spec [[link]] says:... more »
|
|
|