Recently a customer required a video solution, but wanted features that were available in each of the two main available solutions but not both. So I decided to put together this small comparison of Allvideos by Joomlaworks and Allvideos Reloaded by Fritz Elfert (hereafter referred to as AVR)
Allvideos by JoomlaWorks
Unique Features:
- Generates its own embed code for sharing on other sites.
- Integration with K2 CCK
Allvideos Reloaded
Unique Features:
- Has editor button that generates plugin code for you
- Has rudimentary playlist functionality (better for audio than video)
- Plugin code works in modules or content. Or anywhere really.
Cons of both:
Both use outdated versions of JW Player. There are instructions in the forums for updating the JW Player of AVR. That made me wonder why not release this as an updated version of AVR?! You did the work, put it on your site!
There are many benefits of using the latest JW Player, like support for themes, plugins, analytics, and much more!
Neither plugin can generate its own thumbnail graphics, they have to be created separately and dropped into the same directory as the video. In the age of flvtool and ffmpeg there is no reason this isnt generated dynamically. To get around this issue we wrote our own php script that generates the thumbnails for us using flvtool2.
Individual Problems
- To use Joomlaworks Allvideos plugin code in a module position requires a special module. In AVR you can simply place your plugin code in a custom HTML module.
- There is no editor plugin for JoomlaWorks plugin. This makes using the plugin much more difficult for novice users.
Conclusion:
The only reasons I can see for using JoomlaWorks over AVR is if you need to use either the embed code or K2 integration. Otherwise AVR is a much more rounded and functional plugin.
You're hiring us because we are experts... SO WHY WONT YOU TAKE OUR ADVICE?!
Monday, 05 April 2010 07:27 Written by pierreThis post is gonna be short, because the title says it all. We are professional designers. We are Joomla experts. If you hire us don't think you are going to waste our time giving us meaningless input and ignoring our recommendations.
We will have no bad feelings if we have to drop you as a client because you are flakey. Getting paid is great, but what is the point of building a website we are embarrassed to show to future clients? We know how to make a website work for you, now let us do what we get paid to do!
//Rant off
Last week we received a service inquiry from a company. The interesting thing is that we had already performed work on the client's site - as subcontractors.
We weren't so impressed by how the team leader managed the project, and unsurprisingly the company and the project leader parted ways in the most unfriendly of manners.
We repond to the service inquiry, and contact a great and very well organized representative of the company. We explain that we are already familiar with the project and why, and cringe while we wait for the response. She breaks down the entire scope of the project, how it was mismanaged, time lines were not met, everything was over-budget, and the project was left uncompleted 80% of the way through. She tells us that they are considering scratching the entire project and starting all over from scratch! Obviously this would represent a huge waste of money for the company.
This is our only chance to save the day! The site is visually appealing, all of the static content was in place, most of the functionality was worked out. There are only a few major points of contention where admittadly Joomla is inflexable regarding how these problems can be solved.
We went through the site with the company and submitted our proposal to get things finished. We have yet to hear back from them. But this is the situation where we really shine!
Viva la Joomla!
I skipped blogging for several weeks (not that anybody would care, we havent built up much of a fan base yet). I have been busy with getting ready to move.
Me and the Wife are avid canoeists, and for the longest time I have been complaining that there is no good info sites where you can lookup good rivers in your area, find an outfitter, make a trip report, etc. There is a site (paddling.net) however it is very ugly and the information isnt well organized. They have no easy way to the general public to submit content, and it shows.
So I figured hey, I have the skills, when I am not busy with work I will build my own canoe information portal.
Anyways, last week we went to the (awsome) canoe expo in Madison Wisconsin, Canoecopia. I managed to squeeze about a week of work into my site so I would have something to show off and share. We meet a lot of cool people and got to see some really great gear.
Most importantly we got a lot of people excited about the site, and probably lined up some initial moderators and some people to submit content.
Without further adieu, I present PaddleTattle.com I am about 70% done setting up the functionality of the site, So not everything works (namely the trip report section wont be finished until I can figure out an easy way for people to plot their river trip via Google Maps INSIDE of the K2 Joomla component). Feel free to poke around, register, use the forums, write a review, or just poke around!
At Balian Design, Joomla is our bread and butter. But that doesnt mean that we arent always looking for the cutting edge. Quite frankly,
Joomla isn't the right CMS for every project on the internet.
I know, revolutionary news that something specifically created for a hightly targeted purpose may perform better than joomla - which is made for very broad purposes.
Today I want to highlight two of the CMS's that we are moving into, and what Joomla extension(s) they are taking the place of.
Having great clients is priceless. Today during a conversation with Ryan Estis, I got a great piece of feedback. Of course, being a sales and hr consultant, he is just the kinda guy who gives great feedback. I'll come back to that though, allow me to digress for a moment.
Recently, I transformed his whole lead generation process to make it more efficient. He's using an online mailing list service, icontact. There's a lot of these out there, and they provide a pretty valuable service. They offer a nice, easy-to-use interface for managing mass-emailings, and of course, subscriptions. So here's the big disconnect: Ryan's website (and so many others, especially Joomla sites) have forms for user subscriptions, but all too often they are only setup to send an email notification. That data then needs to be integrated into their online contact database manually. That's no fun.
sIFR
sIFR has been around for a few years now. It uses a javascript and flash to replace the letters with tiny flash movies using your selected font. With sIFR you take your font into Flash (or use an online generator) and generate a SWF file that acts as your web font.
Cufon
Cufon is the new kid on the block. It uses javascript and a font generator (fontforge) to generate image files of the individual letters.
Font-face CSS Atribute
This would be the easiest way, if only it were compatible with all browsers. You use your font to generate a .EOT file (embedded open type). Then you would add the font face attribute and source to your CSS file. It looks like this:
@font-face
font-family: "customfontname"
src: url (customfontname.eot)
It seems like one of the major marketing slogans for Joomla is...
So easy even a five year old could figure it out
Well, that is likely considering the tech expertise of your average five year old these days! It's actually very likely that they will figure it out, but you wont be able to!
Most of our work comes from people that have come to Joomla somehow. They are Joomla novices. Eventually at some point they get frusterated trying to get somthing working and get in contact with us. This of course is great for our business!
How easy is Joomla to use? At the most basic level, pretty darn easy! Adding new content items to a category (be it by Joomla core, K2, or any other CCK) is about as simple as it can get.
So tonight I made the biggest mistake of my webdesign career...
It went something like this...
rm -rf *
For all of you linux guys, you will know that this is the command to delete all of the files in the directory that you are in; and all subdirectories - and to not give me any guff about it!
This command in and of itself isnt a big deal, I use it several times a day.
The big deal is the directory I was in - public_html.
So, the other day (alot of these posts will start this way) we were installing the Moodle LMS bridged to Joomla for a client's corporate training program.
During the process we realized we didnt have XML-RPC installed, so we put in a ticket with our (totally awesome) mangaged host, Servint.
A few minutes later we get the message that the php module is installed and ready to go. Well, I was still having some issues and figured I would just go to bed and get a fresh start in the morning.
Come morning, there are a slew of emails from other clients regarding PHP error messages referencing callback.php on line 99. These errors are appearing at the head of some sites, disabling the menus of others, appearing in some modules.



Latest Comments
Test comment!
Re: Custom Font Solutions
Nice article! (I say to myself)
Re: Custom Font Solutions