Twitter News...

OSignite Inc Created and delivered an event system with conference regist...
Thursday, 07 April 2011 06:31
OSignite Inc Coded and set-up one of our first 100% Joomla 1.6 websites w...
Wednesday, 06 April 2011 02:56
OSignite Inc Dieko corporation website launched. Ethical hackers and secu...
Tuesday, 29 March 2011 10:34
OSignite Inc Working on the new OSignite website, coming very soon......
Saturday, 05 March 2011 08:16

Blog Archive

The OSignite Blog

Industry News, Great Tutorials, and More!

Basic Joomla! 1.5 Module Styling, Rounded Modules

Saturday, May 21, 2011

Creating a round module is a fairly common need with creators of a Joomla! 1.5 template, and it’s actually quite easy.  The creators of Joomla! put in a pre-set module type just to deal with this need, and made it easy to access.  By simply making changes to two files for the template, you can create your own rounded Joomla module.  The two files ‘template.css‘ and ‘index.php‘ can even be edited from the Administrator console directly if you are scared to access your site via FTP.

Joomla 1.5…Link to Article Without a Visible Menu

Saturday, May 21, 2011

There are two methods for linking to a Joomla! 1.5 article available, and depending if you are using Search Engine Friendly (SEF) URLs you should use one or the other.  As of the writing of this post, there is no built in method for inserting direct article links while typing in another article, although there are several extensions that will do this (GET JCE EDITOR).  However, if you know what you are doing, it is very easy to accomplish yourself without any extension usage or writing.

Making the .htaccess SEF URLs Work With Godaddy Hosting

Saturday, May 21, 2011

Help! My .htaccess doesn’t work on Godaddy hosting or ‘blablabla’ hosting. I hear this a lot, and as a professional website developer I have used Joomla! with search engine friendly URLs on more hosts than I can count.  There are some that are trickier than others and even a few that just plain won’t work no matter what.

Most of the people having problems with their .htaccess file on various hosts are having the problem because of two simple reasons.

Fastest CSS Image Mouseover Effect

Saturday, May 21, 2011

To achieve an image mouseover effect with CSS, you only need a few lines of code an a single image. No javascript and no dependency on clunky onload() or onmouseover() events.  Another great part about this method is that you will be utilizing a single image, rather than two images (inactive state and active state), so it is ultra fast, with no additional image to load.