In my local language (Bahasa Indonesia) there are no verb-2 or past tense form as time tracker. So, I often forget to use the past form of verb when speaking english. I saw him last night (correct) I see him last night ...
The Archive Base Latest Questions
I think I’m burnt out, and that’s why I can’t see an obvious mistake. Anyway, I want the following regex: #BIZ[.\s]*#ENDBIZ to grab me the #BIZ tag, #ENDBIZ tag and all the text in between the tags. For example, if given ...
Im having a moment, what i want to do is really simple and i think im just looking at the wrong solution. I want to simply return a table that is sorted based on a datestamp of a related ...
I have done XML parsing before but never on a massive scale. If I’m working with many documents similar to this format: <?xml version="1.0" ?> <items comment="something..."> <uid>6523453</uid> <uid>94593453</uid> </items> What is the fastest way to parse these documents? 1) XML DOM
Hey everyone, I’m back and looking forward to more of your brilliance. I have two tables: newsletters — each row contains a ‘id’, ‘subject’, ‘body’ & ‘from’ headers for an email newsletter_queue — each row contains an ‘id’, ’email’ address, ‘date’ added ...
I’m having trouble making a secure FTP connection using SharpSSH. Up to now I’ve been using the DOS command line app MOVEit Freely to make the connection, and it connects fine: C:\> ftps -user:ABC -password:123 xxx.xxx.xxx.mil However, when I try to do ...
When exposing some code to D-Bus using Qt D-Bus bindings, when should one use a Qt Adaptor over a Qt Interface? I’m having a difficult time understanding how exactly they differ since it seems like they provide the same ...
I have the following Grails domain class: class Product { String name Float basePrice Category category String image = "default.jpg" ...
I have a number of pages in my site, as one would expect. For example: index.php submit.php view.php?id=blah I want these rewritten like index/ submit/ view/blah Whats the best way of doing this?
I searched Google search APIs and didn’t find a way to get a website position rank based on a searched keyword and i thought its impossible. But i found by luck this website “http://www.tools4google.com/search-google-position/keyword_tracking.php” which is doing the ...
I have the following html/css that is causing problems in Firefox 1.5 and 2, but is working correctly in IE6/7/8, Safari, Chrome, Opera and Firefox 1 and 3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Firefox Bug</title> <style type="text/css"> * { border: ...