473,394 Members | 1,709 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Best development platform? Mac, Windows or Linux?

Hi,

I just started a new web developer job (my first actually) and the
machine they gave me to use is a Mac. Two days in and I'm running a
Win XP environment on my Mac at work (using VMWare), firstly so I can
use my favourite text editor (ConTEXT) which is only available for
windows and secondly because I've never used a Mac before.

But what do you think is the best all round development platform that
I should use as a Web Developer? Using VMWare I have a chouce of
Windows/Linux or the computers native OSX Operating Sytem.

The technologies I mostly use are LAMP technologies, but although I
think that Linux makes a great server OS, I'm just unsure if it cut's
the mustard as a development environment?

Any thoughts?
Oct 21 '08 #1
20 7729
On Oct 21, 4:35*pm, macca <ptmcna...@googlemail.comwrote:
Hi,

I just started a new web developer job (my first actually) and the
machine they gave me to use is a Mac. Two days in and I'm running a
Win XP environment on my Mac at work (using VMWare), *firstly so I can
use my favourite text editor (ConTEXT) which is only available for
windows and secondly because I've never used a Mac before.

But what do you think is the best all round development platform that
I should use as a Web Developer? Using VMWare I have a chouce of
Windows/Linux or the computers native OSX Operating Sytem.

The technologies I mostly use are LAMP technologies, but although I
think that Linux makes a great server OS, I'm just unsure if it cut's
the mustard as a development environment?

Any thoughts?
Macca

I too use Context. Overall it is a great editor, though there are some
bugs that bother me. (1 when you 1st open it, though the cursor is in
a source code to edit, hitting return or backspace deletes files from
the project listing (though not the actual file), and 2 if you do a
search or search and replace on multiple files in a project, it will
not "let go" and keeps taking you to the next result). I use context
to work on php, perl and actionscript files, it is very nice that I
can setup the color scheme to be the same in each language.

For development I work in XP using CS3 for Flash, Photoshop for
graphics, Context for programming, Webexpress and Dreamweaver for
wysywig html development. To testing php I will run it on a laptop
running Vista home premium and xampp. For actual hosting and full
scale testing I post it to a linux server. I have a Mac on my desk
which I use only to be sure that any web pages work correctly on the
mac also. This is not to knock the mac, I just have way too many
development tools and 15+ years on windows to have time to purchase
and install on the mac the different programs and then learn the
differences.
Bill H
Oct 21 '08 #2
macca wrote:
But what do you think is the best all round development platform that
I should use as a Web Developer?
The one you're most confortable working with, taking into account your
experience, tastes, and easiness to deploy, test and commit code.

--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

La vida es como el palo de un gallinero: corta y llena de mierda.
Oct 21 '08 #3
macca wrote:
Hi,

I just started a new web developer job (my first actually) and the
machine they gave me to use is a Mac. Two days in and I'm running a
Win XP environment on my Mac at work (using VMWare), firstly so I can
use my favourite text editor (ConTEXT) which is only available for
windows and secondly because I've never used a Mac before.

But what do you think is the best all round development platform that
I should use as a Web Developer? Using VMWare I have a chouce of
Windows/Linux or the computers native OSX Operating Sytem.

The technologies I mostly use are LAMP technologies, but although I
think that Linux makes a great server OS, I'm just unsure if it cut's
the mustard as a development environment?

Any thoughts?

For awhile I felt strongly that my main development machine should run
the same flavor of Linux that my websites were running on. But then I
also needed another machine to test how the site was working in
"mainstream" machines, like Macs and PCs. That is, I need to see how the
site works in IE and Safari.

Lately I've been thinking that the Mac is the best way to go. It is
mainstream, but the terminal is right there, so I can easily go back
into the world of the command line.

Oct 22 '08 #4
On 21 Oct, 21:35, macca <ptmcna...@googlemail.comwrote:
Hi,

I just started a new web developer job (my first actually) and the
machine they gave me to use is a Mac. Two days in and I'm running a
Win XP environment on my Mac at work (using VMWare), firstly so I can
use my favourite text editor (ConTEXT) which is only available for
windows and secondly because I've never used a Mac before.

But what do you think is the best all round development platform that
I should use as a Web Developer? Using VMWare I have a chouce of
Windows/Linux or the computers native OSX Operating Sytem.

The technologies I mostly use are LAMP technologies, but although I
think that Linux makes a great server OS, I'm just unsure if it cut's
the mustard as a development environment?

Any thoughts?
Learning a new editor can affect your productivity so, to a certain
extent that would be a valid reason for sticking with familiar ground.
But to go to such lengths to avoid change because you're uncomfortable
in the new environment - well that's a different story, and makes your
previous point look like sophistry. As a developer it's your job to
effect change so you should embrace it in principle. Its also a great
opportunity to learn about architecture and user-interfaces and
discover for yourself what is good and bad based on in-depth
experience rather than just a trivial skin-deep impression.

You should be applying the philosophy across the board to your
development endeavours - most PHP developers will need skills in PHP,
Javascript, HTML and SQL - within this you should be exploring
different methodologies/styles/pragmas - aspect-oriented programming,
functional programming, object-oriented programming / agile dev / PSP
- even if only one of each of these is the best approach for you /
your team - the knowledge you gain does not cease to be applied.

C.
Oct 22 '08 #5
As many said it really doesn't matter. I use Linux and wouldn't
switch, but that is my preference. There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.

With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).
Oct 22 '08 #6
On Oct 22, 4:00*pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. *I use Linux and wouldn't
switch, but that is my preference. *There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.

With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. *It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).
I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.

Regards,

Jeroen
Oct 22 '08 #7
On Oct 22, 6:08*pm, Jeroen <jer...@clickworks.bewrote:
On Oct 22, 4:00*pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. *I use Linux and wouldn't
switch, but that is my preference. *There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.
With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. *It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).

I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.

Regards,

Jeroen
I've always used windows and don't see how I'd benefit from using any
other platform...
The only weakness as far as I see it is the lack of a powerful out of
the box cmd tool like bash but there's open source/free alternatives
out there and I've managed just fine with GUI-equivalents.

That said, I consider myself a windows veteran and i've been tweaking
it and messing with the registry and completely anhilating
installations for over 10 years now, so I have it tweaked to the
limit, i know the ins and outs very well, and basically im 100%
comfortable with it. (at the risk of sounding arrogant but really its
just a matter of taking the time to use google and try to fix things
that you dont like) I don't see myself using any other platform in the
near future.

As for tools: XAMPP + Dreamweaver + Filezilla and working on adding
SVN to the suite. I alternate between MySQL and SQLite depending on
projects, and I've tried a few other PHP IDEs (nuspehere phped,
eclipse, netbeans and phpeditor) and I guess Dreamweaver's grown on
me. Also, I have an extensive list of registry tweaks and
customizations that I apply (for example keeping the API up to date,
getting rid of spry (poor man's jquery/dojo/proto/yui) and I don't use
any of the "wizardy" stuff like the embedded FTP client and widgets
and stuff. I realize that I might lose time but I like having 100%
control.

I've tried to switch to *nix in the past (Ubuntu and Kubuntu) but I
guess I'm too used to windows and more importantly, i can make it do
whatever i want :)

as far MACs, i see the advantage but I gate the bells and whistles
(although you can probably turn them off i suppose) but it just feels
too "dumbed-down" for me....

Alex
Oct 24 '08 #8
Windows is inferior as a development platform because you lack al of
the useful Unix tools and you'll be using very different file
permissions from those on the server. Cygwin provides some of these
tools, but you're stuck on the Cygwin part of your system, and you
can't readily compile Unix software (new development tools, etc.).

Mac or Linux is the way to go. I'm on a Mac because I'm a web designer
and couldn't live without Photoshop et. al.

Thomas

On Oct 24, 7:29*pm, Alex Weber <alexwebe...@gmail.comwrote:
On Oct 22, 6:08*pm, Jeroen <jer...@clickworks.bewrote:
On Oct 22, 4:00*pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. *I use Linux and wouldn't
switch, but that is my preference. *There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.
With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. *It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).
I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.
Regards,
Jeroen

I've always used windows and don't see how I'd benefit from using any
other platform...
The only weakness as far as I see it is the lack of a powerful out of
the box cmd tool like bash but there's open source/free alternatives
out there and I've managed just fine with GUI-equivalents.

That said, I consider myself a windows veteran and i've been tweaking
it and messing with the registry and completely anhilating
installations for over 10 years now, so I have it tweaked to the
limit, i know the ins and outs very well, and basically im 100%
comfortable with it. *(at the risk of sounding arrogant but really its
just a matter of taking the time to use google and try to fix things
that you dont like) I don't see myself using any other platform in the
near future.

As for tools: XAMPP + Dreamweaver + Filezilla and working on adding
SVN to the suite. *I alternate between MySQL and SQLite depending on
projects, and I've tried a few other PHP IDEs (nuspehere phped,
eclipse, netbeans and phpeditor) and I guess Dreamweaver's grown on
me. *Also, I have an extensive list of registry tweaks and
customizations that I apply (for example keeping the API up to date,
getting rid of spry (poor man's jquery/dojo/proto/yui) and I don't use
any of the "wizardy" stuff like the embedded FTP client and widgets
and stuff. *I realize that I might lose time but I like having 100%
control.

I've tried to switch to *nix in the past (Ubuntu and Kubuntu) but I
guess I'm too used to windows and more importantly, i can make it do
whatever i want :)

as far MACs, i see the advantage but I gate the bells and whistles
(although you can probably turn them off i suppose) but it just feels
too "dumbed-down" for me....

Alex
Oct 25 '08 #9
703designs wrote:
On Oct 24, 7:29 pm, Alex Weber <alexwebe...@gmail.comwrote:
>On Oct 22, 6:08 pm, Jeroen <jer...@clickworks.bewrote:
>>On Oct 22, 4:00 pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. I use Linux and wouldn't
switch, but that is my preference. There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.
With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).
I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.
Regards,
Jeroen
I've always used windows and don't see how I'd benefit from using any
other platform...
The only weakness as far as I see it is the lack of a powerful out of
the box cmd tool like bash but there's open source/free alternatives
out there and I've managed just fine with GUI-equivalents.

That said, I consider myself a windows veteran and i've been tweaking
it and messing with the registry and completely anhilating
installations for over 10 years now, so I have it tweaked to the
limit, i know the ins and outs very well, and basically im 100%
comfortable with it. (at the risk of sounding arrogant but really its
just a matter of taking the time to use google and try to fix things
that you dont like) I don't see myself using any other platform in the
near future.

As for tools: XAMPP + Dreamweaver + Filezilla and working on adding
SVN to the suite. I alternate between MySQL and SQLite depending on
projects, and I've tried a few other PHP IDEs (nuspehere phped,
eclipse, netbeans and phpeditor) and I guess Dreamweaver's grown on
me. Also, I have an extensive list of registry tweaks and
customizations that I apply (for example keeping the API up to date,
getting rid of spry (poor man's jquery/dojo/proto/yui) and I don't use
any of the "wizardy" stuff like the embedded FTP client and widgets
and stuff. I realize that I might lose time but I like having 100%
control.

I've tried to switch to *nix in the past (Ubuntu and Kubuntu) but I
guess I'm too used to windows and more importantly, i can make it do
whatever i want :)

as far MACs, i see the advantage but I gate the bells and whistles
(although you can probably turn them off i suppose) but it just feels
too "dumbed-down" for me....

Alex


Windows is inferior as a development platform because you lack al of
the useful Unix tools and you'll be using very different file
permissions from those on the server. Cygwin provides some of these
tools, but you're stuck on the Cygwin part of your system, and you
can't readily compile Unix software (new development tools, etc.).

Mac or Linux is the way to go. I'm on a Mac because I'm a web designer
and couldn't live without Photoshop et. al.

Thomas
(Top posting fixed)

You can do PHP development in any platform - there are plenty of tools
available on any platform. You don't need to worry about compiling
software, and file permissions are part of deployment, not development.

And please don't top post. Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Oct 25 '08 #10
703designs wrote:
On Oct 24, 7:29 pm, Alex Weber <alexwebe...@gmail.comwrote:
>On Oct 22, 6:08 pm, Jeroen <jer...@clickworks.bewrote:
>>On Oct 22, 4:00 pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. I use Linux and wouldn't
switch, but that is my preference. There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE library of
applications.
With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).

I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.
Regards,
Jeroen

I've always used windows and don't see how I'd benefit from using any
other platform...
The only weakness as far as I see it is the lack of a powerful out of
the box cmd tool like bash but there's open source/free alternatives
out there and I've managed just fine with GUI-equivalents.

That said, I consider myself a windows veteran and i've been tweaking
it and messing with the registry and completely anhilating
installations for over 10 years now, so I have it tweaked to the
limit, i know the ins and outs very well, and basically im 100%
comfortable with it. (at the risk of sounding arrogant but really its
just a matter of taking the time to use google and try to fix things
that you dont like) I don't see myself using any other platform in the
near future.

As for tools: XAMPP + Dreamweaver + Filezilla and working on adding
SVN to the suite. I alternate between MySQL and SQLite depending on
projects, and I've tried a few other PHP IDEs (nuspehere phped,
eclipse, netbeans and phpeditor) and I guess Dreamweaver's grown on
me. Also, I have an extensive list of registry tweaks and
customizations that I apply (for example keeping the API up to date,
getting rid of spry (poor man's jquery/dojo/proto/yui) and I don't use
any of the "wizardy" stuff like the embedded FTP client and widgets
and stuff. I realize that I might lose time but I like having 100%
control.

I've tried to switch to *nix in the past (Ubuntu and Kubuntu) but I
guess I'm too used to windows and more importantly, i can make it do
whatever i want :)

as far MACs, i see the advantage but I gate the bells and whistles
(although you can probably turn them off i suppose) but it just feels
too "dumbed-down" for me....

Alex

Windows is inferior as a development platform because you lack al of
the useful Unix tools and you'll be using very different file
permissions from those on the server. Cygwin provides some of these
tools, but you're stuck on the Cygwin part of your system, and you
can't readily compile Unix software (new development tools, etc.).
(top-posting fixed)

If you know what you are doing on a Win32 platform, it is just as
capable as *nix, in many respects. You can also get many *nix
utilities on Win32, without going as far as using Cygwin:

<URL:http://gnuwin32.sourceforge.net/>
Mac or Linux is the way to go. I'm on a Mac because I'm a web designer
and couldn't live without Photoshop et. al.
Photoshop is available on Windows as well...
Thomas
--
Curtis
$eMail = str_replace('sig.invalid', 'gmail.com', $from);
Oct 25 '08 #11
On Oct 25, 2:43*pm, 703designs <thomasmal...@gmail.comwrote:
Windows is inferior as a development platform because you lack al of
the useful Unix tools and you'll be using very different file
permissions from those on the server. Cygwin provides some of these
tools, but you're stuck on the Cygwin part of your system, and you
can't readily compile Unix software (new development tools, etc.).

Mac or Linux is the way to go. I'm on a Mac because I'm a web designer
and couldn't live without Photoshop et. al.

Thomas

On Oct 24, 7:29*pm, Alex Weber <alexwebe...@gmail.comwrote:
On Oct 22, 6:08*pm, Jeroen <jer...@clickworks.bewrote:
On Oct 22, 4:00*pm, la...@portcommodore.com wrote:
As many said it really doesn't matter. *I use Linux and wouldn't
switch, but that is my preference. *There are many development tools
for a LAMP developer, I use Quanta which is part of the KDE libraryof
applications.
With Linux being first a programmer's and server OS and next a general
use OS, there are plenty of advanced development tools freely
available and commercially for Linux. *It is a breeze to get the LAMP
webserver going for testing on the deveopment system - most of it is
selecting PHP, MySQL and Apache from the repository, installing and
then setting passwords (all of about 20 minutes including download
time).
I develop both on Mac and PC, but personally I like Mac more because
it brings you all de *nix power and a smooth GUI interface. As
Development platform I prefer Eclipse (PHP environment) which is cross-
platform and, most importantly, has intellisense and dynamic modelling/
learning of your PHP classes. You can also at debugging and tons of
plugins (Javascript, CSS, ...) into it.
Regards,
Jeroen
I've always used windows and don't see how I'd benefit from using any
other platform...
The only weakness as far as I see it is the lack of a powerful out of
the box cmd tool like bash but there's open source/free alternatives
out there and I've managed just fine with GUI-equivalents.
That said, I consider myself a windows veteran and i've been tweaking
it and messing with the registry and completely anhilating
installations for over 10 years now, so I have it tweaked to the
limit, i know the ins and outs very well, and basically im 100%
comfortable with it. *(at the risk of sounding arrogant but really its
just a matter of taking the time to use google and try to fix things
that you dont like) I don't see myself using any other platform in the
near future.
As for tools: XAMPP + Dreamweaver + Filezilla and working on adding
SVN to the suite. *I alternate between MySQL and SQLite depending on
projects, and I've tried a few other PHP IDEs (nuspehere phped,
eclipse, netbeans and phpeditor) and I guess Dreamweaver's grown on
me. *Also, I have an extensive list of registry tweaks and
customizations that I apply (for example keeping the API up to date,
getting rid of spry (poor man's jquery/dojo/proto/yui) and I don't use
any of the "wizardy" stuff like the embedded FTP client and widgets
and stuff. *I realize that I might lose time but I like having 100%
control.
I've tried to switch to *nix in the past (Ubuntu and Kubuntu) but I
guess I'm too used to windows and more importantly, i can make it do
whatever i want :)
as far MACs, i see the advantage but I gate the bells and whistles
(although you can probably turn them off i suppose) but it just feels
too "dumbed-down" for me....
Alex

Hi,

I'm using Windows(IDE: Eclipse, phpDesigner, Putty, etc.) with Samba
share on Linux, where main Web-Server running. Don't have any problems
with this so far. One thing you cannot do is debugging, because
machine running scripts is remote. But, that is also often true for
Linux, because developing machine is rarely identical to remote one.
IDE's have often very helpful features: syntax check on-the-fly,
debugger, code hints, etc. Eclipse is working fine under Windows and
Linux, but it's may be tricky to get it working.

As mentioned here, use what is comfortable for you, but also try
something new, you may be surprised. I've seen developer using Kate
for PHP developing and they are happy with it.

Oct 26 '08 #12
AqD
On Oct 22, 4:35 am, macca <ptmcna...@googlemail.comwrote:
Hi,

I just started a new web developer job (my first actually) and the
machine they gave me to use is a Mac. Two days in and I'm running a
Win XP environment on my Mac at work (using VMWare), firstly so I can
use my favourite text editor (ConTEXT) which is only available for
windows and secondly because I've never used a Mac before.

But what do you think is the best all round development platform that
I should use as a Web Developer? Using VMWare I have a chouce of
Windows/Linux or the computers native OSX Operating Sytem.

The technologies I mostly use are LAMP technologies, but although I
think that Linux makes a great server OS, I'm just unsure if it cut's
the mustard as a development environment?

Any thoughts?
Windows. Windows has all the tools, including those you can find on
linux. Of course you can use VM for these things but it's inconvenient
and quiet a waste of memory....
Oct 28 '08 #13
AqD wrote:
Windows. Windows has all the tools, including those you can find on
linux. Of course you can use VM for these things but it's inconvenient
and quiet a waste of memory....
Question:

On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?
I'm not challenging or asserting here, I know next to
nothing about Windows (I use Mac and Linux for everything).
I tried cygwin once, but it seemed like a giant pain:
black, fixed-size windows, weird paths, etc.
for file in `find . -name "somepattern"`
do
run_my_perl_script $file /tmp/delme
cp /tmp/delme $file
done
Oct 28 '08 #14
salmobytes wrote:
On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?
Powershell should do it. Being a linux junkie, I personally prefer bash
anyway.

--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

Un ordenador no es un televisor ni un microondas, es una herramienta
compleja.
Oct 28 '08 #15
Iván Sánchez Ortega wrote:
salmobytes wrote:
>On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?

Powershell should do it. Being a linux junkie, I personally prefer bash
anyway.
Interesting. Microsoft has a bash shell imitation they charge money for.
Is this like selling refrigerators to the Inuit?
Dehydrated water to the Bedouin?

For what little it's worth, I do regard bash and perl as an
indispensable part of the PHP development process. It's possible
to develop PHP code without the others, but oh so joylessly.

Oct 28 '08 #16
salmobytes wrote:
Iván Sánchez Ortega wrote:
>salmobytes wrote:
>>On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?

Powershell should do it. Being a linux junkie, I personally prefer bash
anyway.

Interesting. Microsoft has a bash shell imitation they charge money for.
Is this like selling refrigerators to the Inuit?
Dehydrated water to the Bedouin?

For what little it's worth, I do regard bash and perl as an
indispensable part of the PHP development process. It's possible
to develop PHP code without the others, but oh so joylessly.

Interesting. I find it quite easy to develop PHP code with neither.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Oct 29 '08 #17
Jerry Stuckle wrote:
salmobytes wrote:
>Iván Sánchez Ortega wrote:
>>salmobytes wrote:

On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?

Powershell should do it. Being a linux junkie, I personally prefer bash
anyway.

Interesting. Microsoft has a bash shell imitation they charge money for.
Is this like selling refrigerators to the Inuit?
Dehydrated water to the Bedouin?

For what little it's worth, I do regard bash and perl as an
indispensable part of the PHP development process. It's possible
to develop PHP code without the others, but oh so joylessly.


Interesting. I find it quite easy to develop PHP code with neither.
and quite joyfully!
Oct 29 '08 #18
AqD
On Oct 28, 9:09 pm, salmobytes <sa...@bytes.netwrote:
AqD wrote:
Windows. Windows has all the tools, including those you can find on
linux. Of course you can use VM for these things but it's inconvenient
and quiet a waste of memory....

Question:

On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?
I'm not challenging or asserting here, I know next to
nothing about Windows (I use Mac and Linux for everything).
I tried cygwin once, but it seemed like a giant pain:
black, fixed-size windows, weird paths, etc.

for file in `find . -name "somepattern"`
do
run_my_perl_script $file /tmp/delme
cp /tmp/delme $file
done
cygwin can do that, but you need to specify root drive "C:/temp" etc.
The "/" on windows doesn't mean root dir but the top-level dir of
current path.

If you need a tabbed console, try http://sourceforge.net/projects/console
Oct 30 '08 #19
AqD
On Oct 29, 6:28 am, salmobytes <sa...@bytes.netwrote:
Iván Sánchez Ortega wrote:
salmobytes wrote:
On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?
Powershell should do it. Being a linux junkie, I personally prefer bash
anyway.

Interesting. Microsoft has a bash shell imitation they charge money for.
Is this like selling refrigerators to the Inuit?
Dehydrated water to the Bedouin?
powershell is free download... But I'm not really sure why people
would actually use that thing ;)
>
For what little it's worth, I do regard bash and perl as an
indispensable part of the PHP development process. It's possible
to develop PHP code without the others, but oh so joylessly.
Hmmm I have never used perl or bash script for php dev. What do you
use them for??
Oct 30 '08 #20
On Thu, 30 Oct 2008 02:12:38 +0100, AqD <aq*********@gmail.comwrote:
On Oct 29, 6:28 am, salmobytes <sa...@bytes.netwrote:
>Iván Sánchez Ortega wrote:
salmobytes wrote:
>On windows, is there a quick, convenient way to create a resizeable
terminal-emulator-like window (not a fixed size black one)
and then do the following, directly from the keyboard?
Powershell should do it. Being a linux junkie, I personally prefer
bash
anyway.

Interesting. Microsoft has a bash shell imitation they charge money for.
Is this like selling refrigerators to the Inuit?
Dehydrated water to the Bedouin?

powershell is free download... But I'm not really sure why people
would actually use that thing ;)
>>
For what little it's worth, I do regard bash and perl as an
indispensable part of the PHP development process. It's possible
to develop PHP code without the others, but oh so joylessly.

Hmmm I have never used perl or bash script for php dev. What do you
use them for??
Perl, no, bash script for recursive php -l syntax checker is nice :P.
Possibly automating svn actions etc. None of those stricly necessary, but
some wel placed bash script can make live easier. Then again, most of
those could just as easily be PHP scripts. Or python. Etc. Etc.
--
Rik
Oct 30 '08 #21

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jason Tesser | last post by:
What is the best overall ide studio that can be used to develop crossplatform apps (win,linux,mac) for python? Jason Tesser Web/Multimedia Programmer Northland Ministries Inc. (715)324-6900...
0
by: demibee | last post by:
Thought this might be of interest to some out there... For those who've never encountered it, it's a free, open-source, cross-platform GUI library (Windows/Mac/Linux). Forte's Agent 2.0 will be...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
9
by: John Eric Hanson | last post by:
My company is considering a development path in which we develop code on 32 bit Windows machines to run remotely on 64 bit Linux machines. What could go wrong?
18
by: Computer Whizz | last post by:
Hiya... I've a little experience in C++, PHP, and a lot in BASIC... But I wish to move into C++ programming A LOT. Any good compilers/editors/VDI (visual development interface? - can't remember...
5
by: sandwich_eater | last post by:
I am looking for a Linux distribution and a standard C++ compiler (IDE not too important) that can also compile to Win32, to run on my Dell dimension 2400... I have trouble with new distros since...
35
by: Alex Martelli | last post by:
Having fixed a memory leak (not the leak of a Python reference, some other stuff I wasn't properly freeing in certain cases) in a C-coded extension I maintain, I need a way to test that the leak is...
55
by: Steve | last post by:
I have to develop several large and complex C++ hardware test programs that should work under DOS, most likely with 32-bit DOS extender. Development workstation OS would be Microsoft XP. Quite some...
5
by: Stef Mientki | last post by:
Abah Joseph wrote: I agree about the Qt-license, and I'm now a happy wxPython user. cheers, Stef
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.