Skip to main content
Search titles, bodies, and author names
Found 14,948 posts across 1 forum.

Questions on Gigabit & Wireless — #1

I am about to purchase an upgrade for my 802.11b access point/router to a faster 802.11g unit to get quicker transfers over my lan. I will be using built in airport extreme on my 1…
MacNN Networking by tb2

Questions on Gigabit & Wireless — #2

I don't know of any gigabit wired/802.11g wireless routers. (I don't know everything, but I think I'd have seen something about such a "Gee Whiz" product.) You can find a lot of …
MacNN Networking by ghporter

Questions on Gigabit & Wireless — #3

Well, I don't think people should be buying el-cheapo anything, but if a cable meets Ethernet's signalling and interference-rejection needs, it will work at full speed. Anything be…
MacNN Networking by tooki

Questions on Gigabit & Wireless — #4

Tooki, I guess I've just run into poorer cables than you have. And in spite of what the package says, you can often find cables that don't really meet 568 A or 568 B standards. …
MacNN Networking by ghporter

Questions on Gigabit & Wireless — #5

I haven't seen an 802.11g+GigE hybrid yet. The most "gee whiz" products I've seen so far (with regards to wireless) is the 108Mbps variants which require both card+AP (from same co…
MacNN Networking by ginoledesma

Comparing NSTableView items — #1

Hi guys, Another question from me . So I have a NSTableView, and I am adding items to it by doing this: [code]- (void)addSnippetid)sender { TagSnippet *newSnippet = [TagSnip…
MacNN Software by iOliverC

Comparing NSTableView items — #2

for (i=0;i<[list count];i++) if ([[newSnippet title] isEqualToString:[[list objectAtIndex:i] title]]) [self showConfirmationDialog]; you should probably also make sure the two …
MacNN Software by Uncle Skeleton

signal handeling — #1

If I catch a signal and let my signal handeling method deal with it it executes in a thread seperate from the main tread, right? But what happends if a new signal is cathed before…
MacNN Software by geran

Weird Undo Bug — #1

Hey guys, I have been trying to figure out this undo bug I've been having recently, and thanks to FileMerge, I've found the bad code: code: if ([[NSUserDefaults standardUserDefa…
MacNN Software by iOliverC

Weird Undo Bug — #2

I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and does actually use undo. Also, I get the impress…
MacNN Software by smeger

Weird Undo Bug — #3

Quote: Originally posted by smeger: I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and d…
MacNN Software by smeger
mp.ls