Sony Acquires Media Molecule

Well, much to no one’s surprise, Sony has officially acquired Media Molecule. The developer of the million-selling LittleBigPlanet will not exclusively develop games for Sony’s systems. Not like they weren’t doing that already, but hey. The next MM game due out, ModNation Racers, already has passed its beta test. Who knows what those cruh-ay-zee guys will come up with next. Read on for the official press info.
London, 2nd March 2010– Sony Computer Entertainment (SCE) today announced that it had acquired leading game developer Media Molecule, creator of the multi-million selling and multi-award winning PlayStation®3 (PS3™) exclusive title, LittleBigPlanet™. Media Molecule will join as part of SCE’s global development operation, SCE Worldwide Studios (SCE WWS).
In a strategic move to continue to secure excellence in game development for current and future PlayStation® platforms, the acquisition of Media Molecule formalises the successful exclusive relationship with SCE.
Media Molecule, based in Surrey, England, is the award-winning developer of LittleBigPlanet, one of the best-selling titles for PS3, a game that introduced gamers to the unique ethos of Play, Create and Share. Having seen over 2m user generated levels created for the community to download and play for free, LittleBigPlanet has completely changed the way people interact with games, whilst revolutionising the longevity of gameplay.
Having won over 90 awards for LittleBigPlanet, including 2 BAFTAs and 8 AIAS Interactive Achievement Awards, Media Molecule brings a wealth of experience and a highly talented staff into the SCE WWS family that will further strengthen the PlayStation first party studio.
”Since they burst onto the gaming scene, Media Molecule have proved to be a truly exciting and innovative studio, who have proved their world-class credentials with the creation of the incredible LittleBigPlanet,” said Shuhei Yoshida, President, SCE Worldwide Studios. “SCE WWS is all about creating ambitious, innovative and ground breaking games, traits that Media Molecule clearly have. To bring them into our family proves our dedication to creating fantastic new experiences that we believe will cement our position as industry leaders.”
“Since Media Molecule’s inception, we’ve had a uniquely close relationship with SCE. Over the years they have consistently shown their dedication to Creative Gaming and Media Molecule, not only through their support of the company, but their willingness to take risks and embrace our often unusual approach and ideas,” said Alex Evans, co-founder of Media Molecule. “What we’ve achieved already with LittleBigPlanet has proved this to us and we’re excited by this new chapter of innovation and creative gaming, for all involved.”
Studios across SCE WWS share technology, production methodology and creative goals to build the best possible experiences for users to enjoy the most from the PlayStation family of hardware platforms and network services. With over 2,500 employees, SCE WWS combines the talents of 15 game development studios in Japan, the USA, the UK and The Netherlands.
Lola Montès (The Criterion Collection) [Blu-ray] (Blu-ray) newly tagged blu-ray
11 used and new from $24.99
Customer Rating:
First tagged “blu-ray” by Sandro Sarang
Customer tags: criterion collection(4), criterion collection blu-ray(3), max ophuls(2), blu-ray
Iron Man 2 Featurette.

Here at The Netwerk, we love out comic book movies. And I have a huge man crush on Robert Downey Jr. I must of told 10 people the sotry about why he eats Burger King in the Iron Man movie. If you don’t know why, go Google it. cause I’m about to go to a party and I don’t have time to type the whole story.
Victor-JVC Blu-ray Disc 5 Pack - 50GB 2X BD-RE DL - Printable (Electronics) newly tagged blu-ray
Customer Rating:
First tagged “blu-ray” by Sergio G. Gomez
Customer tags: bd-re dl, 50 gb blank media, bd-r, blank media, bd-r discs, blue ray, 50gb, recording media, blu-ray
Sony Blu-ray Disc 5 Pack - 50GB 4X BD-R DL [Japanese Import] (Electronics) newly tagged blu-ray
Customer Rating:
First tagged “blu-ray” by Sergio G. Gomez
Customer tags: sony blu-ray(5), 50 gb blank media(4), bd-r(4), blank media(4), bd-r discs(4), 50gb(4), blue ray(3), bd-re dl, bd-r dl, blu-ray
XML issue
Dont know how much of an xna issue this is, but maybe someone could help.nbsp; I read in an xml file, important part of the method beingbr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”/spanspan style=”color:blue;”public/spanspan style=”font-size:11px;”nbsp;/spanspan style=”color:blue;”void/spanspan style=”font-size:11px;”nbsp;Initialize(/spanspan style=”color:blue;”int/spanspan style=”font-size:11px;”nbsp;level)nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;squadrons.Clear();nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.IO.Streamnbsp;streamnbsp;=nbsp;System.IO.File.OpenRead(span style=”color:blue;”quot;Content/config/squadrons.xmlquot;/spanspan style=”font-size:11px;”);nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.Xml.XmlDocumentnbsp;xml_documentnbsp;=nbsp;span style=”color:blue;”new/spanspan style=”font-size:11px;”nbsp;System.Xml.XmlDocument();nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;xml_document.Load(stream);nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.Xml.XmlNodeListnbsp;nodesnbsp;=nbsp;xml_document.GetElementsByTagName(span style=”color:blue;”quot;squadronsquot;/spanspan style=”font-size:11px;”);nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;span style=”color:blue;”foreach/spanspan style=”font-size:11px;”nbsp;(System.Xml.XmlElementnbsp;nodonbsp;/spanspan style=”color:blue;”in/spanspan style=”font-size:11px;”nbsp;nodes)nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;span style=”color:blue;”if/spanspan style=”font-size:11px;”nbsp;(/spanspan style=”color:blue;”int/spanspan style=”font-size:11px;”.Parse(nodo.GetAttribute(/spanspan style=”color:blue;”quot;levelquot;/spanspan style=”font-size:11px;”))nbsp;==nbsp;level)nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
/table
/div
br /
So the method is passed a level, but it gets all elements by the name squadrons.nbsp; So the xml file currently does level one like sobr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”lt;?xmlnbsp;version=/spanspan style=”color:blue;”quot;1.0quot;/spanspan style=”font-size:11px;”nbsp;encoding=/spanspan style=”color:blue;”quot;utf-8quot;/spanspan style=”font-size:11px;”nbsp;?gt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”lt;squadronsnbsp;level=span style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;name=/spanspan style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;height=/spanspan style=”color:blue;”quot;250quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;lt;squadronnbsp;name=span style=”color:blue;”quot;squadron1quot;/spanspan style=”font-size:11px;”nbsp;speed=/spanspan style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;dirX=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;dirY=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;pos=/spanspan style=”color:blue;”quot;150quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;lt;/squadrongt;nbsp;/td
/tr
/table
/div
br /
How can I do another level on this? if I close the squadrons tag, and I start a new onebr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”lt;squadronsnbsp;level=/spanspan style=”color:blue;”quot;2quot;/spanspan style=”font-size:11px;”nbsp;name=/spanspan style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;height=/spanspan style=”color:blue;”quot;250quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
/table
/div
br /
I get xml document cannot contain multiple root elements.nbsp; So I need to try and get the level into the above element.nbsp; Any advise?br /
br /
cheersbr /
XML issue
Dont know how much of an xna issue this is, but maybe someone could help.nbsp; I read in an xml file, important part of the method beingbr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”/spanspan style=”color:blue;”public/spanspan style=”font-size:11px;”nbsp;/spanspan style=”color:blue;”void/spanspan style=”font-size:11px;”nbsp;Initialize(/spanspan style=”color:blue;”int/spanspan style=”font-size:11px;”nbsp;level)nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;squadrons.Clear();nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.IO.Streamnbsp;streamnbsp;=nbsp;System.IO.File.OpenRead(span style=”color:blue;”quot;Content/config/squadrons.xmlquot;/spanspan style=”font-size:11px;”);nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.Xml.XmlDocumentnbsp;xml_documentnbsp;=nbsp;span style=”color:blue;”new/spanspan style=”font-size:11px;”nbsp;System.Xml.XmlDocument();nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;xml_document.Load(stream);nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;System.Xml.XmlNodeListnbsp;nodesnbsp;=nbsp;xml_document.GetElementsByTagName(span style=”color:blue;”quot;squadronsquot;/spanspan style=”font-size:11px;”);nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;span style=”color:blue;”foreach/spanspan style=”font-size:11px;”nbsp;(System.Xml.XmlElementnbsp;nodonbsp;/spanspan style=”color:blue;”in/spanspan style=”font-size:11px;”nbsp;nodes)nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;span style=”color:blue;”if/spanspan style=”font-size:11px;”nbsp;(/spanspan style=”color:blue;”int/spanspan style=”font-size:11px;”.Parse(nodo.GetAttribute(/spanspan style=”color:blue;”quot;levelquot;/spanspan style=”font-size:11px;”))nbsp;==nbsp;level)nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;{nbsp;/td
/tr
/table
/div
br /
So the method is passed a level, but it gets all elements by the name squadrons.nbsp; So the xml file currently does level one like sobr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”lt;?xmlnbsp;version=/spanspan style=”color:blue;”quot;1.0quot;/spanspan style=”font-size:11px;”nbsp;encoding=/spanspan style=”color:blue;”quot;utf-8quot;/spanspan style=”font-size:11px;”nbsp;?gt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”lt;squadronsnbsp;level=span style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;name=/spanspan style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;height=/spanspan style=”color:blue;”quot;250quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;lt;squadronnbsp;name=span style=”color:blue;”quot;squadron1quot;/spanspan style=”font-size:11px;”nbsp;speed=/spanspan style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;dirX=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;dirY=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;pos=/spanspan style=”color:blue;”quot;150quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;1quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
td style=”background-color:#f7f7f7;”nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;lt;navenbsp;name=span style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;posX=/spanspan style=”color:blue;”quot;0quot;/spanspan style=”font-size:11px;”nbsp;posY=/spanspan style=”color:blue;”quot;-1quot;/spanspan style=”font-size:11px;”nbsp;life=/spanspan style=”color:blue;”quot;100quot;/spanspan style=”font-size:11px;”gt;lt;/navegt;nbsp;/span/td
/tr
tr
tdnbsp;nbsp;nbsp;nbsp;lt;/squadrongt;nbsp;/td
/tr
/table
/div
br /
How can I do another level on this? if I close the squadrons tag, and I start a new onebr /
div style=”border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;”
table cellspacing=”0″ cellpadding=”0″ style=”border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;”
tr
tdspan style=”font-size:11px;”lt;squadronsnbsp;level=/spanspan style=”color:blue;”quot;2quot;/spanspan style=”font-size:11px;”nbsp;name=/spanspan style=”color:blue;”quot;Taiquot;/spanspan style=”font-size:11px;”nbsp;height=/spanspan style=”color:blue;”quot;250quot;/spanspan style=”font-size:11px;”gt;nbsp;/span/td
/tr
/table
/div
br /
I get xml document cannot contain multiple root elements.nbsp; So I need to try and get the level into the above element.nbsp; Any advise?br /
br /
cheersbr /
Final Fantasy XIII X360-Allstars
This article has been published at RLSLOG.net - visit our site for full content.
Here we go another game for Xbox360 users which is “Final Fantasy XIII” released by again Allstars group. It`s a role-playing game developed and published by Square Enix and is the thirteenth installment in the Final Fantasy series. This one is a Region Free and in 3 DvDs.
Description: In Final Fantasy XIII, players will embark on a journey through the cityworld of Cocoon and the outerworld of Pulse, encountering and fighting alongside a diverse group of allies. Execute powerful attacks with weapons and magic, and summon the enigmatic Eidolons with an evolved Active Time Battle system. Experience seamless transitions between real-time gameplay and in-game cinematics. Do you have the courage to face your destiny?

A “Break State” is one of the new features of the Final Fantasy XIII battle system. The breaks refer to the times an enemy enters a state of reduced retaliation. This occurs when a chain combo has been maintained for a certain period of time on an enemy, filling a bar to maximum. When a high level combo has been achieved, the enemy will glow red and enter this state, during which the player will be able to inflict high amounts of damage and knock some enemies high into the air. The chain bar will gradually deplete during this period; when it becomes empty, the break state ends.

Publisher: Square Enix
Developer: Square Enix
Genre: RPG
ESRB: T
Release name: Final.Fantasy.XIII.X360-Allstars
Size: 20.26 GB (3 DVD`s)
Links: iGN – Gamespot – Homepage – NFO
Torrent search: Here
Usenet Search: Here
more at RLSLOG.net
NEWS: Microsoft demonstrates Mobile Surface
Project a touchscreen onto any flat surface
Microsoft has been demonstrating some interesting technology at its annual employees-only TechFest event. Microsoft’s Surface technology is great, but it’s also large, expensive and a little unwieldy. Allow Mobile Surface to step into the ring instead.
It projects a screen onto a surface, but then is able to sense where your hands are and allow you to manipulate that screen. It’s sensitive enough to allow you to detect how high your hands are - the Microsoft employee demonstrating the tech showed control of volume by moving his hand up and down above the screen.
Microsoft hasn’t said when any applications will be available, but a similar product was shown off at CES by a UK company - Light Touch. Its projector enabled a 10-inch image to be interacted with when beamed onto a surface, using infrared to detect hand positions.
Tags:
Hardware Projectors PC accessories Microsoft Microsoft Surface
Microsoft demonstrates Mobile Surface originally appeared on http://www.pocket-lint.com on Tue, 02 Mar 2010 13:07:49 +0000
NEWS: Tech deals: Free website with GetBusinessOnline.co.uk
Deals, offers and innovations
If you’re currently running you own business and are looking for a way to get online then this initiative will help you do just that, since GetBusinessOnline.co.uk allows you to create a website for free in around 20 minutes.
The initiative is a partnership between Enterprise UK, Google, BT, and e-skills UK, with the support of the Department for Business, Innovation and Skills. The layout of the website seems to be pretty well thought out; giving helpful step by step instructions of what to do.
All you need is a British business, an address and a mobile phone number to get started and there’s also info on making contacts and training in your local area, as well as a gallery of previous websites.
Click through on this link to take a look for yourself and let us know your thoughts of the site in the comments box below.
Tags:
Software Online Biz GetBusinessOnline Websites Daily Tech Deal
Tech deals: Free website with GetBusinessOnline.co.uk originally appeared on http://www.pocket-lint.com on Tue, 02 Mar 2010 13:00:00 +0000

![Lola Montès (The Criterion Collection) [Blu ray] (Blu ray) newly tagged blu ray Lola Montès (The Criterion Collection) [Blu-ray]](http://xbox360.wowgoldit.com/wp-content/plugins/wp-o-matic/cache/cf2a8_51gctV0FKVL._SL160_SS160_.jpg)


![Sony Blu ray Disc 5 Pack 50GB 4X BD R DL [Japanese Import] (Electronics) newly tagged blu ray Sony Blu-ray Disc 5 Pack - 50GB 4X BD-R DL [Japanese Import]](http://xbox360.wowgoldit.com/wp-content/plugins/wp-o-matic/cache/f013f_41aEAXoz27L._SL160_SS160_.jpg)










