User oo - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T05:07:22Zhttp://stackoverflow.com/feeds/user/4653http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1692754/how-do-you-go-about-charging-for-building-a-website40how do you go about charging for building a websiteoo2009-11-07T11:28:02Z2009-12-05T17:14:12Z
<p>Someone has approached me to build a website for their small business. What is the protocol for laying out an offer for building a website in terms of pricing?</p>
<p>Do i charge for number of pages? If they want advanced features (flash, ajax,etc). is it just price per hour of development? What if i have no idea how long it will take? Are there any good ways of looking at a similar website to help determine if something is going to be a 20 hour job or a 100 hour job.</p>
<p>Are there any standard templates that are used when determining scope and pricing for a website development job?</p>
http://stackoverflow.com/questions/1844517/is-there-anyway-i-can-convert-a-list-of-applications-and-services-to-an-architect1is there anyway i can convert a list of applications and services to an architecture diagramoo2009-12-04T02:37:26Z2009-12-05T12:20:58Z
<p>i have a list of applications, services and databases in a text file. the list includes which applications are consumers of which services and which services use which databases. I would like to know if there is a tool that can take this data and generate an architecture diagram. i would like to output to be dynamic so when the text file is updated the diagram automatically updates</p>
<p>something similar to this tool (which doesn't seem available for the web)</p>
<p><a href="http://research.microsoft.com/en-us/projects/msagl/default.aspx" rel="nofollow">http://research.microsoft.com/en-us/projects/msagl/default.aspx</a></p>
http://stackoverflow.com/questions/1811666/using-the-outlook-object-model-can-i-get-the-fields-that-i-see-in-the-outlook-co0using the outlook object model, can i get the fields that i see in the outlook contactoo2009-11-28T05:23:06Z2009-12-04T02:10:12Z
<p>i am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person:</p>
<p>City, State, Country/Region
Alias
Title
Phone</p>
<p>i can't seem to find these properties on the AddressEntry object.</p>
<p><hr></p>
<p>EDIT: I started a bounty here. I got this working using LDAP queries but they are such a pain. I am shocked that outlook doesn't support this in its simple api. i wanted to see if anyone else got it working or can explain / justify why outlook would not have support for this</p>
http://stackoverflow.com/questions/293292/software-tool-for-agile-project-management2Software tool for agile project managementoo2008-11-16T00:34:26Z2009-12-04T00:32:13Z
<p>We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but one thing that it lacks is the idea of user stories versus tasks in those users stories. Does anyone recommend other task board like agile project management tools that fully support users stories and tasks as well as being fast and simple to user. I started looking at targetprocess so if anyone has feedback on that specifically it would be great as well.</p>
http://stackoverflow.com/questions/1830651/how-can-i-test-my-website-with-ie62how can i test my website with ie6oo2009-12-02T04:30:14Z2009-12-03T19:50:17Z
<p>i worked on a website in the latest firefox and then presented it on a machine that just had ie6 (and it looked horrible). is there anyway i can test what it will look like in IE6 without having to actually download. I see that ie8 has a compatibility mode (to show what it would look like in ie7), is there a similar thing for ie 6?</p>
http://stackoverflow.com/questions/1674374/having-resharper-give-errors-for-all-unused-parameters-except-on-events0having resharper give errors for all unused parameters except on eventsoo2009-11-04T15:04:59Z2009-12-03T15:28:57Z
<p>we want to have resharper complain and show errors every time we have a unused parameter to make sure the developers keep code clean and remove stuff that is not being used</p>
<p>the one area where this falls over is events, because we have a lot of case where you are not using the sender object in the basic pattern.</p>
<pre><code>(object sender, EventArgs args)
</code></pre>
<p>is there anyway to have resharper complain on everything EXCEPT event handlers?</p>
http://stackoverflow.com/questions/1491920/visual-studio-2008-creating-new-classes3Visual Studio 2008 creating new classes?oo2009-09-29T11:15:04Z2009-12-01T21:56:36Z
<p>I upgraded to <a href="http://en.wikipedia.org/wiki/Microsoft%5FVisual%5FStudio#Visual%5FStudio%5F2008" rel="nofollow">Visual Studio 2008</a> and for some reason when I create new class files, it loads a completely blank file as opposed to giving me the basic using code and the list of the class name (being the file name).</p>
<p>So if I create a new code file called Order.cs, it is no longer put in by default:</p>
<pre><code>using system;
public class Order
{
}
</code></pre>
<p>Is this a Visual Studio user preference?</p>
http://stackoverflow.com/questions/1630592/can-you-have-cell-specific-background-colors-in-the-table-plus-macro-on-confluenc0can you have cell specific background colors in the table-plus macro on confluenceoo2009-10-27T12:51:16Z2009-12-01T21:52:21Z
<p>i am using this table-plus macro with confluence:</p>
<p><a href="http://confluence.atlassian.com/display/CONFEXT/Table-plus+macro" rel="nofollow">http://confluence.atlassian.com/display/CONFEXT/Table-plus+macro</a></p>
<p>does anyone know if you can have cell level formattin. i only see column level formatting.</p>
http://stackoverflow.com/questions/1600961/error-running-asp-net-mvc-2-project-out-of-the-box-in-vs-20103error running asp.net mvc 2 project out of the box in vs 2010oo2009-10-21T13:50:35Z2009-12-01T20:28:09Z
<p>i created a new solution and it builds fine targeting framework 4.0 but when i run it, my browser comes up saying:</p>
<p><strong>The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /</strong></p>
<p>any ideas on how to debug this?</p>
http://stackoverflow.com/questions/1787655/how-to-store-regions-in-a-database-field1how to store regions in a database fieldoo2009-11-24T03:49:44Z2009-11-30T20:12:13Z
<p>i have a webbased tracking application and i am storing data in SQL server. I am tracking which locations i have deployed applications. The web interface is a dropdown combo and I have a varchar(100) field right now. I have the user select a dropdown list:</p>
<ul>
<li>Global</li>
<li>America</li>
<li>Europe</li>
<li>Asia</li>
</ul>
<p>but now i have applications that are stored in more than one region (but not necessarily global)</p>
<p>should i get rid of the "global" option and just have a multi-select field with America, Europe and Asia.</p>
<p>I am trying to think of the implications when i go query this data as i would like to slice and dice this data and run queries to get metrics per region, etc.</p>
<p>what is the best way for me to store this data?</p>
http://stackoverflow.com/questions/1819426/sql-server-2005-simple-query-no-longer-returning0sql server 2005 simple query no longer returningoo2009-11-30T12:08:34Z2009-11-30T18:20:17Z
<p>i have a db with about 15 tables. 14 of them work fine . .suddenly doing "select * from table" on one of then (which usually takes < 2 seconds to return, now doesn't seem to return ever. (i have been waiting over 8 minutes). what are the best next steps to debug what is going on? i noticed this as my asp.net website started timing out but i get the same issues directly from sql server mgmt studio.</p>
http://stackoverflow.com/questions/1818101/whats-the-best-way-to-model-dependencies-in-sql-relational-database0whats the best way to model dependencies in SQL relational databaseoo2009-11-30T06:14:38Z2009-11-30T13:44:53Z
<p>if i have a table called <strong>projects</strong> and a project can have a dependency on one or many other projects, what is the best way to model this in db tables.</p>
<p>i have one table called <strong>Projects</strong> with columns: <strong>ID, Name</strong></p>
<p>i was thinking of having a new column called Dependencies and just store the ID of another project but i just realized that there can be many project dependencies so i can store this as a comma delimited list of project IDs but i wanted to get opinions on any other way to model this in a relational db.</p>
http://stackoverflow.com/questions/1819599/how-do-i-handle-server-side-validation-error-if-i-have-a-form-running-inside-a-jq0how do i handle server side validation error if i have a form running inside a jquery ui dialogoo2009-11-30T12:41:00Z2009-11-30T12:41:00Z
<p>i have the following code in my controller after the user posts the form but if the validation fails (_applicationValidator.Validate), i normally reload the "Edit" view but in this case i want to keep the dialop open and simply show these errors inside the dialog </p>
<p><strong>Controller Code:</strong></p>
<pre><code> [AcceptVerbs(HttpVerbs.Post)]
public ActionResult Update(ApplicationUpdater applicationUpdater_)
{
if (_applicationValidator.Validate(applicationUpdater_, ModelState, ValueProvider))
{
_repo.UpdateApplication(applicationUpdater_);
ApplicationsViewModel vm = new ApplicationsViewModel();
vm.Applications = _repo.GetApplications();
return View("Index", vm);
}
else
{
ApplicationViewModel vm = GetApplicationVM();
return View("Edit", vm);
}
}
</code></pre>
<p><strong>View Code (jquery)</strong></p>
<pre><code> $(".showEditPopup").click(function() {
$.post("Applications/ShowEdit",
{ recnum: $(this).parents('tr:first').attr("recnum") },
function(htmlResult) {
$("#EditUserControlDiv").remove();
$("#container").append(htmlResult);
$("#container select[multiple]").asmSelect();
$("#EditUserControlDiv").dialog(
{
height: 675,
width: 650,
modal: true
}
);
}
);
});
</code></pre>
http://stackoverflow.com/questions/1570075/what-is-the-logic-of-lightbox-2-on-where-to-position-the-popup0what is the logic of lightbox 2 on where to position the popupoo2009-10-15T03:00:33Z2009-11-30T09:35:00Z
<p>it seems that when using firefox or chrome it shows up in different places on different pages. Is there any setting to have it show at the same height on every page for consistency. Does anyone know what the css or logic its using to determine positioning.</p>
http://stackoverflow.com/questions/1817985/how-do-i-create-a-comma-separated-list-using-a-sql-query1How do I Create a Comma-Separated List using a SQL Query?oo2009-11-30T05:31:35Z2009-11-30T06:15:26Z
<p>i have 3 tables called: </p>
<ul>
<li>Applications (id, name)</li>
<li>Resources (id, name)</li>
<li>ApplicationsResources (id, app_id, resource_id)</li>
</ul>
<p>i want to show on a gui a table of all resource names. in one cell in each row, i would like to list out all of the applications (comma separated) of that resource.</p>
<p>So the question is what is the best way to do this in SQL as i need to get all resources but i also need to get all applications for each resource? </p>
<p>Do i run a select * from resources first and then loop through each resource and do a seperate query per resource to get the list of applications for that resource?</p>
<p>is there a way i can do this in one query?</p>
http://stackoverflow.com/questions/1817907/should-nested-tables-have-any-horizontal-space-in-between-them0should nested tables have any horizontal space in between themoo2009-11-30T04:50:31Z2009-11-30T04:55:55Z
<p>i think i have set all padding, margin, border-spacing, etc to 0 but i have a nested table within another table and there is a very tiny (but visible) horizontal space.</p>
<p>I know this as the backcolor of the nested table is blue and the backcolor of the top table is white and i can see a line of white to the right and left of the table.</p>
<p>Is there any way around this? </p>
http://stackoverflow.com/questions/1817602/does-jquery-post-or-ui-dialog-have-a-please-wait-icon-option0does jquery .post or ui dialog have a "please wait . ." icon option?oo2009-11-30T02:33:04Z2009-11-30T03:43:11Z
<p>when i click on a link, i have a jquery .post call in a javascript function. This calls a controller action which returns a partialresult into a jquery ui dialog.</p>
<p>this process can take a few seconds as the controller calls the model for some calculations, etc . .</p>
<p>anyway, is there anyway to display a "Please wait . ." or animated icon from the time after the link is clicked up until the dialog is displayed ?</p>
http://stackoverflow.com/questions/1817484/when-using-jquery-dialog-how-do-you-call-functions-when-populating-via-ajax0when using jquery dialog, how do you call functions when populating via ajax.oo2009-11-30T01:39:06Z2009-11-30T01:45:21Z
<p>i am trying to get asmSelect, which works fine on its own:</p>
<p><a href="http://www.ryancramer.com/projects/asmselect/examples/example1.html" rel="nofollow">http://www.ryancramer.com/projects/asmselect/examples/example1.html</a></p>
<p>but i am now trying to get it to work on a page that get dynamically populated into a jquery UI dialog popup but it doesn't seem to be working. I am basically mimicing the code below and rendering a partialresult inside of a dialog.</p>
<p><a href="http://blog.stevehorn.cc/2009/06/rendering-modal-dialog-with-aspnet-mvc.html" rel="nofollow">http://blog.stevehorn.cc/2009/06/rendering-modal-dialog-with-aspnet-mvc.html</a></p>
<p>i guess my question is when you are loading stuff dynamically through ajax, this code in asmSelect doesn't seem to work as the code isn't there yet.</p>
<pre><code><script type="text/javascript">
$(document).ready(function() {
$("select[multiple]").asmSelect();
});
</script>
</code></pre>
<p>where can i put this ? do i need to shove all of the jquery references and this code into the usercontrol?</p>
http://stackoverflow.com/questions/1816975/can-you-load-a-new-page-into-a-jquery-ui-dialog-with-asp-net-mvc0can you load a new page into a jquery ui dialog with asp.net mvcoo2009-11-29T22:19:10Z2009-11-29T23:31:29Z
<p>i have a regular html Grid and i am binding my asp.net mvc view to a strongly typed array called <strong>MyObject[]</strong>. MyObject has 40 properties but i only populate 10 of them because that is what is shown on the main grid. this is in the index view.</p>
<p>i want to add a column to my grid to have a link that says <strong>"Edit Details"</strong>. this would bring up jquery ui dialog with a form to fill out and allow the user to edit the details. i basically want to show my whole edit view inside the jquery ui dialog on top of the index page.</p>
<p>the one issue that i have is there is a lot more data in the details screen than i have brought down from the server. This was fine when Edit was a seperate page because i went back to the server and populated all the detail data and then did the binding the the edit page but i obviously can't do that now. </p>
<p>So, is there anyway to rebind to a particular <strong>MyObject</strong> that I repopulate from the server or do i have to bring everything down at first and use jquery to populate these fields when i click on the row. </p>
http://stackoverflow.com/questions/1816740/how-can-i-call-a-controller-action-directly-from-a-javascript-function0how can i call a controller action directly from a javascript function . .oo2009-11-29T20:55:32Z2009-11-29T21:04:08Z
<p>I have the following code that shows a jquery ui dialog form with data for the user to enter:</p>
<pre><code>$("#dialog").dialog({
bgiframe: true,
autoOpen: false,
height: 300,
modal: true,
buttons: {
'Create an account': function() {
var bValid = true;
allFields.removeClass('ui-state-error');
bValid = bValid && checkLength(name, "username", 3, 16);
bValid = bValid && checkLength(email, "email", 6, 80);
bValid = bValid && checkLength(password, "password", 5, 16);
bValid = bValid && checkRegexp(name, /^[a-z]([0-9a-z_])+$/i, "Username may consist of a-z, 0-9, underscores, begin with a letter.");
// From jquery.validate.js (by joern), contributed by Scott Gonzalez: http://projects.scottsplayground.com/email_address_validation/
bValid = bValid && checkRegexp(email, /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i, "eg. ui@jquery.com");
bValid = bValid && checkRegexp(password, /^([0-9a-zA-Z])+$/, "Password field only allow : a-z 0-9");
if (bValid) {
$('#users tbody').append('<tr>' +
'<td>' + name.val() + '</td>' +
'<td>' + email.val() + '</td>' +
'<td>' + password.val() + '</td>' +
'</tr>');
$(this).dialog('close');
}
},
Cancel: function() {
$(this).dialog('close');
}
},
close: function() {
allFields.val('').removeClass('ui-state-error');
}
});
</code></pre>
<p>if you see, it calls this code when successful:</p>
<pre><code> if (bValid) {
$('#users tbody').append('<tr>' +
'<td>' + name.val() + '</td>' +
'<td>' + email.val() + '</td>' +
'<td>' + password.val() + '</td>' +
'</tr>');
$(this).dialog('close');
}
</code></pre>
<p>instead of sticking in this html inside the current page, i want to grab all of the fields and send them to a controller action. any suggestion on how can you build up a controller action directly from javascript?</p>
http://stackoverflow.com/questions/1815859/how-to-get-value-of-first-column-in-current-row-in-html-table-using-jquery1how to get value of first column in current row in html table using jqueryoo2009-11-29T15:51:57Z2009-11-29T16:26:58Z
<p>i have the following Delete confirmation code using jquery. The issue is that it assume the location of the name column. I now have name in the first row. Instead of using .prev('td'), is there anyway to get the value from the first column in the current row using jquery</p>
<pre><code><script type='text/javascript'>
$(document).ready(function() {
$("a.delete").click(function(e) {
e.preventDefault();
var url = $(this).attr("href");
var name = $(this).parent().prev('td').prev('td').text();
jConfirm('Are you sure you want to delete this:' + name, 'Application Delete', function(r) {
if (r) {
window.location = url;
}
});
});
});
</script>
</code></pre>
http://stackoverflow.com/questions/1811488/how-do-i-make-a-method-work-for-any-enum2How do I make a method work for any enumoo2009-11-28T03:47:22Z2009-11-29T06:47:03Z
<p>I have the following code, where ApplicationType is an enum. I have the same repeated code (everything except the parameter types) on many other enums. Whats the best way to consolidate this code?</p>
<pre><code> private static string GetSelected(ApplicationType type_, ApplicationType checkedType_)
{
if (type_ == checkedType_)
{
return " selected ";
}
else
{
return "";
}
}
</code></pre>
http://stackoverflow.com/questions/1785854/how-do-you-divide-integers-and-get-a-double-in-c2How do you divide integers and get a double in C#?oo2009-11-23T20:50:42Z2009-11-29T05:52:08Z
<pre><code>int x = 73;
int y = 100;
double pct = x/y;
</code></pre>
<p>Why do I see 0 instead of .73?</p>
http://stackoverflow.com/questions/1777420/database-design-how-do-i-track-information-over-time-and-query-a-table-for-late1Database design - how do I track information over time and query a table for latest data?oo2009-11-22T01:12:31Z2009-11-29T05:51:11Z
<p>We are trying to track our applications in our department and our unit test usage so I have created a database to keep track of this. I have an <strong>Applications</strong> table and at first, I created a <strong>UnitTests</strong> column in the <strong>Applications</strong> table but I just realized that by simply keeping this up to date it will overwrite the history of unit test for that application.</p>
<p>Since I want to be able to extract the data here over time to produce charts that show progress, I realized that I needed a separate table called <strong>UnitTestTracking</strong> which has the following columns:</p>
<ul>
<li>ID (primaryKey)</li>
<li>application_ID(int)\</li>
<li>date_added (datetime) </li>
<li>unittestcount (int)</li>
</ul>
<p>This way, people can add new entries once a week or once a month in this table and we will have a history over time to show progress for each application and the total across all applications.</p>
<p>The one issue now is: How would I write a query against this table to get the total count across all applications since different applications will be adding entries in this table at different times?</p>
<p>Essentially (in pseudo-SQL) I need something like:</p>
<p>"Select count of unit tests across all applications where the application data_added is the latest date added for that application id"</p>
<p>How you would write this query?</p>
http://stackoverflow.com/questions/1777327/database-design-do-i-need-one-of-two-database-fields-for-this0Database design - do I need one of two database fields for this?oo2009-11-22T00:36:18Z2009-11-29T05:48:02Z
<p>I am putting together a schema for a database. The goal of the database is to track applications in our department. I have a repeated problem that I am trying to solve.</p>
<p>For example, I have an "Applications" table. I want to keep track if any application uses a database or a bug tracking system so right now I have fields in the Applications table called</p>
<p>Table: <strong>Applications</strong><br>
UsesDatabase (bit)<br>
Database_ID (int)<br>
UsesBugTracking (bit)<br>
BugTracking_ID (int) </p>
<p>Table: <strong>Databases:</strong><br>
id<br>
name </p>
<p>Table: <strong>BugTracking:</strong><br>
id<br>
name </p>
<p>Should I consolidate the "uses" column with the respective ID columns so there is only one bug tracking column and only one database column in the applications table?</p>
<p>Any best practice here for database design?</p>
<p><hr></p>
<p>NOTE: I would like to run reports like "Percent of Application that use bug tracking" (although I guess either approach could generate this data.)</p>
http://stackoverflow.com/questions/1779679/how-can-i-make-this-repeated-code-more-elegant0How can I make this repeated code more elegant?oo2009-11-22T19:19:40Z2009-11-29T05:45:23Z
<p>I have this repeated code below and I am assuming that this can be consolidated but if you notice each dictionary is different generic dictionary:</p>
<p>dictionary1 is of type </p>
<pre><code>Dictionary<int, ContinuousIntegrationSolution>
</code></pre>
<p>whereas dictionary2 is of type:</p>
<pre><code>Dictionary<int, BugTracker>
DataTable dt = GetDataTable("CI");
for (int i = 0; i < dt.Rows.Count; i++)
{
DataRow dr = dt.Rows[i];
int id = Convert.ToInt32(dr["id"]);
string name = dr["name"].ToString();
_dictionary1[id] = new ContinuousIntegrationSolution(){Name = name};
}
DataTable dt1 = GetDataTable("Bug_Tracking");
for (int i = 0; i < dt1.Rows.Count; i++)
{
DataRow dr = dt1.Rows[i];
int id = Convert.ToInt32(dr["id"]);
string name = dr["name"].ToString();
_dictionary2[id] = new BugTracker() { Name = name };
}
DataTable dt2 = GetDataTable("SDLC");
for (int i = 0; i < dt2.Rows.Count; i++)
{
DataRow dr = dt2.Rows[i];
int id = Convert.ToInt32(dr["id"]);
string name = dr["name"].ToString();
_dictionary3[id] = new SDLCProcess() { Name = name };
}
</code></pre>
<p><hr></p>
<p>NOTE: I have fixed the few typos that were mentioned below.</p>
http://stackoverflow.com/questions/1653280/getting-count-of-related-tags0Getting count of related tagsoo2009-10-31T03:12:04Z2009-11-29T05:21:44Z
<p>I recently asked this question to get related tags like in Stack Overflow:
<a href="http://stackoverflow.com/questions/1648190/what-is-the-query-to-get-related-tags-like-in-stack-overflow">http://stackoverflow.com/questions/1648190/what-is-the-query-to-get-related-tags-like-in-stack-overflow</a></p>
<p>I would like to show the count like in Stack Overflow, so with each related tag, what is the count of this other tag on questions with the first tag?</p>
<p>Because these queries all have distinct in them. I don't think it is possible but obviously Stack Overflow must be doing this (unless they are doing this in multiple queries.)</p>
<p>Is there any way to get count of related tags all in the same query or must it be done in separate queries?</p>
http://stackoverflow.com/questions/1812548/how-to-enforce-a-database-self-join-or-is-there-a-better-way0how to enforce a database self join (or is there a better way)oo2009-11-28T13:45:58Z2009-11-28T17:25:46Z
<p>I have an employees table in a database, and I want to link an employee to their manager:</p>
<h2><strong>Employee</strong> Table</h2>
<ul>
<li>employee_id </li>
<li>first_name</li>
<li>last_name</li>
<li>manager_id</li>
</ul>
<p>If the manager_id is just another row in the same table where the manager has it as their employee, what is the best way to enforce that if I delete an employee it verifies that this employee is not the manager of another employee?</p>
<p>Is there a better best practice for this?</p>
http://stackoverflow.com/questions/1812751/trying-to-inner-join-multiple-tables-but-always-returning-0-rows1trying to inner join multiple tables but always returning 0 rows.oo2009-11-28T15:18:50Z2009-11-28T16:04:32Z
<p>I am trying to figure out why this query returns 0 rows as there is data in all 3 tables.</p>
<h2>Here are my tables:</h2>
<p>Table1: Applications
Columns: ID, Name</p>
<p>Table2: Resources<br>
Columns: ID, Name</p>
<p>Table3: ApplicationResourceBridge<br>
Columns: ID, app_id, resource_id</p>
<h2>And Here is the query</h2>
<pre><code>SELECT Resources.name
, ApplicationResourceBridge.resource_id AS Expr3
FROM Resources
INNER JOIN Applications
ON Resources.id = Applications.id
INNER JOIN ApplicationsResources
ON Resources.id = ApplicationResourceBridge.resource_id
</code></pre>
http://stackoverflow.com/questions/1812628/is-there-any-site-i-can-type-in-a-html-color-and-see-the-actual-color2is there any site i can type in a HTML color and see the actual coloroo2009-11-28T14:29:39Z2009-11-28T14:47:35Z
<p>i would want to type in something like this: #a6e2a6 and see the actual color</p>
http://stackoverflow.com/questions/1844517/is-there-anyway-i-can-convert-a-list-of-applications-and-services-to-an-architectComment by oo on is there anyway i can convert a list of applications and services to an architecture diagramoo2009-12-04T03:03:12Z2009-12-04T03:03:12Zthat is fine, i can convert to XML.. do you know a library to use once i have it in xml?http://stackoverflow.com/questions/1811666/using-the-outlook-object-model-can-i-get-the-fields-that-i-see-in-the-outlook-co/1844445#1844445Comment by oo on using the outlook object model, can i get the fields that i see in the outlook contactoo2009-12-04T02:54:23Z2009-12-04T02:54:23Zi am looking for the global address book here.. not your local contacts listhttp://stackoverflow.com/questions/1819426/sql-server-2005-simple-query-no-longer-returning/1819434#1819434Comment by oo on sql server 2005 simple query no longer returningoo2009-11-30T12:34:03Z2009-11-30T12:34:03Zhmm . .i dont seem to have this installed.http://stackoverflow.com/questions/1819426/sql-server-2005-simple-query-no-longer-returning/1819453#1819453Comment by oo on sql server 2005 simple query no longer returningoo2009-11-30T12:16:50Z2009-11-30T12:16:50Zi ran select * from sys.dm_exec_requests and i see a number of records but i am not sure what to do here . .http://stackoverflow.com/questions/1819426/sql-server-2005-simple-query-no-longer-returning/1819453#1819453Comment by oo on sql server 2005 simple query no longer returningoo2009-11-30T12:14:47Z2009-11-30T12:14:47Zcan you clarify what you mean . . when i run sys.dm_exec_requests by itself, i get: The request for procedure 'dm_exec_requests' failed because 'dm_exec_requests' is a view object.http://stackoverflow.com/questions/1817985/how-do-i-create-a-comma-separated-list-using-a-sql-query/1818004#1818004Comment by oo on How do I Create a Comma-Separated List using a SQL Query?oo2009-11-30T05:42:10Z2009-11-30T05:42:10Zis this db agnostic or specific to a single db?http://stackoverflow.com/questions/1817985/how-do-i-create-a-comma-separated-list-using-a-sql-queryComment by oo on How do I Create a Comma-Separated List using a SQL Query?oo2009-11-30T05:41:38Z2009-11-30T05:41:38Zi would like my solution to be db agnostichttp://stackoverflow.com/questions/1817907/should-nested-tables-have-any-horizontal-space-in-between-them/1817916#1817916Comment by oo on should nested tables have any horizontal space in between themoo2009-11-30T05:12:09Z2009-11-30T05:12:09Zcan you explain your last sentence ... what css methods could replicate a table formathttp://stackoverflow.com/questions/1817907/should-nested-tables-have-any-horizontal-space-in-between-them/1817915#1817915Comment by oo on should nested tables have any horizontal space in between themoo2009-11-30T05:11:26Z2009-11-30T05:11:26Zyes, that is what i meanthttp://stackoverflow.com/questions/1817602/does-jquery-post-or-ui-dialog-have-a-please-wait-icon-option/1817613#1817613Comment by oo on does jquery .post or ui dialog have a "please wait . ." icon option?oo2009-11-30T03:11:34Z2009-11-30T03:11:34Zgriegs - do you know if any of the center plugins gray out the background ??http://stackoverflow.com/questions/1817602/does-jquery-post-or-ui-dialog-have-a-please-wait-icon-option/1817613#1817613Comment by oo on does jquery .post or ui dialog have a "please wait . ." icon option?oo2009-11-30T02:43:55Z2009-11-30T02:43:55Zhow do you have this image show up in the middle of the screen. i have a big html table on the screen so showing it at the top or bottom looks strange . . http://stackoverflow.com/questions/1816975/can-you-load-a-new-page-into-a-jquery-ui-dialog-with-asp-net-mvc/1817122#1817122Comment by oo on can you load a new page into a jquery ui dialog with asp.net mvcoo2009-11-29T23:35:40Z2009-11-29T23:35:40Zi have no issues passing parameter back to the server using ajax but what i dont understand is when i get a response, what kicks off the dialog from showing.http://stackoverflow.com/questions/1816975/can-you-load-a-new-page-into-a-jquery-ui-dialog-with-asp-net-mvc/1816986#1816986Comment by oo on can you load a new page into a jquery ui dialog with asp.net mvcoo2009-11-29T22:30:29Z2009-11-29T22:30:29Zwhat do you mean partial post back using jquery ??http://stackoverflow.com/questions/1815859/how-to-get-value-of-first-column-in-current-row-in-html-table-using-jquery/1815873#1815873Comment by oo on how to get value of first column in current row in html table using jqueryoo2009-11-29T20:58:43Z2009-11-29T20:58:43Zyes, this is a nested table . . basically for layout purposes as their is a main table that represents the whole page and this is a section within the main page . .http://stackoverflow.com/questions/1777420/database-design-how-do-i-track-information-over-time-and-query-a-table-for-lateComment by oo on Database design - how do I track information over time and query a table for latest data?oo2009-11-29T20:57:43Z2009-11-29T20:57:43Zdone.. thanks for all the info and comments !!!