Dentistry Website Review Pleeeeeeeeeeeeeeeeease
-
- Posts: 8
- Joined: Thu 11. May 2006, 01:11
Dentistry Website Review Pleeeeeeeeeeeeeeeeease
hey everybody! This is my first time posting to the forum but i have been reading it for a long time and love what a wide community the phpwcms has. I love phpwcms and have been playing with it alot on this project. This is my 3rd Site using the cms. let me know what you think. thanks
http://sddentalcare.com/cms/index.php?home
oh yeah and p.s. if you know any dentists... IT'S FOR SALE!. HAHA
http://sddentalcare.com/cms/index.php?home
oh yeah and p.s. if you know any dentists... IT'S FOR SALE!. HAHA
Super sweet. It looks very smooth and professional.
Only one thing on the design though:
Since the site is in the end about nice teeth, I would have chosen grey as the background-color and white for the foreground. Just a sublimal difference, but it would look even cleaner and brighter.
A question:
Are the borders in the team-portrait dynamically generated? If so, how? And what menu have you used? I like it a lot!
Only one thing on the design though:
Since the site is in the end about nice teeth, I would have chosen grey as the background-color and white for the foreground. Just a sublimal difference, but it would look even cleaner and brighter.
A question:
Are the borders in the team-portrait dynamically generated? If so, how? And what menu have you used? I like it a lot!
Wow - another great site! You have a great sense of design.
As for the rounded corners, you can do it dynamically with Rico (http://openrico.org/rico/demos.page?demo=rico_corner), but this site did it with a background image:
.greyboxwrapper{
background-image:url(http://www.sddentalcare.com/images/greyboxtop.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#E5E5E5;
}
As for the rounded corners, you can do it dynamically with Rico (http://openrico.org/rico/demos.page?demo=rico_corner), but this site did it with a background image:
.greyboxwrapper{
background-image:url(http://www.sddentalcare.com/images/greyboxtop.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#E5E5E5;
}
Aye Ben, I understood the background-part 
I just wondered if the uploaded images could be automatically processed in some way... like rounded borders (http://sddentalcare.com/cms/content/ima ... 63d804.jpg)
or perhaps a watermark or whatever.
It would be very sweet to have some image-alterations made automatically by GD instead of always doing that stuff offline by hand

I just wondered if the uploaded images could be automatically processed in some way... like rounded borders (http://sddentalcare.com/cms/content/ima ... 63d804.jpg)
or perhaps a watermark or whatever.
It would be very sweet to have some image-alterations made automatically by GD instead of always doing that stuff offline by hand

-
- Posts: 8
- Joined: Thu 11. May 2006, 01:11
dynamic rounded corners
the grey boxes with the rounded corners are being placed dynamically because i made them into the .tmpl files . but the portrait ones i am having to do myself. that kinda sucks
Very smooth,
design skills and programming .... lethal combination.
Congrats, pleasure for the eye.
Cheers
design skills and programming .... lethal combination.
Congrats, pleasure for the eye.
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
-
- Posts: 8
- Joined: Thu 11. May 2006, 01:11
Backend Layout Customized
check it out everyone. i customized the backend look. (click the admin link at the bottom)
http://www.sddentalcare.com/cms/login.php
http://www.sddentalcare.com/cms/login.php
-
- Posts: 8
- Joined: Thu 11. May 2006, 01:11
argh opera!?
Fixed for Opera. Thanks!