eight

[my focus on (web) technologies]

asp.net, i think i like windows. November 29, 2006

Filed under: C#, Learning, asp.net, programming — bbinto @ 4:42 pm

so i have been getting involved more and more in VS2005 lately. i have to say windows is surprising me and is actually making my life really easier when it comes to building web applications. today, i found out about a nice tool to manage displaying different content depending on their role. the role management offered by vs2005 is nice and can be used very easily. It allows me to customize information that will be presented by users through different templages. This is done based on theirs roles.

It’s sometimes recommended to read about the “what’s new”.

Manage user-based content display and user data persistence

 

1…and…2…and…3…and…web November 15, 2006

Filed under: General, Learning, internet — bbinto @ 1:32 pm

i seem to not be able to stop reading about the “new” web. while i am still trying to get news and information about web2.0 and being excited about this “WebOS” and the web becoming the main application platform for users these days, i have found another terminology today (maybe for a lot nothing new, for me something new to research): semantic web or …1…2…yeah web3.0

Tim Berners-Lee describes the idea in his semantic web road map article and says clearly that the problem is still that “the web is designed for human cunsumption” but “the structure of the data is not evident to a robot browsing the web“. So the idea of the semantic web clearly tries to “solve this problem by developing languages for expressing information in a machine processable form“.

if you need examples and maybe a bit “easier” article to read, the bbc article “Smart sites to power semantic web” might belp you.

 

confusion with coldfusion November 14, 2006

Filed under: Ajax, Learning, programming — bbinto @ 1:23 pm

seriously, i don’t know why some people decided to use coldfusion 4.5: right now, i have to understand and enhance somebody’s coldfusion code to make it work for the company i work for. while trying to do that, i realize that most of the functions that i need now to speed up the code, are not available for version 4.5

is there anybody who has a good resource for coldfusion 4.5?

moving forward to more futuristic methods/technologies:
i found a nice one-chapter example of the new series by o’reilly: head rush AJAX.
I really like the style how this serie of books presents its content to the readers: easy, funny and nice to read and understand. I am really thinking of buying it.
Another one I am reading/using is this one:  head first design patterns.

 

podcasting for fun? November 8, 2006

Filed under: Learning, asp.net, internet — bbinto @ 11:30 am

i have been developing a podcast tool (backend) for the company i work for.
it was fun digging once again into apple’s podcast technology and also the hype about rss and xml. this time i was more challenged b/c i had to use asp.net to implement the backend with.

i could not use this toolkit b/c we are not using asp.net 2.0 yet, thus, i needed a little bit more time to finish it.

overall, it was fun developing it and now i am thinking of starting my own podcast about ivy’s and my life or something. it’s easy to do, i guess i need just an audience for it.

technical specification from apples podcast page