advantages

XML file and text files!

Hi, I want to know the advantages of using an XML file over a text file?please help me thanks! ...

what are the advantages and disadvantages of making ajax calls using jquery?

As jquery ajax calls makes life really cool without a page refresh... But still interested to know some of the advantages and disadvantages of making ajax calls with jquery.... As i am using ajax calls for all my Add,Edit and Delete operations in my website it works pretty well as of now... Still knowing about the disadvantages would ma...

Who can tell me about his own experience using Magnolia CMS?

I am looking for some comments on Magnolia CMS. Is there anybody out there having experience on Magnolia and willing to tell about? I am interested in comments like usability, how fast to start with, potential problems, advantages, disadvantages (in comparison to other open source CMS). E.g. I could not find out if Magnolia is able to us...

Why would a company decide to develop in Ruby on Linux and not on Windows?

Hi guys I would like to know if anyone meet a similar situation. What are the reasons for a company to decide that you must develop using Linux environment (virtual machine) and not Windows environment? Here there's no workstations with Linux at all - all computers have Windows installed. There's one production Linux server. Is it ...

When and Why to use abstract classes/methods?

I have some basic questions about abstract classes/methods.I know basic use of abstract classes is to create templates for future classes. But are there any more uses of them ? When should you prefer them over interfaces and when not ? Also when are abstract methods useful ? ...

ASP.NET: What are the advantages of using sitemap-based navgiation?

Scenario: building a site where navigation will be in master page in either left or top menu. What are the advantages to using the ASP.NET navigation system based on web.sitemap files? The alternative I'm considering is just building the links in <li> elements as necessary. ...