Blog Detail
Alexandre Gomes - Mono, Linux and .Net
http://www.alexandre-gomes.com
A blog about myself and my experiences in Mono, Linux, .Net and ASP.Net worlds.
Recent Posts
Microsoft open sources .NET Micro Framework
Microsoft has 3 .Net flavors, the complete stack, the .Net Compact Framework and the .Net Micro Framework for extremely resource-constrained devices. The later is being open sourced under the Apache 2.0 license. A copy of the full annoucemente can be...
Anonymous Functions in C/C++?
I was reading my fair share of feeds for the day and I found some links for a nice site that translates C gibberish to English like this: int (*(*foo)(void ))[3] gets translated to “declare foo as pointer to function (void) returning pointer to...
Expand and collapse UITableViewCells
Displaying a details view to show data after the user selects something from a table on the iPhone is pretty much the standard and it sure is useful in many cases. Fact is that it’s not always the fastest or correct way of showing details, spec...
Google to Acquire AdMob
Today when I checked my mail I received the not so surprising news that Google was about gobble up AdMob. It’s not surprising because most Google advertising products were acquired from someone else and I was seeing a serious hole in GoogleR...
AdSense reports in a Gadget (iGoogle and Wave)
I got tired of visiting the AdSense page all the time, well from time to time. I already have done an iPhone app so now I created a iGoogle gadget to display the most important stats and also a chart! So, with the help of Mono I was able to have ever...
Mono Strange Behaviour (Bug!)
Lately I’ve been doing a lot of ASP.Net code developed on VS.Net and IIS and deployed (via a cool subversion hook I might add) to my server running mod_mono on Fedora. Usually there aren’t many issue except for the occasional OS specific ...
