Tagged Questions

1
vote
5answers
251 views

Java - Name for money class

What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and …
1
vote
10answers
117 views

Ideal class name for static class for misc functionalities

Whats is the ideal class name for my static class which has some static methods to handle General/Common functionalities iike taking backup,saving recent items etxc.. (Infact Misc …
1
vote
8answers
318 views

How do I add a class to a given element?

Hi, I have a element that already has a class: <div class="someclass"> <img ... id="image1" name="image1" /> </div> Now I want to create a javascrip …
1
vote
5answers
138 views

Get Namespace, classname from a dll in C# 2.0

Hi, I will get dll's dynamically. I need to load the dll and get the namespace, classname to invoke a method (the method name is static it will be always "OnStart()"). Basically I …
0
votes
1answer
62 views

Appending text to class names

Hi, Is there a way in Subsonic to append text to a generated class name? I know the appendWith property can be used in cases where the property name conflicts with type names, but …
4
votes
3answers
159 views

How to represent class names in LaTeX?

Hi, what do you see as best way of presenting class names in LaTeX documents (writing about a piece of software). I'm currently using \texttt (monospaced typewrite font) which ot …
1
vote
4answers
167 views

IE6 performance issues with adding className on multiple elements (jQuery tableHover plugin)

In an application I write that uses a large HTML table of numbers the design requires that the row and column of the hovered cell will be highlighted. I develop all the JS for thi …
0
votes
3answers
556 views

IE6/7 And ClassName (JS/HTML)

Hi, I am trying to change the class of an element using javascript. So far I'm doing : var link = document.getElementById("play_link"); link.className = "play_button"; edit: h …
1
vote
2answers
210 views

What are the C# namespace and class/sub-class naming conventions when the top namespace contains the base class and inner namespaces contain sub-classes?

I'm trying to design a class library for a particular engineering application and I'm trying to ensure that my class & namespace naming conventions make sense. I have the fol …
0
votes
2answers
49 views

How Do I Retrieve The Class Name From Hibernate?

If there's already a question that addresses this, then could I please get a link as I cannot find one. I'm looking to obtain the stored class name of an object stored in my Hiber …
3
votes
2answers
45 views

Classnames for Common Application Buildingblocks

Are you tired of the alway old Manager and Handler classes? Used all ...Thing, ...Dingus, Doodad, ...Entity, ...Gizmo or ...Object Suffixes? I certainly am and did. So here I want …
3
votes
2answers
381 views

Can C++ method names be qualified by the class name, in the header?

Hi. Simple question, is this valid C++: class Foo { void Foo::doSomething(); }; The point of the question: is that repeated use of the class name and double colon before th …
0
votes
3answers
167 views

Pre-registering an ATL window class

I am using a combination of the ATL and WTL for a project and have derived my own class from CWindowImpl, which looks something like this: class CMyControl : public CWindowImpl&lt …
1
vote
2answers
138 views

What does Class.fromName() not work for me?

Hello, I'm trying to instantiate a class from variable, and written a test script. But, unfortunately, it isn't woriking. There is that script: Object co1 = new CommandDownloadHt …
1
vote
3answers
99 views

Help with regex in javascript

I have this sample text, which is retrieved from the class name on an html element: rich-message err-test1 erroractive rich-message err-test2 erroractive rich-message erroractive …

1 2 next
15 30 50 per page