-
Don't know if you can still see this post via your RSS reader. just started from yesterday Feedburner had my old feed http://feeds.feedburner.com/rextangtw changed to a RSS redirect tag like this. <? xml version="1.0" ?> < redirect > < newLocation > http://blog.rex.la/rss.aspx <...
Posted to
Rexiology::Past
by
rextangtw
on
2005/12/7
Filed under:
Filed under: Japan 日本文化, Microsoft/.NET, Tools 好用的工具, Life 生活, Blog Framework / Tools, I.T. Related, Movies 電影, Music 音樂, Travel 旅行, Readings 閱讀, Yahoo, Feelings 雜記, MS TechEd, O/R Mapping, Programming, Business 商業, Mobile Life
-
Just for your reference here if you didn't see the main page , this "Past" blog is the archive of my previous blog hosted at http://blog.rex.la . All the links at http://blog.rex.la will correctly links to posts here (through URL rewriting), so that all the links outside the world will still working...
Posted to
Rexiology::Past
by
rextangtw
on
2005/11/28
Filed under:
Filed under: Japan 日本文化, Microsoft/.NET, Tools 好用的工具, Life 生活, Blog Framework / Tools, I.T. Related, Movies 電影, Music 音樂, Travel 旅行, Readings 閱讀, Yahoo, Feelings 雜記, MS TechEd, O/R Mapping, Programming, Business 商業, Mobile Life
-
[Initial] : found from my log reports that I've been spammed for a while. [stage1] : could not stand for those damn spammers that consume my bandwidth too much, need to stop it. [stage2] : found ISAPI_Rewrite , put it on work with the following facts: it's small, nice, and functioning well as a isapi...
-
[via Chris Frazier's blog ] AngryPets' ReverseDOS ... it's been too busy recently therefore I seldom had time to read those blogs I subscribed. after I deployed ISAPI_Rewrite today, taking a breathe and watching TV tonight at home, I had a quick peek from those blogs. and happened to see Chris's blog...
-
The thing is, I kept got those referer spams in my blog site even after I've password protected my log report statistics, continuing after I wrote the referer spam post couple days ago. some articles in the internet said that everyone should password protected log report statistics to prevent being chosen...
-
for people interesting of writing Google Maps / GMail - like Web Applications, you'll love this! [via Andrew Connell ] Ajax.Net library & examples ...
-
if you read the whole Hibernate in Action book, you'll find that in Java world, people use "set" collection often. most of the NHibernate articles and examples followed Hibernate 's Java trend, using <set> to map one-to-many and many-to-many relationships. if you thought NHibernate is an easy-to...
-
it's only 5 days before I heading to TechEd 2005 . since I'll have to stay at Florida travelling around to Miami , also will stay at San Francisco, I'll need to get more information on retail car and accommodation to get my detail travel plan all done (as for my plan of Tokyo in the end of this trip...
-
I've been busying mapping my business tier objects to data-tier using NHibernate , an excellent port from Hibernate in Java world. 2 things to say. first, the xml schema for the mapping file is sort of clear and excellent, but you should take some time reading some articles as well as the documentations...
-
MSN bought MessageCast at 5/12 this year . right after this news my MessageCast alerts stopped function for a while until now (other Alerts I subscribed also didn't function anymore until tonight I saw the alerts coming again!) Microsoft changed the domain name for MessageCast Alerts (now named MSN Alerts...
-
I found something while doing my project using NHibernate as the O/R Mapper. I got a table that stores multiple category-item data inside it. used a column 'type' to distinguish groups of values. thus it's obvious to use SubClass tag with discriminator / discriminator-value tags to transform each row...
-
so, the disaster goes on by consuming my time writing in a language (VB.NET) I am not familiar... as lessons learned from template code generation, I soon decided that never write repetitive code in my project anymore. and this just happened on my project about VB.NET default code template in VS.NET...
-
ok, as I am structuring my project to let it in good shape, and examing those open-sourced projects, I quickly found that those excellent developers all have tools in common. do a search on Google , you'll find that there was a good article by James Avery posted on July 2004 MSDN magazine saying " Ten...
-
ok... this is what I've learned from today's workshop of my project... from my previous post , I've selected LLBLGen Pro and NHibernate to start on ORM tools. LLBLGen Pro just updated to v1.0.2004.2 at 10-may-2005, while NHibernate just released v0.8.2.0 at 9-may-2005. Orginally I was sticking on LLBLGen...
-
Before writing on this topic, I must say that Rob Caron , the programming writer of VS.NET 2005 team, had great updates of resources about Visual Studio Team System ! Syndicate Rob's blog if you are keeping tracking about Whidbey ! On his " New Team System Stuff " post, he pointed out Russ Nemhauser...