![]() |
PSDLayouts - CMS
Hey peeps. I've been working on a CMS for my site for a couple months now, adding a bunch of features. They include the following. A full list can be found here. Features
I'm quite proud of it, as I haven't been using PHP and MySQL that long. You can login with "Demo" and "demopass". You will only have the options of a normal member, as I don't feel comfortable giving you access to the whole site. :p Anyway, what do you guys think? Suggestions? |
Sorry, what's the link to the website so I can login? :)
|
|
:) Lol.
Just a few observations from browsing:
Also a little whoopsy on the edit profile page... Quote:
|
Thanks for the review Wildhoney. Its those kind of suggestions that I need. :) I've been thinking about just removing the ability for users to add colors and categories, as its not that crucial of a function. I'll be sure to fix those mentioned items sometime, and I just fixed the edit profile page, as its a more immediate error. :p
|
Pleasure :) I've written you a nice function for validating the hexadecimal value of the colour if you decide to keep it in.
PHP Code:
|
Oh wow! Thanks for that. I may as well keep it now. :D
|
On the topic of validating the hexadecimal colour string, if you don't care too much about wasted ten-thousands of a second, you could simply use:
PHP Code:
|
Lol. Those ten-thousandths of a second really add up, so I may! :p
|
I'm thinking of selling the site. How much do you guys think that script is worth unique?
|
Difficult to say. I reckon in excess of $500.
|
Check if a colour is at least 6 chars after the # of course is fine, but people can also use a 3 char code (eg #000 also returns black), to really make it perfect you can also check if it's 3 chars before returning False.
|
Quite true, Jim! I totally overlooked that possibility.
PHP Code:
|
Quote:
PHP Code:
|
Hexadecimal colours can also be 3 characters:
#333; #49DA03; |
| All times are GMT. The time now is 03:14 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0