Topic: Review: [Website] J Love's Blog & Personal Site (Read 3886 times)
aka J Love Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 884
1636 credits Members referred : 4
« on: May 06, 2007, 06:00:30 AM »
Has been a while since I have put a site up for review, hasn't it? I have been working on my personal blog for about two months so far along with my own CMS that I am developing, phpHaze, this site serves as the current "demo" site for phpHaze as well because it is the only site that always runs the latest version .
Quick info about phpHaze: phpHaze is a lightweight CMS/portal system that is predominantly based on PHP-Fusion, another popular CMS system. The main difference between phpHaze and PHP-Fusion is the fact that phpHaze can be plugged into any theme system, while php-fusion is strict on a left-middle-right layout based on tables. phpHaze is also 100% w3c compliant for XHTML, CSS, Tableless, and RSS. Unfortunately there is currently not a website for phpHaze itself with a live demo or feature list yet. This is currently under development.
Please review this site, J Love's Blog & Personal Site. In your review, please include comments/suggestions/critiques about the CMS system that operates the website, the design/layout itself, as well as any other general comments.
There are of course many areas that you can not see because you will not be logged in or you are not an administrator. Here are some screenshots of the various things available to admins/registered members (respectively).
Administration Panel Index
Add a Comment
Custom Page Editor (within the Admin Panel)
Main Site Settings (within the Admin Panel)
User Panel (Replaces the login box after logging in)
« Last Edit: May 06, 2007, 09:40:30 AM by Meth0d »
Is that all you have to say for your review, Venture?
Quote
In your review, please include comments/suggestions/critiques about the CMS system that operates the website, the design/layout itself, as well as any other general comments.
« Last Edit: May 06, 2007, 10:43:07 AM by Meth0d »
That's a very very nice template. Did you did it or is it open source?
BTW your software is open source or what? Are you going to distribute it somehow?
The template was originally "Fotolandia" from Free CSS Templates. It is now ENTIRELY custom, and has been changed so much that it is no longer even close to being identical..
phpHaze is not currently available for download of any kind, only purchase and its also only currently meant for paying clients, this is mainly because I have not written a self-installer script or self-upgrading script for it yet Have to install files/db by hand
« Last Edit: May 06, 2007, 05:00:20 PM by Meth0d »
method check the footer on all of your sites in firefox and you should do something with URL's
please be a little more specific as to what the problem is ...
just check the footer (the credits copyright stuff), can't believe that didn't notice that
check also the license of phpfusion, with many OS licenses it is not allowed to a modified version.
you are wrong about phpFusion Olaf check the php-fusion main website:
Quote
PHP-Fusion Licensing Free License (GNU/GPL): PHP-Fusion is released under the terms and conditions of version 2 of the GNU General Public License. For further information please visit www.gnu.org or refer to the gpl.txt file included in the distribution package. You may alter the code in any way you wish and redistribute it either as is or containing your own modifications. We would appreciate it if you retained the "Powered by PHP-Fusion" footer copyright notice. We feel this is fair when you consider the many hundreds of hours of work that continues to go into the development of this project. However, if you do remove the footer copyright notice please consider making a donation via Paypal.
Edit-- also why you are even mentioning the license of php-Fusion? phpHaze is an entirely different CMS and is not a copy of fusion, it was written from scratch, it is only BASED on php-Fusion because of the php functions that it uses..
« Last Edit: May 06, 2007, 06:10:51 PM by Meth0d »
Good going J Love. This is very good info. I sure am interested in that so-called footer error...LOL...if there is one.
Oh there is, you probably don't see it because you are using a lesser program to browse the 'net.
One other thing: I usually visit a blog to read, not to listen to music. Thank god that is another feature that isn't working in FF. Good work you did on the template!
Good going J Love. This is very good info. I sure am interested in that so-called footer error...LOL...if there is one.
Oh there is, you probably don't see it because you are using a lesser program to browse the 'net.
One other thing: I usually visit a blog to read, not to listen to music. Thank god that is another feature that isn't working in FF. Good work you did on the template!
using IE7, in your opinion maybe a lesser program to firefox but not mine. I will look into the footer error in Firefox soon and get that fixed asap, now that a second person has confirmed it. that music ONLY auto-starts on the front page of the site. if you are registered, you can disable that feature and it will never auto-start. too bad for the public readers huh?
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2173
5036 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #14 on: May 06, 2007, 06:29:28 PM »
Table based design which sums up the whole site. No concept of hierarchy or semantic structure no real understanding of how the heading tags work some images are missing alt attributes (though most have them) no title attributes, particularly important for your logo given that it contains textual content.
It looks and behaves like a nuke CMS site very 90's, the table design is partly to blame I suspect, I just can't find much to like I know how much time goes into making a CMS and kudos for you for doing it. But I don't like it sorry
and your footer has issues in Opera as well as Firefox on certain pages
« Last Edit: May 06, 2007, 06:32:55 PM by ventureskills »
aka J Love Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 884
1636 credits Members referred : 4
« Reply #19 on: May 06, 2007, 08:00:42 PM »
Quote
Ventureskills: Table based design which sums up the whole site.
How does table based design sum up the whole site? examine the source code of index.php, and count the amount of tables used.
There is one table which is used as a "padder" for the content boxes on the left. There is also tablebreaks being used throughout the site (only 2), see code below for function.tablebreak example.