No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Hi, I am trying to create an application which utilizes the distance finder. I want to be able to calculate the distance between two points. I have managed to (with the aid of a lot of tutorials) be able to calculate the distances between two points. Now, in the application, … | |
Hi, Here is a link to my side by side div's: [url]http://jsfiddle.net/cMpaE/[/url] Or you can view my code below (it's the same for both, but if you go to the above link you can see a preview) [CODE] <div id="logoBlock" style="float:left; background-color:#CF6; width:15%; min-height:120px; border-top-left-radius:5px; border-bottom-left-radius:5px; margin-bottom:2%;"> <center> logoBlock </center> … | |
I have seen similar questions asked before, however my question is a little bit different to the other ones that have previously been asked. I want to make the div's expand/collapse on the jquery "click function" I have created. The difference between my question and other questions is the fact … | |
| |
Hello, I am trying to get a dictionary definition from the Wordnik API. I copied the code below from their example and it's not working. I've played around with it and I can't see what's wrong. I get this error: "Parse error: syntax error, unexpected $end on line 56". If … | |
Hi, I am trying to search for numbers in an array - "explodedArray" which has been "exploded from a text entry. The aim is to be able to allow the user to type something in like " 5 + 5 " or "5 plus 5" or even "5 plus 5 … | |
Hi, I am a beginner programmer. I am trying to make a website but I cannot get the membership to configure. So I press "ASP.NET Configuration", then go into security but an error page comes up: " There is a problem with your selected data store. This can be caused … | |
Hi, thanks for helping. All this code does is remove the checked items. I want to remove it from one listview box and transfer it to another. Is that possible? [CODE]Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click With ListView1 If .CheckedItems.Count > 0 Then For … |
The End.