Tagged Questions

0
votes
1answer
30 views

should i use the web framework for implementing a bunch of external links that likely won’t change?

i'm building my webapp using the wicket java web framework. there is one page that i'm building right now contains 20+ external links, a lot of them are pointing to the wikipedia pages. i'm currently …
0
votes
7answers
225 views

JQuery - Hardcoding HTML in Javascript - Is there a better way to dynamically create dom elements?

I have a lot of messages, and raw HTML that I hard code in my javascript code, such as: var subjectId = $(subject).attr('subjectId'); var subjectName = $(subject).attr('subjectName'); var html = …
3
votes
6answers
585 views

Can .NET source code hard-code a debugging breakpoint?

I'm looking for a way in .NET (2.0, C# in particular) for source code to trigger a debugging break as if a breakpoint was set at that point, without having to remember to set a specific breakpoint …
1
vote
3answers
361 views

Hard-coding HTML into VB6 code

Background: we have an application that generates reports from HTML (that may or may not have inline scripting). The HTML source is normally stored as a blob in the database. There is now the need to …
0
votes
5answers
187 views

What casing is a driveletter

is it uppercased C:\ or lowercased c:\ ? We tried to come up with a conclusion, only argument is that that MS displays uppercase (C:) Its not what is technically correct, its a matter of arguments …