JoomlaFeed
aggregated community news.
on Friday, 12 March 2010
PDF Print E-mail

This week we released DOCman 1.5.5. A couple of regressions were discovered after the releases of 1.5.3 and 1.5.4, which mostly affected IIS users (and local Windows installations). That's why we we decided to get the fixes out so soon. This should allow us to get back to our regular release schedule of +- 4 weeks. As usual, if you've bought DOCman 1.5, you will get the latest update by mail.

Changes in 1.5.5

  • Fixed 403 error when author uses DOClink
  • Fixed search form html anomality
  • Fixed missing Read more...
 
on Wednesday, 10 March 2010
PDF Print E-mail

Would you like to be able to update your Drupal site and automatically send those updates to Twitter, Facebook, Linkedin, MySpace, Ning and dozens of other sites?

This tutorial will show you how.

Our first part will be to create an RSS feed to export new posts. From there we'll use Twitterfeed.com and Ping.fm to distribute the posts to all our social networks.

 

Read more...

Read original post at source site... http://feedproxy.google.com/~r/Alledia/~3/s7ZfWz1dIpk/

 
on Wednesday, 10 March 2010
PDF Print E-mail

Video Showing How To Edit a Joomla Template

Read more...

Read original post at source site... http://feedproxy.google.com/~r/Alledia/~3/uwAl4enBFyA/

 
on Tuesday, 09 March 2010
PDF Print E-mail

We teach three kinds of website software: Drupal, Joomla and Wordpress. At each class people bring different preconceived notions:

  • Drupal: "This stuff is really hard, right?"
  • Joomla: "This stuff is a quirky, right?"
  • Wordpress: "This stuff isn't very powerful, right?"

Our job is to convince them they're wrong. One of the reasons people think Wordpress isn't powerful is because they believe it can't be used to build an ordinary website with static pages.

Read more...

 
on Tuesday, 09 March 2010
PDF Print E-mail

Over the past 3 years Joomlatools has gone from strength to strength. Founded by Joomla Co-founder Johan Janssens and DOCman Lead Developer Mathias Verraes we soon grew with the addition of two more Joomla Co-Founders Peter Russell and Shayne Bartlett.

We now find ourselves expanding yet again, so it is with great pleasure that we announce two fantastic additions to the Joomlatools team.

Tom Janssens (yes... he's Johan's little brother) joins us as a Webmaster/Designer. Tom holds a Bachelors Degree in Information and Communications Technology. Tom is one of those talented Read more...

 
on Monday, 08 March 2010
PDF Print E-mail

Session storage is a very important aspect of web applications. In its simplest form, a PHP session allows data to be stored temporarily on the server and accessed throughout a user's time on the site. When that user leaves the site or is inactive for a certain amount of time, the data is destroyed. While anonymous sessions are common, sessions are usually associated with user logins. When a correct username/password combination is entered, a session is created around that user's access information and then read and checked every time that user loads a page. As a developer, you can Read more...

 
on Thursday, 04 March 2010
PDF Print E-mail

London Joomla ClassOne is warm, sunny and on the beautiful Pacific Ocean.

The other is cold, rainy and on the grey Thames (I'm allowed to make fun of it ... I was born in its suburbs)

San Francisco and London and nearly 5500 miles apart and you might not think they have much in common. Normally you'd be right, but this is an exception.

Next week we've got two Joomla classes, one in each Read more...

 
on Wednesday, 03 March 2010
PDF Print E-mail

This week's tutorial explains how to add metadata to your Drupal site. By default, Drupal has no fields for metadata. Check the source code at http://drupal.org and you'll see what I mean. To fix that issue, we recommend a module called Nodewords.

Read more...

Read original post at source site... http://feedproxy.google.com/~r/Alledia/~3/B46vUYv8qKM/

 
on Tuesday, 02 March 2010
PDF Print E-mail

Following on from other newsletters where we showed you how to set up Joomla on a Mac and also how to develop locally and moving your site to a live server, this week we're going to walk you through installing Joomla locally, on a P.C..

We're going to use WAMP for this tutorial.

WAMP stands for Read more...

 
on Saturday, 27 February 2010
PDF Print E-mail

J! And Beyond is the first community driven International Joomla Conference, taking place in Germany, May 30 till June 1st. It grew out of the vibrant community site All Together As A Whole. This is the Joomla event of the year, you don't want to miss it!


The program is entirely up to you, as everyone can vote for presentations. 

 
on Saturday, 27 February 2010
PDF Print E-mail

Short on the heels of our Productivity Pack for DOCman we are pleased to announce the immediate release of DOCman 1.5.3, our latest maintenance release.

DOCman 1.5.3 is the third release in the three months since we released DOCman 1.5, and in keeping with our commitment to provide the Joomla community with professionally developed and supported extensions.

DOCman 1.5.3 fixes a number of issues, as well as seeing more performance improvements. Notable changes include :

 
on Tuesday, 23 February 2010
PDF Print E-mail

Unlike Joomla or Drupal, Wordpress doesn't have a default contact form. However, there are many good options to choose from.

We're going to recommend a plugin called "Contact Form 7".

Read more...

Read original post at source site... http://feedproxy.google.com/~r/Alledia/~3/wI-bzBQH4us/

 
on Monday, 22 February 2010
PDF Print E-mail

Debugging PHP applications has always been a bit of a challenge, as the environment is so distributed. At the minimum, there is a web server, the PHP interpreter, and the web browser. While there are tools that add debugging environments to PHP (such as XDebug), you don’t always have access to install them on the server you’re working with.

Fortunately, you can gain some reasonable debugging capabilities through FirePHP. When you want to dump objects or variables back to your browser without having to do so in Read more...

 
on Thursday, 18 February 2010
PDF Print E-mail

Whether you are running an intranet or a public website, as an administrator, you often need to keep a close eye on what your users are doing. Especially when they are allowed to edit documents or upload new files. With DOCman Notify, it's easy to set up email notifications. Notify is part of the DOCman Productivity Pack. Tom made another great video tutorial, showing how it's done.


Watch the DOCman Notify 1.5 Video.


  1. Install the Read more...
 
on Wednesday, 17 February 2010
PDF Print E-mail

socialiconsWould you like to be able to update your Joomla site and automatically send that update to Twitter, Facebook, Linkedin, MySpace, Ning and dozens of other sites?

This tutorial will show you how.

Our first part will be to create an RSS feed to export all our new posts. From there we'll use Twitterfeed.com and Ping.fm to distribute the posts to all our social networks.

Read more...

 
on Tuesday, 16 February 2010
PDF Print E-mail

This tutorial was requested by a student who is learning the Drupal basics. They turned on "Clean URLs" in the Drupal admin area and were surprised to see that the URLs remained largely unchanged:

  • Old: /?q=node/3
  • New: /node/3

The student's comment was:

"that's still a silly address for my About Us page. I want the address to be /about-us/."

The solution is the "Pathauto" module and let's show you how to set it up:

Read more...

 
on Tuesday, 16 February 2010
PDF Print E-mail

This tutorial will show you how to take an RSS feed and import it into your  Joomla site. Each item on the RSS feed will become a separate Joomla article. We use this technique for a couple purposes:

  • Distributing our content to other Joomla sites. For example, we use this technique to showing these tutorials on Alledia.com.
  • Importing blogs and news on a particular topic from other sites. This way people can read them all in one place.

We're going to use a component called 4RSS Read more...

 
on Tuesday, 16 February 2010
PDF Print E-mail

Last week I was fortunate enough to be elected to the Open Source Matters board along with 5 others: After having a very U.S.-centric board, it's great to see such a wide diversity of new members. Add a Aussie and a penguin and we'd have someone from all seven continents :)

  • Marko Milenovic - Serbia
  • Javier Gomez - Spain
  • Jacques Rentzke - South Africa
  • Robert Deutz - Germany
  • Akarawuth Tamrareang - Thailand

Read more...

 
on Monday, 15 February 2010
PDF Print E-mail

This tutorial will show you how to take an RSS feed and import it into your Wordpress site. Each item on the RSS feed will become a separate Wordpress post. We use this technique for a couple purposes:

  • Distributing our content to other Wordpress sites.
  • Importing blogs and news on a particular topic from other sites. This way people can read them all in one place.

We're going to use a plugin called FeedWordPress.

Read more...

Read more...
 
on Monday, 15 February 2010
PDF Print E-mail

Did you know that you don't need to worry about creating thumbnails for your images or other documents yourself? All you need is the DOCman Thumbs plugin, which does all the work for you. It's part of the DOCman Productivity Pack. This video shows how easy it is:

Watch the DOCman Thumbs 1.5 video.

  1. After installing, remember to enable DOCman Thumbs in the Plugin Manager
  2. You can adjust some settings, for example the thumbnail dimensions
  3. Now when you browse the Read more...
 

Subscribe

Sign up to our email newsletter to stay in touch - we send it out monthly and never spam.

Friends and collaborators

RSS: blogs