November 11, 2008 at 3:58 am
· Filed under Emacs, Email, Mac, Tools
Mutt is a powerful text-based email client. It is used mainly by system administrators and/or those who work remotely in terminal sessions. I wanted to try mutt as an email client for my daily work. And after a week of use I don’t want to return back to Apple Mail.
I have two email accounts and a dozen of aliases. In my configuration together with mutt I use the following applications:
- fetchmail – to retrieve messages from different email accounts
- dropmail – to filter and to save received messages locally in maildir format
- msmtp – to send messages using smtp servers
- mairix – to index and search emails
- emacs – to edit new messages and replies
- aspell – to spell check messages
- lynx – to view html attachments
The result is a small, powerful, and flexible email client. I can name a few inconveniences though:
- It takes time for mutt to parse big maildir boxes (during startup and when changing boxes only).
- There is no simple way to view another email (in a separate window) while you reply to a message. As a workaround you can keep another instance of mutt running just to view emails.
In overall mutt fits very well in the way I manage my daily emails.
Permalink
January 29, 2008 at 5:36 am
· Filed under Events, Java, Rails, Technology
As you probably know Java is not the best choice for small web applications. It has issues with deployment and hosting requirements. We can say that Java has lost its positions to PHP, Ruby, Python, and even .NET in this area. However Java remains the best solution for big enterprise projects.
Today I was watching RailsConf 2007 keynote and Sun clearly explained why it loves Ruby and Rails. Very simple, if you need scalability, power, integration with existing enterprise systems then you can build your application in jRuby on Rails and get access to J2EE. And if your project is small you can write it in Ruby on Rails and get easiness of deployment and simple hosting requirements. In both cases you use Rails. Both Java and Rails win!
So what technology are you going to use for your next project?
Permalink
November 23, 2007 at 11:28 am
· Filed under Emacs, Rails, Ruby, TextMate
I bought TextMate license recently. I wasn’t able to evaluate it thoroughly, but when the trial period has expired I paid. Mainly because I’ve read a lot of good reviews, and I liked its simplicity, elegance, and extensibility. The projects I was going to work on in TextMate were in Ruby, PHP, HTML, CSS, and JavaScript.
However I like Emacs very much, and I have Aquamacs installed on my MacBook together with Ruby on Rails programming mode. This mode is designed very well and turns any work with Rails projects a pleasure. Unfortunately I noticed that the legacy of Emacs architecture makes extensibility of programming modes quite difficult. So here I come with features from Emacs that I would like to see in TextMate based on my Rails development experience. In hope that some day they will be implemented, as TextMate bundles are easy to modify.
1. Rails project navigation. Emacs has shortcuts to show a menu of available controllers, models, stylesheets, and helpers. In TextMate I have to use Project Drawer, or Find in Project form, or Go To Alternate file command. Use of shortcuts is faster and more convenient. I think it’s possible to create commands in TextMate that will expand and focus on corresponding folder in Project Drawer.
2. Open partial. Emacs can show a list of partials for current controller or view. It is very convenient especially when you work with AJAX views that depend mainly on partials.
3. Find files. In Emacs you can find files within particular project areas, while TextMate by default searches all files in a project. It is a popular request to make Command-T in TextMate to work with predefined folders and/or filters.
4. Incremental search. Although TextMate implements incremental search it doesn’t highlight found occurrences as Emacs and Vim do.
5. Snippets. Rails mode for Emacs comes with many well thought out snippets, while TextMate has fewer of them and not that convenient.
6. Tools support. I can start server or run a console right from Emacs. TextMate wraps rake commands and generator script nicely, but I have to open Terminal to run a console.
7. Contextual menus. TextMate has sophisticated scope selectors, but when it comes to menus it doesn’t use them. For example right click on a code brings the same menu for all modes. The status bar menu could also change depending on active bundle.
Permalink
November 6, 2007 at 6:33 am
· Filed under Announcements, Services
I’m glad to inform that now you can pay for the services with PayPal. Just select the number of hours you need on the payments page and click ‘Buy Now’ button. Then, when you are ready to check out, click ‘Check Out with PayPal’ button instead of ‘2CO Checkout’ button. And as always you can pay with a credit card, PayPal is just one of the options.
Permalink
September 30, 2007 at 7:46 am
· Filed under Mac
I was looking for a system that had Unix power under the hood and a polished Desktop interface, plus I wanted a laptop to add some mobility to my work. A MacBook was a viable option. So I went for it.
I’m a power Windows user and I spent about 3 years working in Linux. However I was impressed by MacOS speed and efficiency, by Expose and Spotlight features, and by preinstalled software such as iLife. Still I couldn’t find a lot of tools I’ve got used to. Having Unix under the hood was a big saver. I added Terminal.app to the Dock, installed MacPorts and XCode tools, and then a lot of packages and command line tools from MySQL server to Midnight Commander. Another plus, MacOS comes with Java preinstalled and optimized. So I could install NetBeans right away.
Then I had to find my way with a different keyboard shortcuts and a slightly different keyboard layout. I remapped CapsLock key to work as Ctrl and turned off option in the preferences for function keys to control hardware settings. After one week the MacBook keyboard is natural for me.
One component that I still cannot understand is the Dock. When you open 30 applications at the same time and want to launch an application quickly from a list of 100 that you use every day — it becomes hard to manage. I searched through Mac forums and found that there exist tools that can help me with Dock. LaunchBar, Butler, and QuickSilver were their names. And I hope that Stacks feature in Leopard will be helpful as well.
After I installed all the tools I needed for my work and learned MacOS a little I started to really enjoy my MacBook. However I lost several pieces of my hardware. My old laser printer had only LPT port which is not supported in modern computers. And my satellite receiver PCI card also wasn’t supported. But that’s all right because I’m going to upgrade them anyway.
The next thing I’m going to try is to plug an external display for more convenient daily work at the desktop. Also I want to try different office suites (from Microsoft, Apple, and Sun) and Adobe applications for work with graphics.
In overall I’m happy that I made the switch. In Windows I always was struggling with the lack of powerful command line support found in Linux. I used cygwin, but it wasn’t well integrated and had its glitches. In Linux I was spending a lot of time configuring the interface, installing different packages, drivers and servers. In my opinion Mac offers the best from the two worlds.
Permalink
September 16, 2007 at 2:12 pm
· Filed under Tools
I’ve been building many wordpress themes recently. And my code generators background suggested an idea for a wordpress theme generator.
Many wordpress themes found online have flaws in several areas:
- invalid HTML and/or CSS
- no support for widgets
- theme is easily broken with unusual content
- the license doesn’t allow you to modify the theme
And a theme generator can really help to resolve those issues.
The idea is simple. Put some wizard dialogs that ask for a layout, size, color scheme, header image, icon set — and generate a complete wordpress theme. Sure, it is not something new. You can find several implementations with Google. But I want to make it professional. Backed by a full-featured code generator and spiced with some advanced features (such as Analytics and AdSense) such generator may become quite popular.
Permalink
June 1, 2007 at 2:52 pm
· Filed under News
Spectacular joint interview with Bill Gates and Steve Jobs at D5 conference. Nice to see them humbled and showing so much respect to each other. There are video clips and a transcript you can read. You should see it.
What Steve’s done is quite phenomenal. He has incredible taste and elegance. His ability to always come around and figure out where that next bet should be has been phenomenal. Apple really pursued the dream of building products that we want to use ourselves. He always seems to figure out where the next industry movement will be. The industry has benefited tremendously from his work.
Bill Gates
Permalink
May 13, 2007 at 1:09 pm
· Filed under Events, Technology
On May 17-20 RailsConf 2007 conference will be held in Portland. I was shocked that all 1200 seats were sold out yet in February! Ruby on Rails gets enormously popular despite its young age. Interestingly that Sun Micrsosystems, the company behind Java server-side technologies is a Diamond sponsor of the conference. And I must say that many Java developers have much sympathy for the Rails. JRuby development and other Ruby implementations in Java are good proofs of that. I hope that Ruby ease and speed of development, its growth of popularity and innovative ideas will meet Java maturity to a joy of all web application developers and their customers.
Permalink
February 1, 2007 at 4:13 pm
· Filed under Email, Marketing
To make your newsletters, product updates, and announcements easier to receive do provide the following things with each message you send:
- Simple mechanism to unsubscribe. Provide the detailed information how to unsubscribe from the future mailings and make this process really simple. Do test your application to make sure that unsubscription actually works.
- Information about where you got the address. Do remind your recipients why they wanted to receive your mailing. Gentle reminder such as: “you bought our product”, “you subscribed”, “you opted to receive” adds authenticity to your message.
- Contact information and privacy policy statement. In each message have a link to your site with your contact information and privacy policy statement. The contact information should include your names, the mailing address, and possibly a phone number – just email address is not enough.
- Appropriate recipient’s address with full name. Never send messages with recipient’s address in Bcc field. The address and the recipient’s full name should appear in To field.
- When sending HTML messages include the plain text copy in multipart alternative format. If recipient’s mail client is unable to show HTML messages then the plain text copy will be shown.
These technics add credibility to your mailings, show your good intentions and professionalism. They let you avoid spam filters and reach more potential customers.
Permalink
January 22, 2007 at 2:24 pm
· Filed under Hosting, Tools
If it happens that your hosting server (GoDaddy hosting for example) doesn’t provide tools to manage your account effectively, don’t be satisfied with that. You shouldn’t complain neither. Instead, go and install your own on-line tools.
PHP File Manager is one of such tools. It consists of one PHP script that you can upload to your server and have fully featured file manager running on-line. With it you can upload, copy, move, delete, compress, uncompress files on your server. You can set permissions, edit configuration files, check server info, and even execute system commands on your server. Quite impressive! And it’s open source and absolutely free. Make sure that only you can access your tools by installing them in password protected folders or assigning an URL that is hard to guess.
Once you have one running, don’t stop. Analyze your servers features, compile a list of items you miss much and go find a replacement you can install yourself. Tools for managing email accounts, domains, databases, server logs and statistics – everything is possible.
Permalink