Home / cell phone headsets
Get Chitika eMiniMalls

Sponsor

TTZ Media

Sponsor

TagCloud


nextcellphones
nextcellphones

Microsoft cuts price of flash-based Zune?s

11/19/2008, 16:07 |

If you was about to purchase a Zune but decided to hold off, then you made the right choice. Microsoft have now cut the price of their flash-based Zune?s, as of yesterday. So now you will be able to spend that extra money you saved on your PMP on something for Christmas.

The new pricing range for the Zune?s is $129 to $99 (4GB) $149 to $139 (8GB) and $199 to $179 (16GB). All of the prices are now down by $20, so now the US Zune?s are more in line with what the Canadian?s are paying.

The Car Pack with included dock is also down by $10, with the Home AV Pack down by $20. It looks as if Microsoft has decided to give a little back in the run up to Christmas. I bet those who purchased a Zune a few days ago will be a little mad now.

Source



Video: Drop those peripherals: Kid plays Guitar Hero: World Tour... on his bike

01/01/1970, 01:00 |
This one is just pure awesomeness. Never mind those high-priced Guitar Hero peripherals. This guy played it with his bike.

That's right, we found this video up on YouTube, posted by madflux, and in it, he rides a bike to the music of Activision's Guitar Hero: World Tour's (Xbox 360, PlayStation 2, PlayStation 3, Wii) Prisoner of Society by The Living End set on the Difficulty mode of Hard.

Easy? Not. See, madflux and his friends recreated the whole song level, complete with notes and riffs a-flare, throughout their neighborhood. Probably inspired by Dorothy's "follow the yellow brick road" mantra, these guys put stickers on the road to replicate the notes in-game.
He also put in LED lights on the handlebar of his bike that light up along with the notes as well. Methinks this is to help him pace his ride.

It obviously took a whole lot of work to make it work, but we're glad it did. Although some would say that this is just a fake viral ad for Guitar Hero, we'd still say it was darned cool. If that's not the case, and these bunch of guys really just had a whole lot of free time in their hands, then even more props to them!

Here, have a look at it and see for yourselves (and keep a look out for that guy in the KISS costume sometime around the 3:35 mark. Coolness!) .





Related Guitar Hero: World Tour Articles:


Digital Globe: Is DigitalGlobe Unique?

11/19/2008, 16:46 |

Digital Globe or DigitalGlobe is pretty cool really and we like it very much, basically DigitalGlobe is one of the leading providers of high resolution commercial imagery. They are the only company that operates a constellation of sub-meter commercial imaging satellites.

Digital Globe to us is definitely unique and its founders were indeed scientists and GIS mapping users, so they know what they are doing so to speak. The main advantages with Digital Globe include: Dependable delivery of high resolution imagery and geospatial data that seamlessly integrate with your applications and projects — Expanding constellation of high resolution commercial satellites and aerial flight programs — Ongoing investment in new generation geospatial information solutions — A worldwide network of value added resellers and strategic partners with leading edge expertise and support — Timely collections and updates to our global, online, image library ? and of course World class, high volume orthoimage and data management facilities.

Please do take a look and tell us what you think, and please let us know the answer to this question ?Is DigitalGlobe Unique? Please visit DigitalGlobe



Phone Deal: Samsung Eternity for FREE with Contract

01/01/1970, 01:00 |
We have a lot of shoppers who are looking at the Samsung Eternity with digital TV from ATT. We have a great deal going on with our partner Simplexity right now: with a 2-year contract you can get the ...

RINGTONE TEST QUESTION: Do You Attend Live Music Shows?

01/01/1970, 01:00 |
Take the ringtone personality test, hear your 5 best free ringtones and download them for free.


AT&T FamilyTalk Unity Plans

01/01/1970, 01:00 |
This is an AT&T cell phone plans listing of its FamilyTalk Unity plans for $69.99, $89.99, $109.99, $149.99, $199.99 or $299.99.


Android-like Google Sync now available for BlackBerry phones

11/20/2008, 06:23 |

Thanks to the new Google sync, BlackBerry users will soon be getting a taste of how it feels to live the Android life. While the HTC G1 may lack a desktop sync tool, it does feature automatic syncing with Gmail?s address book and vice-versa, providing you with a safe way of backing up your contacts on the internet. This same feature is now headed BlackBerry?s way and, in true Google fashion, it?s free of charge.

For instructions on how to get the Google Sync update, just head on over to mobile.googl.com/sync and enter your phone number. Once complete, an appropriate link will be sent to your mobile phone. I guess this is Google?s way of spreading the love to the rest of the mobile community even if you?re not yet ready to hop on the Android bandwagon.

[source]

This is a post from Cell Phones Etc. entitled:
Android-like Google Sync now available for BlackBerry phones | Add your Comments

Useful App in 42 Minutes

11/13/2008, 07:30 |

While I worked at NewsGator for two years (2006 to 2008), I rode my bike in to or out of Boulder/Denver about 90% of the time.  Wow, that was a fun - great company, great people, and the ride was nice!  Since then I have been asked countless times about the best bike route from Boulder to Denver.  I’ve tried to describe the route, but honestly it’s a bit convoluted and hard to convey verbally.

I tried to plot the route by hand in Google maps using their tools but it was a big pain in the ass.  Ever try doing something like that?  It is brutal.  Well, I have a meeting in Denver tomorrow, will ride my bike in, and got a bright idea this evening.  Why not use my phone, which has GPS, and write an application to breadcrumb the route and then post the data to some mapping service.

There was one catch; I was only going to give myself one hour to do it.  I could have probably found an app to do it for me, but that would be no fun.  So I started coding it up at 9 pm tonight - beats watching tv or going to hapa w/ danny, heather, and micah, ok scratch that one maybe.
The first choice was the technology stack.  I chose Microsoft for several reasons:
1.  My phone is a WinMobile
2.  I code all day in either Ruby or Java so change is good
3.  The MSFT/.NET stack is actually quite excellent - if you think not, you either haven?t tried or are not open minded
4.  MSFT gets little love in the Web 2.0 world, so I am here to spread some love :)
So, my objective was simple.  Record GPS data on my mobile, output to a .gpx file, and import into maps.live.com.  The undertaking was a success, I think, and I finished at 9:42.  It only took 42 minutes - sweet.  The app is ready, the bike is ready… I will post the results tomorrow some time.

So, here is what I did:

1.  Created a new Windows Mobile 6 project in Visual Studio 2005 - some code below and project files here

2.  Added a label to give me some feedback and three menu options to the main form (Start, Stop, and Exit) - start to get the GPS going and stop to close the GPS and write out the data

3.  Here is the first cool trick that made this oh so easy.  Studio has a great tool for generating classes from XML schema definition files.  So, I grabbed the schema file http://www.topografix.com/GPX/1/1/gpx.xsd and voila in 2 seconds had a fully blown out managed class based on the schema.  How sweet is that? Here is what you do:
a.  Using the Visual Studio 2005 Command Prompt I ran the following in my projects root directory - xsd gps.xsd /classes /language:cs /namespace:gpx
b.  Added the class to my project - sweetness

4.  Then added a reference to the GPS Intermediate Driver, managed wrapper.  The Windows Mobile 5 SDK and the Windows MObile 6 SDK ship with sample code that provides a managed wrapper around that native GPS and can be found in C:\Program Files\Windows Mobile 6 SDK\Samples\Smartphone\CS\GPS or C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\Cs\Gps (on my machine anyway)

5.  Then wrote just a handful of lines of code to make it all work (see code below):
a.  Read the GPS data on a reasonable interval - all the hard work is done in the managed assembly, thanks
b.  Hydrate the GPX class instance (from step 3) - again all the hard work was done by the xsd tool all I did was stuff in some data
c.  Stop reading GPS data and write out the gpx file - all the hard work done by xml serializer and the xsd tool.  This is just too easy.

6.  Upload the gpx file from your mobile to live.com - all the hard work is done by maps.live.com
a.  http://maps.live.com - Collections | Open your collections | Import
b.  That?s all!

So, in under an hour I was able to build a useful application (for me anyway)? this is clearly not indicative of my coding skills bit of the great tools (in this case the .NET framework and live.com) that we developers have at our disposal today.

Like I said, I’ll update when I gen a map tomorrow.
Happy coding.

——————->>>>>>>> CODE STUFF
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.IO;
using System.Windows.Forms;
using System.Xml.Serialization;
using Microsoft.WindowsMobile.Samples.Location;

namespace GPS
{
public partial class FrmGPS : Form
{
private EventHandler updateDeviceHandler;
private EventHandler updateDataHandler;
GpsDeviceState device = null;
GpsPosition position = null;
Gps gps = new Gps();
List waypoints = new List();
DateTime lastCapture = System.DateTime.MinValue;
int iterator = 0;

public FrmGPS()
{
InitializeComponent();
}

private void FrmGPS_Load(object sender, EventArgs e)
{
updateDataHandler = new EventHandler(UpdateData);
updateDeviceHandler = new EventHandler(UpdateDevice);

gps.DeviceStateChanged += new DeviceStateChangedEventHandler(gps_DeviceStateChanged);
gps.LocationChanged += new LocationChangedEventHandler(gps_LocationChanged);
}

private void mnuStartGPS_Click(object sender, EventArgs e)
{
try
{
if (!gps.Opened)
{
lblStatus.Text = string.Empty;
gps.Open();
}
}
catch (Exception ex)
{
Cursor.Current = Cursors.Default;
MessageBox.Show(ex.Message + “\r\n\r\nMake sure you have the GPS intermediate driver enabled.”,
“GPS Failed”,
MessageBoxButtons.OK,
MessageBoxIcon.Hand,
MessageBoxDefaultButton.Button1);
}
}

private void mnuStopGPS_Click(object sender, EventArgs e)
{
try
{
if (MessageBox.Show(”You sure you want to stop acquiring GPS data?”, “Stop”, MessageBoxButtons.YesNo, MessageBoxIcon.Question,
MessageBoxDefaultButton.Button1) == DialogResult.Yes)
{
if (gps.Opened)
{
lblStatus.Text = “GPS device closed.”;
gps.Close();
}

XmlSerializer serializer = new XmlSerializer(typeof(gpx.wptType));
TextWriter writer = new StreamWriter(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), “kcbigring.gpx”));
gpx.gpxType data = new gpx.gpxType();
data.wpt = new gpx.wptType[waypoints.Count];
int i = 0;
foreach (gpx.wptType wp in waypoints)
{
data.wpt[i] = wp;
i++;
}
serializer.Serialize(writer, data);
writer.Close();
}
}
catch (Exception ex)
{
Cursor.Current = Cursors.Default;
MessageBox.Show(ex.Message,
“GPS Failed”,
MessageBoxButtons.OK,
MessageBoxIcon.Hand,
MessageBoxDefaultButton.Button1);
}
}

protected void gps_LocationChanged(object sender, LocationChangedEventArgs args)
{
position = args.Position;

// call the UpdateData method via the updateDataHandler so that we
// update the UI on the UI thread
Invoke(updateDataHandler);

}

void gps_DeviceStateChanged(object sender, DeviceStateChangedEventArgs args)
{
device = args.DeviceState;
Invoke(updateDeviceHandler);
}

void UpdateDevice(object sender, System.EventArgs args)
{
if (device != null)
{
lblStatus.Text = device.FriendlyName + ” acquiring signal…”;
}
}

void UpdateData(object sender, System.EventArgs args)
{
if (position != null)
{
if (position.LatitudeValid && position.LongitudeValid)
{
string tempLat = position.Latitude.ToString();
string tempLon = position.Longitude.ToString();

// Write some data?
TimeSpan span = DateTime.Now - lastCapture;
if (span.TotalSeconds > 4)
{
lblStatus.Text = iterator.ToString() + “: ” + tempLat + ” ” + tempLon;
lastCapture = DateTime.Now;
gpx.wptType wp = new gpx.wptType();
wp.lat = System.Convert.ToDecimal(tempLat);
wp.lon = System.Convert.ToDecimal(tempLon);
wp.time = System.DateTime.Now;
wp.name = iterator.ToString();
waypoints.Add(wp);
iterator++;
}
}
}
}
}
}

BlackBerry Bold up for pre-order at Best Buy: 680 smackers

10/28/2008, 02:14 |

Filed under: , , , , ,


We already knew RIM's BlackBerry Bold would sell for a stiff $299.99 on contract with AT&T, but if you're one of the many AT&T users who'd rather not sign a new agreement (or renew your current one), you've probably been patiently waiting to hear an unsubsidized price. Here is it, but we're warning you, you might want to sit down. The contract-free Bold is listed at $679.99 at Best Buy, and fittingly enough, the product page offers a convenient link for seeking financing. At any rate, it also tells us that pre-orders will typically ship out within one to two weeks, though we'd be hesitant to bet the farm on that. After waiting for like, ever, for this handset to finally hit shelves, are you still so anxious to drop nearly seven bills to claim one as your own?

[Thanks, Christen]

Engadget MobileBlackBerry Bold up for pre-order at Best Buy: 680 smackers originally appeared on Engadget Mobile on Mon, 27 Oct 2008 20:14:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments



Motorola Moto Q11 Smartphone

10/11/2008, 16:18 |

The new Motorola Moto Q11 Smartphone has been announced by Motorola. The MOTO Q11 Smartphone is described as a quad-band GPRS/EDGE device that runs Windows Mobile 6.1.

moto q11

“The slim MOTO Q 11 with integrated WiFi¹, is ideal for people who want a high-speed connection for Internet browsing. The built-in WiFi uses Boingo Mobile to automatically connect the Q 11 to thousands of WiFi locations worldwide. Use the optimized keyboard for fast and easy messaging¹ on-the-go and the integrated GPS¹ for navigation support for popular applications like Google Maps?. Equipped with Windows® Mobile 6.1, the Q 11 enables users to personalize their homescreen and synchronize all contacts, calendar items and email, just like being on a computer. When making calls, connect with compatible Bluetooth enabled stereo devices² and you can keep your hands free for other tasks.”

The MOTO Q 11 is expected to be available in December 2008. Right now the price has yet to be determined.

For more information regarding pricing and product availability in your region, please contact your local Motorola representative.



TV with built-in blu-ray player

11/11/2008, 21:01 |

Allio PCTV

I would personally prefer a cheaper TV without a built-in PC or blu-ray player, but it’s still really interesting to see all these new machines hitting the market in a rapid pace. The Allio PCTV comes with a built-in home theater PC including a blu-ray drive. The flagship model is $2799…

Allio 42-inch HDTV with PC and Blu-ray Player [hothardware.com]

Sony Ericsson Z750 HSDPA handset

03/27/2007, 00:55 |
CTIA 2007 -- The Sony Ericsson Z750 is a new HSDPA handset targeted at North America. What that really means, though not technically announced, is it's destined for AT&T (Cingular). While the 3G...

[Thanks to dozens of spam sites using the full text of our RSS content, the feed is now only a summary. Click through to see the full story.)



Samsung Behold (SGH-T919) Phone (T-Mobile)

01/01/1970, 01:00 |

Samsung Behold (SGH-T919)- View Specs
Released for T-Mobile, Samsung Behold (T919) packs a large 3.0-inch LCD color touch screen with responsive feedback called haptics. A built-in accelerometer automatically switches the screen between portrait and landscape modes. With Samsung's innovative new TouchWiz UI, consumers can 'drag and drop' widgets to personalize their handset - functions such as the clock, music player, instant messaging and photos. They can blog, text and chat with the virtual QWERTY touchpad. Multiple messaging capabilities include text, multimedia messaging, instant messaging, email and Audio Postcard support. The integrated 5.0-megapixel camera with flash and auto-focus snaps high-resolution photos and videos. A GPS receiver uses TeleNav GPS Navigator for turn-by-turn driving directions with maps. It has high-speed connectivity and a full HTML web browser for faster access to the Internet. With stereo Bluetooth wireless technology, speakerphone and voice activated dialing, the Behold lets users go handsfree. A microSD memory card slot stores of videos, photos or music up to 16GB... [Continue reading Samsung Behold (SGH-T919) Specs]


Related New Samsung Cell Phones


©2002-2008 Mobiledia Corp. A Cell Phone Resource Site. All Rights Reserved. This Feed is for personal non-commercial use only.

Japan?s DoCoMo eyes ?Google phone? launch next year (AFP)

11/19/2008, 18:29 |

AFP - Japan’s top carrier NTT DoCoMo Inc. aims to launch next year a cellphone developed with Internet search giant Google, an official said Wednesday, a move that could counter Apple’s iconic iPhone.

Original post by AFP

Haw haw: Static-charged balloon foils security camera

08/01/2008, 18:30 |

lamson1

Ah, William Lawson of Brooklyn, New York, you are a smart guy. I can only hope that your balloon trick shows up in future iterations of the Splinter Cell series. I?m getting tired of shooting the cameras out with a pistol. It wastes bullets, it?s dangerous, and it?s impractical for Sam Fisher to have to poke his head out just to aim at a target he could very easily disable with a little bit of static electricity. Perhaps he can start to carry a bag of balloons, string, and a large helium tank with him wherever he goes.

[via MAKE]



SyncMate: FREE Mac to Windows Mobile Sync App

11/06/2008, 10:32 |

SyncMate

Finally! A FREE and reliable sync conduit for Windows Mobile and Macintosh!

With many sync apps available in the market today, it’s hard to find a reliable and FREE tool which you can use to keep your PIM in sync. For someone like me, I don’t really care to sync iPhoto or iTunes with my Windows Mobile device. What’s of primary importance is my PIM - address book, calendar and the like. So say hello to SyncMate, a free Mac to Windows Mobile sync tool. This is something we’ve been waiting for! The free version comes with these features, including an epic SMS sending conduit:

* iCal synchronization Calendar synchronization has never been so easy. Days, dates, years ? you know everything. Never miss a day or a date! Synchronize calendar with SyncMate. Now you can sync your Google Calendar with SyncMate, too!
* ?ontacts synchronization With SyncMate we tried to help you keep your address books organized, both on your PDA and on your Mac. You can simply synchronize your phone or Pocket PC with your Mac and voila! Your both address books are complete. Synchronize your Google Contacts, too!
* SMS reader Read all your text messages not even touching your mobile device! With SyncMate the whole list of your SMS is in front of you.
* Device info plugin The most exact information about your Pocket PC right at your fingertips ? all you ever wanted to know about your Pocket PC.

This post is of course written with all due respect to The Missing Sync, which is still one of the most kick ass sync tool in the market today. It’s just not .. free. So if the crisis is hitting you hard, SyncMate is for you!

[photo c/o SyncMate]

Tags: , , ,

Samsung Renown Fashion Clamshell Unveiled for Verizon

11/14/2008, 13:19 |
Samsung Renown (SCH-U810)- View Specs

Verizon Wireless today unveiled the Samsung Renown, a fashionable clamshell with a 2.0-megapixel camera.

The Renown comes with a 2.0-megapixel camera with NightShot, a camcorder, and video, picture, text and mobile IM messaging options. It also supports Verizon Wireless' VCAST Music with Rhapsody and VCAST Video services in the U.S. VCAST Music with Rhapsody lets users transform their handheld into an MP3 player.

Customers to access more than 5 million songs and purchase full songs over-the-air. They can download a master copy of songs to their PCs, and sync favorite tracks, albums and playlists from their PCs to their phones via USB cable.

With VCAST Video, users can download or stream video clips from news, sports and entertainment.

The Samsung Renown is available will be available in business sales channels, online on Nov. 19 and in stores on Dec. 1.

- Samsung Renown Specs


Related News Articles


©2002-2008 Mobiledia Corp. A Cell Phone Resource Site. All Rights Reserved. This Feed is for personal non-commercial use only.

Company Reinvents BountyQuest In Attempt To Bust Bogus Patents

11/18/2008, 22:31 |
Many of you probably remember BountyQuest, the company set up by Tim O'Reilly and Jeff Bezos as an attempt to bust bogus patents by reaching out to the "wisdom of the crowd" to dig up prior art. The initiative got plenty of attention, thanks to Bezos' and O'Reilly's involvement, but the project faded out and eventually just shut down after it failed in its high profile attempt to invalidate Bezos' own infamous "one-click patent" (which has since run into troubles on prior art found by others).

Apparently, though, there's a new startup that's attempting to do pretty much the same thing. The Associated Press has an article about Article One Partners, whose business plan sounds like a photocopy of BountyQuest's original plan. Apparently the AP reporters weren't aware of BountyQuest, because it's not mentioned in the article. That's not necessarily a bad thing, but considering the striking similarities between the two operations, you'd think it would at least merit a mention. Hopefully Article One can survive where BountyQuest flopped, but I'm not that hopeful, honestly. It could potentially work for a few high profile patents, but on average, it's tough to get random people to get excited about digging up prior art on patents.

Permalink | Comments | Email This Story



Marketing Mobile : Nokia mise sur la géolocalisation avec le rachat de Navteq

10/04/2007, 19:10 |
A

NFL Sprints to wireless

11/06/2008, 15:50 |

The Wall Street Journal reports today that “Sprint Will Kick Off a Series of Eight Football Phone-Casts”:

For the first time Thursday, a National Football League game — the Cleveland Browns vs. the Denver Broncos — will be broadcast on Sprint mobile phones as part of the wireless company’s exclusive partnership with the league. That partnership deal is valued at about $500 million over five years.

Over the next seven weeks, Sprint will phone-cast the eight games that are televised solely on the NFL Network, the league’s cable channel. For the past three seasons, the NFL has struggled to persuade major cable operators to include its channel in their basic programming packages.

With the NFL Network is available in only about 40% of American households, Sprint executives hope the NFL games can do for their company what the league’s Sunday Ticket package has done for satellite-television provider DirecTV Group. Sunday Ticket, which is exclusive to DirecTV, allows dedicated fans to see every NFL game on Sunday afternoons, and has been crucial to DirectTV’s growth.



Pocketgamer article - Apple?s 99 cent store

11/14/2008, 22:36 |

Dale had some thoughts I paralleled on this Apple’s 99 cent store” article on pocketgamer, over on his blog.



BioShock DLC out tomorrow

01/01/1970, 01:00 |

BioShock - Image 1


Think you've got game? Try them out when you get the BioShock PS3 Challenge Rooms Add-On Content pack when it comes out tomorrow. The DLC will feature the much-awaited Challenge Rooms, as well as the New Game Plus feature.

Test your skills in the Challenge Rooms - save the little girl, fight baddies unarmed, or survive in a room full of Splicers. Take a spin around the Grand Carnvial and enter the Chamber of Thrills, get your game on 'cause it won't be easy, at least that's what Sony said.

If you're not looking for a challenge, then own the enemies with the New Game Plus mode, which allows you to start a new game with all the stuff and abilities you got from a previous game. If you already have a completed save file, load it up and crush enemies with your superior arsenal.

2K Games is bringing the Bioshock PS3 Challenge Rooms Add-On Content pack tomorrow on the PSN for US 9.99.



Here's the Challenge Room trailer article if you wanna check it out:


Hello world!

03/14/2006, 20:08 |

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Spotify invite

10/08/2008, 00:46 |

Spotify logotyp

I have a couple of invitations to Spotify, so if you’re interested drop a comment and you might be the lucky one. I’ll pass them on to a couple of random comments tomorrow. I wish I had more of them…



Marketing Salaries Guide

01/01/1970, 01:00 |
Crandall Associates, a company that does executive recruitment for the direct marketing and telesales industries, has released its "2008 National Salary Guide, Direct and Interactive Marketing."

The guide keeps tracks of salaries (high and low ranges, sub-divided by years of experience) nationwide for job titles such as:

Internet Marketing Manager
Market Research Director
Media Planner/Analyst
VP of Marketing
Customer Service Managers and Directors

The full report can be ordered online at www.crandallassociates.com.

TES

    Related Entries

TrackBack (0) | Comments (0) | Tag with del.icio.us




LG announces Google partnership

03/28/2007, 15:48 |
CTIA 2007 -- LG has become the latest mobile phone manufacturer to partner with Google. The handset maker will begin to introduce new models that come pre-installed with Google applications such as...

[Thanks to dozens of spam sites using the full text of our RSS content, the feed is now only a summary. Click through to see the full story.)

Peace Walker - new game or just a regular trademark?

01/01/1970, 01:00 |

A piece of the USPTO file - Image 1


New game? Or just another trade mark? The USPTO shows us this registration for Peace Walker, but no word on the actual purpose of this file. It's a good source of speculation, but not all registrations turn out to be games. Sometimes, stuff like this get filed for use within games and/or to protect software. From what we're seeing from the file though, it's definitely game-related.

Peace walker, huh? It does sound like a game though. Another Suikoden, maybe? Another underage hero leading an army sounds very Peace Walker material. Unlikely though, since Suikoden titles just come with the series title and a number. Metal Gear, perhaps? Your thoughts?

Check the full entry via the source link.



Related articles:




Snocator - Cool iPhone App for Skiiers

11/07/2008, 18:12 |

Winter is coming and the skiers are getting excited. Just in time for the first snowfall of the year, Useful Networks has launched a new iPhone app which combines all the tools skiers and snowboarders need, both on and off the mountain.

The Snocator application uses interactive GPS trail maps to show users exactly where they are on the mountain. Users can also check snow reports, mountain cams and weather forecasts to get up-to-date information on their favorite resorts as they plan their next ski vacation, or just their afternoon on the slopes.

Built for snow sports addicts by snow sports addicts, Snocator is the only iPhone application to use location-enabled ski maps to show snow sports enthusiasts where they are on the mountain, with all nearby lifts, runs, lodges, terrain parks and more pictured in detail.

The mapping feature is available at most ski resorts in the U.S. and Canada. Snow reports, mountain cams, and weather info are available for most ski resorts worldwide.

"Snocator is the ultimate guide for skiers and snowboarders, whether they are beginners or seasoned pros," said Useful Networks CEO Brian Levin. "With Snocator, anyone can find their exact location on the mountain on a detailed map showing lifts, runs and lodges."

Snocator is available at major ski resorts in the U.S. and Canada and works anywhere users have a data signal or Wi-Fi connection with the iPhone. It is currently selling for $5.99 and you can check out more info, read reviews and buy it for your iphone by clicking here.

Forget the bailout, start over: the New American Bank Initiative

01/01/1970, 01:00 |

Teardown party: the MSI Wind and Acer Aspire One get ripped open

07/06/2008, 01:07 |

Filed under:


You knew this was bound to happen. Like any good piece of gadgetry, there's always someone who can't wait to get their grubby hands all over it... and rip it to shreds to see how it works. Today we present the disemboweling of two of the latest challengers to the Eee's netbook throne: the MSI Wind, and the Acer Aspire One. The Aspire One at least gets the courtesy of a proper unboxing before the medical proceedings begin; the Wind just gets cracked open like a cold PBR at your cousin's barbecue. Don't take our word for it, however -- truck on over to the read links and see the messes with your very own eyes.

Read - Breaking Wind
Read - Acer Aspire One Unboxed and Disassembled
Permalink | Email this | Comments