Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for christos312

Hello to everyone. First of all let me say that I know that there are TONS of threads with the same subject. BUT the other threads are dealing with PHP vs ASP question in general and I have a specific question. :) So, I have to choose between PHP and …

Member Avatar for DaveAmour
0
771
Member Avatar for christos312

Hello to everyone, I have the following problem. I want to buy a new Graphic Card for [ACER 5520](http://support.acer.com/acerpanam/notebook/0000/Acer/Aspire5520/Aspire5520sp2.shtml) laptop The laptop is coming with ATI Radeon X1250, but I cannot find and buy one. I am thinking to buy NVIDIA GeForce 8400M, because I saw somewhere that is combatible. …

Member Avatar for atularunpandey
0
188
Member Avatar for christos312

Hello, I have a question, I am using the following jQuery code to get some data from a database [CODE] $('#CountryA1').keyup(function(){ var country = $('#CountryA1').val(); $.get('test.php',{name: country},function(data){ $('#test').html(data); }) });[/CODE] Now, the <p> HTML tag with id test shows me these data [CODE][{"id":"4","Description":"Bosnia-Hercegovina"},{"id":"9","Description":"Cyprus"},{"id":"10","Description":"Czech Republic"},{"id":"17","Description":"France"},{"id":"20","Description":"Greece"},{"id":"21","Description":"Croatia"},{"id":"25","Description":"Iceland"},{"id":"28","Description":"Liechtenstein"},{"id":"32","Description":"Monaco"},{"id":"34","Description":"Macedonia"},{"id":"49","Description":"Vatican City State"}][/CODE] But using Chrome Inspect …

Member Avatar for christos312
0
182
Member Avatar for christos312

Hello to everyone, I have a program that gets some information from the user and updates the database. I also have two DataGridView, [B]OpenOrders[/B] and [B]ItemsInOrder[/B] When the user click on a cell in the [B]OpenOrders[/B] a [I]CellChange[/I] event is triggered and it updates the [B]ItemsInOrder[/B] grid view... Now after …

Member Avatar for christos312
0
1K
Member Avatar for christos312

Hello to all. I have build a Java GUI application and now i want to convert and transfer it to an applet. I assume that whatever i have in [CODE]public void main[/CODE] will now go to the init() method of the JApplet. Now the problem is to embed it to …

Member Avatar for masijade
0
180
Member Avatar for christos312

Hello to everyone and happy new year... I have 3 JRadioButtons in my JFrame [CODE]private JRadioButton one = new JRadioButton("one "); private JRadioButton two = new JRadioButton("two "); private JRadioButton three = new JRadioButton("three ");[/CODE] And I Have add them to a group [CODE]private ButtonGroup Group = new ButtonGroup();[/CODE] [CODE]Group …

Member Avatar for christos312
0
588
Member Avatar for christos312

Ok this is very strange and i cannot see where is the problem and i guess is really easy but i cannot see it so i will need your help :-O My Declarations [CODE]int myGraph[4][4]; int vertices[4]; char path[4];[/CODE] My initialize code [CODE]for(int i=0; i<=4;i++) { for(int z=0; z<=4; z++) …

Member Avatar for christos312
0
149
Member Avatar for christos312

Hello to all, I have a question, I want to make something like puzzle pieces connecting together in a sequence and when all are in the right place the game will end. [img]http://img94.imageshack.us/img94/1557/36927129.png[/img] I want to use this image. The problem is that the space that the next piece must …

Member Avatar for christos312
0
142
Member Avatar for christos312

Hello, I have a question about set and get, I tried to search the forum for answers but i didnt find what i wanted. Sry if this question exists:$ 1. How do i check that the StudentId to be at least 6 characters using the set? Can i do it …

Member Avatar for christos312
0
207
Member Avatar for qadsia

Hey I am a beginner to c#. I was wondering what you do when you have an array of objects such as: [code] //assume dog is a class that does something private Dog[] dogs; int numberOfDogs = 2; for (int i = 0; i < numberOfDogs; i++) { Console.WriteLine("Please enter …

Member Avatar for christos312
0
90