0
votes
0answers
4 views

GitHub: Is it possible to have a repository out of repositories?

I store my php projects under an private GitHub account. Now for example I have different components (news bundle, user bundle, etc.) and one project which uses all them together (e.g. custom ...
0
votes
0answers
2 views

floating menu not floating in firefox due to float: bottom issue

<div id="floatMenu"> <!---floating menu code--> <ul id="menu" class="menu1"> <center><li><form name="senddata" method="POST" ...
0
votes
0answers
4 views

How to make a central background over the page in HTML/CSS?

I want to add the content of a page to a part of the background. That is, I want to keep 2 unutilized columns of area on both sides of the main content. Something like this,where you can see 2 unused ...
0
votes
0answers
6 views

Solving String reduction Algorithm

I am preparing myself for an interview that I have on monday and I found this problem to resolve called "String Reduction". The problem is stated like this : Given a string consisting of a,b and ...
0
votes
0answers
5 views

Navigate between UITableViews and views and keep data?

I have created a View Controller with a UITableView into it. When I tap a cell, it leads the user to another view with a Table View of options with the method : [self.navigationController ...
0
votes
2answers
15 views

What's equivalent VB code?

What's the equivalent VB code of this C# code? Console.Writeln('{0}', 123);
0
votes
0answers
3 views

Hover on javasript tab with several tab groups on page

I have been trying to sort this problem out for the last few days. Started over and over again with new approaches. But I'm stuck now. I have 3 containers on my page with vertical aligned tabs. The ...
0
votes
0answers
6 views

android: Parse.com Parseobject classnotfound error

I use Parse.com's library in my android application and i get the following error. 05-26 18:22:15.568: E/AndroidRuntime(4618): java.lang.NoClassDefFoundError: com.parse.ParseObject Please help ...
0
votes
0answers
6 views

Javascript Wait Issue

I couldnt find anything that would get this same .vbs function done in javascript: Do While browser.Busy WScript.sleep 200 Loop That waits until the browser is loaded to continue on with the ...
0
votes
0answers
3 views

why Api.getSize returns 0

I just meet haxe right now, so I'm doing some tests. However the first test I made didn't work. Why does Api.getSize() only returns 0 (regardless of type and its assigned value)? import ...
0
votes
0answers
3 views

Keyboard input handling with JOGL

I'm writing a "game", with JOGL, and I came through a bit of a problem. If I use the keyboard to move around the camera like this if (keyListener.getKeys()[KeyEvent.VK_W] || ...
-2
votes
0answers
10 views

Problems converting relational model to SQL

In my exam presentation I have to answer what problems there are converting a relational model to SQL, as I can not see any problems, but there must be some
0
votes
0answers
5 views

C# .NET: Resizing a image inside a container div element

I have following markup codes that has a container div element and an img tag nested inside the div. The container div has width, height, top and left CSS style properties. An originally uploaded ...
0
votes
0answers
4 views

How web.xml works what are the process beyond that

1.How web.xml works and what are the process beyond that?? 1.1. can we call Java class directly from here??? 2.How Tomcat sh startup.sh works and process beyond that??
0
votes
0answers
2 views

libxml: How to add sibling nodes to root node

I'm implementing a function doing xml signature with libxml. How could I add sibling nodes to root node? original xml: <?xml version="1.0"?> <object> ... </object> what I want: ...

15 30 50 per page
1 2 3 4 5 208708