Skip to main content

Posts

Recent Portfolio Addition - AniaTaubenfligel.com

AniaTaubenfligel.com is a modeling portfolio site showcasing photos of the model Ania Taubenfligel. There are 2 image galleries showcasing her photos and her appearances as captured by the fashion media.  Along with the image galleries, there is an information page and a contact page. Created by  2BlueSolutions Web Design.

Forté Representation - Non-Flash pages added

A recently developed site, Forté Representation , was released as a pure Flash site.  To allow this site to be viewed on non-Flash enabled devices such as the iPhone, non-Flash pages were developed.  Upon visiting the site, it is determined whether you can see Flash or not.  If you can't see Flash on the device you are accessing the site with, then you will only be served non-Flash pages. One of the key features of the site is the gallery.  To mimic the Flash version of the photo gallery, Javascript was implemented with the assistance of the JQuery library.  Combining JQuery with a plugin called EasySlider allowed for development of a sliding gallery that is visible on non-Flash devices. In total, the site was broken up into separate HTML pages: Home Photographers, broken up into each artist:  Linda Mackie , Ian Sheh , and Renat Touichev . Makeup+Hair, listing the artist Eman Aziz . About Connect Clicking on any of the above links on a Flash en...

Installing JCE Editor for Joomla

Installing JCE Editor into Joomla. http://www.joomlacontenteditor.net/downloads/editor/ Find the download link for the latest version of the JCE Package and save the file somewhere accessible. Enter the backend of your Joomla Adminstration and go to the Install/Uninstall , by clicking on the Extensions menu item. Choose the file that you just downloaded and click "Upload File & Install" Once it is completed, you should be presented with a "successful install" message. Now, go back to the main menu Site -> Global Configuration menu and choose the JCE Editor under the Default WYSIWYG Editor combo box.

XKCD Webcomic - Cemetary

Cemetery find more XKCD comics here: http://xkcd.com/

Recent Portfolio Addition - Forté Representation

Fort é  Representation. Artist Representation.  Vancouver based agency representing photographers, makeup artists, stylists and other artists in the visual communications realm.  Given a design by The Well Creative , this site was implemented in Adobe Flash with continual feedback from the designer and from the business owner to fulfill their vision. ( click here to visit the site )

Developer Note: Customizing Agora Forum - Size of the horizontal menu bars

Okay, let's begin digging a little deeper into the style code of the Agora Forum .  We're going to begin with editing the horizontal bars to help control the appearance of your forum. First, let's start with making sure you have the Firebug extension installed for Firefox.  The Firebug extension will really help shed a light on how the custom style sheet affects the horizontal bars.  Once installed, you can select the row in Firefox and see what styles are being used to control the row. The one key property you are looking for is height .  It is the height of each class that we will be changing to customize the size of the horizontal bars.  What this blog post will do is show you which classes to edit in your style sheets. Let us begin with the top horizontal bar, the main menu row of Agora Forum.  This one bar is controlled by the one class div.ag_rightend found in common.css ( /joomla/components/com_agora/style ).  Adjusting the height prop...

Developer Note: Customizing Agora Forum - Adjusting Most Active Users Section

Most Active Users Section If you wish to remove the "Most Active Users" section of your forum, you'll need to comment out the top section of footer.tpl , which can be found in the templates directory of the Agora Forum component directory:   /components/com_agora/template/ Opening up footer.tpl , you'll find that the top section has the "Most Active Users" section surrounded by a starting and ending comment block.  To remove the "Most Active Users" from your forum, just comment out the code that is between the two comment blocks. Now, on a side note, this area is important, if you choose to keep the "Most Active Users" section, because this is one area you'll need to apply styles, if you are customizing the look of your Agora Forum.  Take note of this location and we'll come back to it in the post I make about customizing the look of your forum.