War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 06-12-2009, 01:32 PM   #101
Mom On A Mission!
War Room Member
 
Karen Newton's Avatar
 
Join Date: Feb 2007
Location: Brampton, Ontario, Canada.
Posts: 1,027
Thanks: 27
Thanked 55 Times in 39 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via AIM to Karen Newton Send a message via MSN to Karen Newton Send a message via Skype™ to Karen Newton
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by MichaelHiles View Post
Hands down. C#.

I can code circles around any script kiddie with C# and optimize my hardware resources in the process because... get this now... pay close attention....

IT'S COMPILED AS A BINARY

Binary code executes exponentially faster, with fewer resources, than any interpreted script that has to parse at runtime. This means that I can serve far more users and visitors to a website using the same hardware resources than I can with a site written in PHP or even ASP.
Do you have any solid suggestions for .net hosting?

I love C#!

Karen

Karen Newton is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2009, 02:07 PM   #102
The Marketing Wookie
War Room Member
 
MichaelHiles's Avatar
 
Join Date: Feb 2009
Location: Cincinnati, OH area
Posts: 862
Blog Entries: 3
Thanks: 85
Thanked 295 Times in 155 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to MichaelHiles
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by Karen Newton View Post
Do you have any solid suggestions for .net hosting?

I love C#!

Karen

DotNetNuke DNN Hosting > Home [DotNetNuke 5.0.1 on Windows 2008 Enterprise Cluster] is the only host I use (because I code everything as modules for the DotNetNuke - The Leading Open Source Web Content Management Framework for ASP.NET platform.

PowerDNN is by far the best DNN host available without putting together your own infrastructure (which I have also done and it's not fun).

Read more of my crap at my Innovation. Strategy, and Success blog... http://www.michaelhiles.com
MichaelHiles is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2009, 06:53 PM   #103
Active Warrior
War Room Member
 
Join Date: May 2009
Posts: 59
Thanks: 13
Thanked 3 Times in 3 Posts
Default Re: I Love PHP. What Do You Love?

I first dived into VB a few years ago, then VBNet. A couple of years back, I was introduced to PHP and fell in love with it immediately. Early this year, I tried building a website using Wordpress and became PHP-lazy thereafter.

Please SHARE this method to drive FREE Traffic to your website ||| PerfectTraffic - it's also free
moralde is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2009, 08:33 PM   #104
Senior Warrior
 
yaji's Avatar
 
Join Date: Oct 2007
Location: USA
Posts: 483
Blog Entries: 2
Thanks: 9
Thanked 3 Times in 3 Posts
Default Re: I Love PHP. What Do You Love?

Love PHP, MySql, love Java, J2EE too but very expensive to host.

Thanks, Yaji (Offer to warriors only: Hosting at BEST companies, FREE for a year or 1 cent first month. PM me if interested. 30 or 45 days money back guarantee.)
Hypnosis Weight Loss Fun Info about Hypnosis Weight Loss | Cheap Car Insurance
Visit Mesothelioma: New Mesothelioma Info Disclosed
Cat Dandruff All about Cat Dandruff. A Must-Read for Cat Lovers
yaji is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 03:23 AM   #105
HyperActive Warrior
War Room Member
 
Join Date: May 2009
Posts: 189
Thanks: 22
Thanked 10 Times in 10 Posts
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by MichaelHiles View Post
Hands down. C#.

I can code circles around any script kiddie with C# and optimize my hardware resources in the process because... get this now... pay close attention....

IT'S COMPILED AS A BINARY

Binary code executes exponentially faster, with fewer resources, than any interpreted script that has to parse at runtime. This means that I can serve far more users and visitors to a website using the same hardware resources than I can with a site written in PHP or even ASP.
Thats not strictly true, its complied into IL which is actually bytecode and runs interpreted and therefore needs a runtime (the .net framework), proper compilation is a single executable with *no* runtimes or external dependancies.

That said it is a great language and .net does a great job of caching c# code when used with asp.net to make performance as quick as possible.

Gary
garyk1968 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 04:37 AM   #106
Happily Self-Employed
War Room Member
 
Dan Grossman's Avatar
 
Join Date: Jan 2007
Location: Philadelphia, PA
Posts: 794
Thanks: 16
Thanked 183 Times in 54 Posts
Social Networking View Member's Twitter Profile 
Default Re: I Love PHP. What Do You Love?

PHP can be stored in bytecode format as well. No production web server should be running without a bytecode cache like APC. PHP6 will ship with it built into the core.

You don't write low level hardware-optimized code in C#, you write it in C or even processor-specific ASSEMBLY.

Dan Grossman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 05:54 AM   #107
Active Warrior
War Room Member
 
Join Date: Apr 2007
Location: , , .
Posts: 29
Thanks: 1
Thanked 3 Times in 3 Posts
Default Re: I Love PHP. What Do You Love?

PHP is my favorite because it is the most useful to me for creating websites or scripts. C# is also very fun but it doesn't apply to the web as easily as PHP.
Realdeals228 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 09:24 PM   #108
Warrior Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow Re: I Love PHP. What Do You Love?

I STARTED MY CARRIER WITH PHP and worked for two years.
IT GAVE ME RECOGNITION IN THE IT FIELD.
andrew.machado2009 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 10:44 PM   #109
WPMixer Developer░▒▓█
 
yonaswedo's Avatar
 
Join Date: Jun 2009
Location: █▓▒░Java, ID░▒▓█
Posts: 43
Thanks: 5
Thanked 10 Times in 8 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to yonaswedo
Default Re: I Love PHP. What Do You Love?

I love PHP too. I think PHP programmer is a majority here.
yonaswedo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2009, 11:45 PM   #110
Warrior Member
 
Join Date: Jun 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by Aj Wilson View Post
I love Flash...
and I love Flash... and Im really suprised Im the only one here?
Flash and php play nicely together...
You're not the only one. I too love Flash and AS3 - though I'm doing Flex development now - which will soon be confusingly called flash development in the near future as flex 4 becomes known as flash builder 4.

PHP is also my favorite for server side. I can't stand .Net, not because I hate MS or anything like that - it just doesn't play well with front-end development.
7digitz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-14-2009, 08:23 AM   #111
HyperActive Warrior
 
radio's Avatar
 
Join Date: Jun 2009
Posts: 117
Blog Entries: 3
Thanks: 1
Thanked 15 Times in 11 Posts
Default Re: I Love PHP. What Do You Love?

wrote apps in college in java, then took a decade off from programming. now enjoying php.

radio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2009, 08:06 AM   #112
Warrior Member
 
Join Date: May 2008
Location: , , .
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

PHP is a very forgivable langauge and easy to get started with. Great flexibility on the web and robust enough to accomplish many many things.

My heart still goes to C++ due to the unthinkable things you can accomplish. Very robust language

Current Projects

http://www.singleviews.com
Submerged is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2009, 08:11 AM   #113
Warrior Member
 
Join Date: Jun 2009
Posts: 6
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

Hi, I'm a new there ::P My passion? C#, vb 4 excel, sql (t-sql, interbase/firebird), Delphi ... ... actually writing software 4 windows mobile (mobile selling system etc...)
york_daro is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2009, 10:48 AM   #114
AT gmail DOT com
War Room Member
 
CDarklock's Avatar
 
Join Date: May 2009
Location: Kent, WA
Posts: 1,253
Thanks: 405
Thanked 555 Times in 319 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to CDarklock Send a message via Skype™ to CDarklock
Default Re: I Love PHP. What Do You Love?

I love writing code. The language is largely irrelevant.

The winner of the language wars was the ALGOL-60 derivatives (including C/C++); the winner of the methodology wars was object-oriented programming. If you know those two things, you can work in pretty much whatever you like. C, C++, C#, Java, JavaScript, PHP, even CSS owes a shocking amount to the ALGOL-60 line.

If you really want to be good, learn Common LISP, VB, and at least two different assembly languages (one CISC and one RISC, if possible). You can't think the same way when you work with them, and understanding that will make you a MUCH better programmer.

What would I work in if I could only have one language for the rest of my life? C# and .NET, no contest. But I still love PHP, and Ruby, and C++ (even MFC), and - horror of horrors - COBOL.

Yes, you heard right, I love COBOL. It's nostalgic for me, and it pays outrageously - because the people who can use it are few and far between, and the number of those who will admit they can use it is shockingly small.

But there are still all those financial institutions who are running millions of lines of it, and the system can NEVER go down...

I'm that writer you ask how to find every time your other writers deliver.
SEO That Works - In The Long Run - Coming Soon...
An employee is bought for what he thinks he is worth, and sold
for what he is truly worth; from this alone, his employer profits.
CDarklock is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2009, 02:08 AM   #115
HyperActive Warrior
War Room Member
 
Join Date: Apr 2008
Location: , , .
Posts: 250
Thanks: 12
Thanked 13 Times in 12 Posts
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by Steven Fullman View Post
OK, Warrior-Coders,

Share your favourite languages here...

I'll start:

I Love PHP, especially in conjunction with SQL (any flavor). Quite into Perl and Javascript, too

Ta,
Steve
You love php i love pamela anderson ,both start from Ps and both generate things dynamically one generate pages and other vital stats.jokes apart i also love php and its combination with MySQl creating wonderful packages like oscommerce ,joomla,drupal,sugarCRM ,dot project and many many others.

Keeping a good attitude is like Kudzu, it spreads!
clubvikram is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2009, 04:04 PM   #116
Warrior Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

I love PHP.. it is very good..........

thanks,

Moin

www moinoddinseo co cc
moinseo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-20-2009, 08:50 PM   #117
Warrior Member
 
Join Date: Jun 2009
Posts: 20
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: I Love PHP. What Do You Love?

I like vb.net and I think visual studio is great
SethTheUBotGuy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2009, 01:17 AM   #118
Warrioress-In-Training
 
embrown's Avatar
 
Join Date: May 2009
Location: Casa Grande, AZ
Posts: 141
Blog Entries: 2
Thanks: 76
Thanked 8 Times in 6 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: I Love PHP. What Do You Love?

If I ever have any free time, I'm trying to start learning PHP again. I started, stopped, then tried to pick up Java. Now, I'm back to PHP again since I've been messing around with WP stuff and CakePHP.

"There's more to life than profits!"
"Like what?"
"Uh..I dunno..slushies and stuff?"
--Randy Marsh, South Park
embrown is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2009, 05:00 AM   #119
HyperActive Warrior
War Room Member
 
Join Date: Apr 2008
Location: , , .
Posts: 250
Thanks: 12
Thanked 13 Times in 12 Posts
Default Re: I Love PHP. What Do You Love?

I love php ,its frameworks especially cake php and code igniter.then that wonderful free opensource ecommerce system developed using php ,oscommerce.how one can forget the wonderful CMSs Joomla and Drupal , again developed using php. So php is becoming big and better by each passing day.Add to it free and open source so why i would love another?

Keeping a good attitude is like Kudzu, it spreads!
clubvikram is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-09-2009, 04:36 AM   #120
Active Warrior
 
Join Date: May 2009
Posts: 49
Thanks: 17
Thanked 4 Times in 3 Posts
Contact Info
Send a message via ICQ to thatsfine Send a message via MSN to thatsfine Send a message via Yahoo to thatsfine Send a message via Skype™ to thatsfine
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by Michael Ellis View Post
Oh man… now you’ve got me thinging about the good old days.

I’ve done a lot of programming in my time… Basic, Pascal, Perl, Python, VB, C, C++ Java… not to mention the scripting languages for the web.

I used to ba a Web Infrastructure Engineer! :<>

I love programming, but I’m not into as much anymore – no time, and I tend to need a bigger paycheck nowadays than programming can provide. LOL

However, I do still try to keep my skills up-to-date with the latest technologies. I think C# and VB.NET and the whole .NET framework is pretty cool… MS finally coming up with a true Entrprise development solution that can compete with J2EE – much better than the old MS/COM/DNA.


WE GOT AN EXPERT!!


I really like php, I want to learn VB, C, C++!!!!

Thanks

thatsfine is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-09-2009, 05:12 AM   #121
Warrior Member
 
Join Date: Aug 2009
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

i like JAVA.
$life is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-09-2009, 05:14 AM   #122
Warrior Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

Yes, I too love PHP very very much and i am a PHP coder as well, moreover i do C# coding as well, since i know PHP, C# IS NOTHING...Can continue very easily

Nisam90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 10:07 AM   #123
Active Warrior
 
Join Date: Aug 2009
Posts: 30
Thanks: 2
Thanked 3 Times in 3 Posts
Default Re: I Love PHP. What Do You Love?

In serve side scripting I love PHP and my choice is PHP
sunsoftsystem is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 12:21 PM   #124
Active Warrior
 
Join Date: Jul 2009
Posts: 33
Thanks: 18
Thanked 5 Times in 5 Posts
Default Re: I Love PHP. What Do You Love?

I love PHP. It's very versatile and powerful for web-based applications. One can write so many different functions with it quickly and efficiently, and i think this is why it's such a great language for the web (projects need to move fast and be built solidly at the same time).
scriptnique is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 12:32 PM   #125
Warrior Member
 
Join Date: Aug 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

I'm using PHP since it came out, it's very powerful for web related stuff.

Buy Private proxies on www.seo-proxies.com !
These are exclusive IPs on different US subnets !
Full API access + growing source code examples (php + imacros) included and much more !
Limited time (save 5%) discount code: dsc_09_08
Seovil is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 02:03 PM   #126
HyperActive Warrior
War Room Member
 
HomeBizNizz's Avatar
 
Join Date: Jul 2009
Posts: 291
Thanks: 104
Thanked 20 Times in 20 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by Steven Fullman View Post
Share your favourite languages here...
Scandinavian...?

I like PHP too.

HomeBizNizz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2009, 04:18 PM   #127
Active Warrior
 
brotherpaulmiller's Avatar
 
Join Date: Jul 2009
Location: Stanley, ND
Posts: 40
Thanks: 0
Thanked 5 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to brotherpaulmiller
Default Re: I Love PHP. What Do You Love?

PHP combined with SQL works the best for me.

But, I've also used some PERL scripts.

And, I'm not sure what Joe Clayton uses to create his products, but whatever it is, they seem to work well. (I'm guessing C++)

Make it a great day!

Brother Paul
brotherpaulmiller is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-28-2009, 06:05 PM   #128
Detlev Eller
War Room Member
 
d101's Avatar
 
Join Date: Aug 2009
Location: Republic of San Marino (RSM)
Posts: 32
Thanks: 15
Thanked 2 Times in 2 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: I Love PHP. What Do You Love?

I love PHP, MySql, Javascript with JQuery ... it´s like tango argentino ... ;-)
d101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-28-2009, 06:43 PM   #129
Warrior Member
 
Join Date: Aug 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

started with ASP, but so much more info and support with PHP. this is what I concentrate on...

Bluehost Web Hosting Rocks ($3.95 a month)
russblanc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 03:14 PM   #130
Warrior Member
 
Join Date: Jul 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: I Love PHP. What Do You Love?

I love the .NET framework and to write web and windows applications using C#.

The time to get up and running with Microsoft product is in my experience so easy and fast compared to Java(J2EE/JEE) or PHP.


Ever since the free versions of Visual Studio, Visual Web Developer Express Edition, Visual C# Express Edition and SQL Server Express arrived I'm seriously into writing systems for the .NET platform and using these free tools for my own projects.

I'm a developer with 12 years of experience and have been working mainly with web development and I must say that Microsoft products have become my favorites.
nicelife is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 07:38 PM   #131
Warrior Member
 
Join Date: Sep 2003
Location: Phoenix, AZ, USA.
Posts: 15
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: I Love PHP. What Do You Love?

It nice to see so many diverse opinions. It all comes down to a matter of taste and what your comfortable with.

I have used many languages was well. PHP, Perl, VB, VB.net, ASP, C++, etc. In the end, I do most of my work in Perl.

My standard configuration is as follows
Perl with CGI, Templates, DBH and a few homegrown modules for Session Management, Version Control, etc. I guess I have been doing it so long that I have the correct set of pre-made tools that makes standing up a site or a page pretty quick and simple.

But that is me...

John Stone
No Gimmick Domain Names Under $8.00
Don't let your eBook, Music or Video Products get ripped off.
Protect your digital products from online theft by Clicking Here. Stop the Download Thieves.
stoco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2009, 11:28 AM   #132
Netalab, Inc.
 
netalab's Avatar
 
Join Date: Aug 2009
Location: Florida, USA
Posts: 54
Thanks: 1
Thanked 6 Times in 6 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to netalab Send a message via AIM to netalab Send a message via Yahoo to netalab Send a message via Skype™ to netalab
Default Re: I Love PHP. What Do You Love?

HEY! Here are my favorite! Inorder:

Java - Design specific (Software Architecture) but limited in APIs
C++ - An OOP way of creating native libraries(cross platform).
C - Will live forever!

Most hated? Hehehe. Well the first thing came into my mind is Microsoft, but that was the old days of bad impressions. This guys are very good also. Specially when i compared the memory model of their OS vs. UNIX. Very nice one. I only disagree with their high-priced licenses. lol

Netalab, Inc., bringing quality health products direct to you!
<Contact Us><About Us><Articles><FAQ>
Add me on |Twitter|MySpace|Facebook|
netalab is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2009, 11:41 AM   #133
Warrior Member
 
Join Date: Jul 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

They have free Lite versions of Visual Studio and SQL Server and they are great. I think they are influenced by the open source world because they seem to be releasing free products quite often nowadays. Their old business models will probably not work aswell as the used to, now that Google is playing on their ground.

Their ability to package the products so one can get up and running fast is according to my knowledge not present in the open source world, I might be wrong but IMO they make it very ease to get started and provide some very good tools also.
nicelife is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2009, 07:28 PM   #134
Warrior Member
War Room Member
 
Join Date: Aug 2007
Location: Atlanta, GA - US
Posts: 3
Thanks: 0
Thanked 6 Times in 1 Post
Social Networking View Member's Twitter Profile 
Default Re: I Love PHP. What Do You Love?

I've been working with c# and the .NET framework for almost 10 years now it definitely is a powerful platform for web and desktop based apps. The past few years I've been branching out and studying other languages such as ruby, python, and other languages. I find it good to learn how other languages are implemented which makes me a better overall programmer.

Ruby and Rails is picking up a lot steam and I believe you'll see an increase in it's usage in the future because it allows you to build sites with very little code. Both Microsoft and the Java community recognize Ruby's popularity hence the creation of JRuby for the Java platform and IronRuby for the .NET platform.

I've only dabbled in php but it fits the bill for most web sites. It's fairly easy to learn and just about every host has support for php.
nate6791 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2009, 10:16 AM   #135
Active Warrior
War Room Member
 
VisualWebEffects's Avatar
 
Join Date: Sep 2009
Location: Canada
Posts: 84
Thanks: 3
Thanked 20 Times in 7 Posts
Contact Info
Send a message via Skype™ to VisualWebEffects
Default Re: I Love PHP. What Do You Love?

my favorite lang's are, in order of what i like most:

VB.NET (.net 3.5 for both web(AJAX) and PC)
Visual C++/C++ (Game Engine Programming)
C# (Powerful language)

While i understand PHP and can do some things in it, i am not proficient with PHP. But i do endeavor to learn more of it. I am not very fancy on Perl/CGI.
VisualWebEffects is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2009, 12:45 PM   #136
Warrior Member
 
seyamco's Avatar
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

yes i love C++ " java and HTML
seyamco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2009, 05:28 PM   #137
CPA tink
 
Join Date: May 2009
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

I love PHP and kudos to the CodeIgniter folks. They made coding in PHP much more fun.
tinkerbelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-11-2009, 02:41 PM   #138
HyperActive Warrior
War Room Member
 
Join Date: Jul 2009
Posts: 129
Thanks: 25
Thanked 12 Times in 9 Posts
Default Re: I Love PHP. What Do You Love?

Quote:
Originally Posted by pjs View Post
Well said. Also, twitter is moving away from rails because of the trouble they've had (fail whale anyone)...

About the PHP frameworks and del.icio.us running on Symfony, etc.

That's cool. del.icio.us started out as a perl app if I remember correctly.

There are lots of large sites running on various frameworks.

I personally prefer Python / Django. Extremely powerful and oh so pretty python code..
I agree. Php is fun and all and great for quick mods to all the stuff that's written in php, but Python/Django is far more powerful, and since its written in Python, its fun too! Problem is, I've never used it for a public web site, just for internal company sites, so I don't know how to find hosts that give you both ssh access and a good enought Python environment to implement Django. Does anyone know if hostgator etc allow site development in Django?
jayveen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-11-2009, 05:13 PM   #139
Warrior Member
 
seyamco's Avatar
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

i love C++
i hope that is the best
seyamco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-12-2009, 04:34 AM   #140
Footwear Dealer Online
 
cheapdeals's Avatar
 
Join Date: Mar 2009
Location: www.shoesbuyonline.com
Posts: 201
Thanks: 8
Thanked 9 Times in 9 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via MSN to cheapdeals
Default Re: I Love PHP. What Do You Love?

Same here. PHP, MySQL plus Javascript, perfect combination. IMO

New, retro, custom jordan shoes, nike air force ones,
air jordan force fusion, kids nike shoes shop online!
cheapdeals is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-12-2009, 03:19 PM   #141
Active Warrior
War Room Member
 
cmaclean's Avatar
 
Join Date: May 2009
Location: Vancouver, British Columbia, Canada
Posts: 60
Thanks: 1
Thanked 5 Times in 4 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: I Love PHP. What Do You Love?

I'm all about PHP as well but am just starting out with Java!
cmaclean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-12-2009, 07:58 PM   #142
HyperActive Warrior
War Room Member
 
sndas's Avatar
 
Join Date: Jun 2009
Posts: 256
Blog Entries: 3
Thanks: 20
Thanked 16 Times in 14 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to sndas
Default Re: I Love PHP. What Do You Love?

I have enjoyed the days when I was programming in Basic, Cobol, Dbase, Foxpro .

But now I love to work on Java, Javascript.

I have worked on OpenLaszlo on a project. That is nice experience too.

Satya das

sndas is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2009, 05:22 AM   #143
Warrior Member
 
Join Date: Sep 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

Well, I love programing, But personally i don't like PHP. There are some reason behind it. Because its toughness and testing problems. And .net is providing a perfect tools and Enviroment for developing.

ferrywayes01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2009, 06:35 AM   #144
Webweaver
 
devilishsaint's Avatar
 
Join Date: Aug 2009
Posts: 124
Thanks: 4
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: I Love PHP. What Do You Love?

I love php more specifically its open source cms tools

devilishsaint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2009, 07:50 AM   #145
Warrior Member
 
Join Date: Sep 2009
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default I'm into CSS, ASP and PHP but I'm still learning the language so I think it's ok.

I'm into CSS, ASP and PHP but I'm still learning the language so I think it's ok.

marynorth21 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2009, 07:51 AM   #146
Helpful bald software guy
War Room Member
 
seamusb's Avatar
 
Join Date: May 2007
Location: Dublin, Ireland.
Posts: 99
Thanks: 10
Thanked 21 Times in 16 Posts
Contact Info
Send a message via Skype™ to seamusb
Default Re: I Love PHP. What Do You Love?

Smalltalk. OOO all the way down...

seaside.st: Home
seamusb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2009, 11:44 PM   #147
Warrior Member
War Room Member
 
Join Date: Jan 2009
Posts: 23
Thanks: 9
Thanked 0 Times in 0 Posts
Default Re: I Love PHP. What Do You Love?

I build applications in both asp.net and php. I definately prefer working with asp.net over php. One of the big benefits is that there's some structure to asp.net that Microsoft has defined. It makes it easy to get projects from customers and take them over, since they follow a typical structure. With php, any project we get is programmed totally to the whim of whatever programmer made it. Some use frameworks, others don't. It's typically a mess. Also, once you've used Visual Studio to build a database driven site you'll never want to go back to programming database sites in php.

fifthnormal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2009, 01:31 PM   #148
HyperActive Warrior
War Room Member
 
warrich's Avatar
 
Join Date: Sep 2009
Location: warrichpk@gmail.com
Posts: 148
Thanks: 0
Thanked 2 Times in 2 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via MSN to warrich Send a message via Yahoo to warrich
Default Re: I Love PHP. What Do You Love?

i love php like my sexy life partner

warrich is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-23-2009, 10:47 AM   #149
Active Warrior
War Room Member
 
jamespitt's Avatar
 
Join Date: Sep 2009
Location: Davao, Philippines
Posts: 31
Thanks: 1
Thanked 5 Times in 4 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via MSN to jamespitt Send a message via Yahoo to jamespitt Send a message via Skype™ to jamespitt
Default Re: I Love PHP. What Do You Love?

I really like python, mainly for putting together super clever little UNIX command line programs that do things off a crontab. I've been playing with a range of libraries / ping.fm / rss feeds / mysql connections to do some funky things.

PHP is good for putting things together, but it's best to use it with a CMS system so you don't have to do so much work. Or maybe I'm just too lazy now.
jamespitt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-09-2009, 04:08 PM   #150
Active Warrior
War Room Member
 
dh5114's Avatar
 
Join Date: Mar 2009
Posts: 38
Thanks: 13
Thanked 11 Times in 7 Posts
Default Re: I Love PHP. What Do You Love?

I do RubyOnRails but because it's soooo slow and sooo RAM-hungry, I'm slowly dumping it and moving on Smalltalk. I love Smalltalk.

Yes! Living off of passive income IS doable
www.Unlimited-Profit-Streams.com
dh5114 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
love, php

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 07:53 PM.