Posts tagged English
Customize your Gmail web interface
Nov 7th
Google has been the most improving mailing web interface that I know. Having a whooping 2 GB storage space when launched, he slapped over the face all his competitors, whom at that time had 4- 5 MB of storage space. Now is 7.5 GB and increasing.
The interface is very clean and intuitive, but not lacking the good looking ( example of bad looking is Squirrel Mail who looks obsolete, due to the right angle corners, opposed to the round corners approach in Gmail). Also the code completion for emails, the spell checker and other goodies makes this interface the most interesting in my opinion.
Recently, I learn about something that is quite hidden in Gmail interface: the plugins.
These can be activated by going into Settings in your Gmail mail account, click on Labs tab and search the desired plugin. In order to add it’s functions on the interface, you must activate first by checking the Enable option. It will be applied as soon as you click ‘Save Changes’ button on the bottom of the page.
|
I have activated the following plugins:
Give it a try! |
Secure signed and encrypted Thunderbird for your Gmail mail
Nov 4th
DISCLAIMER:
The following steps were done on a Windows Vista Business x86. You can follow the next steps but on your own risk. Also keep in mind that different operating systems can behave differently.
As I started the class of Security on the Internet, an interesting situation occurred: I needed to setup a signature and encryption for my emails. Our lecturer, Dr. Michael Nüsken, advised us to install Thunderbird and GnuPG as a proven solutions, but allowed us to use any other that we saw suited for doing the homework exercises.
Since I’m new in cryptography I choose to follow the advice, and later to find out if there are any more simpler good ways to accomplish the target of this class: secure and reliable communication over an unsecured environment as Internet is.
1. Enabling or checking that Gmail allows POP3 and IMAP connections
For this, you have to get into mailbox Settings area by clicking on top right link called Settings, then go on "Forwarding and POP/IMAP" tab, like in below picture ( click on it to enlarge ). Then be sure to check the following radio buttons: from POP area – "Enable POP for all mail" and ( if you need an additional way to access your mail ) from IMAP area: "Enable IMAP".
They also put at your disposition a comprehensive help for setting your mail connection in the links below each category.
Language switcher
Nov 1st
Copyright : You can use the code below on your website as long as you keep a post with a link to my WordPress (http://radupoenaru.wordpress.com/) website on your WordPress website.
Since I moved my presentation site to WordPress hosting, I searched for a simple plugin or widget to allow me to have content in many languages. The basic idea is that if I wrote all in English, my older relatives ( whom learned French and Russian when Communism ruled ) wouldn’t be able to read it.
So where to find this precious tool? Initially I searched the plugins offered in WordPress specialized area, some were nice and interesting. But another problem arises – since it is a free hosting, you just can’t ask for these plugins, nor install them by yourself. Even the most popular ones, tried, tested and proven reliable by users weren’t integrated in WordPress hosting website.
Since it is the era of internationalization I believe that the builders thought that all of us learned already English.
Next I was thinking how to overcome this. And I came up with the idea presented below – use tags as switchers for different language articles.
For easy switching between languages, I added a HTML placeholder in Administration area -> Design ->Text widget and I placed him in the first position – feel free to add it as you like.
The text inside the widget is :
<table border="0" width="100%"> <tr> <td align="center" width="50%"> <a href="http://radupoenaru.wordpress.com/tag/English"> <img border="0" src="http://radupoenaru.files.wordpress.com/2008/10/en.jpg" alt="Select only posts in English language" /></a> </td> <td align="center" width="50%"> <a href="http://radupoenaru.wordpress.com/tag/Romana"> <img border="0" src="http://radupoenaru.files.wordpress.com/2008/10/ro.jpg" alt="Selecteaza doar mesajele in limba Româna" /></a> </td> </tr> </table>
I used a table just for effect, to evenly space the flag pictures.
I use the images below, uploaded in this message, because WordPress doesn’t allow media uploading separately – only included in a page.
The simplest way to do this was to include a language tag in the tags collection of each post. I use "English" for English posts and "Romana" for Romanian posts. So the main thing you should set after is one of the tags for each article in either Romana or English.