kgiannakakis

19,454
Reputation
692 views

Registered User

Name kgiannakakis
Member for 1 year
Seen 55 mins ago
Website
Location Greece Bv4G79f
Age
1d
answered How to return string from a char function
1d
answered Gridview with mouse clicking
1d
answered Introduction to Java Graphics Libraries
2d
answered c++, get phone number from txt file
2d
comment Writing to modbus with Jamod
I would first find out if this a jamod or a device problem. Can you try writing to the device with some other means?
2d
answered Simulating a click in jQuery/JavaScript on a link
2d
comment Simulating a click in jQuery/JavaScript on a link
The click method triggers the onclick method of a link. It doesn't follow the url defined in the href attribute.
2d
comment Windows Mobile is hell for new developers? (If I’m not wrong)
I hear from people that program for the iPhone that the UI is definitely easier. All needed widgets are there for you, fancy effects are easier and you don't need to fight with different screen resolutions. The same isn't necessarily true for background tasks. And C# is easier than Objective-C for a beginner. Windows Mobile have a lot of disadvantages, but hard to learn is not one of them.
2d
answered How to change the content of “This field is required” in Jquery form validation plugin?
Dec
2
answered Converting a string formatted YYYYMMDDHHMMSS into a JavaScript Date object.
Dec
2
revised jQuery toggle/vertical slider effect with multiple Divs
improved formatting
Dec
2
answered Windows Mobile is hell for new developers? (If I’m not wrong)
Dec
2
comment What is the correct way to initialize a Matrix in C++98?
Are you sure you've used the right tools (compiler)?
Dec
2
answered Jquery autocomplete not working from within a get ajax request
Dec
2
accepted Before and after callback
Dec
2
comment Why does the whole page refresh when I use jQuery to increase or decrease the font size?
Where's the click handler? It could be that you need to return false from it. If you are using ASP.Net for example, this is necessary for the page not to post back.
Dec
2
answered Before and after callback
Dec
2
revised CString : What does (TCHAR*)(this + 1) mean?
added 358 characters in body
Dec
2
comment CString : What does (TCHAR*)(this + 1) mean?
This doesn't refer to MFC, but to OFC.
Dec
2
answered CString : What does (TCHAR*)(this + 1) mean?
Dec
2
comment How do I turn a group of .java files into a working project
Press Ctrl+Shift+I and let Netbeans do the importing for you.
Dec
2
answered How do I turn a group of .java files into a working project
Dec
2
comment Stop Direct Page Calls to Ajax Pages
See my edited answer.
Dec
2
revised Stop Direct Page Calls to Ajax Pages
added 824 characters in body
Dec
1
accepted How to select the first element of a set with JSTL?
Dec
1
answered li:lt(4) is not getting all list items less than the count of 4?
Dec
1
comment Problem in jQuery and XmlHttpRequest
Add more details. Post javascript code and define what 'jquery is not working' is.
Dec
1
revised Problem in jQuery and XmlHttpRequest
added 18 characters in body
Dec
1
revised Features of C++ that can’t be implemented in C?
added 158 characters in body
Dec
1
answered Features of C++ that can’t be implemented in C?
Dec
1
accepted JQuery Animation fails randomly
Dec
1
answered Calling Web-Service / Website from Java
Dec
1
answered Java web frameworks
Dec
1
answered JQuery Animation fails randomly
Dec
1
revised JQuery Animation fails randomly
corrected spelling
Dec
1
answered Stop Direct Page Calls to Ajax Pages
Nov
30
accepted How Do I copy an existing nhibernate object as a new object?
Nov
30
answered Making Windows executables from Django applications
Nov
30
revised SmsReadMessage and buffer conversion to string
added 323 characters in body
Nov
30
comment SmsReadMessage and buffer conversion to string
Are you sure the problem is with the conversion and not the reading? Do the pBuffer and dwBufferSize have expected values after calling the function?
Nov
30
answered SmsReadMessage and buffer conversion to string
Nov
30
answered Is doing a bit of freelancing while working full time a good idea?
Nov
27
answered Change/update a select box
Nov
26
comment ASP.NET jQuery issue
Could you post some code? This will help you get an answer.
Nov
26
answered please help with arraylists problem
Nov
25
comment Get the selected option from a list
You are right - I've corrected it.
Nov
25
answered Get the selected option from a list
Nov
25
answered How to pass values of a form to the sever with Ajax and Jquery?
Nov
24
comment Is system programming dead?
This should be community wiki.
Nov
24
comment ASP page displaying old request.
The same things apply also with links. Please try to debug the application and see when actually the Page_Load method is called.