Share/Bookmark

Featured Posts

SharePoint Ticker Web Part from Existing Data Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here's the code: Simply create a new Web Part using the 'Content Editor' and open the 'Source Editor...'...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Whats next for Nintendo? Today I noticed that Nintendo have had falling profits for 2010 and predict even less sales for next year. The Wii 2 hasn`t been officially announced and from what I can see is not really on the radar....

Read more

7 Great Free Android Apps The Android mobile operating system is both fast, reliable and can do everything that the Apple OS can and a little more (all for normally a fraction of the price.) plus it supports Flash and soon Flash...

Read more

Actionscript 2.0 Image Fade (Flash Slideshow) from XML

Posted by matthew | Posted in Tutorial | Posted on 29-01-2010

Tags: , ,

1

This article describes how to use flash to cycle through images as read from an XML file using only Acriptscript, with no timeline objects what-so-ever, what we are going to make can be previewed here.

3 Useful Multimedia API’s for Web Developers – Q1 2010

Posted by matthew | Posted in Features | Posted on 24-12-2009

Tags: , , , , , , , ,

1

There are many useful API’s out there for web development these days, in this article we review the top three you should certainly check out for displaying multimedia on websites you are developing.

Flash RSS Scroller / Vertical Ticker using ActionScript

Posted by matthew | Posted in Tutorial | Posted on 18-12-2009

Tags: , , , ,

2

Showing an RSS feed in Flash can often be tricky, however we have found a way to make it a lot easier and to animate the feed. Our example uses an RSS feed from Twitter, but this piece of code will work for any standard RSS feed.

Create a Cisco IP Telephone Ringtone in RAW Format

Posted by matthew | Posted in Tutorial | Posted on 09-12-2009

Tags: , , , ,

2

Strangely Cisco have not made it easy to create ring tones for their IP telephones, but this post breaks it down step by step.

Add RSS Feeds and Web Pages to Cisco IP Phone

Posted by matthew | Posted in Tutorial | Posted on 02-12-2009

Tags: , ,

2

Adding RSS feeds and webpages to your Cisco IP phone can be very useful. RSS feeds can display the local weather, breaking news or your companies Twitter feed. The option of adding web pages means you can bring interactivity to your Cisco phones, creating surveys, contact forms and so much more, find out how after the jump.

SharePoint Ticker Web Part from Existing Data

Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009

Tags: , , , , ,

1

Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here’s the code:

Quick Search Box for IE7+ and Firefox (OpenSearch)

Posted by matthew | Posted in Tutorial | Posted on 27-11-2009

Tags: ,

0

You know that little box in the top right of Internet Explorer and Firefox with search engines listed, well wanna add your site in there, find out how after the jump.

Create an RSS Feed with PHP

Posted by matthew | Posted in Code Snippets | Posted on 25-11-2009

Tags: , ,

0

RSS feeds are a great way to syndicate important information, your recent blogs or your wares, so check out our simple PHP code after the jump!

Creating a Sitemap in PHP from Dynamic Data

Posted by matthew | Posted in Code Snippets | Posted on 18-11-2009

Tags: , ,

1

Often you may have a site where a lot of the pages are created on the fly, in this case you need to make a sitemap to reflect this.