Tagged Questions

0
votes
6answers
247 views

Java and SQL : return null or throw exception?

This is another debated subject, but this time i am searching only for the simple and documented answers. The scenario : Let's assume the following method: public static Hasht …
0
votes
1answer
43 views

jQuery and IE7 layer problems

When using jQuery with internet explorer 7, i cannot get it to display a popup page, the screen goes grey, the popup is there but not highlighted. I have not modified any of the c …
0
votes
4answers
267 views

C# Winform UI Componets Layer Order

C# | Winforms When we add any UI or container in winforms, the later added component comes over the earlier added components, we can say it is in a higher layer..how to change tha …
0
votes
2answers
56 views

ASP.NET web application - UI, business and database layers clarification

. Hi, We are building an ASP.NET application (with C#.net as language) and will be hosting on Windows Server 2003 Operating System with MS SQL Server 2008 as database. Here I …
0
votes
3answers
224 views

[CSS] Clicking a link that’s behind a div?

I'm not sure the title adequately describes the problem I've found myself with... Basically, I'm in the process of redesigning my website and one of the issues I've run into is th …
1
vote
2answers
97 views

Layers in a swf refuse to load (occasionally, after a cache clear)

Hey guys, I have a swf with four frames. The first frame loads an external class that acts as traffic controller - looks at the root flashvars being passed in and redirects to fra …
0
votes
3answers
206 views

Layering many JPanels and adding them on the fly

Hi all. I'm developing a sim game based on Theme Hospital, which is quite an old game. I've made lots of progress on the underlying workings, however now I am coming to the GUI ele …
6
votes
9answers
209 views

What should I keep in mind in order to refactor huge code base?

I'm going to refactor certain parts in a huge code base (18000+ Java classes). Goal is to be able to extract lower layers as independent libraries to be reused in other projects th …
0
votes
2answers
255 views

[CSS] Layer doesn’t stretch to height of containing image

See http://www.martenminkema.nl The layers of each entry only gain the height of the text that it contains. The height of the image isn't taken into account, resulting into troubl …
0
votes
1answer
97 views

Is there a way to swap layers or views in the middle of a CAKeyframeAnimation?

I am running a keyFrame animation to move and flip a playing card view using CAKeyframeAnimation. is there any way to swap the cardFront and cardBack layers during the animation? o …
0
votes
2answers
109 views

What graphic format can I use for layers?

I need to be able to take multiple images and save them to a file that can then be read by a graphics program like Photoshop or Illustrator and edited. I need to be able to do thi …
3
votes
3answers
284 views

Three Layered Web Application

Is it OK - best practise wise - to use the second layer to redirect the user? For example: public static void ForceLogin() { HttpCookie cookie = HttpContext.Current.Request.C …
2
votes
1answer
526 views

WPF Layer Control

I'm in need of a WPF layer control that does the following 1) Have multiple layers of content on top of each other. 2) Ability to turn layers on/off at design and runtime, ie we …