1
vote
2answers
57 views
Wordpress - Skip category page if only one post in category
Hi there, I'm trying to figure out a way of being able to click a link in a sidebar and skip straight to a single page if there is only one post in a category.
This is the website …
1
vote
4answers
816 views
How to insert text with single quotation sql server 2005
I want to insert text with single quote
Eg john's to table in sql server 2005 database
3
votes
5answers
69 views
Difference between Single Responsibility Principle and Separation of Concerns
What is the difference between Single Responsibility Principle and Separation of Concerns?
1
vote
9answers
269 views
only update 1 column with linq
Hi,
I'm using linq to retrieve a row from a table in the database.
Now I only update 1 column.
Then I update it back into the database.
this goes well, except for the times any o …
5
votes
10answers
217 views
.NET solution - many projects vs one project
Hi all,
We currently have a rapidly growing C# codebase. Currently we have about 10 projects, split up in the usual categories, common/util stuff, network layer, database, ui com …
0
votes
1answer
37 views
ASP.NET: strategies to manage a single browser instance…(no new tabs/windows)
All the browsing to this particular website should happen within the instance it was logged-in from...it should not allow side-by-side browsing if opened in a new tab or a new wind …
3
votes
4answers
839 views
Rails Single Table Inheritance - What is the best way to explicitly set type?
I am using single table inheritance in my rails application, and want to explicitly set the type of an instance.
I have
class Event < ActiveRecord::Base
class SpecialEvent &l …
0
votes
3answers
129 views
SQL query to get duplicate record counts based on other factors
I have a table (participants) which has multiple columns that could all be distinct.
Two columns that are of special interest in this query are the userID and the programID
I have …
1
vote
2answers
48 views
a MYSQL script to convert the column names to lowercase
I am looking for a single MYSQL script to convert ALL column names in a database to lowercase in one go...
I have inherited a MYSQL database that has a lot of mixed case column na …
0
votes
1answer
48 views
Single click in a drag and drop JTable
Hi Everyone,
Sorry if this was asked before, I googled everywhere with no luck.
Here's my problem: I'd like to drag and drop rows within a JTable. I cannot get it to work without …
0
votes
1answer
33 views
Multiple UITabbarComtroller in one iPhone App
Is it possible to have more than one UITabbarController in a single iPhone application?
My application has more than one sections, each section needs to have its own UITabbarContr …
1
vote
1answer
40 views
Access Running Instance Of Application
Hi,
I found there are lots of posts showing how to detect if the application instance already running. But I cant find any one that shows how to access or use the same running app …
4
votes
2answers
148 views
Convert Single Line Comments To Block Comments
I need to convert single line comments (//...) to block comments (/*...*/). I have nearly accomplished this in the following code; however, I need the function to skip any single l …
0
votes
5answers
130 views
C# passing Single as reference
I would like to have a method where the parameter could be Int32 or Single:
void myMethod( ref object x )
{
//...CodeHere
}
Since C# does not allow me to pass a specializat …
0
votes
3answers
458 views
Map one-to-many tables relationship to a single entity framework object
Hi,
I have the following tables in the database (just a demo, of course):
Positions
PositionId
Limits
LimitId
PositionId
I want to left join them into a single entity (al …
