I just ordered my powerbook earlier today and I want to set it up so that when using the pb at my desk it dual displays with my monitor. i also want to be able to switch the monito…
I don't have the exact same KVM switch (I was using a Belkin) when I originally bought my Powerbook and was using it with my Windows PC. It worked great for that situation....
Now…
I just purchased the e815 for verizon wireless... It will not sync right out of the box very similarly to the v710. I knwo there was a hack to get the v710 to work, does any one k…
I'd have to check when I get home but I would doubt there is a profile for the e815 in iSync. It's not listed on Apple's supported devices page. Might be there in 10.4.2 when it's …
I, too am anxious for this info. My 815 arrives Friday and I would love to be able to use bluetooth, and even hopefully connect to the internet on my PB via the phone (wireless or…
nope doesn't work, just tried today. no profile for it, even went into the metaclasses .plist and changed all v710s to e815s. I need to try ther data cable, but i no longer have …
Well, I don't have an e815 to try this with but it is pretty much the same as the v710 Bluetooth sync hack which works fine for me.
People over there said it has worked for them s…
I edited it for my v710, but wow, what a difference a capital and a lower case letter makes :-) Sir, you are a gentleman and a scholar, I appreciate your post very much as I was a…
darthslacker -- thanks! However, I am totally new at this, so would like to ask where to begin. You say to "add after V710 entry in the file" -- what file? How do I start? Can…
Go to your Applications folder, control-click on the iSync icon and select Show Package Contents.
From there go to Contents: PlugIns: ApplePhoneConduit.syncdevice: Contents: PlugI…
Thanks for the details for us newbies. Unfortunately, I don't seem to have a PlugIns folder under iSync: Contents, only folders named Resources and MacOS. Is this specific to OS …
It is iSync 2 (hence 10.4) specific.
I know you can sync the v710 through USB in 10.3. You could try digging around Howard Forums to see if anyone has had success doing so with t…
Hi,
I have a new HP 1320 printer, which is supposed to offer automatic duplexing, but I can't seem to get it to work under 10.4.1
According to the HP site, the Apple drivers incl…
i have an MX510 i used to use when my wireless one needed charging, but i decided it would be better used on my new powerbook. i plugged it in yesterday and it was working perfectl…
table AAA
id integer
last_checked_date date
I would like to do a query that displays all of the ID's of records whose "last_checked_date" is equal to or more than 30 days in…
Quote:
Originally Posted by saturdayis850
table AAA
id integer
last_checked_date date
I would like to do a query that displays all of the ID's of records whose "last_chec…
If you'll just be using MySQL, you could also use the MySQL TO_DAYS function. Something like this should work:
code:SELECT * from Table WHERE ((TO_DAYS(last_checked_date) - TO_DA…