Kayako Logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
tarak Offline
New Member
 
Posts: 2
Join Date: Feb 2008

Any XHTML/CSS templates (no tables)? - 09-02-2008, 09:39 PM

Are there any templates available that use tableless layouts? I'm looking for something semantic -- XHTML with enough CSS attributes to be useful as a "clean slate" for designers to work off of.

If not, is there anyone in this forum who can build a template for Kayako if I provide the XHTML and instructions for the CSS handles?

Thanks
- Tara
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 4,955
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
10-02-2008, 02:34 PM

Not currently but I really do hope Kayako move with the times and make the default template CSS / Tableless based in V4.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,316
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

10-02-2008, 02:38 PM

We will be bringing the HTML up to standards and make extensive use of CSS, but we will not be jumping on the tableless bandwagon; if there is tabular data that needs to be displayed, we'll be using tables.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 4,955
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
10-02-2008, 03:30 PM

Oh yes, there is nothing wrong with using tables where a table is more appropriate (like the ticket list) but the rest of the skin should be CSS based.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
10-02-2008, 03:56 PM

I'm personally not in favor of CSS styling when it comes to important, cross compatible layout. No two browsers see it the same, and the potential for display issues is *really* high, judging from the HTML and nested upon nested table code I've seen in Kayako.
Let individual designers create tableless code, until such time as CSS is rendered the same and reliably in all browsers. I've done it, and still do, but frankly I find it so frustrating at times I could spit. CSS/Tableless is indeed a bandwagon, and still isn't ready for "prime time" IMHO.

Great concept, CSS, poor to horrible implementation in browsers.
   
Reply With Quote
  (#6) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,316
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

10-02-2008, 04:06 PM

Quote:
Originally Posted by craigbrass View Post
Oh yes, there is nothing wrong with using tables where a table is more appropriate (like the ticket list) but the rest of the skin should be CSS based.
Any page layout is XHTML based; CSS simply abstracts the styling of the page layout.

Quote:
Originally Posted by bear
I'm personally not in favor of CSS styling when it comes to important, cross compatible layout. No two browsers see it the same, and the potential for display issues is *really* high, judging from the HTML and nested upon nested table code I've seen in Kayako.
I think this was true a few years ago, but support of at least three-quarters of the CSS2 standard is good across Trident, Gecko and Webkit flavours; the mainstream layout engines as well as mobile ones, such as Netfront.

I am a big supporter of accessible XHTML and CSS designs that are interoperable, and it certainly is achievable.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#7) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
10-02-2008, 04:28 PM

Quote:
Originally Posted by Jamie Edwards View Post
I think this was true a few years ago, but support of at least three-quarters of the CSS2 standard is good across Trident, Gecko and Webkit flavours; the mainstream layout engines as well as mobile ones, such as Netfront.
Trident, Gecko, WebKit, Netfront?
I've only heard of Gecko, and I disagree that it's "good" across many browsers. Better now than a few years ago; certainly.
The differences between Mozilla/FF and IE for example...padding, margins are all seen differently. Mozilla refers to the container a div lives in to determine padding (for instance), while IE goes to the parent container, causing numerous differences in rendered layout. In some cases (again padding/margin) to get something to look the same in both, I need to use margin-left: -6px; *and* padding-left: 6px; in IE to get it to do the same that Mozilla does with simply the margin. Don't even get me started on Opera or Safari. :P
That's just one of dozens of these I deal with daily, and hardly indicative of being "good" for all. Is Kayako prepared to answer the layout issues of all the various browsers and versions when it comes to it?
   
Reply With Quote
  (#8) Old
craigbrass Offline
Senior Member
 
Posts: 4,955
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
10-02-2008, 05:28 PM

And, CSS based templates are better for Search Engine Optimization...


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#9) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,316
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

10-02-2008, 06:20 PM

Quote:
Originally Posted by craigbrass View Post
And, CSS based templates are better for Search Engine Optimization...
That is not true. If you were to use Word 2000 to generate a HTML page then yes, that would be bad for Search Engine Optimization due to the use of propietery tags and (un)structure not understood by a web crawler's DOM parser. However, sticking to standard DIV, SPAN and TABLE tags (even using TABLE tags for layout) has no effect on Search Engine Optimization. The HTML currently used for the client-end should not be harming SEO.

Quote:
Originally Posted by bear
Trident, Gecko, WebKit, Netfront?
Trident - aka MSHTML rendering engine. WebKit - 'open source Safari' (including the iPhone browser and the Google Phone browser), Netfront is a popular mobile HTML browser engine.

Load up css Zen Garden: The Beauty in CSS Design in IE6, 7, Firefox and Opera - effectively they look identical.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.

Last edited by Jamie Edwards : 10-02-2008 at 06:22 PM.
   
Reply With Quote
  (#10) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
10-02-2008, 06:46 PM

Quote:
Originally Posted by Jamie Edwards View Post
Load up css Zen Garden: The Beauty in CSS Design in IE6, 7, Firefox and Opera - effectively they look identical.
Didn't say it couldn't be done, but even the expert that created that CSS didn't get it exactly the same. See the screen shot.
css_proof.gif

Proves my point rather neatly, I think, even if it is a small issue.
   
Reply With Quote
  (#11) Old
MACscr Offline
Member
 
Posts: 59
Join Date: Dec 2005

26-02-2008, 09:13 AM

It actually comes down to the skill of the designer when it comes to how it displays to the end user. Also, carefully designed css based design ARE normally more accessible.
   
Reply With Quote
  (#12) Old
craigbrass Offline
Senior Member
 
Posts: 4,955
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
26-02-2008, 10:04 AM

Well you can certainly do more CSS wise with them than you could with tables.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#13) Old
nolageek Offline
New Member
 
Posts: 16
Join Date: Apr 2008

eSupport
Owned License

28-04-2008, 10:25 PM

The biggest thing that is driving me crazy is all the useless, decorative tables rows kayako uses.. things like four or five table rows to make the top and bottom bars for headers. Why aren't these just background graphics? It's completely annoying when one's trying to redesign the site.
   
Reply With Quote
  (#14) Old
craigbrass Offline
Senior Member
 
Posts: 4,955
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
29-04-2008, 09:27 AM

Yea, I am looking forward to V4. Hopefully we will see it CSS based as much as possible (obviously many areas still need to be table based) but I will be glad when it is standards compliant. Makes things so much easier.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Versions. Just PHP changes or Templates too ? kropes SupportSuite, eSupport and LiveResponse 1 05-05-2006 12:04 AM
Language tables overwrite on upgrade? PDXMan SupportSuite, eSupport and LiveResponse 0 02-01-2006 07:13 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46