Hi fellas,
It's been a long time I haven't featured any project. The reason is this guy that made me deadly busy.
Check it out: http://songbegolf.com/ (http://songbegolf.com/)
This website proves that WB can easily handle big site with huge content. Now I'm really confident with WB - great job development team. I love you guys 8-)
I still have around 2 more to come soon :-D
Cheers!!!
In one word: Amazing, great looking site. I like the clean design, and in my opinion it really fits for a golf resort. Also the pictures look really good, that makes the site also look professional.
Also the bullet_ball.gif is a nice creative thing on the site.
Hi,
Ideed... huge!
But how do you arrange the imagemap located here (http://songbegolf.com/main/pages/golf/golf-courses.php)? I think you can't make imagemaps with FCKEditor?
Grtz,
Luc
Super, very inspiring. It looks like a great place to be, makes me feel like booking a trip there (even though I never even set foot an a golf course), so I guess you did a great job.
Vincent
@Vincent, Bramus: Thank you very much. You guys really make me feel proud of it :-D
@Luckyluke: Oh That was made with Dreamweaver :P then we pasted the code into FCK source view.
WOW!!
It's wonderfull!!!
Great Work!
Super sophisticated.
I love this one.
Best Regards,
Stefek
Nice website, I can see a lot small things which take a lot of work and make website look professional, but also found thing that dont like, at this page: http://songbegolf.com/main/pages/membership.php you have "Full Membership" text in colour of link, in general, I don`t like to move on all page by mouse to check which element cold be link, same in footer.
Regards, Grzesiek.
Hi deschek,
You are right. I also hate putting non-link text with link color. However, client does like current presentation of text. He even made me changed my light grey footer into light blue.
Thanks for your helpful feedback.
Well done, really really nice, very easy to use and looks extremely professional!
Keep up the good work!
Konrad
Yo!
One more site on my "professional WebsiteBaker showcase"
http://WebsiteBaker.at/wb/showcase.html
The text is about: Nice flash header, and the site has more than 140 pages, which is NOT "small and medium" compared to most company websites.
@sparkdigital: Thank you very much for your kind compliments
@chio: I really like that ideas of yours: posting professional websites made by WB - that will surely enhances user's awareness and perception of WB brand. :-D
Big compliment! looks GREAT!
Yeah i was wondering where you were not posting great sites in a long time :-D It is a lot ow work putting this kind of page together, i hope yo got payed for every single hour!!
@GRID8400: thanks man :D
@Lotus: in Vietnam, we do not get paid "fairly" since website development is still considered kind of cheap-medium services.
went to http://songbegolf.com/main/pages/golf/golf-online-booking.php (http://songbegolf.com/main/pages/golf/golf-online-booking.php) and it seems like you are using some sort of javascript/ajax to verify your form? How did you pull that off through WB?
I made the form my-self, in a page called booking_form.php such as
And in the golf-online-booking.php page, I used the code section to include booking_form.php.
This is coded myself, and it has nothing to do with the form page type.
Wonderful work :) I wonder if you would donate such a nice template to the community!
I have a question:
What code you have used n left subNav section to show child level links/menus?
Thanks for your help!
<div id="subnav">
<?php show_menu2(0, SM2_CURR+1, SM2_ALL); ?>
</div>
If you use show menushow_menu(1,1,-1,false,'<li[class]>[a]<span>[menu_title]</span>[/a]','</li>','<ul>','</ul>','', ' class="menu-current"');
If you use show menu 2show_menu2(1,SM2_ROOT+1,SM2_ALL,SM2_TRIM,'
- [a]<span>[menu_title]</span></a>','</li>','[ul]','</ul>', false,false);
And for the template, since this is a commercial project, I cannot donate it to the public. Hope you understand that ;)
show_menu(1,1,-1,false,'<li[class]>[a]<span>[menu_title]</span>[/a]','</li>','<ul>','</ul>','', ' class="menu-current"');
show_menu works.. show_menu2 could not..
Thank you for your help!