Browse Tag

API

Mozilla Jetpack – FireFox add-on development using HTML, CSS and Javascript

Mozilla Jetpack released - whatwasithinking.co.ukA couple of weeks ago, the creative minds behind Mozilla Labs have launched the open source project Jetpack to the FireFox community.

Jetpack is an API which enables designers and developers to write add-ons using HTML, CSS and Javascript, encouraging more and more developers to join the 8,000+ people strong add-on community.

The Mozilla Labs Jetpack website already has a wealth of information, from guidelines to tutorials (ranging from how to disable <embed>’s or how to integrate the twitter API) and information on distributing your new add-on.

If you would like to find out more, just head over to Jetpack.mozillalabs.com for more information.

On Flash – map integration with Yahoo Maps + ActionScript (part 2)

On Flash - map integration with Yahoo Maps and ActionScript (part2)If you followed my entry about Map integration with Yahoo Maps and ActionScript you will probably be wondering what I have to report about the progress. As you may remember, this mash-up is about offering a client a new spin on travel bogging: being able to log in to the client’s website from anywhere in the world and give other users (and family and friends) the opportunity to see where you are going and what you are doing there.

Last time I wrote about this Yahoo / Flash mashup I connected the Yahoo map’s API through Flash and PHP to a MySQL database and was able to write / read from the entries. My next goals were to integrate a user-login, adding links, implementing moderation and a Flash image uploader script. Keep Reading

On Flash – Flash Player 10, Features & Rich Media Information

On Flash - Flash Player 10, Features & Rich media informationAdobe Labs has just released the beta of its Flash Player 10, code name “Astro”., and its time for us flash-developers to get stuck right in! Flash Player 10 introduces a number of new features and technical improvements to the exhaustive list of features and abilities of Flash 9, among them improved 3D effects and a enhanced drawing API.

For the full list of features please continue reading below the break… Keep Reading

On Flash – map integration with Yahoo Maps + ActionScript 2.0

On Flash - map integration with Yahoo Maps + ActionScript 2.0In my job it isn’t always about a swish flash interface, a cool looking site or animation these days – it is about integration, about offering functionality that jumps out from the rest of the competition. The magic word is integration. A client of ours approached us about adding a special sort of travel-blog.

What we would like is some sort of members-only application that allows our users to track their journeys with us and to maybe blog about them, but it should look swish and very easy to use. We would like a similar functionality for our travel guides who would then post information about the tours.

The idea of a blog is a great tool for customer retention, if done right it allows users to post comments about their journeys, maybe with images to keep a log of what they are doing while on that trip. It would allow visitors to see what is going on on a journey with <Company Name> and what you can do or what the user(s) saw and took part in. Obviously, I wanted to offer a little bit more than just a blog. My idea was to work on a map-blog… Keep Reading