Archive for September 8th, 2007

Virtual Worlds Are The Future Of Global Commerce: ICANN CEO

Written by on Saturday, September 8th, 2007 in Ajax News.

twomey.jpgIn a wide ranging keynote address at the 2007 Influence Forum, ICANN CEO Paul Twomey told the audience that virtual worlds are the future of global commerce.

Twomey used The Sims Online as an example of the sort of interface all companies in the future will be using, in fields including retail, client services, B2B and advertising. Twomey cited the interface behind Google Earth as another example of a “game-like interface” that has been put to real world use. Twomey said that geolocation services would also play an important role in the virtual internet, suggesting that the way we will interact within next generation virtual internet services would have a strong geographical focus.

It’s interesting that the head of the body that controls the internet believes that the world of tomorrow is virtual; Twomey didn’t suggest that it may happen, he stated that it would be as a fact. Virtual worlds such as Second Life may not be the exact model used in the future, but there is little doubt that if Twomey is correct they are certainly heading in the right direction.

(picture credit: BBC)

Crunch Network: MobileCrunch Mobile Gadgets and Applications, Delivered Daily.

Click Here

Source: TechCrunch
Original Article: http://feeds.feedburner.com/~r/Techcrunch/~3/154063924/

BidSL: eBay Style Auctions In A Virtual World

Written by on Saturday, September 8th, 2007 in Ajax News.

picture-5.pngOhio based BidSL launched Friday with a product that offers eBay style auctions in Second Life

BidSL allows any Second Life resident to put an item up for auction by renting an available auction device. The user can choose the number of days that the auction will run, and set a minimum bid as well. Items offered can be both virtual items (Second Life goods) or real world items.

The cost of running an auction is charged at a set rate usually around L$1-5, and sellers do not pay a percentage of the sale.

To place a bid on the item, a bidder right-clicks and pays the auction device the amount they wish to bid. If the person is outbid, the amount paid for the earlier bid is instantly refunded.

BidSL also offers a franchise program that offers the franchisee the “full use of the BidSL resources, benefit of our advertising/marketing campaigns, and complete technical assistance and advice.” The franchisee is given a capable auction unit, logo and advertising materials, and even a copy of the BidSL building if they desire. BidSL in return asks for 5% (or a minimum of L$1) of the rent received from the auction units.

I wasn’t online for their official launch at Metaversed’s First Friday, but I did get a chance to tour the facility. It’s new, so there isn’t much to look at, unless you’re in the market for a cross bred unicorn. See the video below. I can’t see millions flocking to use the service, but in a long tail economy it will likely find fans.

Crunch Network: CrunchGear drool over the sexiest new gadgets and hardware.

Click Here

Source: TechCrunch
Original Article: http://feeds.feedburner.com/~r/Techcrunch/~3/154040264/

Now that ColdFusion 8 has a bit of built-in Ajax and UI controls, its time to show CF developers some love by dropping a quick set of tutorials into the hopper for them. Something that a lot of CF developers don’t know is that many of these new UI controls are based on the Ext framework and thus, are substantially more powerful than what Adobe has outlined in their documentation.

Raymond Camden and Todd Sharp are both keenly aware of this and have started churning out some nice postings which discuss techniques for extending past the canned functionality.

We’ll start this off with Raymond’s nice post about adding custom renderers to ColdFusion’s CFGRID control.

Well imagine you have data being fed into the grid that you do not have control over. For example - perhaps you have price information that isn’t formatted nicely. Turns out Ext has a set of built in formatters that you can apply to grid columns, one of them being a money formatter. What if you have some other logic? Maybe you want to flag a price that is lower than 10 dollars? Again, using the Ext API, you can write your own formatter just for this purpose.

Raymond leverages Ext’s built-in “usMoney” renderer to format one of the columns in currency format while applying a custom renderer to the second column for more granular control of the data’s appearance.

myf = function(data,cellmd,record,row,col,store) {
if(data == “Product 4″) return “” + data + ““;
else return data;
}
testgrid = function() {
mygrid = ColdFusion.Grid.getGridObject(’data’);
cm = mygrid.getColumnModel();
cm.setRenderer(0, Ext.util.Format.usMoney);
cm.setRenderer(1,myf);
mygrid.reconfigure(mygrid.getDataSource(),cm);
}

For a quick peak at the end result, take a look at the demo.

Next up, Todd Sharp shows how to easily filter CFGRID results by leveraging the tag’s data binding capabilities to dynamically refresh the data via Ajax.

Grids are very nice - especially the new Ajax grid in ColdFusion 8. But they can be a bit difficult to quickly get at something that you may know exists. Here is one method to do filtering.

The code below shows the call to bind the grid with the getSearchString() method which returns the value of the input field:

<cfinput name=”searchString” />
<cfinput type=”button” name=”searchBtn” value=”Search” onclick=”ColdFusion.Grid.refresh(’artGrid’, false);” />
<cfgrid
format=”html”
name=”artGrid”
pagesize=”5″
sort=”true”
bind=”cfc:art.getArt({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection}, getSearchString())”>

<cfgridcolumn name=”artid” header=”ID” />
<cfgridcolumn name=”artname” header=”Name” />

</cfgrid>

The demo for Todd’s tutorial can be seen here and the source code is available here.

It’s really great to see the ColdFusion community looking past the basic Ajax and UI capabilities built into ColdFusion 8 and actually taking advantage of the horsepower provided under the hood by the Ext framework.

Source: Ajaxian
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/154030818/ajaxian-featured-tutorial-extending-coldfusions-ajax-and-ui-capabilities

HotSwap Launches - Video Classifieds

Written by on Saturday, September 8th, 2007 in Ajax News.

We covered Berkeley-based Hotswap last month during its pre-launch stage. Next week they launch officially and open up the site with full functionality.

Hotswap is targeting the $370 billion/year U.S. used car market with a free, video-focused classifieds site. Listings are optimized to allow users to quickly upload video of the car with a camera phone or other low end video equipment.

Both normal users and car dealers can upload listings. The company has inked a deal with Red McCombs Automotive, which will upload all of their used cars to the site. Other business development deals are being negotiated now.

The company says sellers were very happy during the beta testing period and reported very high sell-through rates.

They’ve raised around $1 million in capital from Kinsey Hills Group, the investors behine Scribd and others. Hotswap competes with Vast, eBay, Edgeio (a company that I co-founded) and many others.

Crunch Network: CrunchBoard because it’s time for you to find a new Job2.0

Click Here

Source: TechCrunch
Original Article: http://feeds.feedburner.com/~r/Techcrunch/~3/153973396/

Internet People

Written by on Saturday, September 8th, 2007 in Ajax News.

The Meth Minute 39 reminds us of the fickle nature of internet celebrities. I’m still trying to find out what happened to Ze Frank, he doesn’t reply to emails. Rocketboom gets a mention as well.

Crunch Network: CrunchBoard because it’s time for you to find a new Job2.0

Click Here

Source: TechCrunch
Original Article: http://feeds.feedburner.com/~r/Techcrunch/~3/153828162/

Skype Phishing Scam

Written by on Saturday, September 8th, 2007 in Ajax News.

Like most people, I thought I’d seen everything in terms of phishing scams. Paypal and bank phishing emails are a regular occurrence in most people’s inboxes. Then I received this:

picture-22.png

Why in the world would a scammer want my Skype details? I have about $12 AUD in credit, which I suppose could be used to make calls, but it hardly seems worth the effort.

Notably, Gmail did not pick the email up as being a scam.

I checked the html for the email: the alleged skype link goes to a page on cec-icmc.org that is set up to look just like a page from Skype.

A quick search on Google results in other instances of Skype scams, but I didn’t find one exactly like this. In context, I don’t use Skype Out that often and Skype occasionally sends emails telling me that I have to use Skype Out to maintain the Skype Out credit, along with my Skype In number. This phishing scam keeps to the similar theme, in that Skype legitimately does on occasion request account updates.

A word of warning to the many, many Skype users out there: don’t trust emails claiming to be sent by Skype. If you’re already smart to this: good for you.

Crunch Network: MobileCrunch Mobile Gadgets and Applications, Delivered Daily.

Click Here

Source: TechCrunch
Original Article: http://feeds.feedburner.com/~r/Techcrunch/~3/153811325/



Site Navigation