Omgili - forum search, search forums  
  

Discussions about use reusable

Displaying 1 - 10 out of 8,316 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I'm writing reusable app. And I want to deploy it several times. Here is urls.py: urlpatterns = patterns('', (r'^carphotos/', include('webui.photos.urls', app_name='car-photos') ), (r'^userphotos/', include('webui.photos.urls', app_name='profile-photos...
Started by on , 4 posts by 4 people.  
Urlpatterns = patterns('', (r'^carphotos....
Set the app_name to the same thing, and set namespace uniquely for each instance .
In your urls, you have a different app_name even though it's the same app .
I believe that's what the sites framework is for.
Any code can be reused in a way or an other, at least if you modify the code. Random code is not very reusable as such. When I read some books, they usually say that you should explicitly make the code reusable by taking into account other situations ...
Started by on , 11 posts by 11 people.  
You'll write various modules (parts....
Write code that can easily class for.
Code for extension.
Dry means Don't repeat abstractly and use Interfaces and Abstract classes.
Keep the code DRY.
See 10 tips on writing reusable code for some help.
Before you answer, this question is complicated: We are developing in asp.net / asp.net mvc / jQuery but I'm open to solutions on any platform using any framework I think logic like sorting / hiding columns / re-arranging columns / validation (where it...
Started by on , 6 posts by 6 people.  
If the plugin....
The list view controller does stuff like makes AJAX queries for new pages if the use presses the JavaScript files are located.
ListView1", serverCtrl : "Users"}); Now you can use "this.ListView1" to manipulate the list view.
Ask your Facebook Friends
I'm trying to build up a library of reusable code to use from project to project. As I write code snippets and components, I'm trying to decide which libraries I will get the most use out of long term VS will I really use this again? What code or components...
Started by on , 16 posts by 16 people.  
Regular Expressions on your goal -- often making something "reusable" takes more effort at the onset but of course, pays out later when reused -- provided of course....
Much of the needed reusable code would be in a modern framework.
To offer.
My user interface makes use of customized buttons: They contain both an image and a label. I customized a single button manually, by setting its content to a grid holding an image and a label. However, since I need to have several such buttons, with different...
Started by on , 4 posts by 4 people.  
I would say Control template editing as the easiest.
use the second approach, its simple, and quick.
First post so please be gentle :) When creating user controls in ASP.NET MVC, what is the best way to structure the code so that the controllers that invoke views that use the user controls do not all have to know so much about the controls? I would like...
Started by on , 4 posts by 4 people.  
Look into filters too, as there are a variety of filters that you can use ways to arbitrarily inject a common....
Invoking all of the action methods, so here you could embed certain aspects of reusable code across all or certain action methods.
Are there any resources with information creating a self contained, reusable module? I need to create modules that I can drop into projects quickly and easily. An example would be a news module that would contain an admin area, news listing page, supporting...
Started by on , 3 posts by 3 people.  
Anyway, plugin just provide with ease of use and use it in another project" ....
I don't know how good google translate functionality dinamically from one application to another .
That you might use as an example or a starting point.
There are quite a few reusable iPhone solutions/tricks on the web, mostly scattered on various blogs. However I could not find any single place where they would be collected together (something like what MacUpdate/VersionTracker is to applications). Is...
Started by on , 7 posts by 6 people.  
Sweet and simple to use.
Http://code.google.com/p/s7ratingview/ Graph component.
Plus applications on iPhone do.
Perhaps you already know what functionality to implement.
How to create reusable components.
I am wondering what would be considered best practice when setting up reusable components / libraries in .net. I have a webservice that utilizes a library that contains a few database connection for interacting with databases. I am wondering how I should...
Started by on , 3 posts by 3 people.  
In particular, use.
Also it would allow to the consumers, then allow the entire string to live in app.config or web.config .
This would allow you to use the same library in a non web project.
At some point.
I'm currently developing a custom HttpHandler (for compressing/combining CSS, but that doesn't matter for this question). I started with a simple reusable=true synchronous HttpHandler like we all know. Now i'm trying to improve it to an asynchronous handler...
Started by on , 3 posts by 3 people.  
For the async pattern, you should use the state parameter which you pass into the BeginXxx method, in your specific case, I believe that you're not accelerating anything with the use of the async.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost