JQuery Joomla chat, adding online/offline and friendlist
Sunday, November 8th, 2009As the title implies we’ve now added online/offline functionality and the ability to toggle the user list to show only friends or all members.... Read More
As the title implies we’ve now added online/offline functionality and the ability to toggle the user list to show only friends or all members.... Read More
This time I’m going to go through the code for Paceville’s chat in a chronological order from the user’s point of view, as follows:... Read More
I just finished implementing a cron job script that will email all people who’s the target of an activity in JomSocial’s activity stream.... Read More
I just went through the Joomla! 1.5x Customization book by Daniel Chapman, published by Packt Publishing. If you subscribe to this blog you will know that I’ve been working a lot with Joomla 1.5 recently and one of the basic questions I asked myself before I started reading it was would it have made me do anything different if I had read it before I began my massive re/deconstruction job?... Read More
Update: The following code is now using the HTML5 XHR upload capabilities instead of the Flash uploader, you might want to check that out.... Read More
I just realized how to accomplish SEF urls in Joomla, first go Global Configuration -> Site and set all the SEO radio buttons to Yes.... Read More
Through our plgCommunityExt class what was described in the first article in this series it’s very easy to use controllers and views anywhere you like.... Read More
I’m wrapping up the Joomla work here so it’s time to talk a bit about security. There are two main issues, sanitizing GET and POST and making sure people who are not supposed to call certain methods can’t do so. ... Read More
Run ... Read More