WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I wrote a lot about safe mode problem last year. Stefan guided me with some homeworks on my way I disabled all "file creating" code parts of WB. Then I made the links to be created with calling "page_id"s an "post_id"s in all files (including search, insert link etc... options). Also the new modules worked perfect like polls, massmail, bookmarks, downloads, faqbaker, calendar etc... with this solution. (a little modification can be needed for some of them). No new files, no ftp uploading, hurrah MySQL database
But i guess you have to change that for every new version of WB until version 3 where the safemode problem will be fixed. Do you have a ready to use package of this? Or an how to, on what needs to be changed?
<a href = WB_URL."/posts.php?page_id='.$page_id.'§ion_id='.$section_id.'&post_id='.$post_id.'">This is a post link</a>
<a href = "http://www.something.com/posts.php?page_id=3§ion_id=5&post_id=2">This is a post link</a>
<a href = WB_URL."/index.php?page_id='.$page_id.'">This is a page link</a>
<a href = "http://www.something.com/index.php?page_id=3">This is a page link</a>
<?phpdefine("POST_ID", $post_id);define('TEMPLATE', 'my_post_template');// Function for page content$globals[] = 'database';$globals[] = 'admin';$globals[] = 'TEXT';$globals[] = 'MENU';$globals[] = 'HEADING';$globals[] = 'MESSAGE';if(!function_exists('page_content')) { function page_content($block = 1) { // Get outside objects global $globals; if(isset($globals) AND is_array($globals)) { foreach($globals AS $global_name) { global $$global_name; } } // Make sure block is numeric if(!is_numeric($block)) { $block = 1; } // Include page content if(!defined('PAGE_CONTENT')) { // First get all sections for this page $query_sections = $database->query("SELECT section_id,module FROM ".TABLE_PREFIX."sections WHERE page_id = '".PAGE_ID."' AND block = '$block' ORDER BY position"); if($query_sections->numRows() > 0) { // Loop through them and include there modules file $section = $query_sections->fetchRow(); $section_id = $section['section_id']; $module = $section['module']; require(WB_PATH.'/modules/'.$module.'/view.php'); } } else { if($block == 1) { require(PAGE_CONTENT); } } }}require('index.php');define('TEMPLATE_DIR', WB_URL.'/templates/my_post_template/');?>
I love that DHTML menu. Is that something that you are willing to share?
www.reta.com.trA website for an advertising company, in Turkish Language... Cool horizantal DHTML menu and cool horizantal design.
www.ardaerdik.com Flash menu... Html Frames... every page is built on same template, same css file; but different css style. A personel site of young and famous creative director, in Turkish Language.www.reta.com.trA website for an advertising company, in Turkish Language... Cool horizantal DHTML menu and cool horizantal design.
Wow, your page re-sizes my browser.. As a web user/designer I'll tell you this much, resizing peoples browser is a crappy move.. You may want to change that.
I think your reference site (web pages that suck) must be updated.Or you may want to do that for your own design principles.
If your site is an art project or a personal site that is more about you than the visitor, the go ahead and hide your links behind whatever graphic your want. If you want your site to be for the customer, make it as easy as possible. Is that out of date?
First of all these are the sites about advertising sector in where art an business works together. Then I "very very" agree with you about that a site must have an easy accessibility, more than design. This isn't the point that i told to be updated. Your reference's criterions on "being an accessible web site" must be updated. Not only me, my counter says that ... All of my potential customers have flash and java enabled in their systems. % 90 of visitors use winXP sp2 and %8 of them use MacOsX operating systems in which flash plugin included. Target audience is a better reference than some "anti-interactivity supporters". So if you think that "flash and dhtml menus are handicap on being accessible", this is out of date ...
I believe that you misunderstand what I'm saying.
If we talk about a portal, an internet magazine or an e-commerce system you're absolutely right about easy navigating. Also this site is not an advertising portal; this site is an advertising by itself, like the sites of Nike, Cocacola, Ferrari, Pepsi ... etc. Check out them. Those are billion dolars budgeted companies. And all of them works with the best marketing professionals in the world. Can you say these sites are out of date? If you say you may hear that "The criterions of being a trademark's site or a portal is different. Like the difference between a newspaper and a poster. We make posters and you say:' These are not good newspapers' Portals have more temporary and up to date information that the aim is to give them purely. But our aim is to inject our marks to people's brain. And the best injector for "mark injection" is "idea". Nobody remembers or change his shopping prefences between different marked equal products with pure and easy information."I want you to check out my another site that had been finalist of "sectoral section golden web award" in Turkey: http://www.ucde.com.tr This company has two websites. The other one is only for information about products. This one is an advertising only. And I have had many custumers that's why this site is in my portfolio. They say that and it's the money.
And you don't even have to use iframes. You can get the same look on a page by using the CSS property position: static. A touch of JavaScript even makes it work in IE. http://www.fu2k.org/alex/css/frames/standards_mode (ugly as can be but it works)
From seeing your work, I understand that you have spend a lot of time learning your craft. Your site is beautiful. When you were polishing your design skills, I was in the computer lab watching end users get confused by web pages. So I focus more on interface usability than on beauty. Hopefully, it is possible to do both but my choice will generally be for ease of use first.
As to winning awards, those are given by and for designers. A great design doesn't have to necessarily work well to win awards. It only has to be beautiful and hopefully offer something novel.
Two, their advertising executives are not web savvy. I have done usability testing for a couple of Fortune 500 companies and can honestly say that they are mostly run by older white men who learned advertising before the web came about. They don't know and don't really care. It goes back to the huge advertising budget issue.
One, they have already established brand names and don't have to rely on SEO for traffic. With the millions they spend on advertising, they can pretty much ignore the day-to-day concerns of the small website owner.
Yes, I can say that Coke, Pepsi and Ferrari are out of date. There are two issues here.