Skype released an iPhone version...
Does anybody have used it already?
More details in wired
Tuesday, March 31, 2009
skype on iPhone
Posted by Kaja at Tuesday, March 31, 2009 1 comments
Not everything is lost...
In the severe telecom fight, it is very common to talk about the alternatives such as Skype, being threats to harvest the entire economy and redefine the rules for this business. However, reality is much much different.
For me, even though Skype has lots of users (450 mi, if I am not mistaken), the idea of its real threat is an illusion.
Here is an article I received today, which I found very interesting on this topic:
[Financial Times] Skype Dreams
http://www.ft.com/cms/s/2/535477d0-1d5e-11de-9eb3-00144feabdc0.html
Posted by Unknown at Tuesday, March 31, 2009 0 comments
Friday, March 27, 2009
True or Not... be prepared
Here comes again, Conficker will return and have a new variant.
So what can we do?
More info here Beware
Posted by moncypher at Friday, March 27, 2009 2 comments
Labels: Worm
'Psyb0t' worm infects Linksys, Netgear home routers, modems
Now we need worry about this. Have a virus called "psy0t" and he don't want your computer, but your modem. Check more in ZDNet and APC.
Posted by Fabiano Ozahata at Friday, March 27, 2009 1 comments
Thursday, March 26, 2009
Inheritance: returning to the basics of OOP
According to MSDN:
Inheritance, together with encapsulation and polymorphism, is one of the three primary characteristics (or pillars) of object-oriented programming.
It is very simple to do it in C#, but sometimes we can fall in some traps.
Today we had a very interesting problem. How to prevent a child class to override a base class method?
Lets go to our problem: We have a base class called ContentPageBase that inherits from System.Web.UI.Page. And we want to use it as base for our WebContentPages.
But, we want to prevent those child pages to access the method Page_Load(). How to do it?
The abstract keyword enables you to create classes and class members that are incomplete and must be implemented in a derived class.(..)An abstract class cannot be instantiated. The purpose of an abstract class is to provide a common definition of a base class that multiple derived classes can share.
So the code will be like this:
public abstract class ContentPageTemplate : System.Web.UI.PageIf you try to override the method by implementing the child class:
{
protected void Page_Load(object sender, EventArgs e)
{
Page.Title = "Calling from Base Class";
}
}
cannot override inherited member 'ContentPageTemplate.Page_Load(object, System.EventArgs)' because it is not marked virtual, abstract, or override
Posted by Kaja at Thursday, March 26, 2009 6 comments
Other blogs out there...
Hi guys....
I don't know how many of you are currently working on personal blogs and such, but we have a few people (around our work environment) to my knowledge that have been doing that for some time, so you may want to take a pick once in a while on what they are up to:
Bruno Braga
http://www.brunobraga.net/linux-geek
Fernando Campos
http://www.blogdocampos.net/
Voice Technology
http://www.voicetechnology.com.br/ensinar/
David Lojudice
http://cquesabe.blogspot.com/
Do you guys know any other?
Posted by Unknown at Thursday, March 26, 2009 2 comments
Labels: blogs
Video: OnLive gaming demonstrated live, network latency discussed
Now trying to use in games, imagine in a future you don't need computer in home or work (Maybe in this case the war room will be more fast to create. hehehehe).
Online demostration
Posted by Fabiano Ozahata at Thursday, March 26, 2009 0 comments
Saturday, March 21, 2009
Firefox Lover's
Reasons to install IE8 :
green : surf in web
blue : download Opera
orange : test a new anti-virus
red : download Firefox
One image is better than one thousand words... ;-)
Posted by Fernando at Saturday, March 21, 2009 2 comments
Friday, March 20, 2009
Which sites keep you away from work?
(laughs)... this is actually just a joke, since being updated with what is going on is part of work in a way.
Since the evolution of the RSS feeds, the way we have access to information has changed amazingly. I remember myself 5 years ago checking all those blogs and pages for contents... this all moved to Google Reader. I don't know if it is just me, but I get the feeling that even RSS feed applications (a.k.a. Aggregator) that appeared much prior to Google Reader but they didn't fixed their ground. Google Reader seeems to do this work very well.
However, the reality for most people is still different. Checking some other people who are not directly in the IT field, most of them don't even know what RSS or Google Reader is whatsoever. This means that most people still gather information and knowlegde through old channels. This is weird...
Since we are mostly talking about IT here, then I think it is safe to ask about that (if not, your job is at risk right now, hehehe)... I was wondering, since the information all over the blogs and news are so duplicated, it is kind of pain in the a** to read the same thing again and again. To avoid that, I usually keep certain feeds that do not mix up contents...
Which ones do you guys use?
Here is my list:
Google stuff:
- Gmail Blog (the best way of knowing what's going on is to take it directly from the source)
- Google Enterprise Blog (generic information about Google's movemements)
- The official update from Google Apps Team
- Linux.com
- Linux Journal
- BR-Linux.org (in portuguese, but a good way to see the Linux movements in Brazil)
- Foogazi (more focused on commercial side)
- GHacks
- SlashDot (this one is awesome, check their slogan: "news for nerds, stuff that matters", hehe)
- Lifehacker (this one is too much, but I read once in a while)
- InfoQ (too much architecture for me, but it is interesting)
How about you?
Posted by Unknown at Friday, March 20, 2009 4 comments
Thursday, March 19, 2009
IE 8 final version.
According to a brazilian blog(meio bit) the final version of Internet Explorer 8 will be launched today, 1h in the morning JST.
I am using in my machine the demo version, and I have only one problem with my Visual Studio 2003, it doesn't run in debug mode when more than one IE window is open. Wondering why... Lets see how the final version behaves..
Posted by Kaja at Thursday, March 19, 2009 1 comments
Labels: IE8, internet explorer, visual studio
Wednesday, March 18, 2009
Translation Bots on Gmail
Translation bots
You should try it out!
Posted by Unknown at Wednesday, March 18, 2009 0 comments
Labels: gmail, google apps, translation
Awakening...
Finally, with no time to lose, we unleashed the blogging of our team!!!
Hope everyone can participate on it, and contribute to the global community as well...
Posted by Unknown at Wednesday, March 18, 2009 0 comments
Labels: start