Breaking News

Do you want to code on your Mobile or Pad?


Do you want to code on your Mobile or Pad?


Most of the mobiles we have today (I mean smart phones) are shipped with a computing power which it may be similar to the home PCs or laptops, It may be your mobile with dual core processor and 1 or 2 GB of RAM. Besides that the Pads specially iPad and Samsung Galaxy Tab. All of those devices have a good computing power specially Pads they also have a pretty wide screens.

What do you think you need to code?

the things you need is the SDK, and IDE. But here is the problem, most of the SDKs wont be installed in your mobile OS (IOS, Android). So most of the solutions provide a web based interface to interact with the SDK.The most important features that the IDE will provide to you is :

  • Code Highlighting.
  • Interact with the remote SDK, to help you compile, run, and debug your code.
  • other operational tasks like saving the project on ftp or publishing it..etc.
Today I'll present to you two IDEs:

1. IDEone       


What is ideone?
        Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages.


How to use ideone?
       Choose a programming language, enter your source code and input data into text boxes. Then check or uncheck run code(whether to execute your program) and private (whether not to list your code in the recent codes page) checkboxes, click the submit button and watch your snippet being executed.



Try it ... http://ideone.com/
 
2Codeanywhere

What is codeanywhere?
     Codeanywhere lets you code from anywhere, without the need to bring anything along with you. Just log     on to Codeanywhere with any computer or smartphone, and all your servers, files, everything is waiting  for you, even the files you left open will be open when you login again.Codeanywhere provides coding for HTML, PHP, CSS, and XML.
     
How to use codeanywhere?
     You can use it from the web, or an app. Codeanywhere supports IPad, IPhone, and Android  application. Also it provides a chrome app.


Try it ... https://codeanywhere.net/

Thanks .. and Good luck :)


Yours Moataz Muhammed

No comments