Clocky's Posts
Nairaland Forum › Clocky's Profile › Clocky's Posts
1 2 3 4 5 6 7 8 ... 17 18 19 20 21 (of 21 pages)
Its xbox 360 for me. Realising Xbox 360 last year is already a strategic advantge for microsoft . Although am very sure PS3 would be a tough opponent to beat, i still see microsoft gaining more market share . Why did sony decide to use the blu-ray technology. this might be their downfall. However never underestimate the underdog Nintendo. I see a revolution in their contoll pad. |
babz i'll hola at ya |
Exactly. that was my point in my earlier posts. I really didnt understand the useless moral lectures from darkman or whatever he/she called himself/herself. I have left him/her to wallow in his/her own ignorance. |
babez u r da bomb. would like to know u more. u on IM ? |
You are the one on the left, innit . **heart skips a beat ** |
@beyunce Hey which are you in the pic on your profile ? I think i am in love with the girl on the left. |
I just wannna find out if you girls find guys with tattoos or piercings more or less attractive. |
chei e bi like say i dey come ameirca ooo. me i dey lonely as a naija guy here o. i can't even get a oyinbo not to talk of a naija babe |
You can either download the nokia developers kit at http://www.forum.nokia.com/main.html or you download the J2ME wireless kit at http://java.sun.com/javame/. These kits have phone emulation software that allows you to test your apps and transfer developed apps to ur phone. |
@Shockreaction Thanks for the links |
dakmanzero:Wake up from your dream man , u seem to read too much junk and theory, The real world is not as utopia as u wish it to be. |
dakmanzero:It was lame and impractical in our own case because the legacy system still does work perfectly even though it was no longer supported . Therefore the cost of a total redevelopment far outweighed simple maintaince that were carried out. The world would definately be a better place if it was free of legacy code but in reality it definately would never be, take it or leave it. |
dakmanzero:Nobody is talking about rightousness here. The augument is that these langugues are still relevant to todays busnessis because there are lots of code laying around in this langugues. And i can tell you with a fact that companies pay huge for people that can help them maintain these systems if required. |
dakmanzero:Ignorance is bliss, educate yourself here http://foldoc.org/?legacy+code Big companies dont deliberately write code in these languages these days but they still do because they sometimes have to provide backward compatiblity. |
dakmanzero:Majority of furtune 500 companies have legacy code writtin in your so called nonportable langugues driving there business. Even the US defence department and NASA have a lot of code writtin in Fortran, Lisp and smalltalk langugues Nobody in his right senses would justify rewriting a perfectly working application just because it is writen in a Fourth generation language. |
For Mobile development C++ and Java rules. Considering the fact that the Symbian OS is currently available in majority of handsets. An app developed for that platform would surely have a ready market. Check out a list of phones supporting it here http://www.symbian.com/phones/index.html And if you are looking for a development environment why not try the nokia developers kit at http://www.forum.nokia.com/main.html |
dakmanzero:Writing an application with about 1 million lines of code just because u want to provide new services for some new customers? oh pls, Thats not only lame its just not practical. The Fortran code works perfectly ok and there is no reason whatso ever to attempt a rewrite. The bridge code were just mere API'S to some underlying logic much where called via JNI from the java interface and considering that this code was called by JNI, it performed just as well as a Fortran code and much more faster than a similar java code. |
The whole of yahoo was not written in PHP. The core of Yahoo is CGI.some new services provided by yahoo are written in PHP. Buffer overflows is a thing of the past. That is so C/C++, please try .Net or Java to know what am talking about. you don't have to controll memory yourself. the VM does that for you so buffer overflows are dead as meat Web development is only brainless when you are developing a quick and dirty app . it requires more thought and design if you are not. |
skima:Yea i get your point but the fact still remains that PHP is a scripting langugue. It does a very good job for web development but that is just about it. You can not use it for mission critical highly transactional multitreaded applications. I hate the fact that it is not strongly typed but of course its just a scripting langugue so no surprise. If you just want to write a quick and dirty webapps then learn and use PHP. that is what it is good at. But if you are working on something a liitle bit more serious PHP is not for you. dakmanzero:Nobody is dissing PHP or coldfusion because they are open source. The argument is that PHP has not proved itself to be a programmers langugue. Its more like a Script Kiddie langugue. While i accept the fact that it does a very good job in developing small - medium web apps. i dont see its relavance in high end web apps. The reason been the fact that there is a need to have a proper architecture and seperation of concerns in larger apps. |
Ynot:The reason Walmart and the likes like various banks still use it is becasue of the need to support legacy code that was writtin in the 70's and 80's . I have been involved in a project like that We had a legacy Credit derivatives code written in fortran for an investment bank. They wanted to be able to provide new services for some high profile coustomers via web services. This was not possible to do in Fortran so what we did was that we developed a bridging code in fortran to a new application which was developed in Java . Clients still access the legacy code but through a web service interface developed in Java |
Just stumbled on this at http://www.freshhiphopnews.com/eve-dating-son-of-african-dictator/ good job Teodoro Obiang Nguema seems you are a real playa, |
Zahymaka:well you are quiet right both, but there are lots of tools in the J2EE space that makes you more productive. |
Dude, whats with all the attitude, by the way am not a beginning Web developer . And the fact that PHP is used in majority of websites doesnt make it any better. Its just easy to use for lay men like you, and it sucks in it as well, |
Basically i gat a chance to do some PHP stuff recently and i am just not impressed. I mean its so difficult to artitect an app very well and i found myself just hacking away writing code that smells. The OOP is just not powerful enough and i can seem to apply some of my lovely design patterns. This experience makes my appreciate Java which is my primary development language more and more. However i had a look also at Ruby on rails and my God it ROCKS !!. |
the main people using fortran these days are people supporting legacy code. New developemnt projects are done in the newer languagues |