Daniel A. White

11,144
reputation
1748 views

Registered User

name Daniel A. White
member for 1 year
seen 4 hours ago
website
location Kent, Ohio
age 23
Senior Computer Science major at Kent State University in Ohio Skills include: .NET (VB and C#), C, C++, web technologies V8HHrTovvaPqOBKj KLv4s59
13h
answered What’s the bean pattern name when used in other languages
14h
answered Basic Datatypes in SQL Server?
14h
accepted Best practice for moving C# .NET project files across servers
14h
answered Best practice for moving C# .NET project files across servers
14h
revised the speaker interface
added 18 characters in body
15h
answered How to Create a Cloud Chart?
17h
comment Windows 7 SDK installation failure
Did you read that faq?
2d
answered What does inconsistent accessibility mean in C#?
2d
revised What does inconsistent accessibility mean in C#?
added 206 characters in body
2d
revised How to dynamically set HTTP Header in Apache 2.2?
edited tags
2d
accepted change background color of current element
2d
comment change background color of current element
Are you just changing it one time? How important is cross browser? Do you have jquery?
2d
comment change background color of current element
@Gandoalf, it does it more modern and standards compliant browsers.
2d
comment change background color of current element
Not all browsers fully suport the :hover psuedo-class
2d
answered change background color of current element
2d
comment .htm pages working but .aspx pages throwing errors
Hi mike, this is a programming site. this sounds like a problem for serverfault. we will migrate your question. they will need more details over there.
Dec
11
answered Detect VMWare programatically
Dec
11
comment Using partial classes to add private properties?
i never knew u could make anything internal...
Dec
11
answered Using partial classes to add private properties?
Dec
11
comment Limit RemoveAll to a certain number of objects
Take does not modify the list.
Dec
11
answered Limit RemoveAll to a certain number of objects
Dec
11
comment Coding horror is dead?
See the root page. codinghorror.com
Dec
11
comment How do you give an .exe an ico image in Visual Studio?
Or even Win32 C++ or MFC?
Dec
11
answered How do you give an .exe an ico image in Visual Studio?
Dec
11
comment How do you give an .exe an ico image in Visual Studio?
What language C# or VB?
Dec
11
comment Trouble uploading to twitpic
Is there an extra line after Content-Type?
Dec
11
answered Get a subsection of HTML document
Dec
11
revised Grid data not updating based on text typed in TextBox
added 11 characters in body; edited tags
Dec
11
revised php email mysql
edited tags
Dec
9
comment Searching for non-commercial license for source code
@Neil - it makes it easier to find the questions to close.
Dec
9
comment Remove IPSEC policy from W2k3 DC
@raven - leave the tags for belongs-on-... they will be removed on the system.
Dec
9
comment Unable to write to Disk at Godaddy
Please contact godaddy for support.
Dec
9
comment how to use asp.net list view control of framework 3.5 into framework 2.0 ?
could you please revise your question?
Dec
8
comment .NET DateTime.Parse
*Are.............
Dec
8
comment .NET DateTime.Parse
Is your locale settings in windows set properly?
Dec
8
comment Extract all h6 tags from a TextArea using JavaScript
Yes, jQuery returns an array-like structure.
Dec
8
answered Extract all h6 tags from a TextArea using JavaScript
Dec
6
awarded  Mortarboard
Dec
6
comment Is there any way to tell if the Windows Directory is writeable without actually writing to it to test?
why is it writing to the windows directory?
Dec
6
answered Bought web design - table structure or CSS layout?
Dec
4
comment ASP .net (IIS 7) web site hanging after reboot
It might be recompiling. Are you using an App_Code directory or DLLs?
Dec
3
comment Can’t connect Gtalk from external services like meebo, or clients like iChat and Adium
This belongs on superuser.com.
Dec
3
comment A function to determine whether one type extends or inherits another in PHP?
@ChristopheD you have the right idea.
Dec
3
comment A function to determine whether one type extends or inherits another in PHP?
is there a way to not construct the object?
Dec
3
asked A function to determine whether one type extends or inherits another in PHP?
Dec
2
comment Inside function variables to be used in includes in PHP
Does it have to be directly related? I am using a _include_once which extends the input include_once for a directory offset.
Dec
2
comment Inside function variables to be used in includes in PHP
I really don't want to do this. I am constructing a simple view engine.
Dec
2
asked Inside function variables to be used in includes in PHP
Dec
2
comment Calling subclass’s function from superclass based on string in PHP
Thanks. works like a charm!
Dec
2
asked Calling subclass’s function from superclass based on string in PHP