Smoothwall Firewall project

Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Friday, 2 April 2010

Creating the Ubuntu countdown banner for my site

I couldn't wait for the official release of the countdown banner so I decided to use my own:

I looked at this site for the banner images https://wiki.ubuntu.com/Website/LucidCountdownBanners I would use.

Thanks to Immanuel Peratoner's Design, as I liked that one the best.

I then borrowed the javascript code from the countdown banner that was used for Ubuntu 9.10 and then modified it.

Here is the javascript that I'm using for the Ubuntu banner on my blog


IMPORTANT NOTE: - To get a good picture of the code I had to shorten the "document.write" line. Everything from the "alt" parameter on the line below should be moved back up onto the line above to make it complete again, I hope that makes sense.

For those of you with programming experience will notice that I have had to set the month variable manually which is odd, but it kept reporting it is still March (3).

Anyway, on Chromium installed on Ubuntu 9.10 32 bit , this now works perfectly, please let me know it doesn't for you.

Tuesday, 24 February 2009

New Open Source web applications environment

After having installed and started using Adobe Air for a few weeks, predominately for use with tweetdeck and twitter, I came across a relatively new project that is going to offer the same functionality , but this time the whole project is Open Source. The name of the project is Appcelerator Titanium.

They currently have the environment available for Windows and OSX with the Linux version coming soon, how soon is not specified yet. What is particularly interesting is the way it allows multiple web development technologies to be used, HTML, Javascript, CSS, Flash and Silverlight/Moonlight. It is also built using some of the latest and greatest web technologies, which include , Webkit, Google Gears, Chromium, GTK+ etc.

They offer their own IDE , but it is development environment agnostic, so you can use your current favorite.

I think this looks like it could become an important product for open source development in the future, so it is definitely worth a look.

UPDATE:

Jeff posted a comment on this blog letting us know that it is now available for Linux. That is really good news.

Appcelerator Titanium