It's like trying to learn ****ney rhyming slang without knowing english. Yes, you may be able to get something out, but you'd have no idea why it worked,...
JS first. There's also things that jQuery does that having a good understanding of DOM structure and parsing can make faster. For example, when using the class selector, you should prefix the...
You could make the request from the same domain server, process the get and return it. If using PHP on the back end, use http_get and perhaps something to parse the reply.
I used to work on a database that would let you restrict a report date to BEGIN OF TIME (earliest date in the table's field) to END OF TIME (latest date in the table's field). They were really...
Yeah, that's what I thought might be necessary. Actually, not that hard to send a text based email via program. We might look into a java app, though I doubt it, one of the reasons we went with a...
We're working with a scheduler, basically updating port times, notifying where we're going to be and when we're going to be there. Because of the problem we're having with the latency, which...
Sorry about not being clear on this, I'm kind of getting my head around the problem myself. We're still in the design phase of this, so now's the time to get my head around it.
I have a remote client that has a ridiculous latency over port 80, and we're looking to increase response time. Due to other factors, they do have a decent response time when sending email.
...