Tagged Questions
The classname tag has no wiki summary.
8
votes
7answers
199 views
Is it poor form to use CLASS attributes with no corresponding CSS rule?
For example if I wanted to select some elements with a certain class using jQuery, and for that reason only, is it always expected that those classes SHOULD be defined in the css?.
<div ...
7
votes
7answers
265 views
Should I use (otherwise optimal) class names that conflict with the .NET BCL's names?
This situation probably is not entirely uncommon to some of you: you have some functionality to put in a class but the perfect name (*) for that class is taken by one of the classes in the System ...
6
votes
2answers
121 views
C# Retrieving Classname in a static method
Example:
namespace MyProgram.Testing
{
public class Test1
{
public void TestMethod()
{
String actualType = this.GetType().FullName.ToString();
return;
...
6
votes
3answers
927 views
How to represent class names in LaTeX?
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 otherwise works fine but my ...
5
votes
3answers
688 views
Java: Can a parent class statically retrieve the class name of a child class?
In reference to Java, I would like to statically know the class name of the current class. A is the parent class of B. I would like to have a static String in A (parent class) which contains the class ...
4
votes
2answers
80 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 to collect usefull ...
3
votes
1answer
54 views
Which is the best way to name namespace and class
1) A Namespace "Domain\Customer" with a Class "Model"
namespace MyDomain\Customer;
class Model { }
class Repository { }
namespace MyDomain\City;
class Model { }
class Repository { }
2) A Namespace ...
3
votes
3answers
585 views
Resolving a class name conflict in a Rails application
I have been building a Rails application that performs accounting functionality. As part of this, I have a model with the class name Transaction. So far so good, I have been building this ...
3
votes
4answers
553 views
How can I easily get a Scala case class's name?
Given:
case class FirstCC {
def name: String = ... // something that will give "FirstCC"
}
case class SecondCC extends FirstCC
val one = FirstCC()
val two = SecondCC()
How can I get "FirstCC" ...
3
votes
4answers
1k views
What characters are widely supported in CSS class names?
As detailed here among other places, the only valid characters in a html/css class name is a-z, A-Z, 0-9, hyphen and underscore, and the first character should be a letter. But in practice, what ...
3
votes
4answers
948 views
What does _Default keyword mean in c#
For example, I have created a webpage and it has _Default keyword in it.
public partial class _Default : System.Web.UI.Page
What does that keyword do in here? What is the point ?
3
votes
4answers
833 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 this project using ...
3
votes
3answers
342 views
Is it possible to get the class name from a static method? [closed]
Possible Duplicate:
Getting the class name from a static method in Java
When you are inside of a static method, is there a way to get the class name (a string containing the name) without ...
2
votes
2answers
88 views
In Java, is there a restriction on importing a class named ClassX inside a class with the same name?
If I have a class names ClassX in package a.b.c, and I want to import the class a.b.x.ClassX
Is there some restriction in Java preventing me from doing so? As far as usage goes, I can always use the ...
2
votes
2answers
138 views
Association between naming classes and naming their files in python (convention?)
In python (and some other languages) I have learned, that the name of a class should be written in small letters except for the first letter, which should be a capital letter. Example:
class FooBar:
...
2
votes
1answer
229 views
Div / CSS position not updating after javascript manipulation
I want to move a div that is normally floating on the right side to an absolute position (determined by js) and then back to its initial position.
The first part already works and relies on setting ...
2
votes
2answers
233 views
DOM HTMLElement className property when the element has no class name set
When you have an HTML element with no class name set, what is the value of HTMLElement className property? My first thought was that it is undefined, but I found out that in FF it is just an empty ...
2
votes
1answer
224 views
Ambiguous Class Namespace Issue
I... feel really silly asking this, but I'm not sure how to resolve the problem.
This is a little snippit of my code (Objective-C++):
#include "eq/eq.h"
namespace eqOther
{
class Window : public ...
2
votes
2answers
128 views
What to name an array of flags?
I have a project where lots of the objects hold state by maintaining simple boolean flags. There are lots of these, so I maintain them within a uint32_t and use bit masking. There are now so many ...
2
votes
6answers
674 views
PHP: Get class name of passed var?
I have a function that gets a class passed to it as a parameter. I would like to get the class name of the passed class as a string.
I tried putting this method in the passed class:
function ...
2
votes
2answers
304 views
Getting name of the class from an instance
I have the following problem: I get an instance of a class passed and want to know the name of the class of this instance. Any guess how to get this?
Thank you very much!
2
votes
5answers
102 views
Is there a common name in use for an object that gets data from a database?
I'm developing an API for use by one of our vendors to access data in our databases and I need to name my classes. I'm thinking about names such as Retriever, Accessor, and Controller (eg. ...
2
votes
4answers
1k views
How to convert the current class name of asp.net usercontrols to string on c#?
So I have tried GetType() but for some reason, It does include the namespace...
Does C# not have a property for a class specifying its name?
For example:
public class Parent : ...
2
votes
4answers
3k views
Get Namespace, classname from a dll in C# 2.0
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 need to run a method by ...
2
votes
2answers
2k views
Can C++ method names be qualified by the class name, in the header?
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 the method name valid ...
2
votes
8answers
2k views
How do I add a class to a given element?
I have a element that already has a class:
<div class="someclass">
<img ... id="image1" name="image1" />
</div>
Now I want to create a javascript function that will add ...
1
vote
6answers
85 views
how to replace class HTML name with javascript
ok so what I'm trying to do is to get the element's with the class name 'no-js' and replace it with 'js', so I have NO idea how to do this, I tried google around But couldn't find anything,
so does ...
1
vote
3answers
288 views
document.getElementById(“…”).className = “…”; Not working in IE
I created a business generator here: http://minespress.net/web_apps/business-cards/
I created a preview pane using document.getElementById("…").className = "…"; which switches the background image ...
1
vote
1answer
190 views
mootools className undefined
I really don't understand why that piece of code won't work :
$$('.nav_contact').addEvent('click', function(){
if (this.getStyle('color') != '#ffc000') {
this.tween('color','#ffc000');
...
1
vote
1answer
58 views
Regular Expression - new RegExp() searching/replacing string globally
I'm working on a project which at the moment is unable to have any 3rd party JS libraries (otherwise this would be a breeze with jQuery). One of the things within this project is form validation. ...
1
vote
3answers
68 views
Choosing informative class names
I'm having a hard time coming up with informative and useful class names. One class I am have this problem with makes requests to websites/servers. I thought it would only be fitting to name this ...
1
vote
0answers
40 views
JVMTI get name of called Class/File
I tried to read through the whole jvmti documentation and I didn't find a solution for my problem.
I want to get the name of the class/file that is used in the command line to call the program:
java ...
1
vote
2answers
246 views
Find out the class name of an apk
I am developing an app that should be able to launch another app installed on the phone. Currently, I am successful with launching facebook as the ActivityPackage and ActivityClass is known. I want to ...
1
vote
2answers
80 views
Replace part of class name via jquery based on active class
I've searched and tried this for hours to no avail. Here's what I'm trying to do:
I have a ul menu with three li classes: .1-is-on, .2-is-off, .3-is-off.Whichever li with the class .active, should ...
1
vote
3answers
167 views
object.className or object.getAttribute(“className/class”)?
Between both those :
Javascript
function setCss(object, css) {
return (object.className = css);
}
function getCss(object, css) {
return object.className;
}
Or
function getCss2(object)
{ ...
1
vote
1answer
108 views
Jquery, qunit selecting a substring of one classname
I am writing Qunit tests to test the validation engine of forms on our site. The structure of the form is standard with elements like the following:
<input id="name" ...
1
vote
4answers
799 views
Java - get the current class name?
All I am trying to do is to get the current class name, and java appends a useless non-sense $1 to the end of my class name. How can I get rid of it and only return the actual class name?
String ...
1
vote
1answer
172 views
Applying a class to a parent element in the DOM?
<li id="weather" class="widget-container widget-dark-blue">
<h3 class="widget-title">Weather</h3>
<?php include (TEMPLATEPATH . ...
1
vote
2answers
192 views
Is it possible to define an alias for a class in .NET?
The name of one of my classes was changed and I can't change it back. I have to mantain backwards compatibility and I don't want to write an wrapper with the old name.
Is there any easy way to give a ...
1
vote
1answer
260 views
Generating individual SWF's with classes from a fla with a large library
I have a series of large fla files that were being published into swc's and then used directly in an flash project. Probably a total of 1000+ objects. As the number grows the final compiled swf is ...
1
vote
4answers
1k views
Netbeans Shortcut to Open File
I remember seeing someone use a shortcut in NetBeans to open a dialog similar to phpStrom that can open files based on class names or is it file name. whats that?
1
vote
1answer
86 views
In rubyonrails, how to get the associated model class from and ActiveRecord::Relation object?
Suppose I have an model:
class Post
end
posts = Post.where(***)
puts posts.class # => ActiveRecord::Relation
Then how can I get the model class name through the variable 'posts', maybe ...
1
vote
4answers
407 views
Get the last classname of an array with jquery
i want get the last item of an array with class names. My code looks like this
var getClassName = [];
getClassName = $(this).attr('class').split();
console.log(getClassName);
In the console i ...
1
vote
2answers
1k views
QT : get the class name of an object
HI All,
I'm writing a test app that simulates key presses of another application. For every key press I have to check if the right window/form is shown. So what I do is get the pointer of the window ...
1
vote
1answer
42 views
How to retrieve a element by class name by its position
How do you translate the following into jQuery?
document.getElementsByClassName('x')[5]
$('.x')[5] does not seem to work. i could go with a
$('.x').each(){function(i){ if(i==5) return $(this) })
...
1
vote
1answer
601 views
fullCalendar className to multiple eventSources
I am trying to setup my fullCalendar event sources.
instead of pulling all of my events through 1 source, I would like to use multiple sources (ie: google, and local json)
Here is what I have so far ...
1
vote
2answers
261 views
How to set incremental CSS classes in each Table Cell with jQuery?
I have a table populated via a DB and it renders like so (it could have any number of columns referring to "time", 5 columns, 8 columns, 2 columns, etc):
<table id="eventInfo">
<tr>
...
1
vote
3answers
495 views
How can I find a Qt metaobject instance from a class name?
Is there a way to find the QMetaObject instance of a class, given the class name? what I like to do is to load objects from disk, but for this to happen, I need a way to retrieve a QMetaObject ...
1
vote
3answers
304 views
getting the name of a class through an instance of that class
I have a function that takes as parameters 2 instances of a (custom) class. But they can each be one of several classes, and I need to then call another function based on what type they are. I'd like ...
1
vote
8answers
688 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 I always forget it. ...