Entries for month: April 2008

Finally... Skype on my iPhone!

FringI've been waiting for an app that would allow me to make Skype phone calls from my iPhone.! And it is here... woo hoo!

It is called "Fring" (and it is now an accepted terminology to use the word "fringing"!).

It not only allows you to make Skype calls and do Skype chats, but also integrates with MSN Messenger, Google Talk, Twitter and a whole lot of other chatting services.

Check out the Fring site for more.

Installing it was a breeze. And the interface is really nice and simple. It uses WiFi to make Skype calls. So if your phone is connected to WiFi, you can make Skype calls.

Fring is also available for other handsets like Wi-Fi Symbian 8 or 9, Windows Mobile 5 or 6 and UIQ.

Online tool for creating Apache .htaccess files

Creating/modifiy the Apache webserver .htaccess files by hand can be a bit of a pain at times.

Today I came across a website that lets one generate an .htaccess file using a nice, Ajax-y web interface.

For example, to setup authentication, one has to create a user. You can do that by simply filling out a simple form like:

Create .htaccess file

Read more...

Important Flash Player Security Update - Check your applications

Flash PlayerAdobe Devnet has a security advisory on the upcoming Flash Player 9 update. The advisory lists a few very important changes to the security model in Flash Player which can possibly impact your existing Flex and Flash applications. The changes are primarily to address the vulnerabilities of the earlier versions of Flash Player (9,0,115,0 and before).

There are four key changes that can possibly impact existing applications:

  • A socket policy file will always be required for all socket connections
  • A policy file will be required to send headers across domains (This will possibly affect some of the Flex apps that I work with)
  • The allowScriptAccess default will always be "sameDomain"
  • "javascript:" URLs will be prohibited in networking APIs, except getURL(), navigateToURL(), and HTML-enabled text fields

Read more...