Toji
|
Registered User
|
Programming for love of the code! (Nothing else would justify the punishment)
|
|
4h |
accepted | Allowing “Cross-Site” calls between local ports |
|
1d |
accepted | How to save a program’s progress, and resume later? |
|
1d |
answered | How to save a program’s progress, and resume later? |
|
2d |
answered | What file do you edit the most within your project? |
|
Dec 2 |
answered | Allowing “Cross-Site” calls between local ports |
|
Dec 2 |
accepted | Connecting points to make a triangle |
|
Dec 2 |
accepted | How to return Json from WCF Service? |
|
Dec 2 |
answered | How to return Json from WCF Service? |
|
Dec 2 |
comment |
How to return Json from WCF Service? A good article, but we could do without the snarkiness. Please keep in mind that this site is not only here to answer individuals questions but to serve as a resource for others searching the same subject in the future. Using direct links helps that cause. |
|
Dec 2 |
revised |
How to return Json from WCF Service? Code Formatting |
|
Dec 1 |
asked | Allowing “Cross-Site” calls between local ports |
|
Dec 1 |
comment |
GWT Widget from HTML Well, I need to deliver in about two weeks time. :) Cutting it kinda close for my tastes, but after playing around with GWT 2.0 last night at home for a couple hours I've come to the conclusion that any solution I come up with will fall far short of the wonderful UiBinder lib that Google has created. I'm just gonna bite the bullet on this one and start developing using that, hoping and praying that Google doesn't pull the rug out from under me when I do. |
|
Nov 30 |
comment |
GWT Widget from HTML Yes, that does indeed give me a good approximation of the HTML I posted. However, the actual HTML I'm looking to reproduce is much more complex than that and, as I said in my question, managing that many tags purely through code gets unworkable very quickly. (Especially if the layout needs any sort of updating in the future). I'm afraid this solution simply isn't feasible for my needs. |
|
Nov 30 |
revised |
How do I know if jQuery has an Ajax request pending? edited body |
|
Nov 30 |
comment |
GWT Widget from HTML I'm not entirely sure I understand what you're getting at. I'm guessing you mean to hide an instance of the tags I want in the HTML page somewhere and duplicate them every time I need a new widget instance? That doesn't really solve to data replacement issue, and I'm fine having the markup stored as a static string in the Java code, so I don't think this actually buys me much. Thanks for the suggestion, though. |
|
Nov 30 |
answered | How do I know if jQuery has an Ajax request pending? |
|
Nov 30 |
asked | GWT Widget from HTML |
|
Nov 30 |
comment |
Connecting points to make a triangle Last time I implemented it was for a pre-process, so it could be as slow as I wanted. Turned out a simple brute force was fast enough for most of my needs at the time. I recommend implementing the brute force version at least once, just to get a feel for how it works. Then optimize away! (Oh, and If I recall correctly this algorithm is just BEGGING to be multi-threaded.) |
|
Nov 30 |
answered | Connecting points to make a triangle |
|
Nov 30 |
comment |
Library redefines NULL Fascinating. That one belongs on the DailyWTF! Thanks for the update! |
|
Nov 30 |
comment |
Library redefines NULL Ah, good point asveikau. I've been doing some C interfaces lately, so I'm kinda stuck in that mindset :) |
|
Nov 30 |
answered | Library redefines NULL |
|
Nov 29 |
comment |
how to remove all images from an array with -c It seems you are right. I swear that I recall using it with -1 in years past, but that was PHP3 era. In any case thanks for the catch, and the answer has been edited to prevent misleading anyone in the future. |
|
Nov 29 |
revised |
how to remove all images from an array with -c Corrected expected return value |
|
Nov 29 |
answered | how to remove all images from an array with -c |
|
Nov 27 |
comment |
Java: Finding the highest value in an array NP. It's an easy thing for newcomers to miss, but the community tends to like people who reward them for their efforts and as such will usually give you more (and better) answers, which is a very good thing! |
|
Nov 27 |
accepted | Java: Finding the highest value in an array |
|
Nov 27 |
comment |
C++ programming question Also, please try to be a bit more descriptive in your question titles than "[Language] Question". It also helps if you can tell us what's not working (Won't compile with errors, output is x but should be y, etc.) |
|
Nov 27 |
answered | Java: Finding the highest value in an array |
|
Nov 26 |
comment |
Good ethical hacking book I think the fact that I have two conflicting comments now, one telling me that I should simply accept that the word has changed meaning and the other berating me for assuming that the word means a certain thing, illustrates rather nicely why I felt it necessary to soapbox a bit on the subject. Obviously it's still a matter of contention. |
|
Nov 26 |
comment |
Good ethical hacking book I would propose the the reaction is due to the use of "hacker" in a way that suggests the "media hacker" described in the first comment. CS folks tend to look down on that usage. |
|
Nov 26 |
answered | Good ethical hacking book |
|
Nov 25 |
answered | How to select a line |
|
Nov 23 |
comment |
GWT: Creating a scrollable FlexTable in a full-screen TabPanel I don't believe so. Setting height to 100% indicates that you want it to use 100% of it's containers height, not to encompass 100% of it's own contents, just as 100% width fills all of the containers width. |
|
Nov 23 |
accepted | What Windows message is sent to repaint a partially occluded window? |
|
Nov 23 |
answered | What are the worst problems in game design? |
|
Nov 23 |
comment |
What are the worst problems in game design? Whole buckets of yes! This was THE reason I stopped playing Assassins Creed. Also just as annoying: The little intro "Logo" clips that play every.time.you.start.the.game! Especially when they have to fit in one from the publisher, the developer, the graphics card maker, the cpu maker, the guys who built the engine, the digital distribution service, the guy who did the "grunt when you get shot" sound... I swear, even if they're skippable (which too frequently they're not) it takes 6 or 7 times bashing the escape key to get to a menu! Unacceptable! |
|
Nov 23 |
comment |
What Windows message is sent to repaint a partially occluded window? What are you doing to invoke a partial redraw (and what OS?) |
|
Nov 23 |
answered | Web Service call fails from JQuery |
|
Nov 23 |
comment |
Is possible to exactly find position of KeyPress event in browsers except IE? When you say the position of the KeyPress event, that seems like it could mean several different things: are you looking for the currently focused input, the position of the mouse when the key was pressed, the position of the caret in a textbox? Please clarify so we can help you better. |
|
Nov 23 |
comment |
C++/QT: drawing a caret I've noticed that bug too. My profile page will say that someone has answered, even giving a username that posted it, but I won't see the actual answer for a couple of days sometimes! I'd really like to know why that is... |
|
Nov 23 |
answered | What Windows message is sent to repaint a partially occluded window? |
|
Nov 17 |
answered | string program for ice cream shop (Edited again) |
|
Nov 17 |
awarded | ● Tumbleweed |
|
Nov 17 |
asked | XP alternative to “TEXTSTLYE” Aero theme class |
|
Nov 16 |
comment |
Visualizing C++ to help understanding it Very nice! They must have improved it since I last looked. |
|
Nov 16 |
answered | Visualizing C++ to help understanding it |
|
Nov 16 |
comment |
Vista/Win7 Listview “View Slider” I'd post a picture if I could, but I don't have access to a Vista/7 machine right now. |
|
Nov 16 |
comment |
Vista/Win7 Listview “View Slider” I suppose so, is that what it's called? That would seem odd, since it does more than just zoom... |
|
Nov 16 |
asked | Vista/Win7 Listview “View Slider” |
