I've always been a hardline PHP guy myself, but I'm curious to see what everyone else here uses to code the "workhorse" of their web stuff. I know Ruby on Rails has become quite popular recently, but I just haven't been able to convince myself to try it out. Also, what frameworks do you use as a base for your websites?
Personally I use:
PHP 5 (usually with MySQL 5 as the database)
CakePHP (www.cakephp.org) as a framework.
40 replies to this topic
#1
Posted 04 July 2006 - 02:40 AM
#2
Posted 06 July 2006 - 10:32 AM
php 5, but i stick with 4 for some critical tasks
perl
asp (yeah yeah i know, but some custumers are IIS addicted.. so...)
DBs
oracle
mysql 4, 5 doesn't work so good
postgresql
sql server (read asp...)
no frameworks...
perl
asp (yeah yeah i know, but some custumers are IIS addicted.. so...)
DBs
oracle
mysql 4, 5 doesn't work so good
postgresql
sql server (read asp...)
no frameworks...
#3
Posted 26 July 2006 - 04:29 AM
#4
Posted 26 July 2006 - 03:33 PM
I'm a heavy PHP 5/MySQL 5 guy myself.
Tried RoR, didn't like it.
Tried RoR, didn't like it.
#5
Posted 26 July 2006 - 09:59 PM
RoR and I had a fight and it lost
php has tantrums
CakePHP and I just don't go together
I use php though
php has tantrums
CakePHP and I just don't go together
I use php though
#6
Posted 01 August 2006 - 11:36 AM
Rails is the future
#7
Posted 01 August 2006 - 01:15 PM
arthur.spooner, on Aug 1 2006, 07:33 AM, said:
Rails is the future
So were the New Kids on the Block once... Thank God that ended quickly.
Rails is the equivalent of Visual Studio users pretending they are writing real code. You aren't.
I applaud anyone willing to learn Ruby, and I applaud the attempt at making web database integration easier with Rails, but the fact is that easier usually only leads to lazy programmers. I prefer to control my site's function on a granular level. Rails doesn't do anything for me in that regard.
=)
#8
Posted 09 August 2006 - 08:04 PM
John the Geek, on Aug 1 2006, 08:12 AM, said:
So were the New Kids on the Block once... Thank God that ended quickly.
Rails is the equivalent of Visual Studio users pretending they are writing real code. You aren't.
I applaud anyone willing to learn Ruby, and I applaud the attempt at making web database integration easier with Rails, but the fact is that easier usually only leads to lazy programmers. I prefer to control my site's function on a granular level. Rails doesn't do anything for me in that regard.
=)
Rails is the equivalent of Visual Studio users pretending they are writing real code. You aren't.
I applaud anyone willing to learn Ruby, and I applaud the attempt at making web database integration easier with Rails, but the fact is that easier usually only leads to lazy programmers. I prefer to control my site's function on a granular level. Rails doesn't do anything for me in that regard.
=)
Disagree thoroughly. RoR allows you the finest level of control, yet allows you to abstract or automate at your leisure. To say that you can't control even the tiniest level of the operation of your application is not true. The beauty of RoR is the process by which you can remove repetitive coding, and it's large library of built-in functions. If these aren't features to you, then you can write it all from the ground up in Ruby.
#10
Posted 29 August 2006 - 11:04 PM
I've been using PHP 4 & MySQL 4.1 for some time now. Just recently started doing projects in PHP 5 and MySQL 5. JavaScript only when absolutely needed (last resort). Never done Flash, .ASP, or any other language for web development yet.
#11
Posted 29 August 2006 - 11:05 PM
HTML XD
#12
Posted 01 September 2006 - 01:11 AM
lord_muad_dib, on Jul 6 2006, 10:29 AM, said:
php 5, but i stick with 4 for some critical tasks
perl
asp (yeah yeah i know, but some custumers are IIS addicted.. so...)
DBs
oracle
mysql 4, 5 doesn't work so good
postgresql
sql server (read asp...)
no frameworks...
perl
asp (yeah yeah i know, but some custumers are IIS addicted.. so...)
DBs
oracle
mysql 4, 5 doesn't work so good
postgresql
sql server (read asp...)
no frameworks...
i want to know if apache web server on mac os x86 it`s work fine.. for you, i have a 403, error, forbiden, this error it`s i don`t haver permission to view this folder,,, or something like that,, the permissions ?
#13
Posted 05 September 2006 - 06:03 PM
XHTML and CSS. Ultimate for anyone's web layout needs.
#14
Posted 19 October 2006 - 02:22 PM
We've had the discussion at work, that ASP / microsoft technologies is the norm in the business world. So the reasoning was, we should use ASP/.NET so we could find a developer to replace another one that might leave.
Any comments?
(fyi: I completely disagree with the part about having a hard time to find a good php developer, but anyway)
Any comments?
(fyi: I completely disagree with the part about having a hard time to find a good php developer, but anyway)
#15
Posted 22 October 2006 - 12:25 AM
I LOVE PHP, it's my favorite language, and I find it almost fun to code. I usually use version 4, sometimes with MySQL 4 but I also like flat-file because it's way easier than MySQL, but with no security.
#16
Posted 22 October 2006 - 09:15 PM
yeah, u sure do
maybe i should learn it (is it worth it?)
and how hard is it to learn (how long will it take?)
maybe i should learn it (is it worth it?)
and how hard is it to learn (how long will it take?)
#17
Posted 25 October 2006 - 03:38 AM
Deetman, on Jul 4 2006, 10:37 AM, said:
I've always been a hardline PHP guy myself, but I'm curious to see what everyone else here uses to code the "workhorse" of their web stuff. I know Ruby on Rails has become quite popular recently, but I just haven't been able to convince myself to try it out. Also, what frameworks do you use as a base for your websites?
I've just switched to MacOSX and I'm trying to run Ruby Rails on it. Do you know of any good online How-Tos on this? All the sites i have visited talk about RoR on iBook but not specifically on Tiger. Thanks.
#18
Posted 31 October 2006 - 05:00 AM
ASP is basicly VB script for the web, it works ok.. but I find the on-line community lacking, look at any script libraries, they are serverly lacking with asp scripts.
but for my neeeds it was fairly easy, just a pain in the rear to get to work well on linux and MySQL
but for my neeeds it was fairly easy, just a pain in the rear to get to work well on linux and MySQL
#19
Posted 02 November 2006 - 01:08 AM
I miss the old internet, I code in HTML. Very basic and easy. It's fast and there isn't any debugging needed.
I don't program huge sites, but it does the job. More languages and databases just makes it more prone to bugs.
I don't program huge sites, but it does the job. More languages and databases just makes it more prone to bugs.
#20
Posted 14 November 2006 - 06:24 PM
Mine are: PHP/mySQL and XHTML but I was playing something in AJAX really powerful!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








