₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,036 members, 8,420,012 topics. Date: Thursday, 04 June 2026 at 09:27 AM

Toggle theme

Joefazee's Posts

Nairaland ForumJoefazee's ProfileJoefazee's Posts

1 2 3 4 5 6 7 (of 7 pages)

ProgrammingRe: Which Programming Language by joefazee(m): 12:05pm On Aug 03, 2010
@chukxy
My reasons are

1. Portability
2. Performance
3. Flexibility

Why should you write application that will run only on Windows and the same application can be written in Java/Python and run all platform.
The most important softwares on Windows are created using C/C++ and little of C#. common notepad is C++, MS Office C++, all the drivers are C and MASM.
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 8:33am On Aug 03, 2010
@onikstib

i have sent you some book. start leaning PHP and make money from web site development.
ProgrammingRe: Which Programming Language by joefazee(m): 4:45pm On Aug 02, 2010
Start with Java or Delphi. avoid Microsoft programming language. You can create application for Windows using Delphi or Java.

Note: Delphi applications runs only on Windows but Java run all round, still you can choose Python. Python is easier than Both Java and Delphi and also run on all platform with OO support.
ProgrammingLets Learn Java Together by joefazee(op): 1:05pm On Aug 01, 2010
Hi guys, i have been programming in PHP and Python for 4 years now and still coding, i `m planning to move into the mobile platform so Java is just the good cool guy. come and follow me as we learn together. i have attached the book that i`m reading so follow me at http://tuwana.com/index.php/topic,797.0.html. you can download the ebook from the site and the source code of the book
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 4:25pm On Jul 30, 2010
If you never get your book, just email me again, please the subject should start with FREEMIND
ProgrammingSorting Of This Board by joefazee(op): 4:11pm On Jul 30, 2010
Please can your change the sorting of this board, the newly replied posts should come up first instead of hiding inside pagination.
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 11:45am On Jul 30, 2010
Hi guys, i`m back!!! so keep asking and you shall be given.
ProgrammingRe: I Want To Be A Programmer by joefazee(m): 12:11pm On May 14, 2010
Get XAMPP from apache friends at http://www.apachefriends.org/en/xampp-windows.html#641 (Windows).
Xampp have all you need to start, from smtp server to http server, php, mysql ftp server all in one.

Get php manul from http://www.php.net
Get free PHPIDE from www.phpide.com/

welcome to the coding world
Share with free mind at http://www.tuwana.com
ProgrammingRe: Nigerian Ethical Hackers In Here ---> by joefazee(m): 11:50am On May 14, 2010
I did not hear from you again. what happened?
ProgrammingRe: Difference Between A Programmer And A Web Developer? by joefazee(m): 11:45am On May 14, 2010
A web designer is not a web developer, i think developers are more of programmers than designer, i developer may not know much about the interface design (some people do know) and a designer also don’t know about programming but some people do both. like me

Programmer, is a general terms used to describe those who instruct computer to perform action based on the instruction. In the programming world, developers are more of implementer than those who deign the library been implemented.

Join me at http://www.tuwana.com . FREEMIND PLACE FOR PROGRAMMERS
ProgrammingRe: I Want To Be A Programmer by joefazee(m): 11:38am On May 14, 2010
Are you currently in school or you are planning to take a programming class? If you want to develop yourself in programming I advice you to start with scripting language like Python or PHP. C++/Java are wonderful languages but it can bring pain on your ass, so try to lay your hand on what you will be learning and also you can be making little money.

When you are learning PHP/Python you can quickly create dynamic website/intranet application for anybody and get paid for it but for C++/Java it will take very longtime before you start making money with it as very small application can take more time than expected and no client is ready to wait…

If you want to become a professional programmer, consider Assembly and C. both are not Object Oriented language but allow you to manipulate bit by bit and you have total control over the system

What did you want to do?
If you want to design phone application start Java
For Advance Desktop based application start C++
If you want to write library for another programming languages start C,C++,Assembly
If you want to create dynamic web application like facebook, youtube, google, yahoo etc, start PHP or Python (the best two options to me, java will waste too much of your time but robust)
If you want to crack/hack start Assembly or C, Python

If you want to kill a man get gun or knife hehehe… that’s just it, always think as a freemind person.

Join me at http://www.tuwana.com (Freemind platform for programmers)
Tech JobsNeed Programming Advice? by joefazee(op): 9:40am On Mar 16, 2010
Last year i was giving out free ebook which i will still continue to do, though i have not been able to stay online like before due to work wahala, i still which to help those need help.

if you need advice on programming, call me on 08066100671 or send email to withfreemind@yahoo.com.

if you are an MTN user, call xtracool to save ur money.

SHARE WITH FREE MIND
(http://www.tuwana.com)
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 9:28am On Mar 16, 2010
I am very sorry for not been able to process most of the requests since January, currently i`m working on a project that i can`t even post a message on tuwana.com, but hopefully by the end of this week, things will start up again.
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 5:06pm On Jan 12, 2010
Hey my people, today is my 26th birthday and is unfortunate that i resigned from my current job due to my boss problem, i can`t do my own thing, so i`m out.

Follow me at http://www.tuwana.com, i will have more time to post unlimited downloads for you.

Share with free mind
ProgrammingRe: Is C# Better Than C/C++? by joefazee(m): 5:01pm On Jan 12, 2010
C# is not better than C or C++, though C# is more easier to learn but only run on windows because of .NET framework.

C is the mother of all languages, most of C# libraries are written in C.

C++ is more closer to C but Fully Object Oriented Programming language, if you want to start programming, learn something like Python or PHP, then C, move to Java or C++. Avoid microsoft based programming language as that will restrict you to windows platform only. Most of the world best Hackers are from Unix platform, even Bill gate took many routines from Unix and Mac.

That is my own, everyone will reply based on their experience.
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 8:14am On Jan 11, 2010
Hi everyone, i hope you are reading and coding? keep practicing every day. happy coding
WebmastersRe: Moderators Wanted by joefazee(op): 10:03am On Jan 08, 2010
Ok. i will
WebmastersRe: Moderators Wanted by joefazee(op): 6:41am On Jan 08, 2010
Could you give some background info. about the site. Like who made it,who runs it, etc .i.e. History stuff.
Thank you so much for your interest, can you please give me your email? so i can forward detailed information about the site to you
WebmastersRe: Moderators Wanted by joefazee(op): 2:50am On Jan 07, 2010
http://www.tuwana.com is currently looking for Moderators, come and join us. you must be ready to share with free mind
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 2:48am On Jan 07, 2010
Hi everyone, i have been busy so some requests have not been processed, pls kindly remind me if your request has not been fulfilled.

Let`s share with free mind. Join [email]http://www.tuwana.com[/email]
WebmastersModerators Wanted by joefazee(op): 9:19am On Jan 03, 2010
While we making Nairaland the best Nigeria forum we can still extend our hand, currently Nairaland has some restriction on the kind of content and code you post here, though is a good idea to control activities on the forum but it has also keeps us away from someone of practice like Virii coding, H*acking etc.

Tuwana.com is currently setup to take on the dirty part of coding and practice, while we do the basic here, you can extend your hand and join us at http://www.tuwana.com, the forum is still new and i want Nigerians to be the Moderators, though we have some Russian, Indian and Chinese brothers in with us that will handle Assembly issues, you can still join the line. If you can translate printf("Hello world"wink; then join us.

Any programming material (software,ebook, audio book etc) will be free for members. if you have sign up problem, send an email to sharewithfreemind@tuwana.com
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 9:07am On Jan 03, 2010
Please try send an email to me if i have not process your request, i have been busy with my boss. later i will post link to the project i`m working on.

Thanks to you all. HAPPY NEW YEAR
WebmastersEbook On Dvd. Php, Game Design (c++,c,vb), Python, Assembly, Wed Dev Etc by joefazee(op): 7:49am On Dec 31, 2009
I`m willing to give out ebooks on DVD, if you need advance or basic programming ebooks just hala me.

Too many books, whatever your thought may be. remember to use withfreemind@yahoo.com
Tech JobsEbook On Dvd. Php, Game Design (c++,c,vb), Python, Assembly, Etc by joefazee(op): 7:46am On Dec 31, 2009
I`m willing to give out ebooks on DVD, if you need advance or basic programming ebooks just hala me.

Too many books, whatever your thought may be. remember to use withfreemind@yahoo.com
Tech JobsRe: Joomla Software by joefazee(m): 7:41am On Dec 31, 2009
If you are using Cpabel or Plesk, it already contain Joomla and if you want to run a copy on your local host download here http://joomlacode.org/gf/download/frsrelease/11396/45610/Joomla_1.5.15-Stable-Full_Package.zip
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 7:28am On Dec 31, 2009
Most people are still making request to the wrong email, please always use withfreemind@yahoo.com.
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by joefazee(op): 4:09am On Dec 29, 2009
I`m back from xmas holiday and i think i have fulfilled some pending requests. Please don`t just write 'I need the ebooks', be specific, a lot of people are demanding for what i did not included in the topic but i`m still getting it for them, so lets help ourself, you have gotten some from me, forward to another person that ask for similar book.

Lets share with free Mind!. hit me at withfreemind@yahoo.com. How are se spending new year and where? who is taking who out? hehehe

Please remind me if you made request and it has not been processed
ProgrammingRe: A Nid Codes That Will Use Database by joefazee(m): 11:33pm On Dec 23, 2009

1 2 3 4 5 6 7 (of 7 pages)