Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Calvin Hsia's WebLog
thoughts from a professional developer
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
64bit
C++
Debugging
History
LINQ
Miscellaneous
Pictures
Programming
SmartPhone
Testing
VB
Vista
Visual FoxPro
Visual Studio
Web
Windows API
WPF
News
Archives
April 2008 (2)
March 2008 (2)
February 2008 (2)
January 2008 (2)
December 2007 (3)
November 2007 (8)
October 2007 (6)
September 2007 (4)
August 2007 (9)
July 2007 (2)
June 2007 (2)
May 2007 (11)
April 2007 (5)
March 2007 (2)
February 2007 (2)
January 2007 (1)
December 2006 (2)
November 2006 (1)
October 2006 (4)
September 2006 (6)
August 2006 (10)
July 2006 (13)
June 2006 (11)
May 2006 (7)
April 2006 (8)
March 2006 (14)
February 2006 (5)
January 2006 (21)
December 2005 (9)
November 2005 (19)
October 2005 (20)
September 2005 (12)
August 2005 (23)
July 2005 (12)
June 2005 (8)
May 2005 (7)
April 2005 (4)
March 2005 (1)
February 2005 (2)
January 2005 (13)
December 2004 (9)
November 2004 (4)
October 2004 (10)
September 2004 (4)
August 2004 (8)
July 2004 (1)
June 2004 (10)
Browse by Tags
All Tags
»
Programming
»
Web
(RSS)
Visual FoxPro
Friday, January 14, 2005 6:20 PM
Wite your own RSS News/Blog aggregator in <100 lines of code
The internet is a great way for people/entities to publish information. An RSS reader is a tool to help funnel only the information that you think is important to you. You can subscribe to RSS sources (Blogs, news sites, businesses, authors) by choosing
Posted by
Calvin_Hsia
|
7 Comments
Filed under:
Visual FoxPro
,
Programming
,
Web
Wednesday, January 12, 2005 1:36 PM
Do you like reading a blog author? Retrieve all blog entries locally for reading/searching using XML, XSLT, XPATH
If you like reading a particular blog and want to read more from the same author, you can subscribe to the blog using RSS and any number of blog readers, such as newsgator , intravnews . This will get a few current entries (RSS is limited to 15 entries
Posted by
Calvin_Hsia
|
5 Comments
Filed under:
Programming
,
Web
Tuesday, January 11, 2005 1:05 PM
Use a simple XSLT to read the RSS feed from a blog
On most Blogs, there is a link called “Syndication”,”RSS”, or “XML” that is the RSS feed. Click on that, and you see an XML document that contains some recent blog posts. This simple code reads the RSS feed for my blog, does an XSLT transform of the XML
Posted by
Calvin_Hsia
|
11 Comments
Filed under:
Visual FoxPro
,
Programming
,
Web
Wednesday, September 01, 2004 10:09 AM
How to protect your web site pictures from being saved
A customer emailed me: As you are an expert I have the following question that maybe you know to answer. My wife is an artist making cards for every occasion. We have now the idea of selling these cards through internet. Showing these cards on a gallery
Posted by
Calvin_Hsia
|
8 Comments
Filed under:
Visual FoxPro
,
Programming
,
Web
Friday, August 27, 2004 10:23 AM
Hear your web site being hit
Somebody in the world is browsing the internet and hits your web site. How do you know? IIS provides logging services (WinXP: Control Panel->Admin Tools->IIS->Web Sites->Default Web Site. Rt-Click, Properties, Enable Logging, choose the kind
Posted by
Calvin_Hsia
|
10 Comments
Filed under:
Programming
,
Web
Friday, June 18, 2004 3:24 PM
Blogs get 300 hits per hour: Visual FoxPro can count.
I wanted to get a picture into my blog, which isn’t run by my web site. It actually gets posted to 2 URLs: http://blogs.msdn.com/calvin_hsia or at http://weblogs.asp.net/calvin_hsia I can view and edit my entry in HTML, so I just added an IMG HTML
Posted by
Calvin_Hsia
|
17 Comments
Filed under:
Visual FoxPro
,
Programming
,
Web