travidal.com

  • Increase font size
  • Default font size
  • Decrease font size

Generate an Apache self-signed SSL certificate for testing environment:

E-mail Print
  • Make sure OpenSSL is installed and in your PATH (/private/etc/apache2).

To check run:

$ openssl
  • If OpenSSL is installed:

Run the following command, to create server.key and server.crt files:

$ openssl req -new -x509 -nodes -out server.crt -keyout server.key

These can be used as follows in your httpd.conf file:

SSLCertificateFile    /private/etc/apache2/server.crt
SSLCertificateKeyFile /private/etc/apache2/server.key

For more info visit: Apache SSL

 

Run Apache in 32-bit on your Mac

E-mail Print

Zend PHP debugger for Eclipse IDE will only work with a 32-bit version of Apache; by default Mac OS X uses a 64-bit version. To change Apache to run in 32 bit do the following:

# back up current version
$ sudo cp httpd httpd.uni

# extract 32 bit version
$ sudo lipo httpd -thin i386 -output httpd.i386 # Intel

# Copy to httpd
$ sudo cp httpd.i386 httpd # Intel

Note: Keep in mind that your newly liposuctioned httpd may be overwritten by OS X updates.

We need to do the same thing to PHP in order for it to work:

# back up current version
$ sudo cp php php.uni

# extract 32 bit version
$ sudo lipo php -thin i386 -output php.i386 # Intel

# Copy to httpd
$ sudo cp php.i386 php # Intel

Note: Keep in mind that your newly liposuctioned php may be overwritten when you update your PHP installation.

 

Send HTML Email with PHP

E-mail Print
Here is a very simple script to send HTML email via PHP...
 
<?php
// multiple recipients
$to  ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ', '// note the comma
$to .= ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';

// subject
$subject 'Birthday Reminders for August';
 
Read more...
 

Joomla! License Guidelines

E-mail Print

This Web site is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2008 Open Source Matters. The sample content distributed with Joomla! is licensed under the Joomla! Electronic Documentation License. All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read 'How To Apply These Terms To Your Program' and the 'GNU General Public License FAQ'.

The Joomla! licence has always been GPL.

 

What languages are supported by Joomla! 1.5?

E-mail Print
Within the Installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay, Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added all the time.
By default the English language is installed for the Back and Front-ends. You can download additional language files from the Joomla!Extensions Directory.
 

Millions of Smiles

E-mail Print

The Joomla! team has millions of good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it's had millions of downloads, taking it to an unprecedented level of popularity. The new code base is almost an entire re-factor of the old code base. The user experience is still extremely slick but for developers the API is a dream. A proper framework for real PHP architects seeking the best of the best.

If you're a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons. It's more powerful, more flexible, more secure, and intuitive. Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.

Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project.

 

Only one edit window! How do I create "Read more..."?

E-mail Print

This is now implemented by inserting a Read more... tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more.... A new Plugin takes care of the rest.

It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

 

Polls

2009 World Series Champion
 

Advertisement

Featured Links:
Joomla!
Joomla! The most popular and widely used Open Source CMS Project in the world.
JoomlaCode
JoomlaCode, development and distribution made easy.
Joomla! Extensions
Joomla! Components, Modules, Plugins and Languages by the bucket load.
Joomla! Shop
For all your Joomla! merchandise.