- May, 2008 (5)
- June, 2008 (2)
With a little Regular Expression, we can parse almost anything follow a predefined pattern.
Singapore Address is a good example for parsing data with regular expression. The code in this article is produce by me today, feel free to use it for your purpose.
I use PHP for my parser, but it can be port to any other language which support Regular Expression.
Today, I have a small task require a HTML Keyword Parser, the objective is to produce the meaningful keywords from HTML page, but I'm just done it with a very simple version. This very basic version just cut the long sentence into keywords, count how many time it appears and yes, calculate the keyword's density. As I told you, this is the simple version, but I think it suitable for who needs to count, calculate density of each SINGLE keyword in an article, paragraph.
After my last post about hMailServer, a free powerful mail server, one friend of mine have been ask me that hMailServer have the webmail support? The answer is yes and no.
NO - hMailServer don't have a built-in, ready-to-use webmail, but
YES- You can easily setup any webmail to works with hMailServer.
Today, I will show you how to setup SquirrelMail, a free webmail, to works with hMailServer for your intranet.
Sending out email is an usually task when developing web application, so, you should have the ability to test your send mail function. hMailServer is a free e-mail server for Microsoft Windows. It supports all the common e-mail protocols (IMAP, SMTP and POP3) and comes with an easy-to-use COM library that can be used for integration with other software. It also has support for virtual domains, distribution lists, antivirus, antispam, aliases, distributed domains and much more. E-mail data is stored in a database server, MySQL or MS SQL, depending on your choice.
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases. The setup process is very easy, just follow the on-screen instruction, but if you think it still make you some difficult to set it up, follow my image step-by-step installation guide, I'm sure you cannot lost :-)