June 2006 - Posts

02 June 2006
T-SQL: Practice to use semicolon (;)
Yesterday, I was bugged by a syntax error that keeps on appearing on my stored procedure. This code seems to work fine , but it wont: .cf { font-family: Verdana; font-size: 8pt; color: black; background: white; border-top: windowtext 0pt solid; padding-top: 0pt; border-left: windowtext 0pt solid; padding... Read More...
01 June 2006
When Personalization Comes to Worst
Personalization extends the site to allow users to do customization such as allowing html tags, adding videos and images, customizing layout, and drag-n-drap on some website sections. A simple change of theme is personalization in someway. When i was in an internet cafe in Batangas I have observed many... Read More...
01 June 2006
When C# needs generic indexer
C# 2.0 have generic classes, methods, and delegates, a major breaktrough in compiler history indeed. But lately I was about to refactor my session helper class and thought it would be really cool if it will support a generic indexer but later I remembered C# does not support generic indexers and properties... Read More...
Filed under: ,