I finally (*finally*!) got myself a CMS. I went with Joomla, after struggling with and failing to make Typo3 work. I've been managing all my pages by hand, and it's *grody*. It's put ten years on me, at least. (See my photo over there? <-- I'm really only 24! ;-)
Thing is I wanna get started in a hurry (I have a bizillion other things to do), so I located a Joomla template which more or less resembles what I already have at Snarkish, thinking I'd just do some tweaks to it, but it's all *tables*! Barf! Do you happen to know off the top of your head where I can find a template which uses CSS and is a three-column layout that's fairly simple that I can modify it to make it look like Snarkish?
The process of finding the one I found was long, protracted, and ugly (it's awfully hot here, and the air conditioners keep tripping the circuit breaker), and I can't bear the thought of looking at a couple hundred more templates. (Never crossed my mind that any of them'd use TABLES. Just didn't occur to me.)
I'd sure be grateful for a pointer. I have a lotta content I wanna get up and then be able to stop worrying about it!
The above tutorial will do fine if you have the inclination to go thro a small learning curve - that is in case you dont know css and like. If u know css its a breeze.
Most free joomla templates are tables based. unless you want to buy from rocketthemes and other template sites.
That's a drag! was sure that by now, all the "professional" stuff must surely be CSS-based. Phooey!
Well, I've already got a three-column layout in CSS I built, so I guess I'll read the tutorial you pointed me to and make the necessary tweaks to turn it into a Joomla template. No sense in reinventing the wheel.
Thanks for the URL; it looks tasty! I appreciate it.
binky and cloud, you guys feel comfortable doing that tutorial? I'm impressed. I can put joomla calls in an existing template but I'm not very good with photoshop.
You don't worry about this part in the template description?:
This layout fails in IE4.5/Mac. That browser has poor support for CSS absolute positioning, yet it recognizes and executes the CSS @import statement used to hide CSS from broken browsers. Currently, there is no known solution.
That'd scare me! I still have a lotta users of OS 9. I'm gonna hafta try to remember to ask one of 'em what that page looks like to them.
I haven't looked. It took me sooooooooo many hours to locate the one that uses tables that I've been poring ove the tutorial mentioned above thinking I'll just adapt the layout I have now, since it's what I want. It's slow going, but at least I know it'll do what I need.
I don't trust 'em, though; their own site looks bad on my Mac. (The logo overwrites the horizontal black nav bar.) Makes me worry that their templates'll look bad in other browsers and platforms.
My host advised yesterday that both Joomla and Mambo have come under attack in the past few weeks. Apparently this is a serious issue that can result in site defacements and more serious account and server security breaches.
He's banning anyone who doesn't upgrade to the latest version of Joomla 1.0.10.
The problem isn’t so much with the Joomla application as it is with the many modules and components developed for the program. Most hacks are coming through outdated or compromised plugins - and there are dozens of them.
both Joomla and Mambo have come under attack in the past few weeks
Woohoo! I haven't built my Joomla site yet. (heavy sigh)
Why'd people move away from Perl in the first place? (Yeah, I know you said the problem lies more with the extensions than the app itself, but I've been wanting to replace my forum software, and it looks as if PHP's the only choice anymore, and I worry about the security problems inherent in PHP.) (This isn't directed at you, BTW; I'm just gassing here 'cause you brought up security issues, and you just happened to be standing right here when I went off. :-)
I'm also looking for a css/xhtml Joomla template but it looks like they are all for Paid Only.
All of the links on this thread lead to confusing pages that do nothing to help the original posters question. Why don't you all post a direct link to the correct template?
Kitchen Designer, you are just pointing to a general css tableless page. I can also show many links like that and even websites I own that have tableless layouts but please point us to the Joomla template that is tableless css xhtml.
I'm also looking for a css/xhtml Joomla template but it looks like they are all for Paid Only.
All of the links on this thread lead to confusing pages that do nothing to help the original posters question. Why don't you all post a direct link to the correct template?
Kitchen Designer, you are just pointing to a general css tableless page. I can also show many links like that and even websites I own that have tableless layouts but please point us to the Joomla template that is tableless css xhtml.
I would say that I've searched for Joomla templates as much as anyone so if you have high standards (which you do) you will not find free xhtml css templates that neet your needs.
I paid $35 or so to joomlart and I love 2 or 3 of the 20 or so templates I got for that. Good buy but it's very hard to find great joomla templates.
If I had the kind of time it took this is what I'd do: Get a kick ass xhtml css lightweight design. Take an existing joomla index.php and use it to model the Joomla php and css.
When templates are packaged there's a bunch of xml manifest stuff that has to happen but if you're starting from scratch the pieces you need are pretty small. Just off the top of my head using the live template index.php from my site, I'd say you need to add the following to an existing xhtml design that you can name index.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
If you find xhtml, css and good design easy I'll trade ya joomlaization for high end template designs. I'd love to eventually be operating on a css zen garden basis.
That's it! I'm going to start porting over some wireframe templates into Joomla when I have more time. I've only had time to master TYPO3. Drupal and Joomla are next on my to do list.
In the meantime it shouldn't be to difficult for someone to port these over these XHTML templates to Joomla. They are simple wireframes and CC SA licensed so essentially open source. layout.css contains CSS for the 4 HTML templates.