Intrafoundation Software


 


 

Frequently Asked Questions

Frequently Asked Questions about the site.

Things professional web developers DO NOT do*

October 30 2005 03:28 PM

1. Create different versions of a site for different display resolutions. Ie, 800x600, 1024x768 only sites. (What you should do is design your site so that it will collapse or expand cleanly for everything between 640x480 to 1600x1200).

2. Use pop-up windows for sub-content.

3. Try to manually force a window into the resolution you want. (Related to #1)

4. Have your index page launch a large pop-up window that all your content is browsed in. (See all previous)

5. Mention that the site is enhanced for one particular brand or version of a browser. Though as a general rule it should be made to look it's best on whatever version is most widely used at the time, it should also look good on everything else that has ever been made that may try to browse it -- including WebTV's and text-only Lynx. Often this is of course impossible to verify as there are just too many variants on a practical level allow for such verification.

6. Flash splash screens. Need I say more? Everyone hits SKIP INTRO anyway.

7. Make a site that ONLY runs for certain specific browsers. All the links of this site are auto-magically maintained by personal bookmarking app written mostly in ASP (and using a C++ COM object I wrote) (It was originally in ColdFusion). It identifies itself only as "Intrafoundation.com (TCPClient 2.15)". I find it amusing that more than one site will STOP you from browsing them completely unless your UserAgent header string has certain magic words within it. And one wonders if they really have thought this through -- the entire point of building a website is to attract as many people as possible to it. Or at least it usually is.
If you were wondering what you should do -- you shouldn't build a site in the first place that won't work at least partially for every browser out there.* But if you already have, then simply having a subtle message warning them that their browser may or may not work on your site will suffice. And then let them browse on their merry way. (Of course, if you do, you'll have to be constantly updating the site once or thrice a year when new versions of your "supported" browsers come out -- so if you get paid for it, it might not be such a bad idea.)

8. Use the same title string for every single page on your site. This tends to making referencing your site on a search engine rather problematic... for the same obvious reason you don't normally name every file on your hard drive the same thing as well. Generally the title should be the name of the site, then the name of article, etc the the page contains.


*Unless your pointy-headed Dilbert-type boss says you have to.

Leave a comment   

Installing the ColdFusion Wizard for MSVC++ 5

October 30 2005 03:20 PM

Can't get the ColdFusion Wizard to show up?
You want the file cfxwiz_vc50.awx which is in
Program FilesDevStudioCommonMsDev98Template.
Copy it to
Program FilesDevStudioSharedIDEbinide
for VC++ 5 or

Program FilesMicrosoft Visual StudioCommonMSDev98Binide
for VC++ 6.

Where is the CFX.H file?

You need the cfx.h file to compile any tag.
It's in the folder cfusioncfxinclude.
You can either copy it directly into your project folder or use it's path in your include.


CFXAPI.zip

The awx and cfx.h are sometimes difficult to get installed and you can waste a lot of time trying to get at them.
Here's a small zip with both of them.

Leave a comment   

Where can I find Jukka's CFX_Image?

October 30 2005 03:18 PM

Here's a local copy of CFX_Image v1.4 circa 7/11/2001 (434kb)
and a beta of CFX_Image v.1.4.3 (no docs).
There's also the older CFX_Image v1.3.2 circa October 12 2000 (426kb) by Jukka Manner.
I don't know if he minds having it here or not, so it's up just temporarily.

(UPDATE: He says "I don't mind :)")

Also, here's his
CFX_GIFGD v1.1b circa 1997 (235kb).

Jukka's very nomadic with his websites.
He's apparently currently at www.kolumbus.fi/jukka.manner/ now.
And there's his old website at geocities.

Leave a comment