AAAA 书信

October 28, 2009

手写书信发送客户端

** 给好友发送手写邮件

在下方面板手写输入内容

** Featured(V1.0) **
1) 文字
2) 空格
3) 回车
4) 删除
5) 用户可以自定义发送邮件的帐号
6) 退出时数据不在丢失,加入自动保存/恢复
7) 加入hold功能,当hold开启时画板内容不会自动添加到纸上

weiwa:
“有没有感觉到现在的email少了许多人情味,电子化带来方便的同时,也抹杀了我们收到mail时的激动。
以前那种手写的书信收到时,看到对方的字,就能感觉到对方的存在,写在纸上的字迹比那些生硬的email
更值得珍惜。
这个软件能部分弥补这份遗憾。你可以将自己的字迹,带着自己的感情(字如其人)传送给你的亲朋好友。 ”

Email: support@ultie.com

Categories: products.

Google Wave Invites: How To Get Them

October 27, 2009

The web is buzzing with excitement and anticipation. In less than 24 hours, Google Wave will launch to 100,000 early adopters. The real-time communication platform has been making headlines ever since it was announced back in May as a result of its potentially game-changing features.

And while we’ve received our fair share of questions about Google’sGoogleGoogle newest product (most of which we answered in our Google Wave guide), one keeps popping up time and time again: how do I get an invite to Google WaveGoogle WaveGoogle Wave?
There Are Four Ways to Get an Invite

Google clarified things earlier today with an update to their blog. They specifically highlighted the four key ways you can secure an invite. Here are the methods and what you need to know:

1. You signed up early on for a Google Wave account. Google put up a request form for Wave invites not long after Wave was announced. Most of the invites arriving tomorrow will go to people on that list. Your chances improve if you signed up early on and wrote a message to the Wave team.

2. You have an account on the Developer Preview of Wave. The Sandbox version of Google Wave has been active for a select group of developers for several months now, allowing them to test Wave, report bugs, and build Wave extensions. They will all get accounts.

3. Some paying users of Google Apps will get accounts. It’s likely several companies asked Google for invites when the real-time tool launched. They will get accounts. Some schools that use Google Apps will also get early access.

4. You are invited by someone currently using Wave. This is the most intriguing revelation made today by the search giant. Here’s how Google explained it:

“We’ll ask some of these early users to nominate people they know also to receive early invitations — Google Wave is a lot more useful if your friends, family and colleagues have it too. This, of course, will just be the beginning. If all goes well we will soon be inviting many more to try out Google Wave.”

Do you know what this reminds us of? GmailGmailGmail. Do you remember when it first came out and there were a select number of invites users could send out? I remember that people were willing to pay cold, hard cash for one of those invites. You might see the same type of frenzy over Wave.

Regardless, these are currently the only four ways to get an account on Wave. So if you don’t get an invite tomorrow, you still have hope. You’ll probably have to beg someone for an invite, though.

Categories: Uncategorized.

Hand Written Mail Pro (Feedback)

October 21, 2009

%% send hand written mail to your friends.%%

Use your finger to write words on the bottom panel.

The convenient of electronic also denying the excitement when we receive mail.
Handwritten letters received prior to that when they saw each other’s words, you can feel each other’s existence, by writing on paper than those blunt email.
More should be cherished.
This software can partly make up for the regrets. You can be your own handwriting, with his own emotions (and writing as it were) to send to your friends and family.

** Featured(V1.0) **
1) Words
2) Spaces
3) Enter (new line)
4) DEL (revert to the latest status)

** In Review(V1.1) **
1) make faster mail.
2) no data lost on application exist!!
3) add hold button for finger writing.
4) customize user mail account

Categories: products.

Using hand cursor in Flex Text control

October 10, 2009

http://way.cubeforge.net/blog/2009/07/using-hand-cursor-in-flex-text-control/

By default, the flex application can show hand cursor when rollover by enabling useHandCursor and buttonMode properties.

However, in Text control, the cursor will not change to hand even you set the selectable = false. The tricky thing is that we have to set its mouseChildren to false also.

<mx:Text useHandCursor=”true” buttonMode=”true” mouseChildren=”false” />

mouseChildren – Determines whether or not the children of the object are mouse enabled. If an object is mouse enabled, a user can interact with it by using a mouse. The default is true.

Categories: flex.

IPhone Address Book Programming (Contacts API)

October 2, 2009

http://developer.apple.com/IPhone/library/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/200-QuickStart/QuickStart.html#//apple_ref/doc/uid/TP40007744-CH2-SW8

Categories: Uncategorized.