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

.NET observations

After spending the better part of yesterday cleaning up a .NET site, I have
to wonder why anyone would want to use it to build anything. This site was
built by a large consulting company, with a big, glossy Web site, filled
with fawning testimonials and no doubt they charged the poor client a
fortune (though they likely won't get another dime out of them when I am
through!)

The front page of this site had nearly 600 HTML validation errors (and they
had the balls to call it XHTML transitional!) It had 2 very simple forms:
email referral and search, each with one textbox. Interestingly enough, the
forms turned out to be one very large form, spanning the entire page. Even
stranger, they wouldn't work at all without client-side scripting enabled
and curiouser still, the submission buttons had script events bound to them
with "javascript:" prefixes inside. And if that wasn't bad enough, this
ridiculous architecture managed to mix them up so that email referrals went
to the search page and searches tried to send email to the query, resulting
in prompts to "enter a valid email address."

This platform seems to exist solely to shield developers from HTML tags,
just as VB and data-bound grids exist to shield "programmers" from coding.
If you can't do the work, why not find another career? I for one am tired
of deplorable Windows apps and Web sites that can't do anything right
(especially the latter.)

And I am not trolling here as I stopped reading posts by Microsoftian stiffs
a long time ago. They complain, they cry, they whine, they make feeble
stabs at flaming, but they never listen or learn anything. I know because I
still encounter VB projects occasionally and once in a great while I peruse
the newsgroups (mostly for laughs.) The same dead-enders are still in there
years after .NET killed VB. They still don't have a clue about event-based
programming and clearly they never will. I just wonder how many of those
zombies have migrated to this .NET BS (probably not nearly as many as have
migrated to CompUSA!) Certainly the bums who made the site in question
haven't a clue about HTML, email, JavaScript or anything else Web-related.
That sounds about right. And now the squealing starts... Clue: I can't
hear you.
Feb 3 '07 #1
8 1052
You should get out more. :-)

"David Mark" <dm******@hotmail.comwrote in message
news:45***********************@roadrunner.com...
After spending the better part of yesterday cleaning up a .NET site, I
have to wonder why anyone would want to use it to build anything. This
site was built by a large consulting company, with a big, glossy Web site,
filled with fawning testimonials and no doubt they charged the poor client
a fortune (though they likely won't get another dime out of them when I am
through!)

The front page of this site had nearly 600 HTML validation errors (and
they had the balls to call it XHTML transitional!) It had 2 very simple
forms: email referral and search, each with one textbox. Interestingly
enough, the forms turned out to be one very large form, spanning the
entire page. Even stranger, they wouldn't work at all without client-side
scripting enabled and curiouser still, the submission buttons had script
events bound to them with "javascript:" prefixes inside. And if that
wasn't bad enough, this ridiculous architecture managed to mix them up so
that email referrals went to the search page and searches tried to send
email to the query, resulting in prompts to "enter a valid email address."

This platform seems to exist solely to shield developers from HTML tags,
just as VB and data-bound grids exist to shield "programmers" from coding.
If you can't do the work, why not find another career? I for one am tired
of deplorable Windows apps and Web sites that can't do anything right
(especially the latter.)

And I am not trolling here as I stopped reading posts by Microsoftian
stiffs a long time ago. They complain, they cry, they whine, they make
feeble stabs at flaming, but they never listen or learn anything. I know
because I still encounter VB projects occasionally and once in a great
while I peruse the newsgroups (mostly for laughs.) The same dead-enders
are still in there years after .NET killed VB. They still don't have a
clue about event-based programming and clearly they never will. I just
wonder how many of those zombies have migrated to this .NET BS (probably
not nearly as many as have migrated to CompUSA!) Certainly the bums who
made the site in question haven't a clue about HTML, email, JavaScript or
anything else Web-related. That sounds about right. And now the squealing
starts... Clue: I can't hear you.

Feb 3 '07 #2
"David Mark" <dm******@hotmail.comwrote in message
news:45***********************@roadrunner.com...

<snip>

Do you want a medal...?
Feb 3 '07 #3
Hi,

David Mark wrote:
That sounds about right. And now the squealing starts... Clue: I can't
hear you.
Doesn't that make you, like, the worst troll ever? ;-)

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Feb 3 '07 #4
On Feb 3, 12:38 pm, "David Mark" <dmark...@hotmail.comwrote:
After spending...
[plonk]!!

..t

--
http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!

Feb 3 '07 #5
David,
why even bother coming here to educate us poor .NET morons?
Sorry, dood.
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"David Mark" wrote:
After spending the better part of yesterday cleaning up a .NET site, I have
to wonder why anyone would want to use it to build anything. This site was
built by a large consulting company, with a big, glossy Web site, filled
with fawning testimonials and no doubt they charged the poor client a
fortune (though they likely won't get another dime out of them when I am
through!)

The front page of this site had nearly 600 HTML validation errors (and they
had the balls to call it XHTML transitional!) It had 2 very simple forms:
email referral and search, each with one textbox. Interestingly enough, the
forms turned out to be one very large form, spanning the entire page. Even
stranger, they wouldn't work at all without client-side scripting enabled
and curiouser still, the submission buttons had script events bound to them
with "javascript:" prefixes inside. And if that wasn't bad enough, this
ridiculous architecture managed to mix them up so that email referrals went
to the search page and searches tried to send email to the query, resulting
in prompts to "enter a valid email address."

This platform seems to exist solely to shield developers from HTML tags,
just as VB and data-bound grids exist to shield "programmers" from coding.
If you can't do the work, why not find another career? I for one am tired
of deplorable Windows apps and Web sites that can't do anything right
(especially the latter.)

And I am not trolling here as I stopped reading posts by Microsoftian stiffs
a long time ago. They complain, they cry, they whine, they make feeble
stabs at flaming, but they never listen or learn anything. I know because I
still encounter VB projects occasionally and once in a great while I peruse
the newsgroups (mostly for laughs.) The same dead-enders are still in there
years after .NET killed VB. They still don't have a clue about event-based
programming and clearly they never will. I just wonder how many of those
zombies have migrated to this .NET BS (probably not nearly as many as have
migrated to CompUSA!) Certainly the bums who made the site in question
haven't a clue about HTML, email, JavaScript or anything else Web-related.
That sounds about right. And now the squealing starts... Clue: I can't
hear you.
Feb 3 '07 #6
Troll!

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"David Mark" <dm******@hotmail.comwrote in message
news:45***********************@roadrunner.com...
After spending the better part of yesterday cleaning up a .NET site, I
have to wonder why anyone would want to use it to build anything. This
site was built by a large consulting company, with a big, glossy Web site,
filled with fawning testimonials and no doubt they charged the poor client
a fortune (though they likely won't get another dime out of them when I am
through!)

The front page of this site had nearly 600 HTML validation errors (and
they had the balls to call it XHTML transitional!) It had 2 very simple
forms: email referral and search, each with one textbox. Interestingly
enough, the forms turned out to be one very large form, spanning the
entire page. Even stranger, they wouldn't work at all without client-side
scripting enabled and curiouser still, the submission buttons had script
events bound to them with "javascript:" prefixes inside. And if that
wasn't bad enough, this ridiculous architecture managed to mix them up so
that email referrals went to the search page and searches tried to send
email to the query, resulting in prompts to "enter a valid email address."

This platform seems to exist solely to shield developers from HTML tags,
just as VB and data-bound grids exist to shield "programmers" from coding.
If you can't do the work, why not find another career? I for one am tired
of deplorable Windows apps and Web sites that can't do anything right
(especially the latter.)

And I am not trolling here as I stopped reading posts by Microsoftian
stiffs a long time ago. They complain, they cry, they whine, they make
feeble stabs at flaming, but they never listen or learn anything. I know
because I still encounter VB projects occasionally and once in a great
while I peruse the newsgroups (mostly for laughs.) The same dead-enders
are still in there years after .NET killed VB. They still don't have a
clue about event-based programming and clearly they never will. I just
wonder how many of those zombies have migrated to this .NET BS (probably
not nearly as many as have migrated to CompUSA!) Certainly the bums who
made the site in question haven't a clue about HTML, email, JavaScript or
anything else Web-related. That sounds about right. And now the squealing
starts... Clue: I can't hear you.

Feb 3 '07 #7
<snip>

Interesting. No wait, the other thing: tedious.
Feb 12 '07 #8

"David Mark" wrote:
After spending the better part of yesterday cleaning up a .NET site, I have
One word: decaf.

Ok a couple more, thanks that was the best read all day!
Apr 10 '07 #9

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

Similar topics

2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
7
by: puzzlecracker | last post by:
back to the same question: why in this code copy contor in A is called instead of to flag the AMBIGUITY????? I have tried different compilers for that. #include<iostream> class B;...
23
by: Alberto | last post by:
An OUTSTANDING example of a rebuttal. Worth a glance. Rather long, OBVIOUSLY feel fee to dismiss it entirely if not interested. But this habit of the rebuttals must go to a stop (forgive odd...
3
by: Chiranjib | last post by:
I have the following queries/Observations about DLINQ. 1. I could not find any direct way of handling many to many relations. Suppose if User and Role are related by a join table UserRole then I...
7
by: Deviate | last post by:
Hi guys :) I'm writing this program that enabls the user to choose a number of observations, from the normal distribution. I.e. Lets say the user chooses 100 observations, then the program will...
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:
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.