FoxPro Examples

ChilkatHOMEASPVisual BasicVB.NETC#Visual C++CMFCDelphiFoxProJavaPerlPHPPythonRubySQL ServerVBScript



Visual FoxPro Examples

Bounced Mail
Bz2
Character Encoding
CSV
Digital Certificates
Digital Signatures
Email
FTP
HTML-to-XML
HTTP
IMAP
Encryption
MHT / HTML Email
POP3
RSA
S/MIME
Socket
Spider
SFTP
SMTP
SSH
SSH Key
SSH Tunnel
String
Tar
Upload
XML
XMP
Zip Compression
Self-Extractor

More Examples...
Email Object
RSS
Atom
Byte Array
Service
PPMD
Deflate
DH Key Exchange
DSA

Unreleased...
FileAccess
Bzip2
LZW
Icon

 

Non-Chilkat Links
Text and String Handling

GetBaseDomain

The GetBaseDomain method is a utility function that converts a domain into a "domain base", which is useful for grouping URLs. For example: abc.chilkatsoft.com, xyz.chilkatsoft.com, and blog.chilkatsoft.com all have the same base domain: chilkatsoft.com. Things get more complicated when considering country domains (.au, .uk, .se, .cn, etc.) and government, state, and .us domains. Also, domains such as blogspot, tripod, geocities, wordpress, etc, are treated specially so that "xyz.blogspot.com" has a base domain of "xyz.blogspot.com". Note: If you find other domains that should be treated similarly to blogspot.com, send a request to support@chilkatsoft.com.

Download Chilkat Spider ActiveX

LOCAL loSpider

* The Chilkat Spider component/library is free.
loSpider = CreateObject('Chilkat.Spider')

? loSpider.GetBaseDomain("www.chilkatsoft.com")
? loSpider.GetBaseDomain("blog.chilkatsoft.com")
? loSpider.GetBaseDomain("www.news.com.au")
? loSpider.GetBaseDomain("blogs.bbc.co.uk")
? loSpider.GetBaseDomain("xyz.blogspot.com")
? loSpider.GetBaseDomain("www.heaids.org.za")
? loSpider.GetBaseDomain("www.hec.gov.pk")
? loSpider.GetBaseDomain("www.e-mrs.org")
? loSpider.GetBaseDomain("cra.curtin.edu.au")

* Prints:
* chilkatsoft.com
* chilkatsoft.com
* news.com.au
* bbc.co.uk
* xyz.blogspot.com
* heaids.org.za
* hec.gov.pk
* e-mrs.org
* curtin.edu.au

Need a specific example? Send a request to support@chilkatsoft.com

© 2000-2007 Chilkat Software, Inc. All Rights Reserved.

Mail Component · .NET Email Component · ASP Mail Component · XML Parser