Posted by matthew | Posted in Tutorial | Posted on 29-01-2010
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.
Posted by matthew | Posted in Features | Posted on 24-12-2009
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.
Posted by matthew | Posted in Tutorial | Posted on 18-12-2009
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.
Posted by matthew | Posted in Tutorial | Posted on 09-12-2009
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.
Posted by matthew | Posted in Tutorial | Posted on 02-12-2009
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.
Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009
1
Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here’s the code:
Posted by matthew | Posted in Tutorial | Posted on 27-11-2009
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.
Posted by matthew | Posted in Code Snippets | Posted on 25-11-2009
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!
Posted by matthew | Posted in Code Snippets | Posted on 18-11-2009
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.