Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "Main Page"

From NoSQLZoo
Jump to: navigation, search
Line 22: Line 22:
  
 
== TODO list ==
 
== TODO list ==
)
+
1)
 
 
 
<meta name="viewport" content="width=device-width, intial-scale=1"/>
 
<meta name="viewport" content="width=device-width, intial-scale=1"/>
 
 
Should be initial-scale I’m guessing
 
Should be initial-scale I’m guessing
  
 
2)
 
2)
 
 
Using <div class=’def’> is not working as I’d hoped. MediaWiki puts a <p> element inside. Can we use <source> instead. You might have to install a MediaWiki plugin to make <source> work.
 
Using <div class=’def’> is not working as I’d hoped. MediaWiki puts a <p> element inside. Can we use <source> instead. You might have to install a MediaWiki plugin to make <source> work.
  
 
3)
 
3)
 
 
The def text is showing up as text and in the textarea – we should hide the text (hide the dotted bordered element)
 
The def text is showing up as text and in the textarea – we should hide the text (hide the dotted bordered element)
 
   
 
   

Revision as of 13:35, 13 July 2015

Run Node.js Programs from your browser

Click the go button

console.log("Hello");

console.log("Hello World");

Run Python Programs from your browser

Click the go button

print "Hello"

print "Hello world"

TODO list

1) <meta name="viewport" content="width=device-width, intial-scale=1"/> Should be initial-scale I’m guessing

2)

Using

is not working as I’d hoped. MediaWiki puts a

element inside. Can we use <source> instead. You might have to install a MediaWiki plugin to make <source> work.

3) The def text is showing up as text and in the textarea – we should hide the text (hide the dotted bordered element)


4) Run/Hide/Font buttons show on IE but only Run shows on Chrome

5) I want some styling to make it look less like default wiki

6) Create an about page that documents the special words used include examples.