Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #25.0K
Ranked #3K
~9K People Reached

7 Posted Topics

Member Avatar for B0716L

To make it open continually, use the `while(true)` loop: while(true){ alert() }

Member Avatar for imBaCodes
0
187
Member Avatar for tossot92

Updated the JS Fiddle to work - I changed the Submit Button to a Button so it doesn't submit automatically when pressed and added an `onclick()` event so that when clicked, it validates the text and calles `.submit()` if necessary.

Member Avatar for noahwilson
0
344
Member Avatar for Coyx

When the user loads the page, start loading the vidio as plain text using AJAX, then when you have all the data from the vidio in a variable, load the vidio in using the [FileSystem APIs](http://slides.html5rocks.com/#filewriter) and write it to the <video> element.

Member Avatar for thing789
0
98
Member Avatar for persianprez

I don't think this is possible as there is security issues with this - someone might get you ue-mails from gmail if you are already logged in.

Member Avatar for thing789
0
236
Member Avatar for Farhad.idrees

Use window.status: [CODE]<script language="javascript"> var day = new Date(); var days = new Array(7); var hours = day.getHours(); var minutes = day.getMinutes(); var zone; days[0] = "Sunday"; days[1] = "Monday"; days[2] = "Tuesday"; days[3] = "Wednesday"; days[4] = "Thursday"; days[5] = "Friday"; days[6] = "Saturday"; if(hours>11) { zone = "pm"; …

Member Avatar for Farhad.idrees
0
949
Member Avatar for WolfShield

I'm 13 now and I have been progamming for 2 years now. I first started programming 2 years ago when I was mainly using javascript

Member Avatar for thing789
0
333
Member Avatar for mnasir79

Don't use a textarea tag to apply use formatting, use a div tag with contenteditable in it. e.g [CODE]<div contenteditable style="background:#98bf21;height:700px;width:100%;position:relative"> <b> Bold </b> </div>[/CODE]

Member Avatar for twiss
0
6K

The End.