Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Here's something fun...

Reply
Thread Tools

Here's something fun...

 
 
HC
Guest
Posts: n/a
 
      04-06-2005
I'm doing some contract job for a company, writing a web-based application
for their staff to use. The fun part is, it'll only ever be used in one
browser with one operating system, so I don't need to particularly worry
about the user having Javascript disabled or having an old browser. I can
use all the fancy tricks I want, and this is a client that likes that.

I'm enjoying it


 
Reply With Quote
 
 
 
 
Joel Shepherd
Guest
Posts: n/a
 
      04-06-2005
"HC" <> wrote:

> I'm doing some contract job for a company, writing a web-based application
> for their staff to use. The fun part is, it'll only ever be used in one
> browser with one operating system, so I don't need to particularly worry
> about the user having Javascript disabled or having an old browser. I can
> use all the fancy tricks I want, and this is a client that likes that.


Out of curiosity, will it still work when -- as inevitable -- they have
to upgrade browser and/or O/S?

How good _is_ your crystal ball?

--
Joel.
 
Reply With Quote
 
 
 
 
Sid Ismail
Guest
Posts: n/a
 
      04-06-2005
On Wed, 06 Apr 2005 04:09:35 GMT, "HC" <>
wrote:

: I'm doing some contract job for a company, writing a web-based application
: for their staff to use. The fun part is, it'll only ever be used in one
: browser with one operating system, so I don't need to particularly worry
: about the user having Javascript disabled or having an old browser. I can
: use all the fancy tricks I want, and this is a client that likes that.
:
: I'm enjoying it


OK - I play bridge for that same thrill.

Sid


 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      04-06-2005
On 05 Apr 2005 Sid Ismail wrote in alt.html

> On Wed, 06 Apr 2005 04:09:35 GMT, "HC" <>
> wrote:
>
>: I'm doing some contract job for a company, writing a web-based application
>: for their staff to use. The fun part is, it'll only ever be used in one
>: browser with one operating system, so I don't need to particularly worry
>: about the user having Javascript disabled or having an old browser. I can
>: use all the fancy tricks I want, and this is a client that likes that.
>:
>: I'm enjoying it
>
>
> OK - I play bridge for that same thrill.
>
> Sid
>
>


You just lost your geek status.

--
Don
 
Reply With Quote
 
Richard Brooks
Guest
Posts: n/a
 
      04-06-2005
Joel Shepherd wrote:
> "HC" <> wrote:
>
>
>>I'm doing some contract job for a company, writing a web-based application
>>for their staff to use. The fun part is, it'll only ever be used in one
>>browser with one operating system, so I don't need to particularly worry
>>about the user having Javascript disabled or having an old browser. I can
>>use all the fancy tricks I want, and this is a client that likes that.

>
>
> Out of curiosity, will it still work when -- as inevitable -- they have
> to upgrade browser and/or O/S?
>
> How good _is_ your crystal ball?
>


Surely that's a new (extended warranty) contract ?


Richard.
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      04-06-2005
HC wrote:
> I'm doing some contract job for a company, writing a web-based application
> for their staff to use. The fun part is, it'll only ever be used in one
> browser with one operating system, so I don't need to particularly worry
> about the user having Javascript disabled or having an old browser. I can
> use all the fancy tricks I want, and this is a client that likes that.


I do things like this for a living. It is a lot of fun creating web
application where you get to determine what the requirements are.

--
-=tn=-
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      04-06-2005
Joel Shepherd wrote:
>>I'm doing some contract job for a company, writing a web-based application
>>for their staff to use. The fun part is, it'll only ever be used in one
>>browser with one operating system, so I don't need to particularly worry
>>about the user having Javascript disabled or having an old browser. I can
>>use all the fancy tricks I want, and this is a client that likes that.

> Out of curiosity, will it still work when -- as inevitable -- they have
> to upgrade browser and/or O/S?
> How good _is_ your crystal ball?


That is irrelevant. It is an application, and they need it today. If
things change, they upgrade.

--
-=tn=-
 
Reply With Quote
 
Full name
Guest
Posts: n/a
 
      04-06-2005
On Wed, 06 Apr 2005 05:40:09 GMT, Joel Shepherd <>
wrote:

>"HC" <> wrote:
>
>> I'm doing some contract job for a company, writing a web-based application
>> for their staff to use. The fun part is, it'll only ever be used in one
>> browser with one operating system, so I don't need to particularly worry
>> about the user having Javascript disabled or having an old browser. I can
>> use all the fancy tricks I want, and this is a client that likes that.

>
>Out of curiosity, will it still work when -- as inevitable -- they have
>to upgrade browser and/or O/S?
>
>How good _is_ your crystal ball?

Wow! When it comes time to cost for any re-writing to ensure it is
cross-platform, cross--browser, the OP will be a seller's market.
 
Reply With Quote
 
Joel Shepherd
Guest
Posts: n/a
 
      04-07-2005
In article <AuO4e.3532$>,
Travis Newbury <> wrote:

> Joel Shepherd wrote:


> > Out of curiosity, will it still work when -- as inevitable -- they have
> > to upgrade browser and/or O/S?
> > How good _is_ your crystal ball?

>
> That is irrelevant. It is an application, and they need it today. If
> things change, they upgrade.


That's true. Folks usually take in stride little snafus like key
applications suddenly breaking. Hell, they use Windows, don't they?

--
Joel.
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      04-07-2005
Joel Shepherd wrote:

>>That is irrelevant. It is an application, and they need it today. If
>>things change, they upgrade.


> That's true. Folks usually take in stride little snafus like key
> applications suddenly breaking. Hell, they use Windows, don't they?


Well as back handed as you may have meant it, it is true. Most
companies don't just switch OS's (or browsers) because of the cost. It
is usually less expensive (and more efficient) to patch what you already
have.


--
-=tn=-
 
Reply With Quote
 
 
 
Reply

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XPath query for <?define something="something" ?> Pekka Järvinen XML 2 04-29-2008 08:12 PM
How to find and replace something that is nested inside something else? alainfri@gmail.com Perl Misc 4 05-31-2007 11:50 PM
var Something= new Something() What does it mean ? pamelafluente@libero.it Javascript 9 10-05-2006 02:43 PM
Etching tutorials-or now for something completely different Technoholic Case Modding 71 09-27-2005 06:39 AM
umm... something... template(s)... something else... pointer(s)... and such... 0.o yah, I'm hopeless and clueless o.0 C++ 4 10-13-2004 10:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57