your link to better business solutions

Category Archive for ‘Software’ rss

Data Centers configured to take a “nap”!

The modern work culture now allows its employees to take a “power nap” in between stressed out work shifts. Servers now have an equal demand! Researchers from the University of Michigan have declared a new mechanism by which power-hungry computer data centers can save up to 75% energy by putting these servers to sleep, when not in use.

Thomas Wenisch spearheaded this research, who also happens to be assistant professor in the department of Electrical Engineering and Computer Science. His team performed an analysis on the power consumption and data center workloads. They used mathematical modeling techniques to optimize their findings. Their proposed technology would include “PowerNap” that conserves energy by eliminates almost all power used by servers that are idle and RAILS (Redundant Array for Inexpensive Load Sharing).

FileDroid – Your File Explorer for Android on Steroids

Webdatamation announces FileDroid – a great new Android file manager for your Android powered phone. File management in Android’s native system is cumbersome and not intuitive. In fact, you can’t do basic things you expect to be able to do, like browse, rename and move files. This latest release once more illustrates Webdatamation’s commitment to [...]

We Need Reviews on our Firefox Add-on

Here is the link to our Add-on (Current Site IP): https://addons.mozilla.org/en-US/firefox/addon/11036 We need you to add a review to our Add-on so that it will be published. Short description how users can post reviews: Users must register on Mozilla Add-ons. After successful registration you can see extensions which are in sandbox. They are labeled “experimental”. [...]

Current Site IP

WebDamation is pleased to offer a new Firefox Add-on, Current Site IP, developed by our own team which should be a useful tool for any website developer.

This new Add-on gives you an advertising-free, direct way to get a website IP address you need when working on site development.

No doubt you, like ourselves, work with many different internal and external sites during development, and find it difficult to remember which website uses which server. We thought it would be convenient if there were a Add-on that would display the current IP address as you were working on a page.

AUDACITY

If your job needs audio editing and you are looking for the right tool that will not only suffice your needs but also suit your pocket, then your search ends right here, right now! Today I will discuss about Audacity, the digital audio editor. Well, if you are still not sure about if it fits your bill then let me tell you that it is free. Yes you have read it right it is free as it is an open source program.

This cross platform digital audio editor is available for Windows, Linux, MAC OS X and BSD. It has a clean interface that keeps the toolbar and work space uncluttered and makes it easy to use. It supports 32 bit floating point audio and has excellent features and built-in effects including noise removal, bass boost. It can import and export all file formats that are supported by libsndfile library like WAV, AIFF, MP3 etc. Though for MP3 files you need to download the LAME encoder. Audio files can be easily edited by its Cut, Copy, Paste functionality. Another interesting feature is that you can perform unlimited “Undo” operations while editing an audio file. Audacity also allows you to change an audio’s pitch without changing it’s speed. Likewise it’s ‘tempo’ functionality allows you to make adjustments to the speed of an audio track while keeping the pitch same and in turn helps you to synchronize the audio with the video. It has multi track mixing features with a large array of digital effects and plug-ins. With audacity you can also convert cassette tapes or records to digital tracks as it has the ability to automatically split one wav track or other supported type tracks into multiple tracks. Its latest release includes features that support direct sound device for Windows.

Piwik as your web analytics software!

I know, you would probably argue with me on Google Analytics being the best of them all, but what’s the harm in knowing about this new web analytics tool on the block? Piwik, as its website claims, is an open source alternative to Google Analytics.

Piwik is a PHP-MySql based program. In order to get started, you have to first download this software from their website and get it installed on your own web server. It just takes as less as 5 minutes to set things up and get going. At the end of the set up process, the software generates a javascript code. You just need to copy and paste this code onto the web pages that you would want to track. There is also a plugin that would automate this process for you! Simple?

Okay, you would still probably argue that Google analytics is the most popular amongst all and that Piwik is just no big deal. However, let me mention here that alternative open source web analytics solutions have their own advantages:

The Simple Object Access Protocol (SOAP)

On the information superhighway or what is most commonly known as the “internet”, there is a superfluity of data that is constantly being produced or consumed. Information exchange seems to be the buzzword of most modern web services under development and your service should be able to “talk” to other services in order to produce desired results. Architecture is no more standalone with respect to the fact that a particular web service may require data that is produced by another web service and this idea may be extended across web services.

The moment you talk about information exchange across different web services, the first thought that probably strikes you is compatibility. For example, consider two web services, where one web service is running on a Microsoft IIS Server and the other on an Apache Tomcat Server with ASP.NET and JSP scripting respectively. How do these services communicate with each other?

Earlier, before the advent of the use of SOAP, such mechanisms were achieved by the XML-RPC, which was not a very safe and secure mode of communication. SOAP provides an optimal solution to this problem.