0
votes
1answer
2 views
iPhone: Is there a way to loadFromNib AND have a reuseIdentifier?
I am thinking about this problem now for very long.
I try to use different types of cells in my table, that each have their own cell controller and have a reuseIdentifier AND load …
0
votes
1answer
23 views
Accessing function from multiple forms on same page.
Hi,
I have the following function:
<script type="text/javascript">
$(function(){
// start a counter for new row IDs
// by setting it to the number
// …
0
votes
0answers
29 views
Child Controller reuse (Navigation Controller setup in Beginning iPhone 3 Development)
My apologies for posting such a book-specific question but by question relates to a particular explanation, which some of the members here may have come across, in "Beginning iPhon …
0
votes
1answer
154 views
Reusing a TreeView’s expand [+] and collapse [-] buttons in WPF
Is there a way to reuse the simple expand [+] and collapse [-] buttons that appear next to nodes in a WPF TreeView? I would like to have a similar graphic elsewhere in my applicati …
0
votes
3answers
98 views
Can we include common css class in another css class?
Hi,
I am a CSS newbie. I am just wondering, is that possible to include one common class into another class?
for example,
.center {align: center};
.content { include .center her …
3
votes
10answers
294 views
Good strategies for developing throwaway code?
I frequently write throwaway code (in a research environment) - for example to explore an algorithm or a model for a scientific property or process. Many of these "experiments" are …
0
votes
2answers
53 views
is it possible extern a win32 application (only have exe file)
Hi all
I have a application (win32 exe file) without source code.
Is it possible I write C# application and reuse some function in that win32 .exe file?
Thanks for your reading. …
0
votes
1answer
34 views
Best way to reuse a dialog in WPF?
I have a WPF dialog with a couple user controls and some other standard controls. We have many uses for this dialog with specific tweaks. Right now this dialog manages all of the l …
3
votes
2answers
142 views
Maven reuse in poms
In our Maven project, we are trying the following directory structure (with about 80 projects total, only a few are shown so that you get the idea):
myappli (pom)
-- module1 …
0
votes
2answers
84 views
if my idea link to other patent, should i try to register it? [closed]
Hi all, this may be a stupid question but i cannot find suitable answer when i search with google...i have some product idea and i think it is quite innovation, but after searching …
7
votes
10answers
560 views
How do I create and maintain a code reuse library?
I am trying to setup a repository of reusable code. I was thinking about having each reusable code module have a certain “Maturity Level” rating. The rating would be defined as t …
4
votes
2answers
101 views
Reusing The .NET Application Icon
How can I reuse the application icon from within my application so I don't have to embedded it twice (once for the application icon and once for internal usage)?
0
votes
5answers
132 views
Doing the same things over and over again…how to stop it?
After developing some web apps i tend to have some routines/best practises for my apps.
For example to create an common Login Controller/Views etc for my app.
I try to talk about …
0
votes
2answers
53 views
Is it a good idea to re-use ADO.NET command objects?
I'm working on a .NET program that executes arbitrary scripts against a database.
When a colleage started writing the database access code, he simply exposed one command object to …
7
votes
4answers
417 views
Reuse MVC arhitecture; Have two layers of UI : ASP.NET MVC and .NET Winforms
Although my question might seem abstract I hope it's not. Suppose I develop an application, an ASP.NET MVC site and later I am tasked to build an Winforms client for this applicati …
