DIRECTLY TO

hotmail rediffmail gmail yahoomail

EXCLUSIVE SEARCH FROM +++++GOOGLE++++

Google
 

GOOD LINKS TO REFFER

RELATED POSTS

Grab the widget  Tech Dreams

YOUTHSPROUTS

YOUTHSPROUTS
Today and Tomorrow is Ours

find more topics here

Friday, April 11, 2008

Samsung SPH-P9000 WiMax Phone Unveiled--- a cool phone

www.youthsprouts.blogspot.com

Samsung SPH-P9000 WiMax Phone Unveiled Photo 1
Add to Technorati Favorites Samsung today unveiled the SPH-P9000 Deluxe MITs, the latest in mobile convergence device. Introduced at the Mobile WiMax Summit 2006, the SPH-P9000 ushers in the new era of mobile convergence technology, capable of voice and multimedia data communications through Mobile WiMax technology. The SPH-P9000 is a PDA-based device utilizing Mobile WiMax and CDMA EV-DO connectivity for wireless access to the Internet and simultaneously providing mobile phone connection for voice communication. With Microsoft Windows XP as the operating system, users will find the contents and applications familiar and easy to use for work and play. Integrating a QWERTY keyboard, the SPH-P9000 offers painless typing and internet surfing, while the MP3 player function, VOD, and camera function provide a quick access to multimedia entertainment. The 5.0-inch WVGA screen is prepared for movie and document viewing, while the 30 GB hard drive stores music, movies, and documents. All of these unique features are combined into one device that weighs in at a little over one pound. The SPH-P9000 will be launched in Korea first half of 2007. Samsung SPH-P9000 Specifications - Standard: Mobile WiMax / CDMA 1x EV-DO - Camera: 1.3-Megapixel Camera - Display: 5-inch WVGA LCD - 1 GHz (Transmeta) CPU - QWERTY Keyboard - Bluetooth (Class 1) with BT Messenger - MiniUSB / 24 pin Connector - Extended I/O Pack - 2980 mAh / 7200 mAh Battery - 30 GB Embedded - Size: 143 x 92 x 29.7 mm - Weight: 560 g __

WiMAX-enabled VoIP phone showcased at Mobile World Congress

www.youthsprouts.blogspot.com Ridiculous quantities of 3G handsets weren't the only things showed off at this year's Mobile World Congress -- oh no, NetIndex, Kaga Electronics and Runcom shook up the norm a bit with their WiMAX-enabled portable VoIP phone. Reportedly, the trio joined forces to develop a VoIP handset that utilized a 802.16e module, and aside from "realizing all-IP voice communication," it also sports a web browser and integrated WiFi for times when a plain ole hotspot will do. Sadly, we've no idea where this thing will go after it leaves Barcelona (nor what it looks like), but here's to hoping it makes a commercial debut -- and can decide on a single logo -- in the not-too-distant future. Add to Technorati Favorites __

Wednesday, April 09, 2008

WALPAPERS EXCLUSIVE TO YSS(youthsprouts.blogspot.com)

www.youthsprouts.blogspot.com Photo Add to Technorati Favorites Post __

Monday, April 07, 2008

Google mail

www.youthsprouts.blogspot.com Add to Technorati Favorites

With Google mail increasing it's user's storage capacity, I've decided to delve into other ways to extend and enhance Google’s popular webmail service. Presenting: 60+ tools and resources for Gmail.

GCount - An application for Mac OSX that alerts you to new mail.

gDisk - An app for Mac OSX giving the ability to turn Gmail accounts into storage drives.

gFeeder - A small ticker for your Gmail that will let you know at a glance what’s coming in for you.

GetMail - Allows you to migrate your emails from Hotmail to your Gmail account.

Gmail Drive - Another tool for turning your Gmail account in to a virtual storage drive, this one works directly from inside Windows Explorer.

Gmail Loader - For Windows or Linux, aids you in loading your email to your Gmail account.

GMailFS - Turns your Gmail space into a virtual drive that your Windows Explorer can see.

GotMailG - A Mac widget to display the number of unread messages in your inbox.

POP3/IMAP server for GMAIL in JAVA - Allows you POP3 access via your favorite mail reader to your Gmail account, IMAP still in development.

Send To GMail - With one click, you can back up any file you want from your computer to your Gmail account.

Firefox Tools

    Better Gmail

Better Gmail - Combines some of the most popular Greasemonkey scripts in to one extension. Includes things such as skins, saved searches, keyboard macros, and more.

__

LINUX----Google Web Toolkit

www.youthsprouts.blogspot.com

We're excited to have another guest blog post for you, brought to you by Jeet Kaul, VP of Sun's Developer Products and Programs. He's here to talk about using NetBeans to build web apps with GWT.

Google Web Toolkit is getting a lot of attention in the web developer community thanks to its interesting way of avoiding the need to write JavaScript code for interactive web applications. Developers from the NetBeans community recognized the benefits of such a solution and created a plug-in which integrates GWT support into the NetBeans IDE. NetBeans users can now choose GWT as one of the supported web frameworks, and NetBeans then helps them with all the important tasks such as editing, building, running and debugging GWT applications. Here's how to get started with GWT development in NetBeans and where to find more information about the plug-in.

Although GWT is not supported in NetBeans 6 out of the box, you can download this GWT plug-in and start developing GWT-based applications in NetBeans.

The first step is to install the plug-in using the Plug-in manager. Go to the "Tools | Plugins" menu action, switch to the "Downloaded" tab and locate the plug-in on your disk drive. You don't even have to restart your IDE - GWT support is instantly available for you!

The plug-in is seamlessly integrated into NetBeans IDE. That means that when you create a new web application GWT is shown as one of the available frameworks in the last step of the New project wizard. Here you can specify the GWT installation folder and choose the main entry point class of your GWT module.

You can use the plug-in both if you start from scratch or if you want to work on an existing GWT application. So if you used a different IDE than NetBeans before, it is easy to switch the GWT application to NetBeans. You just point the wizard to your existing GWT application and create a new project from existing sources.

Once you get the project created you can run the application simply by hitting the Run button. There are two options – you can either use the default Run action which deploys the application to the application server and opens your default web browser. The other option is to run GWT in hosted mode and then the GWT development shell is opened and you can see your application inside of it.

Debugging is also supported, so you can just run the Debug action and then the runtime is ran in debug mode. You can simply add breakpoints, step into, step out, etc. as you would expect in a regular web application.

NetBeans already provides lots of tooling out of the box that you can take advantage of, like a powerful XML editor, HTML editor and of course a Java editor with code completion and quick fixes. NetBeans 6 made huge strides in improving the editing experience and it shows when developing GWT applications, too. All GWT APIs are available for you including javadoc documentation, because the GWT jars get automatically added into the project during it's creation.

To learn more about GWT support in NetBeans, the project homepage and screencast can help you get started. Sang Shin, a member of the Sun technology evangelism team, also created a free course for GWT and NetBeans, so you can learn from his examples and do the hands-on lab.

The plug-in was developed as an open source project so we encourage developers to join the project and contribute. There are many ways you can contribute, even submitting an issue or request for enhancement counts.

The future roadmap contains exciting features such as refactoring for GWT and GWT-specific quick fixes in the editor which will make developing GWT code even more comfortable. We are always looking for feedback, so if you try out the project let the developers know what you think.

Another project that may be of interest is jMaki, an AJAX framework that provides a lightweight model for creating JavaScript centric AJAX-enabled web applications using Java, Ruby, PHP, and Phobos. jMaki has an integrated NetBeans module for all the above languages, and some new features are being developed that will expose all the jMaki widgets as GWT java components, easily accessible to GWT application developers using NetBeans.

There's also Project Woodstock, which provides the next generation of User Interface Components for the web, based on Java Server Faces and AJAX. This open source collaboration enables a community of developers to create powerful and intuitive web applications that are accessible and localizable, and which are based on a uniform set of guidelines and components, to help ensure ease of development and ease of use. These components enable visual web application development in NetBeans. Just drag and drop from the palette into the designer canvas and visually bind them to heterogeneous back end data sources (e.g. databases, Web Services, EJBs). Build powerful applications in minutes.

The NetBeans community has been growing a lot in past several years and NetBeans became a truly universal IDE, so if you haven't tried it recently, you may be surprised about the progress it has made. After all, it won't cost you much - it's free and open source. So give it a try today!

Add to Technorati Favorites Post __

Track Your Money. Effortlessly. ALL FOR FREE

www.youthsprouts.blogspot.com

Your Buxfer home page shows you:

  • How much money (or debt!) you have in your accounts
  • The breakdown of your recent expenses
  • Who owes you money and who you owe money to

Google GearsWe just released a brand new mobile interface for Buxfer, which provides offline access to your data with the help of Google Gears for mobile. So you can access Buxfer from your mobile device even when you are not connected to the internet! If you are always on the go, and hate to go online just to check your bank balance, then this is just what you have been looking for. Just point your browser to:

 http://m.buxfer.com 

Google Gears is an open source browser extension that enables web applications to provide offline functionality. Today, Google released a version of Google Gears for the Windows Mobile platform, and we are glad to launch our offline mobile app in collaboration with Google. Support for more mobile platforms is in the works.

In online mode, the mobile interface lets you access your bank account balances, transactions, and analysis charts. You can add/edit accounts, transactions or tags. You can even synchronize your bank accounts right from your cellphone! More features should be coming your way shortly …

In offline mode, you can access all the above features in a read-only mode. You won’t be able to add new transactions or edit your tags, but you can still view your account balances, recent transactions and analysis charts.

Offline options Offline confirmation

Add to Technorati Favorites

We are very pleased to announce that you can now access your Buxfer data and analytics programatically with our REST API.

So, what can you do with the API?

  • You can create a widget to automatically update your account balances on your desktop every 15 minutes. Simply send the following request periodically and you are done!

    https://username:password@www.buxfer.com/api/accounts.xml

  • Perhaps, you want to look at your analysis pie chart, but you want to restrict analysis to your credit card account. Just type in the following and out comes a pie-chart! Tweak the URL to your heart’s wish, and get near-instanteneous analytics!

    https://www.buxfer.com/api/analysis.html?accountName=Mastercard

  • Mash up your financial data with other services out there on the web! In the previous example, we used Google’s Chart API to produce compelling visualizations. You can do so with tons of other services to create useful tools.

So get creative and start hacking!

Need more info?

Like all things, we think this is only a first step; please let us know whether you can build interesting applications using the API. If not, let us know which API calls you would like to be added, and which cut out to keep the API lean.

No its not an April Fools gimmick. We have added an easy way to synchronize all your bank and credit card accounts. Click on the ‘Synchronize all’ link you see on your account summary page, and you will see a list of your accounts that can be automatically synchronized. You can login to them all at once, and download all your new expenses in one go. You can use Google Gears to store these credentials offline on your computer, so next time you don’t even have to type in your username and password.

1-click account synchronization
TAKE TOUR. USE THIS COOL, ALL FOR FREE __

COOL FROM POGADS

Earn $$ with WidgetBucks

Earn $$ with WidgetBucks!

DICTIONARY

Online Reference
Dictionary, Encyclopedia & more
Word:
Look in: Dictionary & thesaurus
Medical Dictionary
Legal Dictionary
Financial Dictionary
Acronyms
Idioms
Encyclopedia
Wikipedia
Periodicals
Literature
by: