I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



SWFAddress is a small, but powerful library that provides deep linking
for Flash and Ajax. It’s a developer tool, allowing creation of unique
virtual URLs that can point to a website section or an application
state. SWFAddress enables a number of important capabilities which are
missing in today’s rich web technologies including:

  • Bookmarking in a browser or social website
  • Sending links via email or instant messenger
  • Finding specific content with the major search engines
  • Utilizing browser history and reload buttons

Link

readmore

There are easier ways to embed flash these days than adding the required tags by hand. I have used SWFObject and UFO int past to handle that task easily and dynamically in my applications. Both are unobtrusive libraries, which means that all (X)HTML, CSS and JavaScript code is fully separated from each other.

SWFObject
SWFObject is a small Javascript file used for embedding Adobe Flash
content. The script can detect the Flash plug-in in all major web
browsers (on Mac and PC) and is designed to make embedding Flash movies
as easy as possible. It is also very search engine friendly, degrades
gracefully, can be used in valid HTML and XHTML 1.0 documents.

Link

UFO
UFO is a DOM script that detects the Flash plug-in and embeds Flash
objects (files with the .swf extension). It has its roots in the Web
Standards community and is designed to support W3C standards compliant,
accessible and search engine friendly web design. It also contains
several features and best practice techniques that other scripts
currently don’t have.UFO is a DOM script that detects the Flash plug-in and embeds Flash objects.

Link

Both projects have joined forces and are developing SWFFix, which is still in beta.

readmore

portalZINE NMN | Development meets Creativity | dzone.com.d41d8cd98f00b204e9800998ecf8427eDZone is a free link-sharing community for developers. Anyone can submit new links to the incoming queue and members can vote on upcoming links to determine what gets promoted.

Everyone can browse, search and comment on links

Link

readmore

After receiving several emails over the past few months, inquiring about Script Connector, CastleKart and where I stand with all of that, I felt some sort of official comment should be posted to put an end to any questions concerning all of that once and for all.

Sometimes things in life just do not work out as you’d like, or hope for. As many know, Sam and I worked closely for many years, working on various projects under the ScriptConnector brand name. As of the beginning of this year, our business and personal relationship has come to an amicable ending with each of us choosing to move in different directions. I have restructured the codebase of the framework to my own needs, inspired by the setup system I developed for it last year.

Sam is the sole owner of the Script Connector brand name and therefore my old contact addresses are no longer valid. Please view my contact page for the most recent contact information.

The CastleKart project was fun while it lasted, but I wanted to clarify that the project has been terminated, since we have ceased working on that project for some time now. I am sure there are many other open source ecommerce solutions available to fill that void.

portalZINE on the other hand, has been coming alive again, allowing me to rethink my goals and move forward again. 2008 promises to be an exciting year for me, with a lot of new ideas just waiting to get out. I have an internal roadmap for many things coming, but currently existing and new customers come first.

I have been in touch with many current open source projects and already started contributing to those communities again as time permits. So it’s back to work for me, and I hope this clears up any outstanding questions concerning Script Connector, CastleKart and MagicX.

If not, please feel free to contact me from my contact page.

Cheers
Alexander

readmore
7. November 2007

Jabber Class

After waiting long enough for a jabber class to surface / resurface for Realbasic, I decided to get my own hands wet. Only took me a couple of hours to add the basic set of functionality from the RFC.

The class currently provides simple access to

  • connect / disconnect
  • authentification (currently only plain, but working on encrypted auth aswell)
  • register / unregister
  • set presence
  • simple sending / receiving of messages
  • error handling

Once those above are stable, I will move to the more advanced features. Really wonder why I have not done this before :), but it sure is a nice way to clear my head a bit and dive more into the xml / socket capabilities of Realbasic.

Alexander

readmore
31. October 2007

Pownce PHP API

This is a simple PHP wrapper for the newly released Public API of Pownce.

As soon as new options are made available, I will be extending the class accordingly. Hope they will add the posting option soon ;)

Project page

Enjoy
Alexander

readmore
23. October 2007

Its all about polls :)

When it comes to my development environment I have always been really picky. I need a clean and structured interface, not to cluttered, but still adjustable to my needs. I have tested countless IDE solutions in the past, but always seem to come back to Komodo from ActiveState.

readmore
27. September 2007

What are you up to ?

I have been busy the past weeks getting all of my work organized. Again a lot of things happening at the same time. Must be my karma :)

I was at a media event 2 weeks ago and made some nice contacts, also met the guys I have been working with for some months now. Was fun mingling a bit and talking to other developers as well, had enough cave time (office only) the past months :)

I am also preparing the opening of a new website in the coming weeks, not sure if I will actually open it in October or wait till November. I guess that will depend on the workload in the coming weeks :) Will be a fun new project, that will force some of my current ideas out into the open. Similiar how portalZINE started of some years ago.

Was a really tough transition the past months, moving from underground development back into active project development, while figuring out how to align things for the future. Not really there yet. Being an entrepreneur has its downsides, especially with a demanding family :)

Cheers
Alexander

readmore
21. September 2007

JavaScript MD5

Easily create a md5 string in javascript.

Link

readmore