- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Try elance [URL="http://www.elance.com/"]http://www.elance.com/[/URL]
here's the correct answer that i figured out: [code]SELECT cu.cust_name, od.order_amount FROM customers cu, orders od WHERE cu.cust_id = od.cust_id and od.order_date = (select max(order_date) from orders od where od.cust_id = cu.cust_id)[/code] That's not a great way to do it, because you've got a subquery. Doing two queries when only …
Do US based companies get given something like an "American Business Number" or "American Company Number" that uniquely identifies them to the American government? This would be a number that they can publicly identify themselves with, to differentiate themselves from other companies that have a similar name. Its not a …
I have an email address that is getting over 1000 spam emails per day. Is it worth simply turning off my email address for a few weeks, and then turning it back on? Do spammers pay any attention to "Delivery Status Notification (Failure)" messages? Thanks Mark
Can you post the sql that you're using to test this? Have you tried running the sql directly into the db and not using code? M
Paul, you've got to play to your strengths. Think about what you're already good at, and then how it might apply to IT. For example, if you're good with people, a project management course such as PMP might be worth considering. First you do the basic project management course, and …
There is a site (that shall remain nameless on this forum!) called www.thesite.com. When I Google it, the Google results page gives a nicely laid out presentation of the site's sections, with links to each section, like this: [CODE][U]Sitename - Your guide to blah blah[/U] Welcome to Sitename, blah blah... …
Might be worth checking out .NET, if you want to update some skills. From what I can tell (never been there myself, friends have) its not a hard transition from C++. Employers seem to love it.
Sure its not spammers/leechers? Set up the domain with leech protection in Apache. Its probably not too hard for spammers to spoof IP addresses, or download via a bot net of IP addresses. Are you sure those IPs are unique? Run them through sort -u or similar. Don't trust the …
Hi my site unfortunately had an unsecured image gallery, which a spam bot got hold of. The image gallery is long gone but I still get the spammer bot hitting the page, over a year later. I'm assuming they're getting the links to the image gallery via search engines. The …
Hi I've been looking at site [url]www.cdbaby.com[/url], apparently they switched over from Ruby on Rails to PHP. I would like to know if anyone can explain how come none of the links have a "php" extension on them, and how this can be achieved? (...or is there a way to …
Hi I'm wondering about the windows NTFS bad cluster file, $BadClus. It keeps a record of all the bad sectors on the hard disk. (Its a hidden file in the MFT). If I reformat, I'm assuming this is recreated. Is that correct? in this case, doesn't that mean that the …
Hi i'm using Cywin bash shell, I am trying to scan my entire hard drive for an executable that contains text references to an ocx called ezVidC60.ocx (it appears to be used by both malware and non malware programs, I need to work out which). In Windows the dll and …
The End.
markchicobaby