Another month, another mention in Web Designer Mag
by leon on August 12, 2008
Not that I mean to show off or anything, but I was in Web Designer Mag again this month.
This time they were featuring my Locator panel extension for the GMap component. The extension is a search engine for latitude and longitude co-ordinates that can be entered into the GMap component as points on a map.
To read about it, take a look at the original post here.
Take a read of Web Designer Mag for loads of Flash, Dreamweaver and Photoshop goodness, plus subscribe to my RSS feed to stay updated on my future Flash work.
Sorted!!
by leon on August 8, 2008
After many hours of hard work by the team here at the SizzlaMedia offices (ok just me, in the study) the problem with the GMap powered apps has been fixed. Turns out a Google Analytics script was somehow appearing in the Flash apps.
Once I removed the script everything seemed to work just fine!
Hopefully we won’t see any more errors popping up!!
GoogleMaps/Locator Panel Error
by leon on August 7, 2008
I have just spotted an error with the location abilities of the two apps I have made that use the GMap component that causes the Flash to crash.
As soon as I can I will investigate these errors.
Sorry for any inconvenience caused.
Leon
Long time!!
by leon on August 1, 2008
I’ve not written a full post on here for a while – party due to the fact that I have been on holiday and have moved house (still waiting for my internet equipment – come on BT!!).
There are a few Flash tutorials/apps that I will be adding over the next few weeks, such as a Facebook style pop up window to display messages in your Flash applications.
I will also the flCodr panel with some nice new features so check the site regularly for that!!
Testing from iphone app
by leon on July 22, 2008
Just testing to see how well the native iPhone app works. Its breeze to set up and use. I’ve been waiting for this one, so far, so good!!
I’m in Web Designer Mag
by leon on July 3, 2008
The latest issue of Web Designer Mag recently landed on my door mat and I was pleasantly surprised to see some of my work included in the mag and on their promotional disc.
I was contacted by the editor a month or two ago about flCodr – the online repository for actionscript snippets. The site allows you to add and view snippets of actionscript code, perfect for when you can’t remember how to parse XML.
Web Designer Mag say that:
flCodr.com is a repository of code that has been placed in a single centralised location for quick and easy access. The site works by providing a simple search facility to find snippets of code. For instant access, introduce the flCodr search plug-in to your browser. Add a search term, click a link and you are ready to copy and paste the code.
I couldn’t have put it better myself. I’m really chuffed that I managed to make it to both the mag and the disc!
Head on over to their site to view the mag and subscribe. It’s well worth the money as each month it’s full of tips, tutorials and assets to make your creations even better!
Find me on Adobe Exchange!
by leon on June 24, 2008
Looking for a Flash extension that will allow you to find a latitude and longitude based on a location?
Then you need my locator panel, which is now also available on the Adobe Exchange.
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1526018
Where is the web going? Web 3.0 anyone!
by leon on June 22, 2008
The early part of the 21st century brought many new buzzwords and phrases. IT professionals are no longer known simply as the ‘computer guy’ but instead have names such as Software Architect and eLearning Developer. Gone were the days of sticking an ‘e’ on the front of everything to make it sound futuristic. Even sticking the Apple ‘i’ in front of everything was starting to get a big weak.
The internet needed to evolve into something more that just a repository of information. It needed to grow almost by itself. It needed to be used for socialising as well as information.
Enter social networking a.k.a MySpace and facebook et al. These sites have made it possible to view what a friend was up to online. For the first time, it was cool to have virtual friends and the image of geeks locked away in their bedrooms on chat rooms was starting to fade. Having more virtual friends was more popular that having real friends. For the first time average people were friends with celebrities.
Enter 2008 and the shift is starting to move to having the internet in your pocket and being permanently connected to the web and the world. At the touch of a button it is now possible to update your Facebook status while waiting to be served at the bar. Twitter enables friends and family to share quick responses to the answer: What are you doing? This seems pointless if you have to log onto a desktop or even laptop computer as your status is not always current. Phones such as the iPhone allow users to get the internet pretty much anywhere this is a mobile signal. This sort of power has created a new type of internet: one where information and data about the user is submitted in the background.
The mobile scrobbler app for the iPhone will automatically update the user’s last.fm profile with the song that is currently playing on the iPhone. The user could take an image and this could be automatically uploaded to flickr with the user’s location.
This I believe is where the internet is going – to a state where the transfer of information from user to user is instant and silent. The effort has been removed almost to the point that there is no extra step to update a profile or Twitter status. With is abundance of data is also the issue of storing it safely.
My vision is to create a set of web services which could automatically create a profile of the user based on their daily activities. This blog aims to get as close to that as possible by displaying information from various web services and social networking sites all in one place.
Welcome the new geek. Spending time on the internet and sharing information and data is no longer solely for nerdy teenagers, it is for everyone.
Visual Tag Clouds
by leon on June 15, 2008
A tag cloud (or weighted list in visual design) is a visual depiction of user-generated tags used typically to describe the content of web sites. Tags are usually single words and are typically listed alphabetically, and the importance of a tag is shown with font size or color. Thus both finding a tag by alphabet and by popularity is possible. The tags are usually hyperlinks that lead to a collection of items that are associated with a tag.
A tag cloud is a set of related tags with corresponding weights. Typical tag clouds have between 30 and 150 tags. The weights are represented using font sizes or other visual clues. Meanwhile, histograms or pie charts are most commonly used to represent approximately a dozen different weights. Hence, tag clouds can represent many more weights, though less accurately so. Also, frequently, tag clouds are interactive: tags are hyperlinks typically allowing the user to drill down on the data.
As a Flash developer I thought it would be nice to display the tags in a dynamic virtual tag. I was planning on using Papervision 3D to do this, but then stumbled across this blog post. The hard work had already been done after a wordpress plugin was created.
Rather than re-write the script, I simply modified it to work with the data in my database and hey presto I now have a dynamic and interesting tag cloud.
Take a look at it in action, over at my other site flCodr.
PHP to Twitter
by leon on June 5, 2008
As you may have guessed from the title, this post is about two things; PHP and twitter. I’ll assume you all know what PHP is, but for people that don’t know about Twitter it is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?
When I first signed up many months ago, I must admit: I didn’t really get it. I couldn’t see the point in telling people what I was up to online, when I could simply tell them face to face. It seemed far too much effor to have to sign into the site to update my status. Then along came my iPhone and that all changed. I could post an update from anywhere as I always have a web connection in my pocket.
Even better, there were mashups that allowed third parties such as WordPress and Facebook to update your Twitter status. The fact that everything was automated, seemed to make Twitter so much more fun and useful.
While doing a bit of research I came across a method of using a PHP script to update your twitter status. This immediately got me thinking about how I could implement this within a site. As I have just finished my first PHP site (www.flcodr.com), I thought it would be a good idea to integrate the two.
flCodr.com was created after years of trying to organise snippets of actionscript code. flCodr was born as a repository of code that was centralised in one location, so that everybody can access them. The difference with flCodr is that the code can be accessed from within Flash by using the flCodr panel.
flCodr is two things:
- An online repository of Flash snippets (small bits of re-useable code you can use to save time when developing)
- An extension for Flash which gives you access to the online repository from within Flash, meaning that you never have to leave the autoring environment to get code
For the first time you will be able to access code directly from within Flash using a new extension, which will allow you to connect to an online repository of code snippets.
It seemed logical to post a new tweet (status update) each time a snippet was submitted to the site. This way, followers on Twitter could see what was happening on the site. I already had an RSS feed of the snippets, but the more ways for people to access data the better.
The first step was to set up a Twitter account for flCodr (www.twitter.com/flcodr) and then to get scripting the PHP code. Luckily for you I have included it below. Just cut and paste and change the username, password and message variables. This is really easy to hook up to a mySQL data source as you can echo out your message quite easily.
<?php // Set username and password $username = 'username'; $password = 'password'; // The message you want to send $message = 'is twittering from php using curl'; // The twitter API address $url = 'http://twitter.com/statuses/update.xml'; // Alternative JSON version // $url = 'http://twitter.com/statuses/update.json'; // Set up and execute the curl process $curl_handle = curl_init(); curl_setopt($curl_handle, CURLOPT_URL, "$url"); curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 2); curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl_handle, CURLOPT_POST, 1); curl_setopt($curl_handle, CURLOPT_POSTFIELDS, "status=$message"); curl_setopt($curl_handle, CURLOPT_USERPWD, "$username:$password"); $buffer = curl_exec($curl_handle); curl_close($curl_handle); // check for success or failure if (empty($buffer)) { echo 'message'; } else { echo 'success'; } ?>






