News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Michael Babker's Blog:
The Death of Joomla! - Negative Attitudes & Closed Minded Leadership
August 19, 2010 @ 13:20:49

Michael Babker has a new post to his blog talking about how recent opinions might be the death of Joomla! and how, unless things change, it could take its toll on the project.

It's quite obvious that the state of Joomla! is not one of stability, as evidenced by recent threads on the Joomla! Bug Squad. Threads such as Help in admin menu, Thanks but no thanks, and The purpose and tone of the bug squad list all demonstrate that there is a severe rift between the leadership and the community, and within members of the community as well. Simply put, now is not the time for the Joomla! community, especially the volunteers of the Joomla! Bug Squad, to fall apart.

In his opinion, the Joomla community can't continue to function like this without causing the project to collapse under itself. Pushing away the new developers just wanting to help and putting egos ahead of good contributions only hurts things.

The Joomla! Project CAN NOT go on in this state. Chasing away the volunteers will not do anything productive. Putting your own ego before the collective Joomla! ego will not do anything productive. Not having an open mind will not do anything productive. And being overly offended by the use of a certain term by a non-English speaker certainly will not do anything productive. Change needs to happen.
3 comments voice your opinion now!
joomla leadership negative attitude opinion cms



JoomlaBlogger.net:
How to understand Joomla templates in five easy steps
July 23, 2010 @ 12:48:49

On JoomlaBlogger.net there's a recent post that wants to help you understand the Joomla templating system in "five easy steps".

There are very few tutorials on how to build templates. There are two books and a handful of other resources scattered around the web. So, we set out to build the very best template class we could. Here are first five sessions of the class: Joomla templates are not rocket science. You can learn how to build and modify them. We can show you how. Interested?

They break it up into the basic parts:

  • Template setup and templateDetails.xml
  • Index.php
  • CSS/Cascading Style Sheets
  • Images
  • Security
1 comment voice your opinion now!
joomla template easy steps tutorial


Jfoobar Blog:
Profilers, profiles and profiling
July 16, 2010 @ 10:05:39

In a new post to the jfoobar blog today Wilco Jansen looks at two methods of profiling available to Joomla CMS users to help get the most performance out of your PHP applications - one onside Joomla and the other using XDebug.

In this article I want to explain the basics of profiling and profiling tools available in Joomla and PHP. In follow up articles I will explain the usage of the tools presented in this blog. I will also try to set up a performance analyses so we can see what the state of Joomla 1.6 is, but that is also for later concern. This article is based on tools that are freely available for almost all platforms.

The post is pretty quick and is more of an exposure to the two technologies than a detailed guide. Enabling the Joomla profiling is just a matter of turning on the "Debug System" command in the "Global Configuration" panel to add additional data to the logs. On the PHP side (at a lower level) you can get even more detail with XDebug including the output of a cachegrind file that can be tool through a tool for better visualization (like KCacheGrind or Webgrind).

0 comments voice your opinion now!
joomla xdebug profile proifiling cachegrind


PHPBuilder.com:
My Top 10 Most Useful Joomla Components
July 08, 2010 @ 09:02:39

On PHPBuilder.com today Voja Janjic has written up a "top ten" list of the most useful Joomla components you can use for your Joomla-based site.

Joomla, the PHP-based, open-source content management system (CMS), has grown in popularity thanks to its wealth of templates, modules and components, as well as its ease of installation. In this article I present the most useful Joomla components I have found in my Web development. They cover everything from e-commerce to internationalization to SEO

Components that made the list include:

Each item has a brief description of what it does and a link of where to find the latest version.

0 comments voice your opinion now!
topten joomla component


FinishJoomla.com:
How Many Websites Are Using Joomla A Closer Look
June 08, 2010 @ 13:39:26

Koen Kuipers of the FinishJoomla.com site pointed us to a new post that gives some usage numbers about how many groups out there are using the popular content management system to power their sites.

We all know that Joomla is a tremendously popular CMS. In the past several attempts have been made to estimate the number of websites using Joomla. While these attempts were worthy contributions to the discussion, all of them were using their own methods and therefore had their own shortcomings. Several of the earlier attempts will be discussed and a new method for estimating the number of websites that use Joomla will be presented.

They look at the methods used by previous studies and how their method is different using this "new method". They've broken it down by number of sites, then number of domains, then total number of active domains based on publicly available statistics from other groups. In the end, out of the huge number of sites available on the web today, they came up with the number of around 1.5 to 2 million of them to be running Joomla.

1 comment voice your opinion now!
joomla cms usage statistics


Josh Holmes' Blog:
Microsoft Contributing More to OSS
April 28, 2010 @ 12:03:54

In the latest post to his blog Josh Holmes talks about some of the things Microsoft is doing to contribute back to the Open Source community including code contributions and services they offer.

However, the thing that's really exciting to me is that what [Microsoft signing the Joomla! Contributor Agreement] means is that the Microsoft legal department has signed off on writing GPL'd code under the right circumstances. That's awesome! It's a clear demonstration of how far Microsoft has come in it's commitment to OSS projects.

He mentions a few of the projects they give back to including IronRuby, the Linux kernel, it's CodePlex project hosting service and many, many more (over 400 of them). There's also contributions that have been made from other teams too, like the work the SQL Server team has done on PHPBB.

0 comments voice your opinion now!
microsoft contribute opensource project joomla


AjaxLine:
Best Joomla! Extensions - March 2010
April 05, 2010 @ 11:57:12

AjaxLine has published what they consider to be the most useful and best extensions for your Joomla install for the month of March. The list includes:

You can find these and many, many more over on the Joomla extensions site.

0 comments voice your opinion now!
joomla extension list monthly


Joomla Community Site:
Creating a Joomla Template From Scratch
March 17, 2010 @ 13:10:45

On the Joomla community site there's a recent post made of a video from the Joomla Day conference in Australia about creating a Joomla template from scratch. The presenter is Norm Douglas.

Norm Douglas recently presented about how to create a Joomla template from scratch at the Joomla Day in Melbourne, Australia, on 13 February 2010. This is a very informative 77 minute presentation and also covers using the Firebug Firefox addon, code editors and much more.

He covers some simple tools you get you started, the basics of HTML to create a sample layout and looks at CSS definitions that can make the layout look a bit better. Firebug (the plugin for Firefox) helps make locating the different parts of the page easier with a highlighting feature.

0 comments voice your opinion now!
joomla template screencast presentation tutorial


CMStr.com:
How to manually install Joomla 1.5+
March 09, 2010 @ 14:40:12

From CMStr.com there's a new tutorial showing you how to set up Joomla manually just in case something happens with the install and you need to change things yourself.

Why would I want to do a manual install when my web host has this Fantastico thingy that will install Joomla for me? Good question. [...] If you are building websites for a living, and or plan on using Joomla a lot, then you really need to start doing your own installs. [...] If you are an experienced parachute jumper, you would pack your own chute right? This is no different.

Screenshots are included to help make the process easier as they walk you through setting up the basics like language settings and database information. They also touch on the FTP setting (off for security) and removing the admin user's information to help make things a bit more secure. It's not a comprehensive list of the things you'd need to do to get it 100% configured for just what you need, but it's a start.

1 comment voice your opinion now!
manual install joomla tutorial screenshot


Brian Teeman's Blog:
Who is the Joker in the Joomla pack?
March 05, 2010 @ 14:05:13

A fun bit of trivia for the Joomla users out there from Brian Teeman's blog today - why the default user ID is 62 and how it could effect your site's security.

Andrew attempted to give the most complete answer but the truth is the answer is lost in the dim and distant past. There is nothing you can do about it. On every install a superadmin user is created with username "admin" and userid "62".

Since this is a common "feature" of the older Joomla installs, it could potentially be used in a sort of attack on the site. Fortunately, as of the Joomla 1.6 release, the installation allows you to select a username of your own (while still suggesting "admin") with a new change to the user's ID - 42 instead of 61.

0 comments voice your opinion now!
joomla trivia admin user security



Community Events





Don't see your event here?
Let us know!


custom symfony2 test interview development phpunit introduction extension community opinion unittest framework language series release application conference package api podcast

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework