Blog

Archive for April, 2006

Cyborgs

Wednesday, April 26th, 2006

While surfing the Slashdot comments to their current poll entitled “What Kind of Bot Would You Be?” I had some of the most funny moments of the week. Specially this comment: «Personally I picked Soongian android partly for that reason. We know they come “fully functional”, so it’s close enough. Just make sure you get […]


Tableless design…

Tuesday, April 25th, 2006

While ago, about 5 years, when I started developing web applications for a small company called Widesolutions, I was introduced to tablebased design. I rembember my opinion was and is that it is simple and it makes sense. Today, I think exactly the same with a few more ideas. Layers, or divs, can do most […]


New controls with Gtk ideas

Saturday, April 8th, 2006

For my current job in ePortal I’ve been designing some new controls that mostly add features not present in the HTML native ones. One such features is the ability to add an icon (or something else like a checkbox) to a dropdown list (combobox). How do we solve this? By implementing it using HTML, but […]


Clean ASP.Net control rendering, another way

Sunday, April 2nd, 2006

After reading Joe Audette «Cleaner Rendering of ASP.NET Server Controls Coming Soon!» blog post I was sad I were developing with ASP.Net 1.1 and that would be a very nice addition to my current project(s). ASP.Net 2.0 has good support to change the rendering of controls, yet I found that the same is possible to […]