Questions tagged [codio]

Codio is a cloud-based visual front-end IDE.

Codio is a cloud-based visual front-end IDE that covers the complete web development cycle, from prototype to deployment.

52 questions
0
votes
1 answer

Codio Guide Throbber: Is there an open source jQuery version?

Codio has a cool feature which I think is called Guide Throbber. When you log in for the first time you'll see various throbbing buttons around the page which act as 'help hints'. Clicking one of these buttons shows a popover that contains help…
henrywright
  • 10,070
  • 23
  • 89
  • 150
0
votes
1 answer

JqueryMobile 1.3 ICONS not appearing?

I am creating a mobile application for android on Codio online IDE, and im using jquery mobile. I downloaded the latest Version: 1.3.0's .js & .css, but when I run it, all seems to work except JQM icons. NONE of the JQM icons appears, while the…
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
0
votes
1 answer

Project not loading a library when imported into Chrome+Codio

I just migrated a working JSfiddle project to Chrome+Codio. I did an exact copy-paste. It failed with the error message:

[blocked] The page at

Hugolpz
  • 17,296
  • 26
  • 100
  • 187
-1
votes
1 answer

How to Count Orders by State

I have a database that has three tables, RMA, Orders, and Customer and I am trying to count the returns(RMAs) by the State(which is in the customer's table). The query keeps returning only one record though (UTAH counted only).
fijit Brie
  • 13
  • 1
-1
votes
1 answer

Factorial in Python [codio]

the assignment is 'We provide you with a value N. Calculate N! and output only the final result.' Can not figure this out for the life of me and I do not understand why my code will not run in the least. # Get N from the command line import…
-3
votes
1 answer

Python... Multiplying elements in a list

I don't understand why this is wrong. It's frustrating and I am losing my patience... I have deadline to finish the module and do the project by Sunday but I work full-time and I have a family to tend to. I have been busting my ass in my spare time…
-4
votes
2 answers

If and Elif/Else choices not doing what i expect them to do

I tell python Game=input and then if Game=="1": print("Guess The Number Selected") and then again if Game=="2": print("Hangman Selected") But then it ends up printing both! Also I do NumberChoice=input NumberGuess=input Then I give…
1 2 3
4