G$earch

Seesmic updates Blackberry, Windows Twitter apps

Posted by Harshad

Seesmic updates Blackberry, Windows Twitter apps


Seesmic updates Blackberry, Windows Twitter apps

Posted: 01 Mar 2010 03:22 PM PST

Seesmic has seen a flurry of development on the Web, desktop, and mobile phones lately. Last week, the third-party developer of Twitter apps released an update to its Web-based Twitter manager that outmaneuvered its downloadable Windows apps.

Seesmic for BlackBerry 1.3

Seesmic's BlackBerry update lets you tweet from 10 accounts.

(Credit: Screenshot by Jessica Dolcourt/CNET)

Seesmic also issued a version bump for its BlackBerry app. The new Seesmic for BlackBerry 1.3 now supports posting messages on up to 10 Twitter accounts versus just one default account. You view only one account at a time, and switch accounts from the bottom of the context menu. It's not a seamless transfer, but it works. Seesmic for BlackBerry also gains support for Ping.fm, a service that pings your status messages to dozens social networks.

On the photo front, Seesmic's BlackBerry app integrates the TweetPhoto service in addition to yFrog and Twitpic, and also introduces sizing options for you to upload images in small, medium, or original resolutions. We're glad to see Seesmic handling multiple accounts on BlackBerry, but unfortunately, you need to set up your default account anew when you install the new version. You can download the BlackBerry app from m.seesmic.com for OS 4.7 and above--including the Bold, Tour, Curve, and Storm 1 and 2.

Seesmic for Windows also got a refresh (to be distinguished from the cross-platform AIR app, Seesmic Desktop). Version 0.6 adds some absent basics--the capability to follow, unfollow, and block users, mark a tweet as spam, and choose between the as-is retweet style and Seesmic's "Quote," which lets you edit retweets before sending. The one slightly more advanced feature lets you access Twitter lists from the app. Even with the added features and bug fixes, the app suffered from stability hiccups and a weird display glitch.

Seesmic's AIR app and online portal are still your best desktop bets. The cross-platform TweetDeck and Twhirl are other good alternatives.

Create keyword-based site-specific searches

Posted: 01 Mar 2010 12:27 PM PST

Wouldn't it be great if you could set up a simple keyword to initiate a site-specific search that you need to perform regularly? It turns out you can, including for search engines such as Google and Bing.

In this How To we'll show you a simple hack for making search engines and site-specific searches alike do your bidding at a single keystroke.

New iPhone games of the week (March 1, 2010)

Posted: 01 Mar 2010 10:31 AM PST

It's a good week to be a gamer. We've rounded up five just-released titles that offer a little something for everyone: 3D platform action, a space-themed take on Facebook fave FarmVille, havoc-wreaking airborne zombies, and more. Take a look:

Assassin's Creed II: Multiplayer is an online-multiplayer assassination-fest--with top-down, 2D graphics.

(Credit: Ubisoft)

Assassin's Creed II: Multiplayer Created exclusively for the iPhone and free until March 3, ACII: Multiplayer looks nothing like the third-person action-adventure games that preceded it. Rather, it's a top-down, online-multiplayer game of kill-or-be-killed. It requires Wi-Fi, but Ubisoft's servers automatically link you with up to three other live humans. I found the game a little frustrating at first, but quite a lot of fun once I got the hang of it. Grab it while it's free!

Astro Ranch It's Animal Crossing plus FarmVille plus a dash of "Lost in Space." Clear your land, plant your seeds, harvest and sell your crops, and even go fishing and panning for gold. Astro Ranch ($2.99) is a little buggy and crash-prone, but it's also an impressively varied and enjoyable twist on the newly popular farm-game genre.

Rayman 2: The Great Escape Like Earthworm Jim before him, console favorite Rayman has finally made his iPhone debut. This 3D platformer ($6.99) looks and plays just like its Nintendo and PlayStation predecessors; it's regarded by many as one of the best games ever. Can't say I enjoy fighting onscreen controls in games like this, but for any Rayman fan, this is probably a must-have.

The Price is Right 2010 Admit it: You've always wanted to "come on down," spin the Big Wheel, and bid in the Showcase Showdown. Well, here's your chance. The iPhone version of The Price is Right ($2.99) features new and classic games from the show, customizable 3D avatars, and single and multiplayer modes.

Zombie Cannon Carnage There's nothing slow-moving or brain-munching about the exploding ragdoll zombies in this amusing, original game (99 cents). Words can't adequately describe what happens after you fire your zombie self out of a cannon, so I'll let the video do it:

If you've seen any new or noteworthy games this week, talk 'em up in the comments!

Originally posted at iPhone Atlas

Elements of Firefox overhaul arrive for testing

Posted: 01 Mar 2010 07:26 AM PST

Mozilla, faced with new competitive pressures, has begun work on three separate, significant changes to Firefox.

First is a new JavaScript engine that--with a transfusion from the project behind Apple's Safari--should run Web-based programs at least 30 percent faster. Second is a new graphics engine for Windows that will take advantage of hardware acceleration for graphics and text. And third is a programming tool to help bring to fruition a new system for Firefox add-ons.

Mozilla made notable gains against the dominant Internet Explorer since Firefox's launch five years ago, but for much of that time, Microsoft's browser barely budged. Now Google's Chrome has burst onto the scene, Apple is marketing Safari for Windows as well as Mac OS X, Opera development is moving fast, and, potentially most significantly, Microsoft is showing signs of serious interest in rejuvenating IE.

Firefox could use a shot in the arm, too. Its share of global browser usage crested in November at 24.7 percent, according to Net Applications, and has slid to 24.2 percent according to preliminary statistics for February released Monday. In that same period, Chrome grew from 3.9 percent to 5.6 percent.

Mozilla has made several significant changes to Firefox in the past year, bringing an array of new features into versions 3.5 and 3.6 and working on a "Lorentz" update designed to reduce crashes stemming from plug-ins such as Adobe Systems' Flash Player. Now a new generation of ideas, although still in rough form, are moving toward real-world use.

JavaScript overhaul
Mozilla deserves some credit for getting the race for faster JavaScript into higher gear, and its TraceMonkey engine was competitive in its time. But it's been surpassed by Chrome's V8 and Safari's Nitro, while the new Carakan engine in Opera 10.5 beta has the potential to match and perhaps beat all the contenders.

All this is important because JavaScript accounts for ever-larger amounts of browser processing. Web pages feature increasingly sophisticated user interfaces largely written in JavaScript. And new standards let browsers perform background processing tasks as well, opening the door for even more advanced Web pages and Web applications.

Thus was born a Mozilla project called JaegerMonkey.

Mozilla programmers concluded that Firefox's JavaScript engine could speed up code by converting some frequently used tasks into high-speed software compiled to run in a processor's native language rather than interpreting the higher-level JavaScript instructions. The problem was when this tracing process wouldn't kick in or was thrown off, JaegerMonkey programmer David Anderson said in a blog post Friday.

"What we've found is that when tracing works, we're faster than the generic approach. But when tracing fails, we have to fall back to our old-school interpreter. At that point your JavaScript runs about as fast as it would in 2007-2008 (i.e. before Firefox 3.5, Safari 4, Chrome, etc)," Anderson said. "That's not acceptable, and we need to fix that."

JaegerMonkey is designed to get the best of both worlds. "Why couldn't we trace and keep going super awesome fast, and when tracing fails, fall back to still really fast?" he asked. "Our new project, JaegerMonkey (or JägerMonkey), has exactly this in mind...We've barely started and the results are already really promising."

According to JaegerMonkey programmer David Mandelin's description, Mozilla decided to build on the Nitro JavaScript engine for the new elements.

"We decided to import the assembler from Apple's open-source Nitro JavaScript JIT [just-in-time compiler]," Mandelin said in the blog. "We know it's simple and fast from looking at it before (I did measurements that showed it was very fast at compiling regular expressions), it's open-source, and it's well-designed C++, so it was a great fit."

Tests with the SunSpider JavaScript benchmark show JaegerMonkey to be significantly faster. With the Nitro infusion, but no optimization work yet, Anderson's test show a 30 percent speedup on 32-bit x86 systems, and a 45 percent speedup on 64-bit x86 systems, Anderson said.

However, JaegerMonkey is still a couple steps away even from mainstream beta testing. The source code can be downloaded, but it's not yet built into Mozilla's nightly "Minefield" build of the Firefox prototype.

Direct2D acceleration
Another significant Mozilla change, support for Microsoft's Direct2D technology for accelerated text and graphics, is now in that nightly build. This means it will see much heavier real-world testing, even though it's still not in an official beta.

The Direct2D and related DirectWrite interfaces tap into computers' graphics processing chips for handling many display tasks in Windows Vista and Windows 7. One change is that typeface antialiasing, which smooths curves to get rid of jagged, pixilated edges of font characters, operates over two dimensions instead of just one with earlier technology.

"The fonts look really great with DirectWrite enabled. Really great," said Mozilla's Asa Dotzler, describing his results in a blog post Saturday.

Not a lot is known about Internet Explorer 9, currently under development, but Direct2D support is definitely a feature. In a Microsoft IE9 demonstration in 2009, the browser prototype showed dramatic speed improvement in some graphics chores such as panning around online maps.

Mozilla's ambition is to beat Microsoft to the party with Direct2D support, but the technology change is significant.

"Some extensions like Stylish and AdBlock Plus may break the new features," Dotzler cautioned. And Direct2D is not enabled by default; Dotzler supplies instructions for those keen on trying it out.

JetPack SDK
Another change coming to Firefox is a new extensions foundation called Jetpack. Mozilla hopes the new system will be easier for programmers to use and less disruptive for Firefox users to manage--no reboots are required to install or update the add-ons, for example.

But the present JetPack prototype still requires some programming chops to use. Now Mozilla is trying to ease that difficulty through release of a software development kit (SDK).

"We've just released the first release candidate of the Jetpack SDK 0.1," Jetpack team member Atul Varma said in a mailing list announcement Saturday. It's still very rough, though.

"Right now, this SDK is for people who know how to use a command-line shell, as the development tools are only usable from there." Varma said. "We're also working on a Web-based development environment called FlightDeck that will make it even easier to collaborate and build real Firefox extensions...but that's not ready quite yet."

JetPack is conceptually similar to Chrome's Web-technology extensions system, but Chrome's has just arrived for Windows and, in beta form, for Mac OS X and Linux. Mozilla, though, has just released a final JetPack prototype plug-in, version 0.8, and now is working on preparing a different package called JetPack Reboot that's intended to be actually built in to Firefox.

Add-ons are an important advantage for Firefox. Programmers over the years have build thousands of them for various tasks, letting people with a particular need customize the browser without bogging it down for others who don't want that feature. Mozilla also is working on making the current add-on foundation, called XUL, work without needing browser restarts.

Individually, each of the three elements is notable but probably not enough to significantly improve Firefox's fortunes. Collectively, they show Mozilla isn't complacent and is committed to keeping Firefox competitive.

Originally posted at Deep Tech

Bring e-mail back to your desktop

Posted: 25 Feb 2010 05:00 PM PST

Even though just about everyone uses Web-based e-mail accounts these days, the desktop-based e-mail client is definitely not dead. Mozilla Thunderbird is a solid desktop client for Mac that works well as an Entourage replacement (with the right plug-ins) and is a powerful tool for managing archives and Web mail offline. Bring your e-mail back to your desktop with this free software from Mozilla.

Also this week, we have the latest update for MacJournal, an intuitive program for those who like to keep a daily journal, take notes for classes or meetings, or update their blog. Our game this week is In-Poculis Mahjong, a great looking tile matching game with tons of board layouts and tile sets to keep the game interesting.

Don't forget to check out our In-iPhone apps of the week!

0 comments:

Post a Comment