Archive for March, 2009

Butterfly Organizer Live

27 March 2009

We have finally launched Butterfly Organizer live. The newest version is 2.2.0, and it’s been officially launched on April 1st, 2009. New security features, multi-user and multi-language experience, Butterfly Organizer is now ready for any challenge.

Butterfly Organizer Live

butterfly-organizer-2-2-0-1 butterfly-organizer-2-2-0-2 butterfly-organizer-2-2-0-3 butterfly-organizer-2-2-0-4 butterfly-organizer-2-2-0-5

500 Posts, Links Showcase And Portfolio News

25 March 2009

I’ve successfully reached 500 posts on this blog. It’s been hard, but I think the blog is now more mature and a better source of information for anyone visiting it.

Today’s links are from the design and programming niche and have many interesting resources.

DesignMag – Community for Designers

Build Internet! – A blog on web design, development and business

INSPIRE – A publication from the Adobe Experience Design team

Lee Munroe – freelance Web Designer

Web Resources Depot – Free Web Resources Everyday

The other promised news are a series of web design and programming experiments such as a traffic analysis system, 2 live organizers and 6 new web sites. More news to come.

Internet Explorer 8 Released

23 March 2009

internet-explorer-8-home-page_1237818219351

Internet Explorer 8 has been finally released. Some features are still missing. How do I know? If all the features would be in place, it would be called Firefox.

Snark aside, I’m curious to see the final features that made it into this final release.

Take it from here or wait for the automatic update.

PS: Posted from Internet Explorer 8

“Microsoft is not getting the response that it had expected from its Internet Explorer 8. The early users of IE8 are posting somber responses on Microsoft’s IE8 feedback page. The users who have tested IE8 are reluctant to adopt the new web browser. Some users have reported that IE8 is causing their systems to crash, while others have reported that IE8 is not loading and displaying some web pages properly and correctly.”

Source: topnews.us

“First, they (the Microsoft designers) have added a better search feature. If you are looking for a particular word or phrase in a Web page, hold down the CTRL (Control) key and tap the F (Find) key. Immediately, a box will open at the top of the page and you just start typing what you are looking for. The CTRL + F keystroke combination has been in MSIE (Microsoft Internet Explorer) for all of the past versions that I can remember but now it does more. It will tell you how many times the search phrase appears, will highlight the first occurrence and let you click “Next” to get to the next item. It also highlights all of the appearances in the document in case you just want to read through and see them.”

Source: dnronline.com

What Computers Will Look Like In Utopia

19 March 2009

graphic-ms-sust-large

This is how computers and general communication will look like in the future. Could be a very distant future.

Computers in Utopia

Oh, Hello TV (full movie)

I, personally, like the translation chat engine in the first scene. The others are on the way, touch screens, video phones and everything else.

How To Add Latest Twits To Your Sidebar

15 March 2009

I’ve always wanted to show my last twits in my sidebar. I’ve recently found out how. Here’s a quick tutorial:

Place the following code in your sidebar. Remember to style it properly and replace the username:


<?php
// Your twitter username.
$username = "butterflymedia";
// Prefix - some text you want displayed before your latest tweet.
$prefix = "<h3>My last Tweet</h3>";
// Suffix - some text you want display after your latest tweet. (Same rules as the prefix.)
$suffix = "";
$feed = "http://search.twitter.com/search.atom?q=from:" . $username . "&rpp=1";
function parse_feed($feed) {
    $stepOne = explode("<content type=\"html\">", $feed);
    $stepTwo = explode("</content>", $stepOne[1]);
    $tweet = $stepTwo[0];
    $tweet = str_replace("&lt;", "<", $tweet);
    $tweet = str_replace("&gt;", ">", $tweet);
    return $tweet;
}
$twitterFeed = file_get_contents($feed);
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);
?>

Get Adobe Flash playerPlugin by wpburn.com wordpress themes