Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
12answers
505 views

What to do if a senior member of the team keeps breaking things?

Theoretically, if you were in a position where a senior member of the team had the authority to make bad decisions, which affected the business in a bad way, and kept implementing these decisions ...
2
votes
5answers
84 views

Need to break after exception is handled

I have built an app in c#, where I have to break just after exception is caught. I used return but it returned to the module which called this module and continued the execution. what should be done? ...
1
vote
2answers
112 views

Can one break a secury manager with sun.misc.unsafe?

Following a conversation on another question, an interesting issue is being raised. Classes loaded with a security manager are protected with the corresponding security. This security could disable ...
1
vote
1answer
362 views

Input Search Layout Broken in IE6 and input img src not displaying

Yes, another stupid IE6 problem. Unfortunately i cannot turn a blind-eye to this one. The input button is not showing up in IE6 but is working in all other browsers and the layout is breaking as ...
0
votes
1answer
176 views

How does one overcome the trials and tribulations of Webkit zoom-related issues?

Webkit is an awful renderer in my opinion. As a web designer/developer, I take into account how my design looks at every magnification. Webkit handles this extremely poorly. Margins, padding, and ...
0
votes
1answer
54 views

PHP Included File Breaking Site - How can I grab a variable from the included file without including the whole script to my site?

I'm running a site on WordPress. I've included a local PHP script that connects to a local Geocode database and finds out the users' location. It works fine, even when I include it into my site (I can ...
0
votes
4answers
198 views

How to position css div's without breaking?

So I have 2 backgrounds that should be overlapping eachother and then there's the container which should be overlapping those 2 backgrounds. I can't get this to work, the container gets pushed down ...
0
votes
2answers
79 views

Background image breaking only on one page

I am having a problem where the background image that is centered aligned, and repeated vertically is only breaking on the 'Latest News Page' http://www.pureprint.com/latest-news/ I can't seem to ...
0
votes
4answers
2k views

ASP.NET-MVC2 Preview 1: Are There Any Breaking Changes?

I was following Steven Sanderson's 'Pro ASP.NET MVC Framework' book. On page 132, in accordance with the author's recommendation, I downloaded the ASP.NET MVC Futures assembly, and added it to my MVC ...