Browse by Tags
All Tags »
.NET »
All (
RSS)
I am writing this after looking at this post on Subsonic and reading this post on Why Scaffolding Sucks . This question pops in my head : "Have they seen Paladin?". Therefore I sort of come out with my own "top five reasons to why I use...
In this post I will be talking about the technologies I used to built Foodlane.sg. I tried to refrain doing 'marketing' for Foodlane.sg here, so I will discuss about the tools and framework I used. ASP.Net 2.0 Foodlane.sg is built on ASP.Net 2...
I was coding a image processing application using c# today. My task is very simple, for each image, divide it into 8 x 8 pixel block. For each block, gets its DCT, quantized it, and finally the histogram of its YCrCb. It is a very simple for-loop with...
I was trying for a few hours trying to round border to the stickies. I did manage to have a round border for the sticky in the end but I realize they look real ugly with round border (especially when collapse, looks like a capsule..haha) and the codes...
I come up with an idea of how group management in could be more UI based, so in the main options, I added a listView whereby the user can click and drag the stickies into their relevant groups, as well as create new groups using the listView. Note: The...
I experiment with the login control today and find that it is pretty easy and intuitive to use. However, if I am already using paladin for the data tier, then perhaps it will be good to combine this two to let them work together. This can be easily achieve...
I got this problem when adding chinese characters to mysql database using mysql .net connector. After changing the database encoding to utf-8 and the page encoding to utf-8, i still get ??? when inserting information into the database. Finally, the problem...
I was trying out ASP.NET 2.0 Client Callback functionality when I simply cannot get it to work as I cannot find the GetCallbackEventReference method under the Page class. After some searching, I realise that the method is now under ClientScript class...
Take a look at this new website http://www.codezone.com , registered and once logged in, you will be presented with blogs, news and events , forum posts according to the preferences you set in your profile. I believe some asyncronous page loading is in...
Get to know this when listening to technet 2005 webcast, check it out, its done in asp.net 2.0 http://beta.asp.net
As I carry on the read on Ajax practises and the various views and on whether a Flash interface is better for Rich Internet Application or using HTML with AJAX, a thought dawn upon me...which is to basically continue to work on my experimental ajaxalin...
I got a crazy idea today so I set about trying it. Flex allow us to create rich internet applications fast and easy by using Flex Builder. Since Flex also allow us to separate our actionscript classes from MXML which defines it, we are able to separate...
I was trying to find a solution on it when I found this solution on msdn Pretty handy =)