Monday, November 23, 1998

Virtuosity

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

So I'm in day 3 of a 5 day, $2,000 Oracle training class in Costa Mesa - between the packed classroom, complimentary expresso and deli-fresh bagels - I have an epiphany: FileMaker ROCKS!

Don't get me wrong - if you want to run an ATM, or you have a million or so records to process - a SQL based RDBMS (Relational DataBase Management System) is the way to go. For EVERYTHING else - just use FileMaker.

Take a class in one of these gigantic database systems - and you'll find out how much we take for granted in FileMaker. Like finds. Like WYSIWYG (mostly) reporting. Like data entry screens. Like the ability to assign elements different colors. Like ScriptMaker. Like defining calculation fields. Like... well... everything else!

For example - do a find in FileMaker for all customers in California or Florida with a balance due greater than $5000. The FileMaker way: Choose "Find" from the "Mode" menu - enter "CA" into the state field and "5000" in the "Balance Due" field, choose "Duplicate" from the "Mode" and change "CA" to "FL" - click continue. Done.

Now the Oracle way - first, go to the COMMAND LINE program (SQL*Plus), and enter the following:

select * from c.customers, i.invoices where sum(i.bal_due) > 5000 and (c.state = 'FL' or c.state = 'CA') and c.customers = i.cust_num

This is assuming you know what the fields are (you can use desc customers and desc invoices), and you have to know how to do an equijoin... etc., etc.

Now, TRAIN all your employees and customer's employees to do this kind of query. Even IF you do get the syntax correct - that's not the report - it just "prints to screen". If you want a report (god forbid!), there's another 3 day class on how to write SQL to get the report back. And, if you want a "Data Entry" layout - there are TWO more 4 day classes for the "easy-to-use" forms designer... OUCH!

Of course Oracle can run on just about anything - minis, Unix, NT, Linux, etc. (NOT Mac OS) and it can support 25,000 users (PLUS), and has the ability to manage up to 512 petrobyes (512,000 GIGAbytes)... BIG iron, BIG development costs and time, BIG databases. Which brings me to the point of this column:

The beautiful Oracle training center had Dell NT Workstations connected to a Sun server (in the Bay Area) via multiple T-1's and T-3's. We learned, then practiced our little examples, and the performance was VERY good. However, due to the fact that it was TWO people per computer (and my "training buddy" was less than cooperative) - I wanted to practice in my hotel room. I got back to the hotel, fired up NT Server 4.0, fired up Oracle Enterprise Edition, and was able to practice to my little heart's content. Did I mention that I don't have PC laptop? I do, however have an APPLE G3 PowerBook - and that's what I ran Oracle and NT Server on! Yep - Virtual PC 2.01 does it again. You can bet that lugging ONE computer is THE way to go. I'm planning on loading Linux and BeOS as well...

Monday, October 19, 1998

FileMaker Sequel

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

That's "sequel" as in SQL (Structured Query Language). For those of you "on the fence" - wondering if you should upgrade to FileMaker Pro 4.1 - the answer is - kinda'-sorta'-ish.

If you don't know what SQL is - don't bother upgrading. However, EVERYONE should upgrade to 4.0v2 which is available on the FileMaker, Inc. site (www.filemaker.com).

Mac OS Users - the upgrade will clean up some bugs, speed network file opening, and other GREAT fixes - so upgrade when you can.

Windows 95 or NT Users - DO THE 4.0v2 UPGRADE NOW! FMI fixed some HAIRY BUGS in 4.0v2 (which is actually the same code fixes and updates in 4.1). For example - after working in ScriptMaker for a while - if you move around script steps - the machine would HANG (the first time). If you restart and edit the same script again (i.e. moving around script steps) and it HANGS again - there was a HIGH probability that your file would be PERMANENTLY destroyed. This bug has been fixed. There are a number of other bug fixes, speed enhancements (replace works MUCH faster), etc. It's well worth the time and effort of updating.

Also new to 4.1 are (from the FMI Web site):

EURO CURRENCY SUPPORT - FileMaker Pro 4.1 now provides cross-platform support for the new European currency symbol. To use the Euro symbol with FileMaker Pro, you must also be using an operating system and font that support the new symbol.

SUPPORT FOR CUSTOMIZED SOLUTIONS - In FileMaker Pro 4.1, you can see and use features enabled in the FileMaker Pro Developer Edition application, such as Kiosk mode, custom script menu name, custom help and about menu options and the removal of master access. For example, if a solution has been created using the FileMaker Pro Developer Edition to run in Kiosk mode then FileMaker Pro 4.1 will also run the solution in Kiosk mode.

I still haven't gotten the Kiosk mode thingie to work yet... maybe I'm just doing it wrong - but as you can see - most of the improvements have been "under the hood."

Back to the issue of SQL... the biggest (and only VISIBLE) update to FileMaker Pro 4.1 is the addition of the ability to IMPORT data from a SQL database via ODBC. If you don't know what ODBC is - don't bother to upgrade to 4.1.

For those of you who DO know what SQL and ODBC are - here's the "skinny" on ODBC/SQL integration in 4.1:

  • You can IMPORT from a SQL datasource via ODBC (cross platform) by using the traditional "import" menu item in the File menu (choose the new "ODBC" file type from the pop-up menu [or combo box] when you're choosing the file to import from);

  • You then select the datasource alias (has to be pre-configured with the ODBC control panel) and enter a username and password;

  • You CAN specify the SQL select statement by either typing it in - or by using a 3 panel "assistant" to select the datasource, choose the column(s), and structuring the SQL where statement;

  • FileMaker then does an IMPORT of the data (just like any other import) you specify the order and matching fields in your FileMaker db (just like any other import);

  • You CAN script the auto-importation of data from a datasource (it stores the SQL select statement, data source, username and password with the import order - so DO click the "Restore" checkbox in the "Import" script step).
However there are some SERIOUS limitations with the released SQL plug-in in 4.1:
  • You CANNOT WRITE back to a SQL datasource;

  • You CANNOT use a FileMaker database as an ODBC datasource (i.e. no "READ" capabilities);

  • You CANNOT specify a field for the SQL statement (i.e. each import from each datasource for each set of columns for each "where" statement must be scripted SEPARATELY);

  • You CANNOT script the datasource name, username or password (would be able to make import connections "on-the-fly").
If you need the ability to WRITE back to a datasource - check out the EXTREMELY COOL SQL plug-in developed by Professional Data Management and Rumora Automatisering en Advies (http://www.profdata.nl/pages/english.html). From their website:

"The ODBC/SQL plug-in, available for download on this site, allows users to send any SQL-92 command from within their Filemaker Pro database to an ODBC datasource. In doing so, they can create, modify and delete tables and/or rows. Data can be sent to and retrieved from the ODBC datasource. The upcoming version 1.2 of the plug-in even allows users to import pictures, sound and movies from an ODBC datasource into a Filemaker Pro database. It will furthermore have support for ANSI and OEM character sets."

As of this writing - this is your only option for using a FMP database as a SQL or ODBC Client. Hopefully, FMI will add true ODBC compatibility in the near future.

Tuesday, September 15, 1998

DevCon - WOW!

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

So now that I've caught up with the 300+ emails while I was away at the 3rd annual FileMaker Pro Developer's Conference (DEVCON) in Monterey - I can sum the experience up in one word: WOW!.

This year's attendance was AMAZING - over 900 FileMaker Pro fanatics from a dozen countries! WOW.

In years past, I have presented a number of the sessions (4 the first year and 6 last year) - but this year I decided to be just an average shnook attendee. WOW. It was mind-blowing.

I've been doing this a long time - but never, never, have I seen 900+ people in one place ALL talking about FileMaker. WOW. I mean it was great - people huddled over PowerBooks and ThinkPads in the lobby, people talking about scripting techniques in the elevators, all 900 people sitting down for lunch to help complete strangers with any advice they could... WOW.

The conference sessions were also pretty good. They don't quite get a "WOW" - but hey, that's the way it goes some times. I particularly liked the session by Chris Moyer on "Intro to ODBC" and Rich Columbre and Brian Yoder's session on "The Business Side of FileMaker". I also got a lot out of Jay's session on "WinBatch and FileMaker" - he's done some AMAZING stuff (even if it IS on the platform controlled by the "dark side").

Yes, the sessions were good, but the PEOPLE were GREAT. I had the opportunity to meet (and drink heavily with) a bunch of good folks from Sweden, Norway, Australia, New Zealand, and the UK. It turns out that several of these people had even HEARD of ClickWare - WOW! Not only that - but I discovered that they had come up with the same methodologies for the same problems that I've faced when doing custom development. WOW.

I also learned that you don't EVEN want to get into a contest to see who can be the last person standing when it comes to alcohol consumption... OWW... I mean - WOW. Were else could you get the opportunity to talk FileMaker, meet interesting people, have the cocktail of your choice, and wind up talking until 6:00am - EVERY NIGHT? Let's just say "sleep" wasn't high on the priority list for the entire event!

People helping people was the overriding theme. I would run outside to grab a smoke, and would wind up talking with 10 or 15 people on everything from the best way to dynamically sort a portal to uses for FileMaker that boggle the mind. I talked with people from Fire Departments, State Legislators, elementary schools, independent developers, in-house developers, hobbyists, first-time users, plug-in developers, and FileMaker, Inc. technical support folks.

I also had the opportunity to get to know several very important (and high-ranking) people from FileMaker Inc. Yes, it's true! They made themselves available and were anxious to gain input on how to make the product even better than it is today. Specifically, David Aune (Executive VP of Marketing, Technical Support and FSA manager) and Christian Thomas (a FileMaker Product Manager) were extremely generous with their time, energy and efforts in soliciting people's opinions and gathering input on a wide variety of topics.

Beyond the parties, beyond the actual sessions, beyond the food, beyond the beautiful surroundings, beyond the lack of sleep, the thing that made the conference for me was the people. A true Community. The FileMaker community. All I can say is WOW!

Tuesday, August 11, 1998

Viva Las Vegas

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

So I went to Las Vegas with some friends to celebrate my birthday. I hadn't been there in four or five years so, needless to say, there were five or ten new "mega attraction" hotels just waiting to swallow my hard-earned money.

We stayed at the Tropicana. When it was built - it was one of "the" places to be. Now, not so much. Although the pool is great - the food sucks and the slots are tighter than a... well, let's just say they don't pay off very much.

I'm convinced that the casino business is the best business model on the face of the planet. Where else in the country can you go and not see one single clock or calendar? It's true. All the flashing signs shout the praises of $4.99 prime rib, show video clips of upcoming concerts, and some even display ADS (like they're not making enough money!) - but there's not a clock to be found in the entire city.

Not only that - but I personally witnessed several people playing $5 and $10 slot machines. This means that for each "spin" it would cost $5 to $25 (1 to 5 "coins" per "spin"). And people would sit at these machines for HOURS. I also saw people playing at the $100 minimum blackjack tables. That's $100 PER HAND, mind you. All these suckers (myself included) kept throwing good money after bad - absolutely CONVINCED that they would win "the big one." Sheesh!

I wish that the software industry used the casino's business model. First of all - it would cost you money just to visit a web site (say, $10). Once you got on to the site, each link you clicked would cost you 25 cents... and there was a CHANCE that you would actually win the "big one" and go to the link you wanted.

Buying software would work the same way. You plunk down a small fee - say $10 and you can get started. You then insert money, pull the handle, and if you get a certain combination (say three cherries) you get a certain feature enabled. So, if you need email capabilities, you would have to keep pumping in money and trying your luck. You know it's possible, because you hear the sounds of glee and actually KNOW PEOPLE who have won. If you win the "big one" (odds are about 1,000,000,000 to 1) - you actually win the entire software with all the features intact.

Hmmmm... I wonder if I have Bill Gates' home number...

Thursday, July 16, 1998

CH-CH-CH Changes

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

The more things change the more they stay the same.

Internet stocks (especially Yahoo), have changed - they've gone through the roof!

Apple's profitability has changed - they actually have a profit (at least on paper).

At FileMaker Inc, a few people (some who are close friends) have resgined or been moved to Apple.

The proliferation of FileMaker Plug-Ins continues to grow (Troi's Plug-Ins are AWESOME, and so are the new ones from Waves In Motion).

New browsers are brewing from Netscape and even the people we love to hate, Microsoft.

Why even this very site has gone through some dramatic changes in the past month.

I'm all for change. Change can be great. But change can also suck - BIG TIME. Sometimes change is a good thing (like the internet stocks, Apple's profitability, the changes on this site, and the proliferation of new FMP Plug-Ins). An example of when it sucks - who the hell needs yet ANOTHER browser version that is totally incompatible? And for what? So that each browser developer can force people to choose either their browser or the competition's. Each browser developer is also forcing webmasters to choose to support one browser ("Optimized for IE" or "Optimized for Navigator") over another - while completely ignoring the scores of folks who still use the AOL 3.0 browser (which, itself, is incompatible with EVERYTHING).

The bad news is that you can't control change. The good news is that you control how much these changing events affect you. I use Netscape Navigator 3.0. Yep, that's right, 3.0. Why? It WORKS. It hardly crashes. It supports JavaScript fairly well. It is friendly with 99.9% of all sites. It handles QuickTime 3.0, ShockWave, and RealPlayer flawlessly.

Sure, we have the "latest and greatest" versions of all the browsers on our server (NT 4.0 - who knew?) - but I like what I like, and I like 3.0.

The newer versions CRASH like hell, and give nice, ANNOYING "features" that no one in their right mind needs. I mean, come on, how many sites use DTML? When was the last time you just HAD to go to the latest VRML site? Unless you're in a corporate setting with LOTS of co-horts in far-flung places - do you REALLY need "whiteboard" capabilities in a BROWSER? I'm not a big fan of the Windows 95 User interface - but are you telling me you think it's a GOOD idea to have people use a BROWSER for the interface on a desktop computer?

Nah... all this stuff is pure B.S. It's designed to force you, the weary daily surfer to choose one browser over another. Why? Money. Once they give you the "free fix", they're betting that you'll "protect your investment" in browsers by PAYING for an upgrade down the road. As for me, personally, I'll keep using NN 3.0 until I can't browse my favorite sites anymore. At that point, I'll switch to my cell phone which will browse in TEXT ONLY mode...

Tuesday, June 30, 1998

The Truman Show

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

I saw the movie "The Truman Show" this weekend... what a COOL movie!

Yep, if you liked the previous "The Crucible" review I did... you're in for another treat. If you hated the previous "The Crucible" review I did - then you can stop reading here.

OK, for those of you still here - the basic idea of the movie is that a human (yep - Truman Burbank played by Jim Carrey) was legally adopted by a large broadcasting company (OmniCam Corporation) for the sole purpose of providing a "real" TV show.

This poor person goes on about his life, without knowing that EVERYTHING in it is being controlled and manipulated by the "mad genius" Christof (played by Ed Harris) the person who conceived and has directed, produced and supervised it through it's entire 30 year run. Christof observes (directs) the entire show from a control room that is disguised as the moon (as in "man-in-the").

Truman lives in a beautiful beach side community called Seahaven. It's a typical picture-perfect little town, compete with beach, picturesque beach cottages, a small downtown including a bank, restaurant, hardware store, etc. However, the entire picture-perfect town of Seahaven is actually a gigantic sound stage. Truman's friends and family - everyone he meets, in fact - are actors - INCLUDING his WIFE, Meryl (played by Laura Linney).

To top it all off he lives every moment under the unblinking gaze of over 5,000 hidden TV cameras. I mean they have these things everywhere from the radio in his car, to behind the two-way bathroom mirror, to the bedroom, kitchen, and thousands of spots all over town. Literally, Truman's every move is caught on tape, and he doesn't know it.

Because it's a live TV show that's on 24 hours a day, seven days a week (including a live international feed) - WITHOUT any commercials. Everything in the show is "for sale." His wife, Meryl (a Carol Brady/Donna Reed/Shirley Jones combo), extolls the virtues of the coffee drinks, the house they live in, the car they drive... holy product placement, Batman!

I know what you're thinking - why the hell doesn't he just get in the car and drive away? Ah ha! It seems that there's only one bridge out of town - and that bridge crosses water. When Truman was a kid, his "father" drown so he's terrified about anything having to do with water, over water, etc.

Fast forward a bit.

He has received clues from some of the "actors" that his life is really a TV show. Of course, he doesn't believe it (I mean come on - would YOU??)... but then he realizes that it's all true. He still has no idea he's actually on a giant sound stage - and when he takes a route out of town, all of a sudden there's an instant traffic jam. He makes a U Turn, goes around the block, comes back to the same intersection and there's not a car on the street.

Good stuff! I won't ruin the ending, but it didn't suck nearly as bad as I thought it would.

So, this is the part of the program where I try to tie this movie into the computer industry... here's goes.

It might as well have been called "The Windows 98 Show." No matter what channel you tune to, or what magazine or newspaper or ezine you read, Windows 98 is the top story. No matter what country you live in.

Although "Christof" is a much cooler name than "Bill Gates" - they are both playing the wizard behind the curtain. Gates, like Christof, is the man behind the conception, production and direction of the entire show. There have been well over 5,000 cameras with "live" coverage of Windows 98, and there will no doubt be more as time goes on.

Like the product placements in Truman's world, everything on the Internet Explorer Desktop (oops, I mean "Windows 98 desktop") is for sale: IF #1 - you're NOT Netscape, #2 - you want to give exclusive content to Microsoft, AND #3 - they don't actually buy your company first.

Gates hasn't yet bought the moon, but he does have a $50 million home on Puget Sound from which he can control the entire show. The picture-perfect setting that Microsoft is trying to portray for Windows 98 users costs about as much as a huge sound stage, but thankfully, we're all free to leave at any time.

Saturday, June 06, 1998

FREE - but at what price?

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

Ok, Ok, I know. It's been a couple of months since I've been able to update this column (in fact, the entire damn site!)... I deserve 1000 web lashings.

There's been a ton o' changes to the FileMaker Pro landscape (and computing in general) since the last column. Claris has become FileMaker, Inc., Apple Computer has announced an all-in-one mac called the iMac, Rapshody has become Mac OS X (ten), and we've been entertained by Mr. Bill's courthouse antics. At ClickWare, we launched ClickWorld (the definitive FileMaker Pro resource) in January, and so far have almost 10,000 registered users of the site.

But growth comes at a price...

For FileMaker Inc, the loss of ALL other products other than FileMaker Pro also meant the loss of some fantastic people (and some real JERKS) at the restructured company. It was with an extremely heavy heart that I slowly lost touch with some of the people who were with me at the beginning of my FileMaker journey.

For Apple... well, you know the story. If not, you can check it out here.

For ClickWorld... alas, I feel the end is near. We currently have a Macintosh G3 (233 mHz) computer running WebStar and Lasso 2.5 - that powers the ENTIRE site. The performance has been excellent! The problem comes down to dollars and cents. When we launched the site, we launched it in cooperation with an ISP in the Bay Area (Infoasis). They were creating a FileMaker Pro Hosting service, and in exchange for a connection to their T-1, we provided free banners on certain pages forever.

Well, this week, the "other shoe" dropped. It seems Infoasis is now re-thinking their hosting business, and therefore do not need the banner ad. No banner ad = no "free ride" on their network. Translation: either we have to pay $350 per month to co-locate the computer, or ClickWorld goes away. Now, if you've cruised this ClickWare site - or you've surfed on over to ClickWorld, you know that we provide tons of free tips, free software, and resonably priced tools for FileMaker folks. You also may or may not know, our web presence is for YOU. We strive to be a resource, a depository of information, tips and files that are of use... all for free.

The ClickWorld site is free, the discussion area on ClickWorld is free, the international developer on ClickWorld is free, you can quickly locate and purchase the latest FileMaker Pro books (in association with Amazon.com), there are articles (including this one) that are free.... well, you get the idea.

We don't make any money from our web sites. The product sales simply help to cover the costs of the web presence - we make our money by doing custom FMP and Web development. The reality is that since the ClickWorld site has taken a considerable amount of time and money to implement, it's simply not possible to continue dumping money into a "free" resource.

UPDATE 6/13/98: Shawn Hogen from Data-Point Software has arranged for an ISP to co-locate the server. THANKS Shawn!

Whatever the fate of ClickWorld, rest assured that THIS web presence (ClickWare) is NOT going anywhere. We're committed to keeping it up and running as long as ClickWare is in business. We want to update the site according to what YOU want. Tell us what you LIKE and HATE about this site - and I promise that we'll do everything we can to help.

Thank you all!

Saturday, February 21, 1998

Go For The Gold!

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

Tara Lupinski and Monica Kwan. Done deal. All I can say is this: God bless them.

If you can do well, make the sacrifices these woman (girls?) have - then talk to me. To be the best in the world in something - anything - means that you give 100% all the time. Not for the cameras, not for the commercial endorsements, but for you. YOU. The end.

I just watched those fine young athletes get the gold. I watched as they mouthed the words to the Star Spangled Banner. I watched as the flag of the United States of America was raised (along with China!). Breath-taking.

We all have that ability in us. It may not be as public, as in-your-face as the Olympics. But we do. Business is people, people IS business. I would enourage you to be a "gold-medalist" today.

Tracy and Kwan - we in the U.S.A. are proud of you. Proud of your achievement. Proud of your sacrifices. Proud that we had the honor of being represented by people like you who gave not only your talents, but your lifestyle - for years and years - to represent our country.

My hat's off to you, and to all the Olympians - you DID GOOD regardless of where you "placed" in the end.

Thursday, February 19, 1998

Clip And Save!

Editor's NOTE: This is a moldie oldie that I pulled from a text dump archive. None of the links will work anymore (or 99% won't) - but the names and companies have NOT changed.

Now that FileMaker Pro has been out for a few months, and more and more people are experimenting with the new web features - I've been receiving a lot of email with questions regarding how to test a web solution. In order to use the custom CDML tags in your own HTML there are several settings that MUST all be configured in order to preview your solution in your browser.

On the FileMaker side: 1) set your computer's networking to the correct TCP/IP configuration; 2) turn on the Web Companion (Edit -> Preferences -> Plug-Ins; 3) make your database(s) available to the Web Companion by choosing "Sharing..." from the "File" menu and choose the checkbox for the "Web Companion." Steps two and three appear in the FileMaker Pro documentation, but step one does not. After combing the web, talking to peers, and checking our own network setup, I've compiled the following guide to help you properly configure your Mac or PC:

Macintosh:

Using MacTCP:

Open the MacTCP control panel and assign the web server an IP
address of 192.168.0.2. Click the "More" button, and make sure that it is set to Obtain Address Manually, that the IP Address is Class C, that the
Gateway Address is 0.0.0.0, and that the fields in the Domain Name Server Information box are blank. If you do have a router address and are using a
local Domain Name Server, you can enter this information instead.

  • If you are using a local AppleTalk network or a single computer, open the Chooser and make sure AppleTalk is Active.

  • Next, open the Network control panel and select LocalTalk.

  • Open the MacTCP control panel again and select the LocalTalk icon, then verify all your changes and restart the computer for them to take effect.
If you are using an Ethernet network, you can select EtherTalk in the Network control panel, and Ethernet in the MacTCP control panel instead.

For Open Transport:

Open the TCP/IP control panel, and assign the web server an IP address of 192.168.0.2.

If you are using a local AppleTalk network or a single computer, set Connect via: to AppleTalk (MacIP),Configure: to Manually, then click the "Select Zone" button and select the current AppleTalk zone. All other fields should be blank, unless you are using a router or Domain Name Server for your local network.

If you are using an Ethernet network, you can set Connect via: to Ethernet, Configure: to Manually, and enter a Subnet mask of 255.255.255.0. Again, all other fields should be blank unless you are using a router or Domain Name Server for your local network.

Any client computers should be configured to use the same connection method (LocalTalk/AppleTalk or Ethernet), but should have different IP addresses, higher than the server, such as 192.168.0.3 or 192.168.0.4 (you can also use 192.0.1.2 for the server and 192.0.1.3 and up for clients, if you like).

Check out: http://arpp.carleton.ca/mac/question/network.html for more instructions, including some great pictures of every step.

Windows 95/NT:

TCP/IP Network Settings

For single computer users:

  • Click the "Start" button and chose "Control Panels" from the "Settings" menu.

  • Double click on the "Network" icon.

  • From the listing of network components installed, choose the one for TCP/IP and click the "Properties" button.

  • From the "IP Address" tab, check the "Specify an IP address" and type 192.1.2.2 in the "IP Address"

  • Enter 255.255.255.0 for the "Subnet Mask"

  • Click "OK", and click "OK" again to close the window

For Network Users

Contact your network administrator to ask them what the IP address is of your computer. If you don't have one, you can follow the directions above.

Browser Settings

For Microsoft Internet Explorer:

  • Choose "Options" from the "View" menu.

  • Click the "Connection" tab

  • UNCHECK the "Connect to the Internet as needed" under the "Dialing" section.

  • Check the checkbox "Connect through a proxy server" and click the "Settings..." button.

  • In the space next to HTTP: type 192.1.2.2 and leave the "port" space blank.

  • Click "OK", Click "Apply" then click "OK" to close the Options window

NOTE: When you want to use your dial-in access again, simply UNCHECK the "Connect through a proxy server" checkbox and CHECK the "Connect to the Internet as needed" checkbox.

For Netscape Navigator: No changes to the preferences are necessary.

Web Analytics