Online Advertisements
Are you addicted to internet? What is your first thing at home? Internet? I will answer , "Internet". I browsered around 100 pages per day. The friends around myself online a lot. Online game, chatting and surf on net. I rememeber a friend told me his home cut off from internet for a week. After 3 years ago, he started to use internet. He even has not online for a week.
I think that is the reason Microsoft planned to launch her advertisememt program and Yahoo's publisher program is Beta stage.
Spring .Net Example
I did an example to get an object from Spring Context.
The key lines of code:
IApplicationContext ctx = ContextRegistry.GetContext();
WindowConfig config = (WindowConfig) ctx.GetObject("WindowConfig");
Download Solution and sources - Click Here
Simple Clock - C# Example Codes
I wrote a little example. This example is to demostrate how to set the time zone/
Code Generation is to do jobs of CMS.
An ideal just hit my head. I am thinking to use a Code Generator to do the jobs of CMS(Content Management System). Normally, CMS need a database and a kind of web scritping (e.g. PHP, CGI and ASP). For some web sites are not changing so frequently, why don't we only use a Code Genrator to generate webpages from a set of XML files?
My ideal is to use a Code generator to generate HTML files from XML files and HTML templates. then the user will FTP HTML files to the server.Moreover, the generator can have some tracking changes functions. The generator will only upload the changed files.
In this way, the user can use some free hosting or lower prices hosting.
Do you agree with me?