I too have noticed pretty dramatic fluctuations in my Airport signal. When I check the raw signal numbers with iStumbler, however, they were very constant, even when the airport m…
Quote:
Originally Posted by jdogg99
I too have noticed pretty dramatic fluctuations in my Airport signal. When I check the raw signal numbers with iStumbler, however, they were…
here's an interesting tidbit from MacWorld UK, too bad it doesn't link to the actual apple page,
"If you're using Airport, you may think that the reception has suddenly improved b…
Quote:
Originally Posted by amazing
here's an interesting tidbit from MacWorld UK, too bad it doesn't link to the actual apple page,
"If you're using Airport, you may think tha…
What disturbs me most about Apple's tweaking of the airport reception bars is that it implies that 4 reception bars on the iBook are no longer the same as 4 bars on the powerbooks.…
Quote:
Originally Posted by Troll
I just verified my experience with an iBook. Before Tiger, we had full signal, no variations which is to be expected with the router only 3 met…
Mine has been fluctuating all morning--and I am five feet from the extreme base station. very annoying, and from what I can tell, the fluctuations bear no connection to my actual c…
odd...
at my desk at home, i've been getting a solid 4 bars (where i used to get 3-to-4), but at my girlfriends house, where i'd get 3 bars, i now am getting 1 or 2...!
I'm seeing a significant improvement on my 867 Mhz TiBook. I have my router in the basement on one of my house and before I could not get any signal upstairs on the other end of t…
Quote:
Originally Posted by amazing
Now, before questioning Apple's sanity, how do we find out if airport reception is measured in a standard way across the entire product line?…
Quote:
Originally Posted by Buck_W
I'm seeing a significant improvement on my 867 Mhz TiBook. I have my router in the basement on one of my house and before I could not get any…
Quote:
Originally Posted by buffman
I have a D-Link 624 wireless router at home. Put Tiger on my daughter's 450 MHz G3 iMac...no problems, just slow (as expected). Has solid rec…
Quote:
Originally Posted by amazing
What disturbs me most about Apple's tweaking of the airport reception bars is that it implies that 4 reception bars on the iBook are no longe…
How efficiently would an SQLite database run on 10.4?
The purpose would be to create an accounting program, with many sophisticated features, most of which would be dealing with in…
The number of records and whether you wanted to have network abilities would be the deciding factors in making the SQLite/PostgreSQL decision. The latter is going to be for network…
I almost hate to respond, because I'm just starting to tinker with Core Data, but...
I'm developing an app that is quite involved, and is probably as complex as an accounting pack…
Very nice...I especially like two separate point you both made.
First, I forgot to mention that this will be a network-able accounting package and to learn that SQLite is not, that…
Another option might be write an abstraction layer that would allow you to plugin Postgres or CoreData. That way you could test both and also give the user the option to not requir…
WJMoore makes a good point, I just wouldn't even know where to begin...use CoreData but with PostgreSQL...hmm. I don't know enough about CoreData yet.
What I have done was to creat…
You can't pass SQL to CoreData. You must pass CoreData's own predicate formulated queries. CoreData then converts these to SQL internally (if using SQLite) or to another suitable…
i really don' t understand what problem to explain here because for me its not a problem. my (nearly completed app) runs fine on both my macs. but when i send it to a friend runnin…
Quote:
Originally Posted by Mafia
i really don' t understand what problem to explain here because for me its not a problem. my (nearly completed app) runs fine on both my macs. …
Quote:
Originally Posted by goMac
1) Right click on your project within XCode (at the top of your files list)
2) Get Info
3) Click on the styles tab in the new window
4) Change …