Top "Resources" questions

Assets (like memory, disk space, CPU power or alike) necessary for effective operation or physical files (like images, configuration files or other) to provide some externalized enrichment to an application.

Android set XML shape as drawable programmatically

Hello I have a drawable myshape.xml, it contains a <shape> and I cannot set an android:id …

android xml resources drawable shape
How to design extensible software (plugin architecture)?

I need some resources that talk about how to design your software to be extensible, i.e. so that other …

language-agnostic plugins resources extensibility
Rails 3 - Restricting formats for action in resource routes

I have a resource defined in my routes. resources :categories And I have the following in my Category controller: def …

ruby ruby-on-rails-3 resources routes dry
background-image: url("") in CSS h:outputStylesheet is not loading

Sorry if question is not properly asked. Image is showing fine in struts project but not in JSF2 project. All …

jsf-2 resources background-image outputstylesheet
Load image from embedded resource

I am trying to assign an image(Image1) a picture at Run-time. Since I can't set a property to load …

image delphi resources embedded-resource
iPhone dev: load a file from resource folder

I'm writing an iPhone app with a UIWebView which should display various html files I have in the app resource …

iphone resources uiwebview directory relative-path
JSF1064 "Unable to find or serve resource" warning on jsf 2.0

I'm working on an Enterprise project with Java EE 5 and JSF 2.0 (Mojarra 2.0.3) on Weblogic 10.3.3 I don't have an error, but …

jsf resources jsf-2 weblogic-10.x mojarra
How to use DataAnnotations ErrorMessageResourceName with custom Resource Solution

I'm building a MVC web application with C#. Since the site will be multilingual, I've implemented my own ResourceManager. This …

c# asp.net-mvc validation resources data-annotations
Python: ulimit and nice for subprocess.call / subprocess.Popen?

I need to limit the amount of time and cpu taken by external command line apps I spawn from a …

python resources nice ulimit
How can I detect which layout is selected by Android in my application?

Assume I have an activity with three different layouts in different resource folders. For example: layout-land/my_act.xml layout-xlarge/…

android android-layout resources