phpSysInfo: Get All the Information About your Hosting Server

Have you ever been curious about your hosting service? Have you ever wondered “what kind of machine is holding up my website”? Well, you are going to love this one: phpSysInfo retrieves an incredible amount of information from the hosting server.

And when I say incredible, I mean INCREDIBLE. Running this PHP it will automatically bring the following information from the server:

  • Processor model, type and speed.
  • RAM and the amount currently used.
  • Operating system.
  • Number of hard drives and present RAID configurations.
  • Partitions and mounted filesystem free space.
  • Number of process running and their status.
  • Hardware temperature and voltage.
  • Network usage.
  • And even more!

This script runs on any site where PHP is enable, it only requires PHP 5.2 version or higher. And the output options are: static content, XML or update it dynamically. Plus, you can get different themes to use it.

The phpSysInfo site have ready a demonstration of their script running on their server. Check it out here.

Did I mention it’s completely free to download?

Enjoy!

Download Google Chrome 4

The Google Chrome developers have just released a new version of Google Chrome 4 that fixes several security issues in the Windows client. Users who have Google Chrome 4 installed are encouraged to update their web browser as soon as possible to protect it from possible exploits targeting those security vulnerabilities.

Google is still running the monetary compensation program for developers who find security vulnerabilities in the web browser.

The latest version of Google Chrome can be downloaded directly from the official Google website.

Simplicity: Free Premium Dark Wordpress Theme for Freelance Developers

Brave Zeenat is a dark beautiful free WordPress theme. It is a clean Portfolio Theme ideal for photographers, artists and designers to showcase their portfolios. Source Files (PSDs) included for template, page headers, portfolio titles, logo and buttons. It is compatible with IE7, IE8, Firefox, Opera, Chrome, Safari, Flock.

Unify: Sync or Move Music from iTunes into Your Spotify Account

Someone has finally produced a great app that lets you move your library from iTunes over to Spotify. The app is call Unify and its built on Adobe Air so it can be used on both Mac and PC. Once installed it only takes a matter of seconds before you have selected the playlist you’re wanting to import into Spotify  and Unify does all the heavy lifting.

You can either transfer a specific album or track or just drag and drop everything in your library. You’ll notice a nice little orange album icon. This area displays all the albums your iTunes Library. Just drag them over to Spotify the same as you do with tracks.

Now, don’t expect to find every track in your iTunes library on Spotify. Spotify is very good and you’d be hard pressed to not find a song, but clearly it doesn’t have everything.

Free for 5 tracks from each playlists, but for an unlimited number of tracks, you’ll set yourself back only £1.99 (approx $3 US), peanuts really for the availability of your favorite music everywhere.

Grab the app here.

Funkyfonic Cassette Mp3 Speakers For Your iPhone or iPod Touch

Funkyfonic Cassette Mp3 Speakers just look cool!

It’s an external speaker that you can plug into any standard 3.5mm headphone jack, and it’s powered by two AA batteries. The retro speakers are just $22. Why not go for it and put a giant cassette tape head on your iPod?

Cool retro speaker.

Discover DJ System by Ion Audio: Portable Plug and Play Decks for Your Laptop

The Discover DJ by Ion Audio is the easiest way to become a DJ. It is a high-tech plug and play turntable that transforms your PC or Mac into a full-on DJ rig. The twin deck USB DJ controller features all controls that you need to loop, cross-fade, scratch and tempo match. The device is compatible with M4A, Wav, MP3, FLAC and OGG audio files. The Discover DJ retails for $152 each. [Firebox]

Aqua Soundz: Waterproof Floating Speaker System for Your Pool, Jacuzzis or Bathtub

The Aqua Soundz is a waterproof speaker that you can use in pools, Jacuzzis, bathtubs. The device consists of two part such as the transmitter and the speaker/ receiver. The transmitter connects to your MP3 player via the 3.5mm plug and it will broadcast your music to the speaker/receiver (up to 50 meters). The transmitter requires 3 AAA batteries, while the speaker needs 4 AA batteries. Available in while, this mushroom-shaped speaker retails for $82.11. [RedFerret]

China Mobile Wants an iPhone and iPad Deal

According to the AFP, China Mobile have expressed an interest in selling the iPad and iPhone Apple products in China. China Mobile uptil now has been unable to reach a deal that will enable them to sell the sensational mobile phone from Apple. Wang Jianzhou, who happens to be the China Mobile’s chairman and chief executive  didn’t disclose the reasons which were causing the undesirable delay. However the CEO remained hopeful of striking a deal real soon, as one would expect.

We’re hoping we’ll come to an agreement (with Apple) on the iPhone as soon as possible

As stated earlier, iPhone isn’t the only product that has attracted the telecommunication company, the iPad has got them excited as well.

We will continue to express our interest in the iPhone. But not just the iPhone, also the iPad.

China Mobile sees the deal signing of these two product as an opportunity to enhance and expand its business. It remains to be seen when will the deal be finally signed.

Free Slide Gallery Plugin To Showcase Your Images

slideGallery is a MooTools plugin for creating customizable image carousels easily & quickly.

It converts any given unordered list into a slider & can be styled with CSS.

The plugin can display any defined number of images horizontally or vertically, auto-play them, have prev-next buttons and these functions can be configured more with:

  • setting the class of prev-next elements
  • speed and duration of slides
  • transition to be used
  • direction of the transitions
  • & more..

slideGallery works in all major browsers including IE6.

Social Buzz Free Icon Pack: Web 2.0 Style Social Media Icons

The Social Buzz Free Icon Pack contains 12 icons for some of the most popular social networks out there. Each icon has been masterfully crafted by the folks over at IconShock.com and distributed by Tutorial9.

Included in the set are:

  • Bebo Icon
  • Delicious Icon
  • Digg Icon
  • Facebook Icon
  • Flickr Icon
  • Google Buzz Icon
  • Linked In Icon
  • MySpace Icon
  • Reddit Icon
  • Stumble Upon Icon
  • Technorati Icon
  • Twitter Icon

Download here for free.

Twitter: Tweetmeme Official Follow Button

Twitter is currently one of the most popular social networking sites in the world and growing fast. I have always wanted to add a simple button which would let users follow me on Twitter. Before now it hasnt been possible, but Tweetmeme have release a Follow Button that is brilliant.

The Standard Button

For the basic follow button please copy and paste the source code below into your site, remembering to replace yourtwitterusername with your actual twitter username.

<script type="text/javascript">
tweetmeme_screen_name = 'yourtwitterusername';
</script>
<script type="text/javascript"
src="http://tweetmeme.com/i/scripts/follow.js"></script>

Changing the size of the button – Compact Button

The Compact Button

We also offer a compact version of the TweetMeme Follow button, with the same options as the larger button.

<script type="text/javascript">
tweetmeme_screen_name = 'yourtwitterusername';
tweetmeme_style = 'compact';
</script>
<script type="text/javascript"
src="http://tweetmeme.com/i/scripts/follow.js"></script>
The Square Button

We also offer a square version of the TweetMeme Follow button, you also need to remember to include the size of the square in pixels to set the size of the square button. If you do not add a size this will default to 32px by 32px.

<script type="text/javascript">
tweetmeme_screen_name = 'yourtwitterusername';
tweetmeme_style = 'square';
tweetmeme_size = '50';
</script>
<script type="text/javascript"
src="http://tweetmeme.com/i/scripts/follow.js"></script>

Buy AT&T New Green Worlds First Zero USB Phone Charger

AT&T has today announced their new green charger. This device powers most low-power USB devices, including the iPhone, and is purportedly the world’s first charger to avoid power draw. When a device is full, the ZERO automatically stops charging and therefore avoids a trickle of energy when a device is left plugged in. The interchangeable “block” design also reduces the obsolescence of the charger once owners replace their devices.

The packaging itself helps and is made entirely of recycled paper.

No pricing has been given, but AT&T expects the ZERO Charger to cost as much as a regular power adapter. It will ship sometime in May.