Could someone provide an example of h开发者_StackOverflow社区ow to dynamically create an image in Java, draw lines et cetera on it, and then draw the image so that areas not painted will remain transp
I want to be able to apply opacity to some elements to make them invisible only if javascript is enabled.I don\'t want to use display:none because I want the layout to act as if they\'re in the DOM, s
I\'m developing an application in C# (Windows Forms), which uses Mono to run on Mac OS X. It contains some dynamic controls, for example a custom groupbox which contains some labels and textboxes, a b
I don\'t seem to be able to pass a variable to my partial template in rails (2.3.5). My code is as follows;
I have some code I need to use in multiple controllers in a rails 1.0 application (I can\'t, for strange reasons upgrade to a newer rails).I\'ve extracted the relevant code into a filer object, and I\
I was wondering how to apply a custom render to a event... I want to be able to prepend the \"patient\" name of a practice agenda...
I would like to create a custom render as specified in title. For instance, I have my controller: class MyController < ApplicationController
i use such code, but it renders with error <li class=\"dd0\"><div id=\"dt1\"<a href=\"http://localhost:1675/Category/29-books.aspx\">Books</a></div></li>
I don\'t know what\'s the best way to doing this. On my application.html.erb I define a header div. My default controller ( root ) is a homepage controller.
when using asp.net´s visible=false e.g. for a htmlgenericcontrol asp.net renders a newline for a control that is set visible=false.