TechCrunch:
Being a blogger, I often find design elements on the web for my posts or my blog in general. It’s becoming a very common experience for bloggers to know a thing or two about web design. I’m guessing it is the web that taught us to be quasi-designers by offering us lots of easy-to-use tools that help us create just about eve (Read More)
Google Operating System:
Gmail Chat, the web-based version of Google Talk, added last year voice and video chat. The feature is now available in iGoogle and orkut, but it will probably be added to other Google services, as well.SFGate reports that Google will improve the service significantly in the coming months.Gmail's voice and video chats are n (Read More)
Mashable!:
Last week we reported on Google’s new music discovery features. The Google music search endeavor is partnership between Google, MySpace, Lala, and several others to make music search and discovery a primary feature of the Google experience.In fact, Google music search does more than just return a few track listings; it offe (Read More)
Mashable!:
The Open Web Awards: Social Media Edition, our annual contest highlighting the very best the web has to offer, is gaining momentum. We’ve had 300,000+ nominations made for 60,000+ individuals, companies, websites and applications. If you haven’t nominated yet – and you can nominate once per category per day – now’s the ti (Read More)
Google Web Toolkit Google Group:
The problem is the following. I have an api wich connects to the differents WS and gave me all the DAOs. But when i try to use the API in the server side, in a ServiceImpl class i get the followoing error: javax.xml.ws.Service is a restricted class. Please see the Google App Engine developer's guide for more details. (Read More)
Engadget:
Just weeks after Palm's Pre sunk to CAD $149.95 on Bell, the outfit's first-ever webOS phone has now stooped to just CAD $99.95. That still requires a 3-year contract, of course, but man -- a single bill for a smartphone like the Pre? Anyone tossing out guesses on how long it takes Sprint to follow suit (and embarrass the P (Read More)
Mashable!:
From disliking on Facebook, to the launch of the Motorola Droid, to the debut of Twitter Lists, it’s been an exciting week in the social media and tech space.Here’s our pick of the top 10 stories this week, from the serious to the bizarre.1. HOW TO: Use Twitter Lists – Twitter has launched Lists, a new way to organize peopl (Read More)
Google Web Toolkit Google Group:
where do i enter the program arguments and the same orign policy apply to ports also so how can it be possible to run 2 diffrent web servers on 2 diffrent ports without getting the error. (Read More)
New York Times:
The Food and Drug Administration said that it had warned several companies to stop selling banned flavored cigarettes to consumers online.
. (Read More)
Google Web Toolkit Google Group:
Here is a subclass I made to expose some functionality that might help you class ResizableDockLayoutPanel extends DockLayoutPanel { public ResizableDockLayoutPanel(Unit unit) { super(unit); } public double getWidgetSize(Widget widget) { return ((LayoutData) widget.getLayoutData()).size;. (Read More)
Huffington Post:
I am terrible at writing headlines, but in these times of Google searches and social networking, article tags and Twitter hash, headlines are important. "Hope springs eternal" won't cut it when referring to what happened in Maine last week regarding gay rights. The linkage of "audacity" and "hope" is a winner, especially si (Read More)
Google Web Toolkit Google Group:
Yes, do ask at the above mentioned forum, but as a general rule, try not to mix the two libraries. Stick to SmartGWT widgets. The two libraries do not behave well to each other when they are part of the same panel etc. For your case have a look at the Tab widgets provided by the SmartGWT library (i.e. (Read More)
Google Web Toolkit Google Group:
There seems to be a very smart soultion @ [link] , problem is you gotta register/login to see the solution, so far I guess this is the best...... people outside the united states will agree with me. But does GWT offer something for this??. (Read More)
Google Web Toolkit Google Group:
Thank's for this return Regarding the error message produced by this problem, that's mean that XML Validation is mandatory. I have more and more doubt about the benefit of UIBinder : - ui.xml files are made of a new language (XML schema validation is obviously mandatory) and we still have to to handle the java widget. (Read More)