-
Zenbe: A Cool Web 2.0 Email Application (1)
on
Thoughts and Things (2) permalink
You have to check out Zenbe. It is probably the coolest web-based email application. It's written using Javascript and AJAX, terms used to describe technology that allows programmers to create a cool interactive experience in their browser. Zenbe, hands down, looks slicker and works nice than all other webmail clients such as Google Mail, Yahoo Mail, etc. In fact, you can use zenbe to manage email from any of your other email accounts that support ...Shared by Sai Gudigundla (117)Contribute comment - Making Mistakes So You Don’t Have To: Development Tools (1)
- Volunteer | The Nonprofit SEO Guide (2)
- Workflows, Services and Models (2)
- یعنی یکدست جام باده و یکدست زلف یار... دست دگر کجاست برای امور عشق؟ (1)
- Nom on Flickr - Photo Sharing! (1)
- QDB: Quote Database (5)
- President-Elect Obama - First Item On The Agenda: Need Love (1)
-
Review of the iPhone Task Managers (1)
on
Getting Things Done GTD with Personal Development and Motivation for Success (49) permalink
Just a quick note to promote a post over at Lifehacker, Battle of the iPhone Task Managers. There are numerous task managers available now on the Apple iPhone and iPod Touch. Myself, I use Zenbe as a simple Task Manager. The reason I like Zenbe is that it is quick, clean, and has a nice Web Sync so that I can use it on my Mac and on my iPhone. The Lifehacker post compares the ...Shared by Brian Junyor (162)Contribute comment -
Top 5 iPhone Applications for Productivity (2)
on
Getting Things Done GTD with Personal Development and Motivation for Success (49) permalink
I cannot believe that I have never done a Top 5 list on this blog. In fact I have never done a blog entry based around a list before so here goes. What better place to start than with a list for my Top 5 Productivity Tools on the iPhone. I love my Apple iPhone. it has to be the single gadget that has most affected my productivity. Being an advocate of the Getting Things ...Shared by Matthew Bischoff (40) pvantees (58)Contribute comment -
Surprised by WPF DataGrid :-) (1)
on
Mike Taulty's Blog (19) permalink
Here's what I did. I took the WPF DataGrid and used it in my project. More specifically; Then add a reference to the DataGrid's assembly ( I have mine in d:\wpftoolkit\ ); Then "built a UI" which is an overstatement :-)<Window x:Class="BlogPost.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="600" Width="800" xmlns:grid="http://schemas.microsoft.com/wpf/2008/toolkit"> <Grid> <Grid.Resources> <Style x:Key="myStyle" TargetType="{x:Type Control}"> <Setter Property="Margin" Value="10" /> <Setter Property="FontSize" Value="16" /> </Style> </Grid.Resources> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition Height="4*" /> <RowDefinition /> </Grid.RowDefinitions> <TextBox x:Name="txtCountry" ...Shared by Todd Kitta (39)Contribute comment
