End of year special - Joomla template club subscriptions PDF Print E-mail
User Rating: / 0
template - template news
Written by Joomlajunkie   
Friday, 05 December 2008
Image

December special, with a little something for everybody in the Joomla template wwworld.

Whether you're a personal user, a small business or regular developer, the JoomlaJunkie Club subscriptions are great value for money and can also potentially save you many invaluable hours of web development. Check out these early Christmas gifts that will last you for a year if you want to. ;)

Are you a Developer?

If you're a developer or web design company then Christmas comes early this year! 6 months developers license is now only USD 90 and our 12 months option is yours for only USD 130.

Read more and Sign up here for Developers Subscription: http://club.joomlajunkie.com

Not a developer?

If you have up to three websites/domains and you're looking for Joomla templates, then the Personal or Business subscription is the way to go for you. Sign up for Personal or Business subscription and get 1 additional month automatically added to the membership of your choice!

Read more and Sign up here for Personal or Business Subscription: http://club.joomlajunkie.com

Already a member of JoomlaJunkie template club?

Then this option is brilliant for you: 25% discount for ALL renewals - including the already discounted dev license deal! No matter what club subscription you have today, or what you sign up for - just sign in to the club and renew your membership using the code ENJOY

Sign in to the JoomlaJunkie template club: http://club.joomlajunkie.com



Want to stay updated?

Follow us on Twitter: http://twitter.com/joomlajunkies
JoomlaJunkie blog: http://www.joomlajunkie.com/junkie-blog

Last Updated ( Friday, 05 December 2008 )
 
Christmas Joomla 1.5 template PDF Print E-mail
User Rating: / 0
template - template news
Written by Reza Farshbaf   
Thursday, 04 December 2008

 

Image

Joomla CSS Guide released their new Christmas themed joomla 1.5 template called JCSS Christmas. This colorful and bright template comes with a 3 column collapsible structure and 4 shiny module styles.

It’s the time to give your joomla powered website a fresh and glamorous holiday look.

JCSS Christmas Template Features

  • Joomla 1.5 Native
  • 100% table-less layout
  • 14 module placement positions (Fully Collapsible)
  • 4 Different module styles
  • Suckerfish dropdown menu
  • Included print stylesheet
  • Valid XHTML and CSS markup
  • Clean, simple and fast loading template

JCSS Christmas Demo

JCSS Christmas Specifications

Last Updated ( Thursday, 04 December 2008 )
 
Developing Web Site by Integrating Joomla, SMF and Community Builder PDF Print E-mail
User Rating: / 0
Post bai - Joomla Tutorials
Written by ashikuzzaman   
Wednesday, 26 November 2008

Here I provide you the step by step instructions that I carried last night to develop a web site for an IT professionals’ association in California, USA. They need a good news/content management system, a very good forum software and some sort of community/networking features other than regular static/dynamic functionalities that might be developed later phase by phase. I know Joomla (emerged from Mambo) PHP framework or CMS has many great extensions that I can use in developing web 2.0 sites. Although it has been long since I last used PHP, joomla made my work easy by mostly limiting me in configuration and installation efforts to develop a site. So I thaught to share it with you here. I wish there would be something similar in Java with all the extensions and easy to install features!

Pre-Requisite

A domain hosting space where you want to host your site. I chose hostmonster as they have support for PHP, MySQL, Fantastico, Joomla, SMF and many more.

Steps

  1. Install Joomla! I logged into my hostmonster control panel, used Fantastico to install Joomla 1.0.12 in /cms directory. Keep the MySQL database, username and password handy with you as these will be needed in later steps.
  2. Download SMF and Unzip it in your local workspace naming it forum. I downloaded SMF 1.1.2 from http://www.simplemachines.org/download
  3. Upload the unzipped forum direcotry with all its contents to your web server’s /public_html directory.
  4. Install SMF through the following URL - http://www.yourdomainname.com/forum/install.php and follow the wizard from there onwards.
  5. Dont use the GZip compression output, uncheck that option in the wizard page.
  6. Give the same MySQL database name, user name and password that you used for joomla installation. You can find these information in configuration.php file under your domain’s /cms directory. The 3 variables to check for the values are - $mosConfig_user, $mosConfig_password, $mosConfig_db .
  7. Once you finish installation, you should get a success message and install.php file should be deleted for security reason.
Last Updated ( Thursday, 04 December 2008 )
 
Joomla 1.5 Extended Registration PDF Print E-mail
User Rating: / 1
Post bai - JOomla 1.5 tutorials speical tips
Written by prodevtips.com/   
Wednesday, 26 November 2008

Source can be found here.

What if you need something more than the default registration form in Joomla? Like for instance adding mobile phone validation, zip code and many more custom fields. Then you could make your own component that extends the functionality of the normal default user component and that is what this tutorial is all about.

Quick how to:

1.) Start with copying the current com_user folder and name it com_extendeduser, edit the xml description file to reflect the changes.

2.) Make an sql file with the sql needed to create the new table jos_extuser. Zip it up and install in the Joomla backend.

3.) It’s time to start coding. We start by making an extension to JTable in the models folder of our new component, we call the class TableExtUser and it should contain member variables that match the field names in the database exactly. All except the password which we call $_password. Next we add some methods, many are extensions to the JTable.

Last Updated ( Thursday, 04 December 2008 )
 
Joomla 1.5 template design with YAML CSS Framework PDF Print E-mail
User Rating: / 0
Post bai - JOomla 1.5 tutorials speical tips
Written by http://www.prodevtips.com/   
Wednesday, 26 November 2008

   Hi every body. Im joomla fan's. Im found good article tip's about make template joomla. This article from http://www.prodevtips.com/

I usually start with a Yaml scaffolding when I make a new template for Joomla. When I use Yaml I know the basic structure of the HTML document is the best possible, and the CSS will work for IE6 out of the box. Yaml has been created by far more design and CSS savvy people than me and I trust them completely.
window.google_render_ad();The process usually works like this:
1.) I select a base template from the Yaml examples that fit my needs most.
2.) I copy it and the Yaml core to the Joomla template folder, in this step I also have to change some paths in the CSS files to correctly reflect the new structure. Usually it’s just a matter of replacing a few ../../ with ../ to account for the fact that I have moved files up from the examples folder. Setting <files> <filename>index.php</filename> </files> and not much more in templateDetails.xml enables me to install the fresh template.
3.) The modifying work can start; mostly it’s a matter of changing the CSS and inserting <:jdoc blabla > where I want them.

Usually that is all there is to it but in one particular instance we just had to have a horizontal menu with buttons instead of text as links. Setting the images in the Joomla admin module is no problem, the problem is that the system then treats them as some kind of bullet graphics which is not what I wanted in this case and it’s impossible to save menu items with a null text value. Simply put: The texts end up to the side of the the images causing displacements. However, setting font-size:0px for the class that styles the div that contains the menu solved the problem, in firefox.

Not in ie6 of course, in ie6 there was a visible gap between each menu element where the text would have been. I don’t about you but for me 0 is 0, it’s nothing, not so for some poor soul at Microsoft apparently. Setting font-size to negative values in the patch file for ie6 didn’t help either. I had to set the menu texts to a single character in the Joomla backend, not a major hassle since you have the slugs to guide you as to what is what anyway back there. I also had to set the right margin to -1px in the ie6 patch file for the class that controls each menu element. The need to constantly have to make use of negatives is a prime example of how insane ie6 is. I think I spent over 2 hours on ie6 related problems setting up this template,

 

 
Joomla works PDF Print E-mail
User Rating: / 0
Post bai - adsense finacial
Written by Dlove   
Monday, 24 November 2008

  If you have problem about joomla or joomla jobs  , you can post or search here

http://djoomla.com/component/option,com_jobline/Itemid,90/  

 Or post here

http://djoomla.com/component/option,com_jobline/Itemid,90/task,add/

 

We hope this way can help you save times and earn ... for you.

Djoolma is learning joomla and want learn it together with you ....

Last Updated ( Thursday, 04 December 2008 )
 
Top 10 useful components – free joomla components PDF Print E-mail
User Rating: / 0
Post bai - Joomla Tutorials
Written by Myhoa   
Wednesday, 19 November 2008

From ( softmarket dot ro)

 

Using joomla since day 1  I often re-use a lot of joomla components over and over. There are a lot of components that give Joomla the power to be the best CMS on market today.
Here are the most useful components  I used in the years for building sites. Of course the list is not exhaustive. I do not claim to have used all components and also I will not include any commercial components in this list. Commercial components will make another list .

The list is not in a specific order, the components are all good and mainly from different areas – so it would be hard to compare them to each other..

 

 

1)    Virtuemart
No eCommerce site should be without a  virtuemart installation. This component provides an out of the box shop. An extensive plugin API allowed the component to grow into a full ecommerce solution. There are now a huge amount of payment plugins available for virtueamart, and there are lots of freelancers able to build you a custom made one (if you have some exotic payment processor).
Products and Manufacturers can be very easy setup, and shipment costs can be customized with ease. After trying Virtuemart there are not enough horses in the world to drag you back to OSCommerce


2)    JoomlaPack
Backup, Backup, Backup. You always wish you do not have to need it, but when you need it – you’re dead without it.
Most budget hosting sites do not offer a decent backup management system (I know godaddy does not), and also there is not to easy to restore that backup once you would need it.  Joomlapack solves this with elegance. First of all the backup management is very well thought and joomla oriented. Second it generates install files that put your site back in case you need it. Just upload the archive contents and you will get a wizard similar to the joomla installation wizard.
Also great for site migration!

3)    Community Builder
Ok. There are not enough words to stress the necesity of this component. There is no proffesional wemaster that did not use it at least in one site. For the moment this is THE profile management system for joomla. Smart field management (you can add a lot of custom fields to your profiles), avatars, userlists and many more.
Althou it seems that future versions will be commercial or at least released under some club licenses, this extenison is a must-have for every community site. We even used this for a company intranet site. Worked very well.

4)    Fireboard
Forums. The well known meeting place. The granfathers of social networking. Any open website has one. If you need feedback, if you provide support – there is always a forum.
Fireboard does the job. It delivers. The component is clean, has many options and some templating. There are some missing features – like a messenging system- but the component is very well made and has an enormous complexity.
The only realist alternative for joomla is a SMF bridge – and we all know we hate bridges…

5)    RSSFactory
News syndication is good. RSS integration is better. You can get your fresh content without moving a muscle. Just add the RSS sources that feature news in your area of experitse , or at least that generate keywords that have meaning for your site, and there you have a great free SEO tool.
Most RSS feeds feature a big chunk of the main article, so by integrating them in your site – you will have almost everything there. And with the smart wrapper display our users will not even have to leave your site. Rssfactory has a lot of configurable options in the administrator backend – you can even choose the refresh interval.
Great Tool, Huge benefits.

6)    FacileForms and BreezingForms
Once a proud component in the joomlasphere, Facile forms stalled development some year ago. When I first saw facileforms I immediately fell in love with it.
The visual editing was amazing, and the form element plugin system just great. I had customers that even could programm some basic functions on their own even if they were php illiterate.
Now after more then a year of standstill in the development, there seems that a followup appeared (not by the original development team – but as a fork of Facile forms project) Now with Joomla 1.5 support and a promise of further development. Let’s see where this road leads

Last Updated ( Monday, 23 March 2009 )
 
Mobile Solutions Joomla Template PDF Print E-mail
User Rating: / 0
template - template news
Written by Mobile Solutions Joomla Template   
Saturday, 08 November 2008
Enact your 'mobile' ideas using the newest fresh template release by Themza - <a href="http://www.themza.com/joomla1.5/mobile-solutions-template.html" target="_blank">Mobile Solutions</a>. This large background template will bring tons of space to your website, no matter how content-rich your separate web pages are.

Last Updated ( Friday, 14 November 2008 )
 
<< Start < Prev 1 2 3 Next > End >>

Results 25 - 48 of 63

Login Form

Related Items



Most downloads

Date iconFeb.06

The skeleton template is exactly what it says on the tin - a blank template intended to provide t...

Date iconAug.05


Ad Spot


Get Your Ad Spot Here

Newest files

Date iconMay.31

Date iconMay.30

Date iconMay.30

More infohttp://djoomla.com/content/view/184/39/

Date iconMay.22

Date iconMay.15

Free 1.5 Joomla template. Perfect for construcion company. You can easily adjust it for your nee...









Search files

Search For: 
Search File Titles: 
Search File Descriptions: 

ADVETTISEMENT

Polls

Best hosting for joomla
 

Categories

CategoryJoomla 1.0x(312)
CategoryJoomla 1.5 Downloads(115)
CategoryWordpress Theme(37)
CategorySEO(16)
CategoryGraphics(11)
CategoryAdsense(10)
CategoryMenu for joomla(9)
CategoryEbooks 4 joomla(6)
CategoryJoomla Packs(5)
CategoryDrupal themes(1)
CategoryBlogger templates(0)

Most download in 10 day

Date iconJul.25

Shows current date,time and day of the week, with "fade effect" Six color option: Blue...

Date iconFeb.06

The skeleton template is exactly what it says on the tin - a blank template intended to provide t...

Date iconJul.25

EATURES:- Streaming Support - Play List Support - Unlimited "Albums" Sup...

Date iconJul.22

This is a nice little web 2.0 clock developed as a Joomla module. The actual size is shown here ...