- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Ginger herbal tea for thought.
Admin
Unfortunately, the "real world" you are referring to mostly uses MS Office. And what do you use when you want to automate it? Guesses?
But granted, I wouldn't want to touch VB again with a ten-foot pole. Not again.
Admin
(sigh) I was basically doing what's now known as 'AJAX' back in 2000, to make an interactive map of census data drawn with SVG in IE 5. Too bad I didn't give it a catchy name, then I could be famous.
Admin
Apparently, coffe is good for that disease...uhm what do you call it.....
(sorry if this comes through multiple times - I keep getting an error when I try to post)
Admin
He didn't include javascript tags, so, as I believe all related register stuff to be rendered within a form tag (with runat="server"), he'd be ok.
BTW, the original article's code block didn't check to see if his script block was already registered! Isn't that kinda a WTF?
Admin
Boobs. You forgot big boobs.
Come on, somebody had to say it.
Admin
What about a shapely bum?
(Not British, I just find that word/phrase funny)
Admin
Ah Yes, The The B's: Brains, Boobs, and Bum..
The Sorority Law Firm...
...
What?!
Admin
I like my Male Feminists like I like my submarines - silent, 1000 feet underwater, and without internet access.
Admin
Admin
Actually windows 95, 98 and me can be crashed completely (BSOD) by using an image tag in html that goes something like this:
[image]or linking to CON\CON will also work, people will just have to click on the link.
Admin
Admin
Thot no like tee! Give thot food!
Admin
The "lang" attribute for "script" tag should not be used.
<script type="text/javascript">window.close();</script>is the right form. 3 pages of witty comments and nobody mentioned that yet?
Admin
I like my women like I like my coffee... With a slice of pie
Anyway, to all te VB flamers: Yes, VB sees usage IRL. And it kicks ass and takes names too. It's ideal for writing business logic behid complex internet portals for instance, because you can forget about all the low-level stuff Java and C++ throw at you. Also, UI design in the later versions (VS 2005 and above) works like a cherm. OOP is implemeted to its full extent, the IDE is absolutely fantastic etc.
I'll admit VB had a rocky road getting to where it stands today, and it's not suited for every given situation, but still shouldn't be dismissed so lightly.
Admin
Admin
Well done, you've correctly summarised 98% of the articles on this shitty site.
Admin
Ha ha... the number of projects I've done using "macros" in Excel (a.k.a. VBA)... but... oh, no I've not written any code.
Code puts the fear of god into people. Macros, everyone knows are ok... right?
Admin
Yes they did. See page 2.
Admin
Haha! I was thinking the same then read further down and saw this... IE isn't a browser...It's a bag of s#1t3!!!
Admin
Admin
Admin
And failing getting a man, they are perfectly happy with an asshole. Which I kindof noticed while in my teens and opted for being an asshole, since not only is it easier, but its more fun. ;)
Admin
Kef, you are joking right or are you Sascha's cow orker in disguise? you know that the JavaScript is ran in the browser regardless of it being static from a file or dynamic from a script...right? you know this?
-slack
Admin
I don't drink coffee.
I don't like coffee.
Admin
Admin
I like my coffe like I like my women: naked and in for legs.
Admin
So let's see if we can translate what actually happened though the BS transmogrifier:
Sascha's teammate said he could make a browser window close using ASP, without writing any JavaScript in the HTML, which he then cleverly did. A technicallity for sure but that's what clever does.
Sascha on the other hand couldn't admit that he was unable to think outside the box so the other person must therefor be an idiot. I'll bet Sascha knows a lot of "idiots."
Clearly another WTF winner.
Admin
Well, you can close the window of the client machine from the server if you work for the local electric utility and you can figure out which grid the client is connecting from.
CloseClientWindow() { ... ShutoffGrid(gridid); ... }
bugs: might not work if user is using a battery backup.
Admin
No no, it works fine.
(What are you doing Anonymous ? The more he thinks like he does the less likely he is to be competition.)
Admin
Admin
It's called a Bacronym. They're quite common. PHP is a similar example, though that was always an acronym. PHP didn't always mean 'PHP Hypertext Preprocessor'.
But you knew that, right?
Admin
Admin
Admin
Y'see, this is why I don't like ASP.NET one bit.
A language like PHP allows you to place a thick line between server-side and client-side code, while ASP.NET just muddles it up somewhere.
Admin
It isn't a difficult concept, and it isn't muddled.
Admin
just keep OutputDOSAttack() up-to-date and call it whenever. No Javascript required.
Admin
Actually, according to Wikipedia, "The concept of the Linux mascot being a penguin came from Linus Torvalds"
So yes it is.
http://en.wikipedia.org/wiki/Tux
Admin
I get the troll
but I just have to...
<?php echo '<script type="JavaScript"> ... </script>';?>boy, do I feel clever all of a sudden!
Admin
Admin
I must have taken too many stupid pills this morning so could you please explain:
1 .. what does "spamming" a multithreaded function mean? Spam I know, multithreaded I know but I can't seem to put them together in any way that relates to your wording.
2 .. since it is a thesis (i.e. research, not real world) what has the length of time that the experiment would run have to do with anything?
(As an ex-lecturer one of the hardest things I found was to get a student to look at things in a different way from one that they "already knew". This usually presented when giving an assignment with instructions to use the new technique when the student "already knew" a "better solution". I actually didn't care about the solution, just the process and hence the learning that would take place.)
Admin
It never fails to amaze me that people with no real grasp of internet architecture are writing internet applications. I've seen some doozies.
Oh, BTW, string concatenation is bad. Use System.Text.StringBuilder?
Admin
Admin
please keep sasha's co-worker bound.
Admin
Have you ever met anyone who were happy without an asshole?
Admin
I actually think it's needs more cowbell....
Admin
Ah, yes, Java is a well-known low-level language. That explains why it has manual memory management, compiles directly to native machine code, and has no underlying abstraction like, I dunno, an object-oriented model.
And I love my women like I like my coffee: three times a day.
Admin
So, the way I read it, Sascha's coworker was fully aware that closePage( ) emits JavaScript. It was just Sascha that (hopefully only briefly) forgot, probably because he'd just recently been (re-)schooled in the theoretical philosophies of server side coding, that it's usually possible to wrap one language inside another.
Or, OTOH, I could be totally wrong. ;-)
-- Furry cows moo and decompress.
Admin
Does anybody still use <script language="JavaScript"> instead of <script type="text/javascript"> ?</p> </script>
Admin
Yep.