Adamricky's Posts
Nairaland Forum › Adamricky's Profile › Adamricky's Posts
1 (of 1 pages)
Whats better blackberry 9800 torch or Iphone, or any other useful suggestions, |
Mjoy is an unbelievable service and I use it daily! Granted, MXit is (very) gr8, but for those that aren't 'hard-wired' (logged in) to MXit all day, SMS is more accessible (but, until Mjoy, more expensive). I see the site has just been upgraded and I couldn't find the login button on the new site (I could only see a 'Join' button) on the http://www.mjoy.com/ page. :eek: I managed to find a (temporary, I hope) workaround, by entering my Country and Cell number, then clicking on the "Join" button, then an SMS was sent to my cell phone. I followed the link on my cell phone and the system complained that the cell number was already registered - I clicked 'No' to keep the exiting user, and then I was taken to the 'Change password' screen. I entered the old password (twice) and I was then taken to the Mjoy main menu (and I could send SMSs again). BUT, I logged out again, and then the Login button was still missing, do I need to go thru the "Join" 'process again?? {For the record: today there are 83,254 users from 141 countries - 125 new members joined today.} |
The main question is whether you've done any programming in the past since that may be the main effort. I would suspect that if you had not, you could get by but not necessarily do well. You indicate that you didn't have any programming experience, so this is where you are going to have most problems and spend most of your time. Java would not necessarily be faster or slower to learn than other similar languages. Sun's Java tutorials are great, but unfortunately programming is one of the things where practice is necessary, and that depends on your free time. It's also necessary to stop and practice frequently rather than after reading half a book. If you devoted 10 weeks full time to it - yes, it's quite doable for some people. After all, college students become passable developers in one academic year where they take other unrelated courses. I would focus on figuring out Java fully first without trying for J2ME. Then you can make the switch. In addition, realize that there's a big difference between the language and the standard library. The important thing is to learn the language. There are certain standard library calls that everyone uses and are critical to learn, but they're not part of the language. However, you'll never really know the entire library (Though you'll learn from exprience). It's more important to learn how to find the functionality that you're looking for then to know exactly what it is or where to find it. The important thing is to avoid reinventing the wheel. Also, realize that you may only be a passable developer at the end. Experience takes time and often can't be hastened. In addition, even if you learn to program you will miss some of the critical general CS knowledge like data structures and algorithms. Programming books rarely teach that, you will have to learn that yourself (see, for example, the TopCoder tutorials). |
Computer science or computing science (abbreviated CS) is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems. Computer scientists invent algorithmic processes that create, describe, and transform information and formulate suitable abstractions to model complex systems. Computer science has many sub-fields; some, such as computational complexity theory, study the properties of computational problems, while others, such as computer graphics, emphasize the computation of specific results. Still others focus on the challenges in implementing computations. For example, programming language theory studies approaches to describe computations, while computer programming applies specific programming languages to solve specific computational problems, and human-computer interaction focuses on the challenges in making computers and computations useful, usable, and universally accessible to humans. The general public sometimes confuses computer science with careers that deal with computers (such as information technology), or think that it relates to their own experience of computers, which typically involves activities such as gaming, web-browsing, and word-processing. However, the focus of computer science is more on understanding the properties of the programs used to implement software such as games and web-browsers, and using that understanding to create new programs or improve existing ones. |
Syntax Highlighter 1.0 - SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo. The project was started in 2004 and since then has gained a lot of acceptance. Version 2.0 is the new page in history of the project representing a near complete rewrite, clean up, optimization, standard compliance and new features. - Current SyntaxHighlighter version: 1.5.2 SFM 1.1.7, 1.1.8, 1.1.9, 1.1.10 Supported Themes - Default Supported Languajes by SyntaxHighlighter - C++, C#, CSS, Delphi, Java, Java Script, PHP, Python, Ruby, Sql, VB, XML/HTML How to use it? - Using the code bbc tag as is describe below: //the code is here Where the “alias” can be replaced by the languajes alias: cpp, c, c++, c#, c-sharp, csharp, css, delphi, pascal, java, js, jscript, javascript, php, py, python, rb, ruby, rails, ror, sql, vb, vb.net, xml, html, xhtml, xslt - Examples: 1 System.out.println("this is java!" ;1 echo "this is a String in Php"; Credits - The SyntaxHighlighter was coded by alexgorbatchev.com - SyntaxHighlighter and SMF integration was coded by Delibertad.com |
1 (of 1 pages)
;