The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
3answers
93 views

Breaking out of a for-loop [closed]

I'm supposed to use this code for(i=1;i<4;i++) { for(j=1;j,4;j++) { printf("Running i=%d j=%d\n", i, j); } } ... with this code to break it out of its loop ...
0
votes
0answers
94 views

FB App - Feb 2013 Breaking changes / privacy url

I had a few alerts months ago regarding the FB app I run for our company. I resolved those alerts that related to Terms of Service and Privacy URL's. This morning it stopped working and the app had ...
-1
votes
1answer
165 views

HTML breaking Javascript File [closed]

I have made the following(I use the Google Chrome Browser): http://www.allinonewebsolution.eu/dealershow/index.php What should happen on this page is that when you click on a logo. Then all stores ...
1
vote
0answers
16 views

can no longer enable Feb breaking changes (only April) sO I cannot “fix” the alert. Any ideas on how to make the alert go away?

can no longer enable Feb breaking changes (only April) in advanced options of the application settings. So I cannot "fix" the alert. Any ideas on how to make the alert go away?
3
votes
3answers
180 views

I am having issues with my simple calculator program breaking in C# when I enter a letter rather than a variable. [closed]

For example when my program asks for a number and I enter a letter the program exits. So how can I make it do nothing when a letter Is entered? i have seen this with 'int' or 'strings' but not with ...
4
votes
1answer
1k views

Facebook February 2013 Breaking Changes - how to get rid of “fix now” message in App?

48 mins ago I received an alert that says : February 2013 Breaking Changes fix now 48 minutes ago Your app, needs to be updated for the February 2013 Breaking Changes. Once your app is compliant, ...
0
votes
1answer
341 views

Facebook breaking changes Feb | Authenticated referrals going away

I have developed a Facebook game, and it requires authentication when a player loads the game. Previously it was working fine. Whenever a "new" user try to play my game, he needs to click on "allow" ...
-1
votes
1answer
66 views

Force a non-breaking line for a horizontal scroll box?

Using only CSS, I need to make the dark boxes (the links) line up in one unbreaking line, and for the container (temporarily named div.hurrdurr) to have a horizontal scroll bar when the line of links ...
0
votes
2answers
618 views

Breaking out of while loop in java

I don't really see why it's not breaking out of the loop. Here is my program: public static void main(String[] args) { Scanner input = new Scanner (System.in); double tution, rate, r, t, ...
2
votes
2answers
1k views

Red5 video stream recording is breaking up

Finally I created a stream video recorder flash application and its simple Red5 backend but of course Red5 jokes me again. Most of the times the recorded videos are corrupted, cannot play them back ...
1
vote
2answers
72 views

Eclipse | Packge turns into a directory, breaks my whole project

So the issue i am having is extremely weird. When i have a preexisting project set up (and am moving it from computer A to computer B). I make a new project and import it the normal way. It is very, ...
-2
votes
3answers
71 views

Breaking Link with PHP

I want to break down this URL into variables. http://example.com/user.php?u=38456 <-- The value u="This" is required. I want that value of u after = sign means u="38456" or u="36491" or u="This ...
0
votes
1answer
125 views

jQuery Toggle breaks layout w/ media query

Not sure if this is a big deal. But wondering why when the site is scaled down and the menu button is toggled, that when you scale back up the whole layout has disappeared except the header. You can ...
-1
votes
2answers
208 views

include a jquery page within a main jquery page

I am new to jquery. Basically I have a main page (with jquery) and I want to include in a div another page that also has jquery. What I do is write in that particular div this code: <?php ...
0
votes
1answer
516 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 ...
2
votes
5answers
180 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
262 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 ...
0
votes
1answer
121 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
433 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
158 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 ...
1
vote
1answer
436 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
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 ...
10
votes
12answers
530 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 ...