General Chat
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsGeneralGeneral Chat

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #16  
Old August 9th, 2002, 07:38 PM
sager sager is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 45 sager User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: PHP capabilities

Ya, I was thinking fortran;)
Couldn't remember the name of it though, heh.
I must be getting old

What's the point of using something for winsock2 or optimizing it with m$ load balancing scheme. It's only good for windoze, and that's the bottom line. If they made they're tools cross platform, maybe I would think more highly of them.

My point was php will run on anything. Who cares what asp can do if you can't do it on another platform, don't fall to the evil giant.... don't do it!

Reply With Quote
  #17  
Old August 9th, 2002, 08:31 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to notepad
RE: PHP capabilities

i know a guy who runs a site he built with asp. and i offered for free to help add more features only with php. and his response was more or less "nah my site is asp don't be bringing that php into my house" hmm..

anyway i don't know anything about asp. but if you KNOW you want to eventually learn php, then why waste time with asp? cause i think once you get into a particular language you kinda get hooked. if you're having problems with php, find a code-buddy to help you out

either way you'll NEVER find a solid factual answer to the question "which is better, ASP or PHP?" because every programming language is pretty good at what it was designed to do, the real question is "which code would be the best solution to my project?" and well, i don't know your project, but PHP is VERY flexible and can most likely get the job done without many (if any) problems along the way. there's my view

Reply With Quote
  #18  
Old August 9th, 2002, 09:12 PM
cjrobs cjrobs is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Southampton, England
Posts: 121 cjrobs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via ICQ to cjrobs
RE: PHP capabilities

If you want to learn PHP, my advice to you would be to buy a book. I find SAMS books very good... (hence why my wardrobe as about 6 on various subjects). I got SAMS Teach Yourself PHP in 24 Hours. It covers the basics, but thats all you need.

When you know the basics.. and literally by that i mean how to use functions, assign variables etc... find a project to help work on. This will give you a reason to learn how to use a particular function... or work out how to do something... otherwise you just don't have anything to do with your new knowledge.. so you forget it.

You can never know PHP (unless you were a member of the development team... in which case you may know it)... but its amazing what you can do with it, and how some functions open up doors to do almost anything.

Reply With Quote
  #19  
Old August 10th, 2002, 10:48 AM
sager sager is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 45 sager User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: RE: PHP capabilities


Quote:
Great post there... I will try learning ASP, perhaps it will be easier for me to learn PHP after that. Now that i am in the mood, i am going to study... bye :-D


If you are new, I recommend learning c or c++ first. If you learn either one of those languages first, you can learn any other language easier. Granted, it's a little tougher to learn, but in the long run you will be thankfull that you did.

Reply With Quote
  #20  
Old August 10th, 2002, 11:14 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: RE: RE: PHP capabilities

Dare somebody say the 'C' word.

Quote:
If you are new, I recommend learning c or c++ first. If you learn either one of those languages first, you can learn any other language easier.


I couldn't agree any more, well I don't OOP and would just recommend C. Friends of mine always want to know "how did you do that", "can you show me" ... I always tell them start with C (know your roots).

I am going to stop now before I get on the C soap box but ONLY IF more people started with C ... not this VB crap they teach college and call it programming!

Reply With Quote
  #21  
Old August 10th, 2002, 11:30 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: PHP capabilities

OK, I can't help myself.

I think it was my 3rd semester of C before I even learned how to create a GUI app. Oh the nightmares of windows.h, the thaught alone sends chills down my spine.

When individuals are first introduced into programming and they start out with languages like VB, they really can't appreciate all the things that need to happen in order for them to drag 'n drop objects onto screen.

You gotta learn to walk before you can run. Because when something goes wrong or not as expected it really helps to understand what is happening in the background.

Just having an understanding of the underlying "technology" of the tools that are provided to you today makes you that much more valuable.

The only thing that M$ has really done is ... lower the expectations of the end user.

Reply With Quote
  #22  
Old August 10th, 2002, 09:06 PM
sager sager is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 45 sager User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: PHP capabilities

All I can say to that is,
Amen

Reply With Quote
  #23  
Old August 10th, 2002, 09:42 PM
cjrobs cjrobs is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Southampton, England
Posts: 121 cjrobs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via ICQ to cjrobs
RE: PHP capabilities

ok - PHP is the first proper (i.e not html) language I learnt. over the last few weeks, a lot of people have been saying "learn c", or words to that effect... i know that php's syntax is very similar to that of c's, but how easy it it to go from php to c? and does anyone have any good sites/books that they would recomend?

I'm a little worried that i'm kinda stuck on windows systems atm, the computer I use is on loan from my college (I work there, so I get a laptop), but I cannot justify any reason for running linux, not windows - especially as we're designing sites for windows-based servers. I am in the process of setting up a linux webserver at home, pending arrivial of my adsl connection (yeay! finally) early next month - so I may be able to use that to develop.

I'm acually quite suprised to hear that so many people go from c to php, and not the other way round.

Reply With Quote
  #24  
Old August 12th, 2002, 01:56 PM
postmoderngoblin's Avatar
postmoderngoblin postmoderngoblin is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: UK
Posts: 55 postmoderngoblin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 53 sec
Reputation Power: 3
RE: PHP capabilities

Well I started out with visual basic and I gotta say as a platform to learn on its ace. Deny it if you like but in all reasonableness you're probably letting your bias views rule, not that I can claim to be completely independant thinking or anything like that. I haven't touched it 2-3 years. It would be interesting to see what I now think of it but it was a gentle intro that got me into programming. If I had not enjoyed my early experiences I very much doubt that I would have continued. Since I have learnt Java, C++, and now php as well as various little bits and bobs. I'm still adjusting to php but found the java/C++ experiences to be rather useful in making the transition, but they have also set my way of thinking somewhat.

Personally, although not vastly experienced I don't much care if I never have to see C++ again, I found it to be a thoroughly unpleasent and frankly annoying language. Java I would to persue. Because of the nature of php I don't think you should have to learn any other specific language, only the more general concepts and theorys associated with languages which basically boils down to OO concepts, whether you use them or not you should be aware, control structures, procedures and possibly worthy of seperate attention errors and handling. Which with a bit luck will all be covered in some book or other out there.

If you wanted to learn another language I'd recommend java, I consider it more friendly than C++, more useful than vb and if I'm not mistaken is still growing in popularity throughout the industry so may be a more useful long term choice. Essentially it is the successor to both C and C++ and covers most of the core concepts they introduced. I say most because I've never used C so could not say and my knowledge is not exhaustive, but I'm doing pretty darn well without.

That and vb costs money, and I found it easier to get useful support for java on-line.

Any who, thats my ramble done with.

Reply With Quote
  #25  
Old August 13th, 2002, 12:19 PM
sager sager is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 45 sager User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: PHP capabilities

If you want something object filled and n00b programmer friendly, program it in java. Java is a very high level oo language, with many built in features. A nice language it is, but that's besides the point. If you want something fast, c/c++ is the way to go. How many mainstream games do you see programmed in java.... none. How many super fast 3d graphics libraries do you see programmed in java... none. How many super fast any programs do you see programmed in java....

C is where the skillz lie, weather you want to believe it or not. php might have similar syntax... but frankly, if I want a performance based program, I'm not going to write it in php. I'm not sure how php would do with a big app, and realisticly, you can't really compare the two, because they're used for totally different purposes. I mean, I would never write a web page in c, and I would never write a computational console monster in php.

ps: I love c++, c++ 0wnz, nothing like a little c with class. So you have to allocate your own memory, big deal;)

-Sager

Reply With Quote
  #26  
Old August 13th, 2002, 06:12 PM
postmoderngoblin's Avatar
postmoderngoblin postmoderngoblin is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: UK
Posts: 55 postmoderngoblin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 53 sec
Reputation Power: 3
RE: PHP capabilities

How careless of me to completely neglect performance, it is often a crucial part of choosing a language to use, yet stragely enough as yet has not been an issue for me. sager, award thyself a scooby snack.

Reply With Quote
  #27  
Old August 20th, 2002, 12:43 AM
bakertrg's Avatar
bakertrg bakertrg is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Scottsdale AZ, US
Posts: 2,253 bakertrg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 48 m 45 sec
Reputation Power: 5
Send a message via Yahoo to bakertrg
RE: PHP capabilities

I just found this forum and I know this post is old but I wanted to chine in. I'm an old guy and I have written code in FOCAL, COBOL, Fortran, Basic, Qbasic, VB, C, C++, java, PERL, .cfm .asp and PHP. It's my opinion that PHP is far easier than .asp to learn unless you already know VB. C and C++ are clearly the fundamental building blocks of OO programming (more than half these other languages are written in C).

I worked for Intel for 6 years and we converted a lot of code from cfm to .asp but when I went out on my own I quickly converted to open the open source products (linux/apache/mysql/php) because they are more secure, faster, more reliable etc. than the M$ line of competitive products. Bottom line for me is between the security, power, SPEED, and features I like developing in PHP far more than .asp and it costs less. That said my company has a computer training division and 95% of what we teach is M$ based so I wouldn't plan on them going away.

B

Reply With Quote
  #28  
Old August 20th, 2002, 12:56 AM
billp billp is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 2 billp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: PHP capabilities

Wow, someone who used, can list and spell all those languages. You are old!

(From another old guy)

Reply With Quote
  #29  
Old August 20th, 2002, 02:01 AM
bakertrg's Avatar
bakertrg bakertrg is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Scottsdale AZ, US
Posts: 2,253 bakertrg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 48 m 45 sec
Reputation Power: 5
Send a message via Yahoo to bakertrg
RE: PHP capabilities

I even left a couple out like IBM 370 assembler... oh the days of punch cards and papre tape. I learned Focal on a machine with tubes, manual boot switches and papertape for file load and storage. It was the size of a fullsize van and had 4k RAM to share among 3-4 teletypes. The first program I wrote played the game "higher or lower" with a number from 1-100 and I had to remove my name from the code because it was using too much ram...

B

Reply With Quote
Reply

Viewing: Codewalkers ForumsGeneralGeneral Chat > PHP capabilities


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek