Forum Moderators: not2easy
Also, the hosts have provided us with a clumsy back-end pagebuilder when what we want is a simple, elegant, CMS (like the WordPress or Joomla dashboards) which will not alter the site every time the site is updated. We do not wish to host it ourselves, and would rather the company provided us with a good CMS, any ideas? also, any price ideas -- seeing that many good CMS's are Open Source?
Thanks for the answers in advance,
-Zach
Empty div tags in between every line?! Imagine the code bloat... not to mention the fact that it probably won't fix the problem :)
Welcome to Webmaster World by the way :)
I've experienced the odd selection in IE, my encounters were always connected to a style of coding that can be described as "odd" and "messy". Usually when a lot of the page has differing IE-only hacks, along with a lot of relative positioning for no real reason but to get IE 6 to display without guillotining most of the content.
To be honest, I'd be more inclined to say this:
But... that's if I was faced with those problems.
At the moment, the code from the PageBuilder is very bloated...
recoding is NOT an option,
One thing the implosion of the Bubble did was spew out thousands of talented, hungry Web coders. You should probably be able to get someone to do it for a reasonable cost.
What I did for our software development infrastructure was grab an off-the-shelf wiki system, gut it and customize it for our internal purposes. In fact, I am working on it right now in another window. I rewrote the security structure, AJAXified it and I'm throwing in all kinds of links to our other subsystems like the VCS and the ITS.
You may want to consider a wiki system like MediaWiki, although wikis are more project tools than presentation mechanisms.
I use a blogger blog as a website for a charity project I do, and the blog IS the site. I have modified the templates so that certain links appear which allow specific posts to act like individual pages (welcome, values, projects etc...)
I have noticed some blogs on major (especially media-based) sites like news companies' whose blog is integrated into the overall site scheme. oh well, I may be asking too much: A Blog in a site with a CMS that WORKS...
thanks,
-Z
The trick is generally to TAKE STUFF OUT that you don't need.
Too many CMS-based sites tend to leave in all the extra crap (like ephemerids, who's logged in and calendars) that mean nada to most users.
Learn to use
display:none ruthlessly. You are correct about the need for contiguity, but you are asking for a lot, and you won't get a simple solution. In my personal site, I shoehorned a WordPress blog and a Gallery 2 gallery into my main site quite seamlessly without hacking them (I was able to use their built-in skinning support).