![]() |
Opinions Please
This is still a Work In Progress!
I'm running a test on how this new site looks. I also want opinions on the information provided, and the basic set up. http://wip.guild-ed.com - not the final URL, but please bear with it. If you can think of anything that I'm missing please feel free to post it. Or if you think of any questions for a FAQ please let me know. Thanks in advance! |
It looks quite cute and unique I must say, if theres anything you can make it better, well... You may want to add something to the background that surrounds the main block so it does not look blank. Thats just me though, the site is well-designed already so its difficult to be picky. XD
|
Hm, I was thinking about somehow adding in fish and other things you'd see in a river, and that when you scroll it makes them "swim" around the content block.
I could also do a less transparent border section... where did I find that code again. ;3 I was thinking though, for new versions of the script (when it comes to templates) we could use the scrollbar code like I have on site. ;3 |
the site looks nice
it is easy to navigate the only part that is missing are seo links , but that is work for later here you have a code you can use for the links in case you switch to seo links put it in htacces , and be sure that mod_rewrite is enabled Code:
RewriteEngine On then the storm page will open for the other pages use the same way on that way you can keep the page in a single page and let the users think it are differend pages (also better for google ) Greetings From PowerChaos |
Quote:
PHP Code:
PHP Code:
|
Well by looking at the above code in html file makes me more convinced that we should use Smarty for this product. PHP as a templating language just cant get more ugly, writing PHP code in conjunction with HTML is gonna make the script look so unreadable.
|
Quote:
|
Well with Smarty things will get a lot neater, consider this:
PHP Code:
PHP Code:
|
Hmm, I may see how smarty likes my mermaid site. I finally came up with a tail design I like (yes this will be me actually swimming in a mermaid tail! I promise pics and video as soon as I get the projects done!) that is viewable here http://lightningmermaid.tumblr.com/post/37802436810
|
Oh great, have fun playing with Smarty. Once you get used to it you'd be eager to implement in every template you create. XD
|
you do not need smarty for that part , but it seems easyer to do that way :D
it all depends how you want to create things and for what purpose if it is for your own , who cares about code as long you can figure out what does what if it is also for other people , then it need to be nice and clean (unless you encode it ^^ ) also smarty works nice , but the sad part is that it is a lot more work to get smarty started , as all those variables also need to be defined , or the variable will not work example PHP Code:
so if you do not define A and B , then the output will be nothing same counts for smarty , and that is the part that need the most work but on the end , it will be a lot easyer if you got a lot of templates but only 1 template and 1 file that is the template then it is a waste of time to write so many code just to get that template a bit less messy atleast that is my vieuw over it :D then for the /?page=admin stuff you can make it friendly by using htacces , then it still does not look messy ( put the friendly url in the html page like /pages/admin and htacces to redirect to /?page=admin ) Greetings From PowerChaos |
All times are GMT -5. The time now is 02:03 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.