Help - Search - Members - Calendar
Full Version: My Proxy Site!
Zymic Webmaster Forums > Web Design & Development > Reviews > Website Reviews
sclek
Ok! I have just finished designing the new version of my Proxy Site.

http://www.deebee.info

Please tell me what you think of it! Thanks!
roblas
Hi,

It looks very cool site and color combination is also good.

Sickness
looks good
Jetteh22
Just looks too much like other proxies.
I love the colors and the header font is pretty neat, but I hate how nearly all proxies look the same :S
IamShipon1988
Although it is agreeable that it looks a lot like other proxy sites, I actually like this layout over others. Try to use a little javascript so that when we click on the input box, it clears the current text (or the place holder text you put in there). Also try to have a little hover effect on the submit button.

You can accomplish the clear input field with this:
CODE
<script language="Javascript">
<!--
function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
}
//-->
</script>

Input
CODE
<input type="text" size=20 value="search" onFocus="doClear(this)">
harbino
This site should come in handy for school wink.gif

Getting round the schools webfilter.

Looks clean, and is easy to use.
Adam
Reminds me of http://hidemyass.com/
Jetteh22
My point exactly tongue.gif
Sapphiro
Thumbs up, very clean and professional design. The vertical stripes design is something new to me. laugh.gif

btw, just a question, do you get good traffics by making proxy sites? Because, I believe in my area, I dont think many people even know of the term yet. tongue.gif
sclek
Some proxy sites get good traffic. Because this is my first proxy site, I still have to see if it will get good traffic also.

Also, thanks for the javascript IamShipon1988, I will add it right after I make this post.

Thanks for the reviews guys!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.