Archive for August, 2005

BlixtBlog 0.9.3

BlixtBlog is a simple GNU GPL licensed blog system for flash that can also be used as a basic CMS system for a whole flash site.
It uses PHP/MySQL for the backend.

Main features:

  • Admin interface for easy adding of text, images and links and moderation of user comments.
  • Included state management enabling deeplinking, bookmarking and use of back/forward buttons in the browser.
  • Accordion style display of posts by subject and post by month as well as multiple categories of external links.
  • Generates RSS 2.0 feeds.
  • User comments with gravatar support.
  • Can be set to resize with the browser window or be used in fixed size.
  • User can resize text using ctrl mouse scroll or +/- buttons.
  • The package includes an example file of how to use the system for easy creation of a flash site manageable using your browser.
    Just configure what pages you like to have on your site and add your own graphics.

    Currently there is no HTML output generated, but that will be added in next release to enable search engines to find your content and deeplink directly into your flash page.
    Other planned additions is slideshow for photos and mp3 player.

    Get the download here.


    Click here to see an example
    of the system in use for generating a whole site.
    Also if you feel like testing making comments that is the prefered place to do it instead of posing a lot of asdsfdawasdf in here :)

    If you have any problems, discover any bugs or like to provide feedback please use the comment function on this page.

    EDIT:
    2005-09-01
    Now version 0.9.3 is up.
    It includes some very essential fixes, and you a strongly recommended to upgrade if you are running 0.9.2

    Apart from many major bugfixes a few new features was added:
    Possible to use embedded fonts.
    Display and loading of posts and comments split to pages.
    Ability to double up as a guestbook.

    Microsoft plans for a “Flash Killer”

    According to an article in eweek.com Microsoft is about to announce their developer-oriented graphics tool, code-named Sparkle.
    The name oozes desperation I must say.

    Surely being an MS product it will gain a foothold in the market, and better late than never, but I will sure not worry about the future of Flash.
    It will be interesting to see what Windows Presentation Foundation (WPF), formerly known as Avalon, will be capable of though, and some competition is always healthy.

    But I guess it will time before the solution is compatible with enough browsers out there to be worthwhile.
    Apparently there will be an update to XP so WFP technology will not only work with Vista. But for many years to come it will still be only a small share of users that will be able to view content created with WFP I guess.
    And MS client side solutions hardly have a record of taking the world by storm with their limited support outside IE.

    Debunking Flash myths

    I love debating Flash and got a bit inspired to make some comments after reading the recent post at Just Another Rant and discussion at slashdot about the merits of Flash vs. AJAX.

    It always seems to me that there is a lot of emotion involved whenever this subject comes up, and very little rationale.
    There is for sure a very strong resistance towards Flash among developers in general, but what are the basis for their resent, or as they many times label it them self, hate?

    Most of the top arguments is purely based on presumption, or is in fact criticism of the way people use Flash rather than issues with the technology itself.
    Of course that's quite inappropriate when discussing the merits of a technology. You don't see people blaming HTML for the massive amounts of appalling HTML pages out there, so why should Flash be blamed for bad use of the technology?

    Skimming through the comments in the discussion on slashdot here is some issues that was brought up:

    AJAX doesn't require the user to download a plug-in as long as they are using a modern browser.
    That is of course true. But it does require javascript to be enabled, and from the statistics I been seing the amount of people with javascript disabled is probably higher than the amount of users without Flash installed.
    For the user I doubt it matters much what reason there is that they cannot access your site.
    If they really eager to enter the site and will forgive that it's not instantly accessible it's a matter of how easily they can get their browser set up to be able to enter.
    The Flash player installation seems to me a lot more straightforward for the average user compared to having to follow instructions on how to enable javascript on you browser.

    AJAX is not beholden to a single company who doesn't release their player in an open source format.
    Again this is true, but a bit pointless argument.
    The swf file format is open source. It's possible to develop swf files using only open source software, and isn't that what really matters?
    To have a plethora of players from different developers to choose from would not be good thing from what I can see.
    That's the beauty of Flash really, that because there is only one player it will be consistent, no matter what OS or browser people use.
    So IMO it's the best of both worlds...OS tools for development but only one and therefore consistent way to present the result with.

    Flash movies must always run at a fixed size. The fluid nature of HTML is a huge bonus when it comes to creating RIAs--something that takes a long time to compensate for when developing Flash RIAs.
    I find it very easy to create liquid layouts in Flash and you have a level of control you cannot get with HTML/CSS, so I would say the opposite but I guess it depends on what tools you are more used to.
    And you don't have to deal with browser inconsistencies which speed up development.

    If a page is made entirely in flash then a search engine can't glean text from it when it comes to crawl it if all your content is compiled into a swf.
    Here of course we are talking about a real issue with flash.
    Or IMO rather an issue with the search engines, because I would think it's their job to make sure that they can search the web, not the websites responsibility to make sure it constrains itself to the current limitations of search engines.
    I understand though that it's technically challenging, and that several search engines is working on capability to index swf's.
    But it's really not that hard to make contents accessible to search engines, since most serious flash sites uses XML or databases for their content.
    A simple text version will do to give both search engines and for example people with screen readers access to the content.
    And solutions like ripple makes it even less effort.

    Text is unselectable (unless it has been set to 'dynamic' which it rarely is) so if people want to copy and paste something from your site then tough luck to them.
    This argument comes up quite often.
    On both static and dynamic text you can decide if you want text to be selectable or not. It's up to the developer, but I must say that it maybe should default to selectable since there seems to be a lot of lazy or inconsiderate flash developers out there.

    Bookmarking, deep linking and back/forward buttons do not work.
    It can take a bit of effort to implement, and as a matter of fact I could not find any ready-made system that could handle full state management when making this site, and it did take me uite while to make a system that worked ok.
    And there is still work to do since it will not work on all browsers. At least IE and Firefox on windows I managed to get to work, which covers the large majority of users.
    I will put up the system here for download to help fellow Flash developers to solve this issue.
    So it's is possible to do, but yes, it's not immediate or obvious to implement, so I have to admit that it can be a problem.

    Ok...I won't go on with more of the points that I feel need debunking now, because the list is too long.
    I will admit though to what I see as actual issues that cannot be resolved at this time

    Flash will not integrate with extra browser functions, like mouse gestures and dictionary or web search plugins for Firefox.
    There is really no solutions, since it doesn't make sense to implement them in Flash when you don't know what plugins the user has and how they are configured.
    And I don't see those issues to be resolved in the forseeable future.
    I consider it a small price to pay though for the flexibility and consistency that Flash offers.

    Of course nothing is perfect.
    But Flash is as close to perfect as you can expect to come IMO :)

    It might not be appropiate to use in all instances, but it really comes down to three main factors:

  • If the technology have a feature set that is of advantage to the project.
  • The time and cost involved in development.
  • How accessible the end result will be.
  • Of the available technologies i think there is very little doubt that Flash is the most generous when it comes to features on offer.
    Probably that's one of the main reasons why it's so disliked by many as well. I sure also hate when some loud music starts up when I open a page, or some massive animations I have no interest in watching have to load before I can access a page.
    With the power comes responsibility...and unfortunately there is a lot of irresponsible developers, and not to forget, clients that want to abuse the technology.

    For a simple text page flash is time consuming and costly to use, that is certainly true.
    But as soon as more advanced interactivity is required it sure seems to me like AJAX is a lot more time consuming to reach a result that preforms as consistently as Flash across browsers.

    Like mentioned before Flash player penetration figures should be in a similar league as javascript enabled browsers.
    But with it's consistent performance across different browsers I would say Flash is more accessible than an AJAX solution.
    If anyone have figures contradicting that I would only be happy to hear about them.

    Like I said it should be rationale that is the basis for what technology is considered most suitable for a project, not emotion.
    I love to hear rational arguments against the use of Flash. It encourages developers and Macromedia to resolve the issues.
    I might even turn into an AJAX developer one day....but somehow I just don't see that coming.
    The more I look at the facts the more obvious it is that the future belongs to Flash.

    Best use of Flash, Flex and Laszlo

    It's nice to see more and more companies actually making use of the advantages technologies like Flash, FLEX and Laszlo provide.
    Many times when you discuss with the CSS/XHTML fanatics they seem to think that Flash is only good as a slimmer replacement for animated gifs or QuickTime video.

    It has for a long time amazed me that the web have been so restricted in the way it uses the medium considering the capabilities.
    It has the potential to be more exiting and involving than video and printed media, but in reality it's rather been more basic and limited most of the time.

    Here is some sites that I think do a good job in showing the way in what the Internet is capable of.
    Most pretty much well known for anyone already interested in RIA, but I mainly wanted to compile a list of for people not so familiar with RIA applications.

    The Harley Davidson configurator
    Brilliant Flex app.

    Behr ColorSmart
    Laszlo seems very exciting and it's nice to see a good example like this of it's use.

    Colr.org
    Ok...I'll include one AJAX app. It's quite a neat little colour tool handy to play around with to find interesting colour schemes.
    Hmm...maybe should have used it before starting this site ;)

    Neave Lab Flash Earth
    Yes...I do find it more fun to play around with compared to google earth. Flash rules and AJAX developer is fools ;)

    Build your own MINI
    Another good example of a product configurator.

    Goowy mail
    Flash based webmail service.

    NIKE configurator
    Yet another good example of product configuration.

    Theban mapping project
    Egyptology site with a nice interactive atlas.

    Thats some favourite applications from my bookmarks.
    Please suggest more examples that I have missed out.

    BlixtBlog up and running

    Welcome to BlixtBlog.

    In this space I will provide my rants and ramblings, mainly about Flash and everything related.
    First off a little about the system itself.

    It's a fairly simple Blog/CMS system using Flash for the front end and PHP/MySQL server side.
    I'm planning to release it as open source very soon.
    I just want to tidy up the code a wee bit before letting it out in the open.
    Why a flash based blog system you might wonder?
    Being a flash fanatic the primary reason is that I use a flash based site, and hence like a system I can incorporate into the site.

    The advantages as I see them with a Flash based system are:

  • Integrates into existing Flash sites.
  • Can be used as a simple CMS system for not so scripting savvy designers to make attractive but manageable sites.
  • Accordion style links on the side for ease of navigation.
  • Using coded graphics makes resizing text look ok.
  • Coded graphics also give easy customization of colour scheme combined with lightweight file size.
  • Of course there are downsides compared to an HTML based solution:

  • Image handling is poor. You can get decent results but you have to be aware of pitfalls when updating the site so images don't overlap or obscure text.
  • Only non-progressive jpgs is possible to use. I will maybe code a solution to import other formats....or I might just wait for Flash 8.
  • HTML version need to be set up for search engine indexing and users with screen readers or without flash. Since it don't need to be fancy looking that is a simple task, and a script to output the blog as html will be included in the package.
  • I managed to make a fairly solid state management solution for deeplinking, bookmarking and back/forward button functionality, but it's still not compatible with all browsers.
  • Anyway....I'm quite happy with the features it has and think it's great to use in a flash site.
    Please try it out and tell me what you think needs to be improved.
    I'll get on with tidying up my code and creating the component package now.