|
Written by Anthony McLin
|
|
Thursday, 03 May 2007 |
|
So I took the plunge and setup my first open-source code project. Here's the idea: Joomla! is a great Content Management Syste, it's the one that powers this site, as well as most of the sites I have developed. One of the sites I have developed with Joomla had a Flash interface in addition to the usual HTML interface. Developing that Flash interface was really a pain and a very one-off custom solution. As part of the bridge between Flash and Joomla!, I used AMFPHP. Flash has hooks for a binary data transmission stream called Flash Remoting. It is normally only used between Flash and Cold Fusion servers (another Adobe product). It also is pretty much the only way of allowing Flash to interact directly with a server. AMFPHP is a beautiful solution that allows a developer to take advantage of Flash Remoting, but run it on top of PHP instead of relying on a Cold Fusion server. So, as it stands today, the only way to integrate a Flash site with a Joomla backend is to use AMFPHP, and build all your own functions in PHP to allow Flash to call what it needs from Joomla. What I am going to do, is develop a new project called J-AMFPHP. The goal of this project is to build a plugin for Joomla! that completely exposes the Joomla! API to Flash developers through the AMFPHP bridge. This way Flash/PHP developers don't have to keep reinventing every function between Flash and Joomla and instead focus on just the custom ones that they need. J-AMFPHP project page on JoomlaCode |
|
|
SEO - The Quest For The Holy Google |
|
Written by Anthony McLin
|
|
Monday, 16 April 2007 |
|
I've implemented the next level of search engine optimization. Now instead of a long complext URL like http://www.anthonymclin.com/component/option,com_weblinks/catid,2/Itemid,6/ You will get a simpler URL like http://www.anthonymclin.com/links/3d-modeling-and-rendering/vray-forums.html It's much easier to remember, give to others, and is better for search engines. I'm doing this using the Joomla plugin, ARTIOJoomSEF. I had intended to use OpenSEF, but that project appears to have been discontinued. There are some things about ARTIO's offering that I'm not entirely satisfied with, but until I find a better solution, it will have to do |
|
|
Scrollwheel functionality |
|
Written by Anthony McLin
|
|
Monday, 19 March 2007 |
|
I've added functionality to the custom scrollbar feature so that it accepts input from a scrollwheel mouse. Give it a whirl! Click and drag panning using the middle mousebutton is not supported. Also, IE seems to ignore some of my CSS settings (even though it fully supports them) which means that the margin for this textbox is wrong on IE (something I'll have to look into). But the scrolling deffinitely works. |
|
|
|
<< Start < Prev 1 2 3 4 5 Next > End >>
|
| Results 9 - 12 of 18 |