It is currently Fri Dec 05, 2008 1:29 pm (All times are UTC )

 


Forum rules

Global Rules
Additional Showcase Rules <-- please read before posting.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
Posted: Sat May 19, 2007 8:35 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Oct 09, 2006 9:52 pm
Posts: 701
Location: Tampa Floriduh - The jewels of America's wang!
Website URL: http://www.templateunderground.com

Template:  Customized

Additional Extensions (Components, Modules, Plug ins): virtuemart, flash rotator

Custom Development: Some VM customization, the site is mostly static pages that display templates available for purchase

Other Features: e-commerce, pdf-word converter

Three (at least) specific areas of my site that I'd like feedback on (design, code, graphics, etc.):  Design, Usability, Overall Impression

Additional Comments:  Hi there, this is a site for graphic artists that want to get InDesign, Illustrator, Photoshop, Word, etc templates.  We will evenutally offer services, but the primary focus is downloading templates.  Looking for a better flash rotator for main page - I know the birthday banner is a poor one to start off with.  We will evenutally make the banners more of a "story" and description for the site. 

EDIT - The "graphics" menu item is the most filled out to date.  The others have a handful of items or is empty.  We are madly building content,  but gotta sleep sometime!

_________________
http://www.templateunderground.com - Finally, templates for graphic artists (InDesign, Photoshop, Illustrator, Word)
http://www.tdandt.com - Total Design and Technology


Last edited by MrRoyce on Sun May 20, 2007 5:15 pm, edited 1 time in total.

Top
   
 
Posted: Sun May 20, 2007 4:11 pm 
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Feb 10, 2007 8:26 pm
Posts: 1331
Looks very nice. The simplicity is great. All you need is to finish the content. Didi you use a component for the images on the graphics page?

Great site and good luck.

_________________
-Matt Hayashida
http://ninjaforge.com


Top
  E-mail  
 
Posted: Tue May 22, 2007 12:17 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Oct 09, 2006 9:52 pm
Posts: 701
Location: Tampa Floriduh - The jewels of America's wang!
Thanks for the compliment.  No, there was no component used, I have a template that makes it a bit easier, but it is still a bit tedious to use.  As usual, its all about getting content and we are struggling to define exactly what we will provide.

_________________
http://www.templateunderground.com - Finally, templates for graphic artists (InDesign, Photoshop, Illustrator, Word)
http://www.tdandt.com - Total Design and Technology


Top
   
 
Posted: Wed May 23, 2007 9:45 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue May 08, 2007 6:53 pm
Posts: 156
Might I ask which script/module you use for the item image rollover effect with you click on one of the products - such as the business cards? (i.e. when you mouseover one of the business cards, an image of it appears to the left).


Top
   
 
Posted: Sat May 26, 2007 8:27 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Oct 09, 2006 9:52 pm
Posts: 701
Location: Tampa Floriduh - The jewels of America's wang!
It's a combination of a this:
Code:
function YY_showHideLayers(L2show, L2hide) {

  if (document.layers){ //ns
    for (i=0; i<(document.layers.length); i++){
      if (document.layers[i].name.search(L2hide) != -1){document.layers[i].visibility = 'hide';}
      if (document.layers[i].name.search(L2show) != -1){document.layers[i].visibility = 'show';}
    }
  }else
  if (document.all != null){ //ie
    var yydiv = document.all.tags("DIV");
    for (i=0; i<(yydiv.length); i++){
      if (yydiv[i]) {var yydivname = yydiv[i].id;} else {var yydivname = '';}
      if (yydivname.search(L2hide) != -1) document.all[yydivname].style.visibility = 'hidden';
      if (yydivname.search(L2show) != -1) document.all[yydivname].style.visibility = 'visible';
        }
  }else
  if (document.getElementById){ //mz
    var yydiv = document.getElementsByTagName("DIV");
    for (i=0; i<(yydiv.length); i++){
      if (yydiv[i]) {var yydivname = yydiv[i].id;} else {var yydivname = '';}
      if (yydivname.search(L2hide) != -1) document.getElementById(yydivname).style.visibility = 'hidden';
      if (yydivname.search(L2show) != -1) document.getElementById(yydivname).style.visibility = 'visible';
    }
  }
}


and this:

Code:
onmouseover="YY_showHideLayers('1','amx')" onmouseout="YY_showHideLayers('9','amx')">


and some funky FF browser bug stuff  ;)

_________________
http://www.templateunderground.com - Finally, templates for graphic artists (InDesign, Photoshop, Illustrator, Word)
http://www.tdandt.com - Total Design and Technology


Top
   
 
Posted: Sun May 27, 2007 10:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Apr 03, 2007 3:38 am
Posts: 45
Looks great, and a useful sevice.

One comment is that it seems to be rather, er, enigmatic, in terms of who you are and what you offer. Perhaps a short text paragraph somewhere on the front page just to fill out what you already have.

_________________
JT's Gallery http://jtgallery.net


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group