Nokia Photo Browser is an experimental photo browser that makes your viewing experience quick and fun: - Pleasing visual effects
- Intuitive touch UI
- Magnifying glass
- Face browsing
Nokia Photo Browser is an experimental photo browser that makes your viewing experience quick and fun:
This is not a phone for the danger prone. You'll find a few other exterior features. On the left spine are the aforementioned volume rocker, a 2.5mm headset jack, and a micro-USB port. The latter also accommodates the charger. The microSD slot is located on the right spine while the camera lens and flash sit on the top end of the phone's back side. Unfortunately, that makes vanity shots difficult.
That means you have to control the audio with the toggle when you're on a call, which is rather inconvenient. The only other exterior features are the camera lens and flash, on the phone's back side, and a micro-USB port on the top end. Since the latter is also used for the charger and the included wired headset, you can use only one peripheral at a time and you must have an adapter to use your own headset.
SMS Preview – Now you can instantly preview incoming SMS messages and see what is sent and who has sent it when the message arrives without a single click!
No this is not an April Fool's Day joke, this is serious. Every few years, the internet is hit by a vicious malware that wreaks havoc on on computers. And it all seems to happen on one day, April 1st, and security experts are racing against time to mitigate the impact of this hazard. For some reason, malware creators like to target April Fool's Day and this latest attack, known as Conficker C, is rumored to be the most damaging attack seen in years.
Design
Chromatic Tuner is an application for musical instrument tuning.
mobiEXPLORE Italia is a free mobile travel guide of Italy. This trip advisor features rich and up to date content displayed through user-friendly and visually appealing interface - this makes mobiEXPLORE Italia very useful to tourists visiting Italy as well as Italians. mobiEXPLORE Italia contains interactive maps, sights description, overview of caffés, restaurants and hotels, sport & spa centers, shopping advices, weather forecast, local events etc.
The application includes all the major cities (Roma, Milano, Torino, Napoli, Bologna, Genova, Bari, Palermo, Firenze, Venezia, Città del Vaticano) and regions (entire Italy with emphasis on Abruzzo, Bascilicata, Calabria, Campania, Emilia-Romagna, Friuli-Venezia Giulia, Lazio, Liguria, Lombardia, Marche, Molise, Piemonte, Puglia, Sardegna, Sicilia, Toscana, Trentino - Alto Adige, Umbria, Valle d' Aosta, Veneto, San Marino, Città del Vaticano).
Free Download: here
Silverlight 3 Beta was announced at the MIX 09 event in Las Vegas. The new version pushes the envelope in providing richer online applications through its various new features, controls, and methods of development. Some of the great Silverlight 3 features include the Out-Of-Browser experience, Search Engine Optimization, and improved graphic support. In this article, I will show you some of the cool features from Silverlight 3.
The current version of Silverlight 3 Beta is intended for developer use only. This means that you will need the Developer runtime to view Silverlight 3 applications. There is no “Go Live” support and not intended for public viewing. The end user runtime will be available later this year. Developers will need to ensure that they define the install experience in an appropriate manner to inform the end user that the application is in the beta stage. Tim Heuer wrote a great blog article about the Silverlight 3 Install Experience.
Before you start developing in Silverlight 3, you will need to be aware that this is a Beta version and must treated as such. Silverlight 2 applications can be viewed, but not developed, with the new runtime. If you plan on developing Silverlight 3 applications, it is recommended to install Silverlight 3 on its own machine or virtual machine. Once you have installed Silverlight 3, you won’t be able to deploy Silverlight 2 applications on the same machine.
The following tools are the bare minimum needed to develop Silverlight 3 applications:
For more information on getting started with Silverlight, check out the Microsoft Silverlight 3 Site. The site includes the necessary tools, tutorials, and information to rapidly get you started.
During MIX 09, the Silverlight Toolkit March 2009 was released with additional controls. One of the major change in the new Toolkit is the move from Microsoft.Windows.Controls to System.Windows.Controls namespace. The Toolkit includes two new themes: BubbleCreme & TwilightBlue. Some of the great new controls in the Toolkit include the Accordion and DomainUpDown. The Accordion control stores a list of collapsed and expanded AccordionItem controls. This concept is similar to a grouped collection of Expander controls, which allows you to organize data or XAML elements in a clean manner. The DomainUpDown control allows the user to cycle through a list of values using the TextBox and Spinner controls.
To learn more about the new features, check out the Silverlight Toolkit Breaking Changes.
Silverlight 3 is shipped with new controls, along with a mature set of controls from Silverlight Toolkit. Some of the mature controls from Silverlight Toolkit include DockPanel, WrapPanel, Label, TreeView, Expander, and DataGrid. If you have used any of these controls in older applications, they will still work with Silverlight 3. Silverlight 3 also utilizes new controls for data, search engine optimization, and overall development.
Two new Data controls, DataForm and DataPager, can be used to render data in Silverlight applications. The DataForm control displays data for a single entity and allows for traditional data manipulation, including edit and update. The DataPager control allows the navigation through a data set.
Silverlight 3 introduces the navigation framework (System.Windows.Control.Navigation), which is composed of the Page and Frame controls. The Frame control hosts a single Page control utilizes the Navigation APIs to allow the user to navigate between the pages. The Page control resembles the commonly used UserControl control to hold the contents of the respected page. This feature allows you to create applications that resemble a web page using a single xap file. The primary benefit of the framework is the ability to communicate with the browser in regards to the Address Bar and Browser History. The currently loaded XAML file is stored in the Address Bar, which allows for deep linking in Silverlight applications and providing SEO. The framework also maintains the history of navigated pages, which can be access using the browser’s back and forward functionality.
The ChildWindow control makes its way to Silverlight 3. Child Windows, also known as modal windows, are used to draw attention to important information or to halt the application flow for user input. The child window blocks the workflow until the window is closed. The window stores the result in DialogResult to inform the application of its status upon closing. Unlike the traditional modal window, Silverlight renders the child window with an animation sequence and renders an overlay background to ensure the user focuses on the window.
Silverlight 3 sports significant graphical enhancements including 3D perspective transforms, pixel shaders, GPU acceleration, and animation easing. The new version also has a Bitmap API for manipulating bitmap pixels.
Perspective Transforms in Silverlight 3 is the next step towards developing 3D Silverlight applications. In previous versions of Silverlight, transforms were processed in the X and Y axis using the UIElement’s RenderTransform property. Silverlight 3 uses the PlaneProjection class to render 3D-like effects by applying content to a 3D plane. All elements, that derive from UIElement, have the Projection property that allows the element to simulate translation and rotation transformations in a 3D space. This feature allows for 3D-like user interfaces, flipping animations, and transition effects.
Silverlight 3 has two built-in effects, Blur and DropShadow, and supports the development of custom effects. Pixel Shaders are a compiled set of software instructions that calculate the color of the pixels and executed on the GPU. The instructions are written in HLSL (High Level Shader Language). All elements, that derive from UIElement, have the Effect property that allows the element to render with the connected pixel shader. This feature allows for more rich and beautiful user interfaces and transition effects.
GPU hardware acceleration reduces the CPU processing workload by performing the tasks directly on GPU hardware. This allows for full screen HD renderings of video to run on your computer without taking up a large load of CPU. GPU rendering can also be used to cache XAML and image elements.
The animation system has been upgraded with Easing functions to provide more natural and advanced animation. Developers can create their own custom easing functions by modifying the built-in function or deriving from the EasingFunctionBase. Silverlight 3 comes with several built-in easing functions, including the following:
The Bitmap API allows rendering XAML elements and data to bitmaps using the WriteableBitmap class. This can be used to modify images, capture a frame from a MediaElement control, and render the current state of a control.
Silverlight 3 adds support for additional standard media types, including H.264 and AAC, and supports third party codecs to decode outside the runtime and render in the Silverlight application. This allows for a wide variety of video and audio files to be played in Silverlight. Using GPU hardware acceleration, applications can now deliver full-screen HD content.
Silverlight 3 improves the themes and styles system to allow designers and developers to customize the look and feel of their applications. Unlike previous versions of Silverlight, Silverlight 3 supports changing styles during runtime. Styles can be stored externally in resource dictionary to allow for organized and shareable code. This allows developers to easily share and merge their styles among different projects. Styles now support an inherited system to reduce necessary code for redundant styles.
Silverlight applications can run outside of the browser with simple modifications by the developer. The end user can choose whether to install the application on the user’ Start menu and Desktop. One major benefit is that the end user can run the application at home, at work, and on the go without the need of a web browser and online access. Installed applications can be automatically updated to ensure that the end user has the latest version. The new Network APIs allows the application to know whether the application is connected or not.
Element to element data binding allows you to bind element properties to each other. In previous versions of Silverlight, this would require more work on the code side because the element would fire its changed method and have that update the necessary elements. Silverlight 3 simplifies this process by performing the task directly in XAML.
Silverlight 3 has a lot of fantastic features to create the next generation of interactive applications. This article has only scratched the surface on the Silverlight 3 features. For more information on Silverlight 3, check out http://silverlight.net/getstarted/silverlight3/default.aspx. Additional information on Silverlight 3 can be found on the many MIX 09, which can be viewed at http://sessions.visitmix.com/MIX09/.
Sudokumasters is a free example application demonstrates how to design a simple Flash Lite Sudoku game, add dynamic layout control for multiple screen resolutions, and use several input methods (key, touch, and key & touch).
Welcome to the second post in Mix 09 set, Here is what happened on the first official day of the event.
Keynote
After breakfast, we headed into the main hall at the Venetian for the day one keynote. While we were waiting for the session to start, we were entertained by DJ Riz (who is a famous DJ in Seattle so I am told) while some impressive visuals were being shown on the big screens. One of these was a really cool idea – a game of Tetris with each of the falling blocks being a recent tweet that was tagged with #mix09. I tried to take some photos of people who I recognised, so check out the flickr feed – it has to be seen to be believed.
At 9am, out came the legendary Bill Buxton who delivered a very energised talk on industrial design and how companies are now not just selling software, but also the user experience that goes along with them.
Scott Guthrie was then introduced (using a very funny video available here) and delivered the more specific information on the new versions of the upcoming products.
Expression Web 3 is getting an exiting new feature called SuperPreview. This allows you to compare your sites in other browser rendering engines using them as an overlay. This gets cooler still as there is even a cloud service that will download preview data for browsers that you don't have installed locally. You can even use this service to see what your site will look like in IE 6,7, 8 etc.
If you’re an ASP developer, you may already know that MVC V1.0 was shipped recently. This was talked about briefly before a talk on ASP.NET 4 and VS 2010. Here, a feature termed “Velocity” (distributed caching) will be included in the platform and it will also get the dynamic routing engine built originally for MVC.
The Web Platform installer is getting an update to keep you up to date with all the latest stuff going on in the web world. This installer will also keep you updated with bits that ship separately from a main product as well as all the latest beta versions that happen to be available. Support for the Web Application Gallery has also been added to enable you to keep updated with other applications such as Wordpress.
The Azure Services Platform is also getting PHP support and the ability to run full trust applications. SQL Data Services is also exposing a Relational data model and .NET Services is supporting additional web standards.
Some additional (really cool) Silverlight controls are coming up for the Virtual Earth service and the WorldWide Telescope. No dates were given but the demos looked awesome.
Kevin McEntee, VP of Web Engineering for Netflix talked about his experiences of using Silverlight to deliver movie content in the browser using adaptive streaming. This enables a users stream to change dynamically to give them a better user experience.
Silverlight 3.0
Silverlight 3 is introducing some cool new graphical features to the core platform. These include GPU acceleration and hardware compositing (on both PC and Mac), perspective 3D support, bitmap and pixel APIs, HLSL-based pixel shader effects and some DeepZoom improvements including the ability to use a hardware-accelerated, larger collection of images
Deep linking is also coming for ease of navigation and search engine optimisation. This enables you to directly link to and bookmark a place within an application.
David Anthony from Bondi Digital Publishing and Scott Stanfield from Vertigo introduced a new Silverlight 3 masterpiece. This is in the form of a magazine viewer that enables you to search through and read the thousands of Rolling Stone back issues. This is due to go live in the summer but a preview edition with some back issues of Playboy is online now.
Tom Mara, Executive Director of KEXP came on stage to show the stations Silverlight application and how it interacts with users. More importantly, this demonstration shows the new “Out Of Browser” feature that allows you to install a Silverlight app locally. This is all done from the right-click context menu without the need to Add/Remove the application like a standard piece of software. Installing works a lot like ClickOnce if you are familiar with that.
Tools
Expression Blend 3 was then announced which adds a plethora of really cool and useful features to the product.
SketchFlow is the largest of these and this make it possible for designers to concentrate on the flow of the application. This uses a mind map type control to create rough states and link them together. The interface can then be drawn out using silverlight controls with a special “sketch” template added to them to draw attention away from the way it looks and concentrate more on how it works. Support for importing image assets from Adobe Photoshop and Adobe Illustrator, behaviours, dummy data, source code control, and IntelliSense all make an appearance in this version.
The Sessions
The sessions i attended on Day 1 were “What's new in Silverlight 3", “Microsoft Silverlight Media” and “Mesh Enabled Web Applications”. Needless to say they were all very informative and the sessions are all online now here
The Party at TAO
The TAO night club is Las Vegas was a very nice place – Microsoft always know how to throw a good party and this one was no exception. I was even lucky enough to meet and have a conversation with Bill Buxton about Design, Expression and the UK of all things
Eco Warrior is a free Flash Lite Game for Nokia S60.
mobiEXPLORE UK is a multimedia travel guide for mobile phones and devices. It features rich content with daily updated news (events, weather forecast etc.), many useful features and it is available for free for all users.
When it comes to gaming computers, you always want the larest and greatest model so you can have that extra step on the competition. Well now you can have it with the Falcon Norhwest Mach V(Radeon HD 2900 XT).
Perfect Kiss is a free Flash Lite Game for Nokia S60.
Today was “Day 0” of the Microsoft Mix conference that is being held at the Venation in Las Vegas this week.
If you aren’t familiar with the event, Mix is the Microsoft conference that is aimed at the web development community. Announcements at previous events include the release of Silverlight 2 at Mix 08.
While Day 0 offers no huge technology announcements, the workshop style offers advanced training sessions that really take a deep dive into the current technologies and offer tips and tricks from the experts.
After the quick registration process and breakfast (plus receiving a bag of attendee only swag that included a t-shirt, notebook and a copy of Bill Buxton’s “Sketching User Interfaces”) I hit the first session which was “Design Fundamentals for Developers”.
This session was really cool, well thought out and well delivered. The speaker was Robby Ingebretsen who was formally on the WPF Avalon team before leaving Microsoft to form his own company – pixelalb.
During this three hour session, Robby explored the techniques used by designers to help develop better looking user interfaces. But this was delivered with a coding audience in mind so it wasn’t a total “back to basics” session.
Topics covered included the design process, some design basics such as relationship management, good continuation and harmony, before rounding off with an in-depth look at the visual design process with a discussion on the use of colour, styles and layout.
One of the main takeaways I got from this session was a realisation of just how hard good design really is – that a really nicely application doesn’t just fall out of thin air, it takes a lot of design iterations before arriving at the finished product.
After lunch, it was time for the second session – Hiking Mt. Avalon
This workshop was delivered in a panel format with 5 top speakers from the WPF world taking it in turns to talk about some really advanced WPF features with some tips and tricks on how to overcome them. The panel included Jaime Rodriquez, Robby Ingebretsen and Jonathan Russ
Topics covered here ran across a wide range of areas including a M-V-VM demo and some tips on when to and when not to use it, a description of the WPF “team member roles” used at Microsoft and other companies with information on what recruiters should look out for when building a WPF team. Some tips and tricks on how to workaround problems with current versions of the tools and an in depth look at the inner workings of the framework to understand why some common problems can occur.
This session was extremely informative and I know at least 5-6 of my usual “why is my application doing that?” questions were answered. There was a lot of content, and the session event went over by a whole hour but the audience just wanted more and more. This was a really great session.
Day 1 looks to offer some other really cool sessions focused around some of the newer technologies so keep your eye out for the next update covering the first official day of this truly spectacular event

Experts in security have been warning for years against the hazards of peer-to-peer{P2P} sharing by corporations. The practice of p2p sharing can create security holes allowing malware onto networks and giving access to your sensitive data.
CellTrack is a program to collect some phone information about the cell you are connected to - like the net monitor. For more information about GSM net search the web.
Chipmunk is an open source 2D physics engine, which has now been ported to the S60 platform. Chipmunk is a Physics-based games are easy to understand. The ultimate goal would be to create a physics-based game on the phone, where the user can interact with the environment by drawing new objects
Cricket companion is a free mobile application for java enabled mobile phones. It not only provides live ball by ball coverage of all international cricket matches but also provides on demand statistics with a rich user experience.
Nodding Dog-herty is a free Flash Lite screensaver for Nokia Series 60
MidpSSH is an SSH and Telnet client for MIDP 1.0 / 2.0 (J2ME) devices such as Java(tm)-capable cellphones and other mobile devices. MidpSSH is developed by Karl von Randow and released under the GPL.
The 3 inch display is smaller than the Instinct's. Though it should be big enough for most users, we felt it doesn't take full advantage of the Delve's real estate.
Odysseus is a Java application for mobile devices that manages check lists. It's main application are shopping lists but it's not limited to those.
What is Upvise Personal Edition?





Hi
I dont surt through The Intetnet with IE neither Firefox.
I used AvantBrowse, Maxthon ...
Now, I like Opera. It is very fast, there are many plug-ins. Sometimes, There is an error, but I doesnt matter.
Now , Microsoft is thinking to change the IE
http://research.microsoft.com/apps/pubs/default.aspx?id=79655
http://www.readwriteweb.com/archives/introducing_microsofts_gazelle.php
not comment
Santos Pardos
The Renown's single speaker sits on its back. You must remove the battery cover to access the memory card slot. The internal display is a size able 2.25 inches. It supports 262.000 colors, which makes it bright, vibrant, and pleasing to the eye. The menus are easy to use and we're glad they represent Verizon's tweaked design. You can change the brightness, the menu font size, the back lighting time, the clock style, and the dialing font and size.
Measuring 4.2 inches long by 2.1 inches wide by 0.6 inch thick, the Memoir is clad in black with silver on the sides, and it's one of the slimmest high end camera phones we've seen.
demoFONE.com is a technology preview for presenting, demoing and viewing mobile applications directly from a smartphone to a web audience via live web casting.
Reversi is the classic strategy board game of territorial occupation involving placement & capture of game pieces and has been a favourite with board gamers for many years.
Wow, seriously 1.5 terabytes. This is enough storage to hold your entire music, movie, and picture collection on and you should still have a ton left over. If you are in dire need for storage this is the deal for you. Dell has just gave out a coupon code that allows you to buy a Seagate External FreeAgent external drive that is holds 1.5 terabytes for the low cost of $112.49 and free shipping.
Calcohol a real-time open source alcohol absorption and metabolism simulator for S60 3rd edition mobile phones. Can plot BAC graphs, predefined drinks, sobering-up time estimation and much more!
Note that this feature is turned off by default for some reason, and you'll have to hunt around to figure out how to turn it on, as it's buried in a series of submenus.
Specification
Talkonaut is free mobile calling, VoIP enabled, Google Talk like application for your mobile phone. Talkonaut is available for three different mobile platforms: Symbian S60, Windows Mobile 5/6 and J2ME with MIDP-2.0. Talkonaut is known to be working on more than 500 different mobile handsets.