473,386 Members | 1,886 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,386 software developers and data experts.

php & html editor

Hi there,

I'm starting to learn php and need a php editor for windows. Can you
recommend what you think the best editor available in the market? I've tried
some free html editors and was not satisfied with them. I need one that is
simple and neat, but can display different color on different part of the
script if you know what I mean. Your opinion is always welcome and thanks in
advance. :)

Evan Jou
Sep 23 '07 #1
32 1662
Hi,

Ive tried Dreamweaver, Homesite, Zend studio, Coffecup editor ... and
I have to say, the best contextual editor I have used so far is
conTEXT (free at www.context.cx).

I use it as my main programming editor. You can download many
different contextual highlighters such as HTML and PHP.

It is a an unbelievably high standard for a piece of closed source
free software. I reccommend it.

Regards,

Paul

Sep 23 '07 #3
Hello,

On Sun, 23 Sep 2007 03:15:25 +0000, Evan Jou wrote:
Hi there,

I'm starting to learn php and need a php editor for windows. Can you
recommend what you think the best editor available in the market? I've
tried some free html editors and was not satisfied with them. I need one
that is simple and neat, but can display different color on different
part of the script if you know what I mean. Your opinion is always
welcome and thanks in advance. :)

Evan Jou
Not free, but both Komodo (http://www.activestate.com/products/
komodo_ide/) and both Zend Studio (http://www.zend.com/products/
zend_studio) are powerful IDE's when it comes to developing and debugging
PHP code. You can also try Eclipse with the PHP plugin.
All cross-platform too, so that's a bonus.

Next to that I use notepad++ a lot on Windows. It has color support for
dozens of languages, function listing and so on.

- Jensen
Sep 23 '07 #4
"macca" <pt*******@googlemail.comwrote in message
news:11**********************@r29g2000hsg.googlegr oups.com...
Hi,

Ive tried Dreamweaver, Homesite, Zend studio, Coffecup editor ... and
I have to say, the best contextual editor I have used so far is
conTEXT (free at www.context.cx).

I use it as my main programming editor. You can download many
different contextual highlighters such as HTML and PHP.

It is a an unbelievably high standard for a piece of closed source
free software. I reccommend it.
The biggest downside with it - and this is true of most PHP editors besides
Zend - is the lack of code completion.


Sep 23 '07 #5
Evan Jou wrote:
Hi there,

I'm starting to learn php and need a php editor for windows. Can you
recommend what you think the best editor available in the market? I've tried
some free html editors and was not satisfied with them. I need one that is
simple and neat, but can display different color on different part of the
script if you know what I mean. Your opinion is always welcome and thanks in
advance. :)

Evan Jou

I use and like HTML-Kit
http://www.Htmlkit.com

build 292 is free, but if you want some nice goodies there is a
small registration fee. Try it for fee and then decide.

it has code completion for php, and a php plugin that gives lots
of contextual information.

build 300 is in beta a is available to registered 292 users.
300 looks quite awesome.

bill
Sep 23 '07 #6
I have to say, the best contextual editor I have used so far is
conTEXT (free atwww.context.cx).
<snip>
The biggest downside with it - and this is true of most PHP editors besides
Zend - is the lack of code completion.
I disagree sir! One of the things that I like most about it is that it
doesnt have loads of annoying bells and whistles and other stuff that
gets in the way.

I have on my laptop a chm of the PHP manual and conTEXT. Thats all i
need to develop in any environment.

I suppose everybodys different though. I like the sleekness and speed
of conTEXT that I didnt get with the bulky Zend studio.

Regards,

Paul

Sep 23 '07 #7
..oO(Sanders Kaufman)
>Zend Studio for $99. Works on *nix, Windows and Mac.
Eclipse/PDT for $0. Works on *nix, Windows and Mac.

SCNR
Micha
Sep 23 '07 #8
Hi there,

Thanks for all the information you provide here. I tried notepad++ and
it suits my need. Thanks again for you that reply to this thread. Thank you!
:)

Evan Jou
Sep 23 '07 #9
"Michael Fesser" <ne*****@gmx.dewrote in message
news:kg********************************@4ax.com...
.oO(Sanders Kaufman)
>>Zend Studio for $99. Works on *nix, Windows and Mac.

Eclipse/PDT for $0. Works on *nix, Windows and Mac.
I tried out Eclipse, but it was very difficult to figure out.
I'm no IDE newbie - but that thing was just *weird*.

It's designed for Java - and has to be modified to do PHP well.
To that end, the current version of Zend is designed for PHP, and also has
built-in support for Java.

If you're a Java programmer who needs PHP, too - Eclipse is probably best.
But if you're looking for a PHP/HTML editor (the subject question) - Zend is
much easier.
.... for a price.
Sep 24 '07 #10
"macca" <pt*******@googlemail.comwrote in message
news:11**********************@w3g2000hsg.googlegro ups.com...
>The biggest downside with it - and this is true of most PHP editors
besides
Zend - is the lack of code completion.

I disagree sir! One of the things that I like most about it is that it
doesnt have loads of annoying bells and whistles and other stuff that
gets in the way.
Yeah - there's a lotta people out there who just don't want the extra help.
But if you're newbie enough to not know what good editors out there, you're
probably newbie enough to benefit from those features.

I suppose everybodys different though. I like the sleekness and speed
of conTEXT that I didnt get with the bulky Zend studio.
To that end - simply mapping a Network Place and using any old text editor
is effective.

Sep 24 '07 #11
..oO(Sanders Kaufman)
>"Michael Fesser" <ne*****@gmx.dewrote in message
news:kg********************************@4ax.com.. .
>Eclipse/PDT for $0. Works on *nix, Windows and Mac.

I tried out Eclipse, but it was very difficult to figure out.
Sure, it can take some time to get used to it. But that's an issue you
have to deal with in every complex application. If you've never worked
with an image editor like Paint Shop Pro for example, you would have the
same problems and would have to work your way through to get familiar
with it, which is not that easy because of its complexity.
>I'm no IDE newbie - but that thing was just *weird*.
Different maybe, but not weird.
>It's designed for Java - and has to be modified to do PHP well.
All you need is the PDT plugin, which integrates very well. Even for
Java development you need a lot of additional plugins. A naked Eclipse
installation can't do much out-of-the-box. Eclipse itself is just the
framework without much practical function. It's the plugins that make it
a usable and freely customizable IDE.
>To that end, the current version of Zend is designed for PHP
So is the PDT feature, which is also developed by Zend.
>, and also has
built-in support for Java.

If you're a Java programmer who needs PHP, too - Eclipse is probably best.
But if you're looking for a PHP/HTML editor (the subject question) - Zend is
much easier.
Depends.

For HTML/XML/CSS/JS/AJAX... stuff there's also another very nice project
called Aptana. It's available as a standalone application or as a set of
Eclipse plugins, which is a very convenient way to have it all under the
same hood.
>... for a price.
If I can have the same or even more for free, why waste money?

Micha
Sep 24 '07 #12

"Michael Fesser" <ne*****@gmx.dewrote in message
news:jd********************************@4ax.com...
.oO(Sanders Kaufman)
>>"Michael Fesser" <ne*****@gmx.dewrote in message
news:kg********************************@4ax.com. ..
>>Eclipse/PDT for $0. Works on *nix, Windows and Mac.

I tried out Eclipse, but it was very difficult to figure out.

Sure, it can take some time to get used to it. But that's an issue you
have to deal with in every complex application. If you've never worked
with an image editor like Paint Shop Pro for example, you would have the
same problems and would have to work your way through to get familiar
with it, which is not that easy because of its complexity.
>>I'm no IDE newbie - but that thing was just *weird*.

Different maybe, but not weird.
>>It's designed for Java - and has to be modified to do PHP well.

All you need is the PDT plugin, which integrates very well. Even for
Java development you need a lot of additional plugins. A naked Eclipse
installation can't do much out-of-the-box. Eclipse itself is just the
framework without much practical function. It's the plugins that make it
a usable and freely customizable IDE.
>>To that end, the current version of Zend is designed for PHP

So is the PDT feature, which is also developed by Zend.
>>, and also has
built-in support for Java.

If you're a Java programmer who needs PHP, too - Eclipse is probably best.
But if you're looking for a PHP/HTML editor (the subject question) - Zend
is
much easier.

Depends.

For HTML/XML/CSS/JS/AJAX... stuff there's also another very nice project
called Aptana. It's available as a standalone application or as a set of
Eclipse plugins, which is a very convenient way to have it all under the
same hood.
>>... for a price.

If I can have the same or even more for free, why waste money?
micha,

can you do vertical editing in eclipse?
Sep 24 '07 #13
..oO(Steve)
>can you do vertical editing in eclipse?
I must admit this was the first time I read the term "vertical editing".
A quick Google search wasn't that helpful, but if you're referring to
marking multiple code lines and indenting them all at once for example -
yes, can be done. If there's more about this, please tell me.

Micha
Sep 24 '07 #14

"Michael Fesser" <ne*****@gmx.dewrote in message
news:a6********************************@4ax.com...
.oO(Steve)
>>can you do vertical editing in eclipse?

I must admit this was the first time I read the term "vertical editing".
A quick Google search wasn't that helpful, but if you're referring to
marking multiple code lines and indenting them all at once for example -
yes, can be done. If there's more about this, please tell me.
no, that's exactly what i meant by it. i'm thinking about switching then.
i've been using crimson editor over any other simply because i'm a freak
about coding standards...like aligning assignments, sql statement stuff,
etc., etc.. it does code folding and auto-completion, right?

have they improved the load time? used to take forever (comparitavely) for
eclipse to load all it's java crap...which is one reason i eventually bailed
out of using it.

btw, what keystrokes do you do to toggle the 'vertical editing'
functionality?

tia,

me
Sep 25 '07 #15
Steve wrote:
"Michael Fesser" <ne*****@gmx.dewrote in message
news:a6********************************@4ax.com...
>.oO(Steve)
>>can you do vertical editing in eclipse?
I must admit this was the first time I read the term "vertical editing".
A quick Google search wasn't that helpful, but if you're referring to
marking multiple code lines and indenting them all at once for example -
yes, can be done. If there's more about this, please tell me.

no, that's exactly what i meant by it. i'm thinking about switching then.
i've been using crimson editor over any other simply because i'm a freak
about coding standards...like aligning assignments, sql statement stuff,
etc., etc.. it does code folding and auto-completion, right?

have they improved the load time? used to take forever (comparitavely) for
eclipse to load all it's java crap...which is one reason i eventually bailed
out of using it.
Not last time I tried it a few months ago. It didn't last on my machine
very long.

It looks nice. But I do a lot of my work on a laptop, and it was just
too slow to load, and once up, too slot to run.

Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.

I agree - Crimson is great. Small, fast, and without a lot of baggage.
btw, what keystrokes do you do to toggle the 'vertical editing'
functionality?

tia,

me



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 25 '07 #16
"Michael Fesser" <ne*****@gmx.dewrote in message
news:jd********************************@4ax.com...
.oO(Sanders Kaufman)
>>I tried out Eclipse, but it was very difficult to figure out.

Sure, it can take some time to get used to it. But that's an issue you
have to deal with in every complex application. If you've never worked
with an image editor like Paint Shop Pro for example, you would have the
same problems and would have to work your way through to get familiar
with it, which is not that easy because of its complexity.
PSP is a good example.
I opened that one and, since it works the way all similar graphic apps work,
it was easy to figure out.
Then, I tried GIMP - a very popular program among the twidgets.
I gave up trying to use it because the interface was so *weird*.

>>I'm no IDE newbie - but that thing was just *weird*.

Different maybe, but not weird.
That's just being argumentative there is what that is.

>>It's designed for Java - and has to be modified to do PHP well.

All you need is the PDT plugin, which integrates very well. Even for
Java development you need a lot of additional plugins. A naked Eclipse
installation can't do much out-of-the-box. Eclipse itself is just the
framework without much practical function. It's the plugins that make it
a usable and freely customizable IDE.
I always believed the hype that it's and IDE.
I never realized it was simply a framework upon which folks *build* IDE's.
That just further reinforces my position that I would NOT recommend it as an
editor - especially to a newbie.
>>If you're a Java programmer who needs PHP, too - Eclipse is probably best.
But if you're looking for a PHP/HTML editor (the subject question) - Zend
is
much easier.

Depends.

For HTML/XML/CSS/JS/AJAX... stuff there's also another very nice project
called Aptana. It's available as a standalone application or as a set of
Eclipse plugins, which is a very convenient way to have it all under the
same hood.

>
>>... for a price.

If I can have the same or even more for free, why waste money?
Because, as you so clearly pointed out - Eclipse is not an IDE unto itself.
You gotta do a bunch of stuff to make it so.
Sep 25 '07 #17
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:D-******************************@comcast.com...
Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.
I *started* to have that problem in a serious way.
But after becoming familiar with the enviornment, code-completion actually
meant FEWER keystrokes to write my code.

For example, when you type "mysql_" it pops up with a bunch of choices.
If you're not expecting it, escaping out of it and typing what you started
to type is frustrating as hell.

But once you get used to the code-completion popup, you can finish the
command with a couple of down arrows and a tab, instead of having to type
out the whole command.
And if you're subject to making spelling mistakes, as most mortals are, then
doing it that way means you never misspell a command.

Beyond that, I sometimes use variable names that are spelled the same, but
capitalized differently.
Code-completion pops up to show which variables are defined - with the
defined capitalization.
So it not only helps in avoiding misspellings, but miscapitalizations as
well.
Sep 25 '07 #18

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:D-******************************@comcast.com...
Steve wrote:
>"Michael Fesser" <ne*****@gmx.dewrote in message
news:a6********************************@4ax.com.. .
>>.oO(Steve)

can you do vertical editing in eclipse?
I must admit this was the first time I read the term "vertical editing".
A quick Google search wasn't that helpful, but if you're referring to
marking multiple code lines and indenting them all at once for example -
yes, can be done. If there's more about this, please tell me.

no, that's exactly what i meant by it. i'm thinking about switching then.
i've been using crimson editor over any other simply because i'm a freak
about coding standards...like aligning assignments, sql statement stuff,
etc., etc.. it does code folding and auto-completion, right?

have they improved the load time? used to take forever (comparitavely)
for eclipse to load all it's java crap...which is one reason i eventually
bailed out of using it.

Not last time I tried it a few months ago. It didn't last on my machine
very long.

It looks nice. But I do a lot of my work on a laptop, and it was just too
slow to load, and once up, too slot to run.

Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.

I agree - Crimson is great. Small, fast, and without a lot of baggage.
ah hell...i sure wouldn't mind having code folding in crimson though. i
guess i'll stick with it a while longer. it's done me well for the past four
years. it can last a couple more.
Sep 25 '07 #19
Sanders Kaufman wrote:
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:D-******************************@comcast.com...
>Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.

I *started* to have that problem in a serious way.
But after becoming familiar with the enviornment, code-completion actually
meant FEWER keystrokes to write my code.

For example, when you type "mysql_" it pops up with a bunch of choices.
If you're not expecting it, escaping out of it and typing what you started
to type is frustrating as hell.

But once you get used to the code-completion popup, you can finish the
command with a couple of down arrows and a tab, instead of having to type
out the whole command.
And if you're subject to making spelling mistakes, as most mortals are, then
doing it that way means you never misspell a command.
I'm a touch typist - and as I said above, I'm often not looking at the
screen when I'm typing. And I can finish the function name by typing it
in much faster than I can look at the screen, hit a couple of down
arrows and a tab.

Sure, I occasionally misspell a command. But I'm still faster typing it
out than with some code completion.

Don't get me wrong - it's great for the "poke and hope" typists. But
when you're moving along at 80 wpm, it's a tremendous slowdown.
Beyond that, I sometimes use variable names that are spelled the same, but
capitalized differently.
Code-completion pops up to show which variables are defined - with the
defined capitalization.
So it not only helps in avoiding misspellings, but miscapitalizations as
well.

I don't do that. I have a system on how to capitalize variables, and
use it consistently.

But the secret here is to be consistent. However you do it, ALWAYS do
it that way.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 26 '07 #20

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:f5******************************@comcast.com. ..
Sanders Kaufman wrote:
>"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:D-******************************@comcast.com...
>>Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.

I *started* to have that problem in a serious way.
But after becoming familiar with the enviornment, code-completion
actually meant FEWER keystrokes to write my code.

For example, when you type "mysql_" it pops up with a bunch of choices.
If you're not expecting it, escaping out of it and typing what you
started to type is frustrating as hell.

But once you get used to the code-completion popup, you can finish the
command with a couple of down arrows and a tab, instead of having to type
out the whole command.
And if you're subject to making spelling mistakes, as most mortals are,
then doing it that way means you never misspell a command.

I'm a touch typist - and as I said above, I'm often not looking at the
screen when I'm typing. And I can finish the function name by typing it
in much faster than I can look at the screen, hit a couple of down arrows
and a tab.

Sure, I occasionally misspell a command. But I'm still faster typing it
out than with some code completion.

Don't get me wrong - it's great for the "poke and hope" typists. But when
you're moving along at 80 wpm, it's a tremendous slowdown.
i don't find it so. i type at around 85 wpm (right at 125 if not by
dictation). you've seen my spelling, so you know my actual finger speed has
to be significantly faster to maintain that average. anyway, if i'm
accessing a function or other lookup target, i usually only have to type 2
characters plus ctrl+j (for instance). i know the functions so that even if
there are more than one, i know from use, how many times to down-arrow
(which is normally just once if any). so, if a function name is 8 characters
long (like ob_start), i only have to type a total of 5. spread that out over
a thousand lines of code per day and it really adds up. all of this i can do
heads-down.

sounds like that's just me though.
Sep 26 '07 #21
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:f5******************************@comcast.com. ..
Sanders Kaufman wrote:
I'm a touch typist - and as I said above, I'm often not looking at the
screen when I'm typing. And I can finish the function name by typing it
in much faster than I can look at the screen, hit a couple of down arrows
and a tab.

Sure, I occasionally misspell a command. But I'm still faster typing it
out than with some code completion.

Don't get me wrong - it's great for the "poke and hope" typists. But when
you're moving along at 80 wpm, it's a tremendous slowdown.
I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.

>Beyond that, I sometimes use variable names that are spelled the same,
but capitalized differently.
Code-completion pops up to show which variables are defined - with the
defined capitalization.
So it not only helps in avoiding misspellings, but miscapitalizations as
well.

I don't do that. I have a system on how to capitalize variables, and use
it consistently.
But the secret here is to be consistent. However you do it, ALWAYS do it
that way.
Hmmm - I've always thought the key to being productive was versatility.
Breadth vs. depth - it's a timeless question, ain't it?

Sep 26 '07 #22
rf
"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:su***************@nlpi061.nbdc.sbc.com...
I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.
Ever watched the kids using a telephone to sms each other?

--
Richard.
Sep 26 '07 #23
Steve wrote:
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:f5******************************@comcast.com. ..
>Sanders Kaufman wrote:
>>"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:D-******************************@comcast.com...

Plus I don't use things like code completion anyway. It gets in the way
of my typing - I'm often not looking at the screen when I type.
I *started* to have that problem in a serious way.
But after becoming familiar with the enviornment, code-completion
actually meant FEWER keystrokes to write my code.

For example, when you type "mysql_" it pops up with a bunch of choices.
If you're not expecting it, escaping out of it and typing what you
started to type is frustrating as hell.

But once you get used to the code-completion popup, you can finish the
command with a couple of down arrows and a tab, instead of having to type
out the whole command.
And if you're subject to making spelling mistakes, as most mortals are,
then doing it that way means you never misspell a command.
I'm a touch typist - and as I said above, I'm often not looking at the
screen when I'm typing. And I can finish the function name by typing it
in much faster than I can look at the screen, hit a couple of down arrows
and a tab.

Sure, I occasionally misspell a command. But I'm still faster typing it
out than with some code completion.

Don't get me wrong - it's great for the "poke and hope" typists. But when
you're moving along at 80 wpm, it's a tremendous slowdown.

i don't find it so. i type at around 85 wpm (right at 125 if not by
dictation). you've seen my spelling, so you know my actual finger speed has
to be significantly faster to maintain that average. anyway, if i'm
accessing a function or other lookup target, i usually only have to type 2
characters plus ctrl+j (for instance). i know the functions so that even if
there are more than one, i know from use, how many times to down-arrow
(which is normally just once if any). so, if a function name is 8 characters
long (like ob_start), i only have to type a total of 5. spread that out over
a thousand lines of code per day and it really adds up. all of this i can do
heads-down.

sounds like that's just me though.

That's good for you, Steve. But still find it slows me down. It's much
easier for me to type mysql_query than it is to write my-down arrow-down
arrow-down arrow-tab. I don't need to move my fingers from the main
part of the keyboard and (quite often) put them back in the wrong place.

But to each their own. I don't have anything against them. I just
don't find them helpful.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 26 '07 #24
Sanders Kaufman wrote:
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:f5******************************@comcast.com. ..
>Sanders Kaufman wrote:
>I'm a touch typist - and as I said above, I'm often not looking at the
screen when I'm typing. And I can finish the function name by typing it
in much faster than I can look at the screen, hit a couple of down arrows
and a tab.

Sure, I occasionally misspell a command. But I'm still faster typing it
out than with some code completion.

Don't get me wrong - it's great for the "poke and hope" typists. But when
you're moving along at 80 wpm, it's a tremendous slowdown.

I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.

>>Beyond that, I sometimes use variable names that are spelled the same,
but capitalized differently.
Code-completion pops up to show which variables are defined - with the
defined capitalization.
So it not only helps in avoiding misspellings, but miscapitalizations as
well.
I don't do that. I have a system on how to capitalize variables, and use
it consistently.
But the secret here is to be consistent. However you do it, ALWAYS do it
that way.

Hmmm - I've always thought the key to being productive was versatility.
Breadth vs. depth - it's a timeless question, ain't it?
Versatility does not mean lack of consistency.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 26 '07 #25
"rf" <rf@invalid.comwrote in message
news:NB*****************@news-server.bigpond.net.au...
"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:su***************@nlpi061.nbdc.sbc.com...
>I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.

Ever watched the kids using a telephone to sms each other?
That's *exactly* what I was thinking of.
My niece is a texting guru.
She has her phone all setup for a kind of code-completion.
She types a couple of characters - and it spits out a whole sentence.

If she were to type out every character - she'd have powdered writs-bones...
like my generation has!


Sep 26 '07 #26

"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:L9***************@newssvr22.news.prodigy.net. ..
"rf" <rf@invalid.comwrote in message
news:NB*****************@news-server.bigpond.net.au...
>"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:su***************@nlpi061.nbdc.sbc.com...
>>I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.

Ever watched the kids using a telephone to sms each other?

That's *exactly* what I was thinking of.
My niece is a texting guru.
She has her phone all setup for a kind of code-completion.
She types a couple of characters - and it spits out a whole sentence.
Why????? That, to me, is like looking at a big console radio and expecting
to see the show. Why type? Why not simply TALK? OK, I can see one reason.
That would be to send a message if the person isn't answering. Then, again,
isn't that what voicemail is for?

Shelly
Sep 26 '07 #27

"Shelly" <sh************@asap-consult.comwrote in message
news:13*************@corp.supernews.com...
>
"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:L9***************@newssvr22.news.prodigy.net. ..
>"rf" <rf@invalid.comwrote in message
news:NB*****************@news-server.bigpond.net.au...
>>"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:su***************@nlpi061.nbdc.sbc.com...

I'm a touch-typist, as well - 100WPM 10 years ago.
If you add mastery of 21st century code-completion, to mastery of 19th
century keyboard layout - you can cut your keystrokes nearly in half.
All the kids are doing it these days.

Ever watched the kids using a telephone to sms each other?

That's *exactly* what I was thinking of.
My niece is a texting guru.
She has her phone all setup for a kind of code-completion.
She types a couple of characters - and it spits out a whole sentence.

Why????? That, to me, is like looking at a big console radio and
expecting to see the show. Why type? Why not simply TALK? OK, I can see
one reason. That would be to send a message if the person isn't answering.
Then, again, isn't that what voicemail is for?
nah, that's so they can 'talk' during class or church or whatever else of
benefit they should be engaged in. it also costs less than actually talking.
Sep 26 '07 #28
"Steve" <no****@example.comwrote in message
news:4Q***********@newsfe06.lga...
"Shelly" <sh************@asap-consult.comwrote in message
>Why????? That, to me, is like looking at a big console radio and
expecting to see the show. Why type? Why not simply TALK? OK, I can
see one reason. That would be to send a message if the person isn't
answering. Then, again, isn't that what voicemail is for?

nah, that's so they can 'talk' during class or church or whatever else of
benefit they should be engaged in. it also costs less than actually
talking.
Oh, MAN does my niece ever wish THAT were true.
Our calling program charged something like 10cents for every message.
At first, some days, she'd text back-and-forth 20+ times in a day.
She spent her entire first Starbucks paycheck on that.

Sep 27 '07 #29
"Shelly" <sh************@asap-consult.comwrote in message
news:13*************@corp.supernews.com...
"Sanders Kaufman" <bu***@kaufman.netwrote in message
>That's *exactly* what I was thinking of.
My niece is a texting guru.
She has her phone all setup for a kind of code-completion.
She types a couple of characters - and it spits out a whole sentence.

Why????? That, to me, is like looking at a big console radio and
expecting to see the show. Why type? Why not simply TALK? OK, I can see
one reason. That would be to send a message if the person isn't answering.
Then, again, isn't that what voicemail is for?
Because, for them, it's more efficient than dialing a bunch of numbers,
waiting for someone to answer, getting past the hellos and the can-you-talks
and then, after all that, remembering the unimportant thing you wanted to
say.

Welcome to the 21st century.


Sep 27 '07 #30

"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:V1*****************@newssvr11.news.prodigy.ne t...
"Steve" <no****@example.comwrote in message
news:4Q***********@newsfe06.lga...
>"Shelly" <sh************@asap-consult.comwrote in message
>>Why????? That, to me, is like looking at a big console radio and
expecting to see the show. Why type? Why not simply TALK? OK, I can
see one reason. That would be to send a message if the person isn't
answering. Then, again, isn't that what voicemail is for?

nah, that's so they can 'talk' during class or church or whatever else of
benefit they should be engaged in. it also costs less than actually
talking.

Oh, MAN does my niece ever wish THAT were true.
Our calling program charged something like 10cents for every message.
At first, some days, she'd text back-and-forth 20+ times in a day.
She spent her entire first Starbucks paycheck on that.
2 bucks?

(just play'n)
Sep 27 '07 #31
"Steve" <no****@example.comwrote in message
news:C%************@newsfe05.lga...
"Sanders Kaufman" <bu***@kaufman.netwrote in message
>Oh, MAN does my niece ever wish THAT were true.
Our calling program charged something like 10cents for every message.
At first, some days, she'd text back-and-forth 20+ times in a day.
She spent her entire first Starbucks paycheck on that.

2 bucks?
per day

>
(just play'n)

Sep 27 '07 #32
Steve wrote:
"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:V1*****************@newssvr11.news.prodigy.ne t...
>"Steve" <no****@example.comwrote in message
news:4Q***********@newsfe06.lga...
>>"Shelly" <sh************@asap-consult.comwrote in message
Why????? That, to me, is like looking at a big console radio and
expecting to see the show. Why type? Why not simply TALK? OK, I can
see one reason. That would be to send a message if the person isn't
answering. Then, again, isn't that what voicemail is for?
nah, that's so they can 'talk' during class or church or whatever else of
benefit they should be engaged in. it also costs less than actually
talking.
Oh, MAN does my niece ever wish THAT were true.
Our calling program charged something like 10cents for every message.
At first, some days, she'd text back-and-forth 20+ times in a day.
She spent her entire first Starbucks paycheck on that.

2 bucks?

(just play'n)

Right over his head, Steve :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 28 '07 #33

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

Similar topics

0
by: Tony Lavinio | last post by:
Dear Stylus Studio Friends, The new year is scarcely one month old, but we already have lots to report! For starters, there's Stylus Studio 6 Release 2. The latest release of Stylus Studio...
4
by: Teffy | last post by:
Folks who use both HTML-Kit and a WYSIWYG editor such as Dreamweaver: which tasks are done in which editor? I have been using HTML-Kit to edit HTML for some time, and while I am always learning...
72
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools...
4
by: David Lozzi | last post by:
Howdy, I'm using a WYSIWYG editor called TinyMCE. When I edit some text and then save it back to my SQL server using a SQLCommand, all HTML characters are changed to HTML code, i.e. &gt;strong&lt;...
4
by: Adam Knight | last post by:
Hi all, I am using a dreamweaver template for a web app i am working on. Each time i update the template my page directives at the top of the associated pages gets removed. Anyone had...
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
7
by: Taras_96 | last post by:
Hi all, I was hoping to get some clarification on a couple of questions I have: 1) When should htmlspecial characters be used? As a general rule should it be used for text that may contain...
8
by: ericgorr | last post by:
I have the following test page: http://ericgorr.net/test.html <html> <head><title>Simple JavaScript</title></head> <BODY ondragstart="alert(event.srcElement.tagName)"> <INPUT TYPE=text...
12
by: Trish | last post by:
I just had a bad experience using MS Word as an HTML editor. It bloated more than 200% so I could barely recognize the essential statements; and it introduced more than 14,000 errors. Also,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.