Search found 429 matches

Actual Results

Post Posted: April 18th, 2013, 8:09 am

I remember years ago TechTV used to promote some tools for web developers. One I remember was a tool that would pull all the images from a site. However, my company recently got hit with a small fee for using a licensed image without permission. We're currently looking to see how this one slipped by...

Post Posted: April 18th, 2013, 6:55 am

I've found a couple of sites that offer a domain name search by owner name. The reports can get costly and doesn't look to be all the information or even the most up-to-date. I'm also charged by the number of results so in 6 months if I pull the report again I have a feeling I'm going to pay for a l...

Post Posted: April 18th, 2013, 6:42 am

Ahh I see. Yeah, I didn't catch that. I'm so used to saying SELECT DISTINCT but it makes sense COUNT should wrap DISTINCT DATE().

Post Posted: April 12th, 2013, 2:57 pm

Yes, that works. It's my original query but obviously I have to push the result out as "AS number".

Although, I changed DAY() to DATE() to get the specific dates. Day returns 1-31 which could duplicate.

Thanks for your help.

Post Posted: April 10th, 2013, 8:05 am

That gives me total number of logins per day. I need the result count. So, here's some example data for user 123 [code] 2013-04-05 09:00:00 2013-04-05 11:44:14 2013-04-05 13:30:17 2013-04-08 07:40:42 2013-04-08 09:03:20 2013-04-08 12:33:15 2013-04-08 1...

Post Posted: April 5th, 2013, 1:12 pm

I have a login log that logs when a user successfully enters the system. On success it stores the current datetime in a MySQL DATETIME field Y-m-d H:i:s. My problem is now I want to pull the unique days a user logged in. Obviously, I can't just pull today's date because they may have several logins ...

Post Posted: February 25th, 2013, 9:49 am

We have a couple users that are running Snow Leopard and Mountain Lion. Our network has a different subnet for WLAN as it does for the LAN. The printers are on the LAN. If we plug the Macs up to ethernet then they print fine, but on the WIFI not so much. The network does not firewall any traffic bet...

Post Posted: February 13th, 2013, 8:28 am

Right, I looked at building a validation using the xsd but it seemed overkill because I'm not sure how that validation works with different request XML. For instance, a user may call UPDATE in the request XML. The XML may look like this: [code] <api> <call>UPDATE</call> <apptoke...

Post Posted: February 13th, 2013, 8:00 am

It was my understanding they vnc was remote desktop. I want to just package the application.

Post Posted: February 12th, 2013, 3:27 pm

I'm writing a simple API to interface with my system. The first task I want my server script to do is verify the XML structure. I'm not sure if defining a xsd or schema is what I need to do as that seems to just define keys and fieldtypes. My problem is that I use PHP to read the XML string that is ...

Post Posted: February 12th, 2013, 2:49 pm

I'm messing with Winflector. This wasn't too hard to get working except that my application locks up when I do a print preview. One of the devs messaged me and told me to try the new release which has several changes to printers. Otherwise, this may be an alternative for us. I haven't tried the new ...

Post Posted: February 5th, 2013, 7:36 am

It appears the ability to do RemoteApp is going to cost us more than we are willing to spend. Our situation is we have a program and its MSSQL DB running on a Win2k3 machine. Using a VPN worked fine in the past but is recently running very slow. Really since we swapped to a faster cable ISP. I tried...

Post Posted: November 21st, 2012, 9:33 am

Yep, sorry I tried to clean up the code or rather all the static text. I removed the beginning but didn't catch the closing tag. I've fixed in my test site which is as bare minimum html because I agree getting the html right is first. However, the behavior is the same and this particular instance do...

Post Posted: November 20th, 2012, 7:51 am

So today I was just going one by one commenting out lines. I have found
Code: [ Select ]
form.submitbtn.style.display = "";
is causing the form to submit. On the image submit button onclick I set itself to display none in order to prevent double submissions. It hides the button a...

Post Posted: November 19th, 2012, 4:31 pm

Is there a way to return FALSE when the user clicks OK on the alert box? It's my understanding that OK on the alert() is supposed to return undefined. Is this accurate?
  • Sort by
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.