electriic ink
May 17 2005, 06:18 PM
| | Ok. This page is dissimilar to the page a posted before and I think it's better but please post a review if you take a look!
enter the site here
Thanks |
Reply
badinfluence
May 17 2005, 06:52 PM
i'm afraid, i can give a review... it's ok but try to arrange proper font, color and those content page would be better...i suggest..
Reply
BuffaloHELP
May 17 2005, 07:01 PM
2 pup-ups going in, 1 pup-up coming out. I personally loathe pop-ups. It is, I believe, a violation of personal privacy since the site is controlling what the visitors should see, and not the visitor who decides what to see. I was not impressed with the site either. The background is horrible. And the deep blue background with white (not even crisp white) lettering is just an over kill for that site. I do not recommend clicking on the link. But that's just me...
Reply
wariorpk
May 17 2005, 07:07 PM
I personally think that the background is OK. I don't really see the point of the site either. Also there are too many pop-ups. So all things considered I didn't really like the site. But thats just my 2 cents.
Reply
snlildude87
May 17 2005, 08:03 PM
You might want to change the link colors at the bottom - I can hardly read it. Also, you can try to read up on CSS to change the positions of the content box. I also notice that you used frames for the content box. Don't do this. Frames are one of the worst HTML markups in the world. The navigation bar is not impressive at all. If you made it yourself, then, yes, I would be impressed, but now it just looks "out-of-place". The reason for this is that your frame floats above the navigation bar, so you cannot see the entire nav. bar. I have no idea what the XTRA CHECKER !! at the bottom means. It, too, looks out of place. So for right now, I recommend reading up on CSS, and your website will look dramatically better.
Reply
ill
May 17 2005, 09:39 PM
this site is designed very badly. i can't even navigate it. lack of easy navigation is the single worst thing in any website. i give it a rating of 0 out of 1-billion. make it navigatable. too many ads messes that up too.
Reply
cragllo
May 17 2005, 09:41 PM
The page is completley messed up in firefox, you should try to make your sites cross-browser compatable...
Reply
Tyssen
May 17 2005, 10:25 PM
Like some others have suggested, I think you need to go back, read up on a few tutorials on HTML & CSS and start again from scratch. There really is nothing redeeming about your site at the moment and your code is poorly put together too.
Reply
icey
May 19 2005, 04:14 PM
first of all, get another host! second of all I have no idea what is this site meant to be when I come on it -> create more organized navigation... and third the site is totaly messed up in Firefox
Reply
brandice
May 20 2005, 02:00 PM
If you haven't checked- To expand a little on the problems with your site in Firefox, it's not a simple font thing or something. All of the div's are sitting on top of each other, making quite a jumbled mess. The flash button thing is sitting on top off the scrolling text box that is sitting on top of some links. Content wise, I can't tell what the site is actually about.
Reply
Similar Topics
Keywords : webpage
- Create Dynamic Html/php Pages Using Simple Vb.net Code
Taking your application data, and creating a webpage for others to vie (1)
Looking For A Free Rss Reader To Publish Feeds On My Webpage
(1) i have carp and it's been working for me but later versions are no longer free. any good free
ones out there to allow me to post feeds on my website? ....
Using Unknown Fonts For Text In Webpage
(5) Example(Click) The concept behind this article came a few days ago when I was chatting in the
shoutbox here. I was thinking about whether we could include fonts (.ttf) on server and with the
help of some frameworks we could display text in browser. Unfortunately, after much chatting and
pleasing google (it just didn't show any mercy that day), I finally understood its not possible.
I actually wanted headings (h1, h2... you get it?) in a webpage to use a nice font which I have.
The problem is visitors won't have that font installed in thier system. The secon....
Flash Media Into Html/css Website
does anyone know how to import a flash into a webpage with transparenc (1) Hi I need some help , Im designing this website for school studies However, I made a flash drop down
menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
For example my flash is width= 800, and height = 200 but my div box on my html page for my
navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
animations i want to insert it into my navigation div box but i want to set the flash background to
transparent so that when the drop down menu comes down it overlaps the text or whateva....
Key Sounds In Text Box On Webpage
Typing Key sounds when keys are pressed (1) Hey guys! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
I've been conducting some research over the last couple of years and have come to a phase that I
need to put up an online instructory course. It's hardly a website, but it'll consist of a
text box where users are to write a sentence provided to them and while they type, as the keys are
pressed, corresponding .wav files will play. Much like a keyboarding class, a set of sentences and
sounds have already been pre-made to specifications...I've been told that I....
Cannot Open Webpage
(8) i have apporved and completed the free hosting process and logged in cpanel with desired username
and password, but can't upload files using ftp and having name resolving problem? when
http://ipaddress than it shows apche page when i type name of my website http://www.chandioz.com
it cannot open page?....
How Do I Extend My Div To 1oo% Height?
Also welcoming criticisms on my webpage (13) Hi all, this is a two part post, firstly how do i get my DIV to go the full length of my page
without specifying its height in pixels? My first thought is by using a percentage height but it
seems to have no effect on the DIV. I ask because of this page http://www.shadows.trap17.com/ww/
that i created. Now im using 128Ox8OO res at the moment and with my current use of BR tags i can
extend the div down to the bottom of the page, only in firefox its a few pixels too short and in IE
its a few too long so i get scrolling in IE and a grey gap in FF, not good for a website ....
Edit .txt File In Ftp Via Webpage
file on external ftp (2) Right Im new here and stuggling with a problem im having. I've currently got a Login Script to
login to a external ftp and it displays the folders contents, however i need it so it echos a
specific file (coursedata.cfg) into a formarea which you can then edit the file and when u click
save it overwrites the file with the new one. Im really quiet getting annoyed with it xD as
everything i do ends up trying to include the file from the webserver the script is hosted on and
not the external ftp source. thanks Full Code Bellow Simple FTP Manager body { fon....
Javascript Scroll Bar
A scroll bar for your webpage using javascript (13) In this tutorial I will show you how to create two buttons in the bottom left of the screen that,
when hovered over, will scroll the page. Now to start with, we must create a our buttons, the first
line will create a div element, or block. Using blocks you can position items anywhere on a page.
We use the ID property just to let us know what the block is used for, as for the first block, its
obvious that it contains the vertical buttons and the second two blocks contains the horizontal
buttons. The style property of the div tag tells the browser how to draw it, in the....
Help Or Advise Needed For Access Database Webpage Conversions
I need some help with getting a linked webform so that the data can be (0) Hello All. I'm looking for some advise or assistance with getting a web page/access page
running so that i can have the page online and collect the data live into my database for Project
Management... Currently I'm developing a database using M$ Access, and need to have staff
data enter sales information directly into a web form that can be linked to a database? I've
looked at using a M$ Front page web form with data collected into a .CSV text file and
extracting the data but i need to be able to let the staff review and update the data for eac....
Showing Html In A Webpage
(0) ok well heres the rub, i have an HTML and PHP script i want to put on my website, but this is for a
tutorial, so i dont want the PHP and HTML script to do what i have it set to do, i want the people
reading the page to be able to read it.... i tried the HTML pre > /pre > script, but that
didn't work... any ideals http://www.orderofhogwarts.com/php_includes.php Topic resolved
in shout box. Closing. ....
Attack Through Javascript.
Javascripts on a webpage is enough to attack. (14) Malicious JavaScript can be embedded in a Web page and will run without warning when the page is
viewed in any ordinary browser. It will bypass security measures such as a firewall because it runs
through the user's browser. So if you are suspecting any malicious ting while " simply
browsing", just close the browser or go to another website. If the symptom stops, be sure that the
site was attempting(or successfully done) an attack.....
Doubts About Hosting I Need!
I have a webpage but I don't now where host it for free (8) Hello to all, which happens is that I need to lodge a web page that they have assigned to me as
project in the university. I am a student of Informatic Systems Engineering, and in the course of
Advanced Programming they have assigned the creation of a web page to me. The web page is designed
in Macromedia Dreamweaver, with a database MySQL 5, and programmed in NetBeans, using Struts,
Servlets and the Apache Tomcat 5.0 server. And the quiestion is: Does Trap17 serve me as host
for this web page? ....
What Do You Think About My New Webpage
(15) Ello everyone, I want to know what do you think about my new webpage layout. My weppage is at
http://www.jarro2002.end.pl . Mostly you can find there links to Polish radio stations broadcasting
via internet. /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
alt="unsure.gif" /> /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0"
alt="blink.gif" />....
The Myspace Pixel Project
A site based off the "Million Dollar Webpage" (2) My site is quite simple, everyone has a 50x50 pixel square to put and image and link to their
myspace. Eventully, with a bunch of links, the site will be much better. Please add yours! The
more the marrier!! The Myspace Pixel Project. ....
Google Webpage Maker
you can make a webpage on google!! (2) Hey everyone, if you have a gmail account you can now start to make your own website. Its a new
feature that they have added. Look below for the link, but remeber you do need a gmail account to be
able to acces this. http://pages.google.com/ its pretty cool if you dont really know html
everyone check it out! moved from Gmail to Google Misc. kindly place your topic thread on
appropriate section next time. ....
Website Page Problem. How Can I Fix It?
My Webpage problem. (6) Yea My webpage here: http://finalchapter.uni.cc/listmembers.php is kinda messed up as you can as
you click the link. What do I need to do to fix it so it is alligned properley? Thanks.....
Webpage Extension ".do"
(5) What kind of page extension of web pages ".do" is ?? is some kind of programming language , like php
thing ?? for example http://www.domain.com/NewPage.do like there are usually , .html , .htm ,
.asp, .aspx , .php and many others too.. but i never saw this kind of extension before..can some
one tell what kind of language these kind of pages use ? ....
Problems With Webpage Positioning In Internet Explorer
(11) Originally this topic was asking for testing of my page in Internet explorer but someone on another
forum got there first, but I still need help! I've made a page using absolute positioning
and php, using percentages for positions so that it should suit all screen resolutions. However on
internet explorer some of the text on the right can't be seen and is off the page, whereas in
every other browser it's perfect. What can I do to make it show up properly in internet Explorer
as well as all the other ones? Here's the link so you can see what I mean by....
I Am Going To Be Designing A Webpage.
(6) My web design class is requiring me to create a somewhat good looking web page about anything of my
choice. I was thinking of doing the webpage about DDR or maybe about The Legend of Zelda. I'm
not sure though. I really like playing DDR in fact I play it at least once a week. Zelda I play
pretty often though. Which would be a more broad topic or easier to make a website about or how
should I set my site up?....
Handy Javascript Code Snips
Ready to Apply in your webpage (5) /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> Some common things to
implement in our webpage very frequently are as follows. How to implement all these I am going to
tell you in this tutorial. Add To Favorite Set As Homepage Go To Top Of Page No Right Click
Print Page Adding Current Date Adding Current Time Pop-Up Page Creation Closing Window
Copyright Notice Updation 01. Add To Favorite Someone may be interested in the content of your
page. Offer him/her to add the page in his/her favorite menu. To do this you have ....
Mp3 Player For A Webpage
script? (8) anyone know where you can get a mp3 player to put on the site? where you can upload your own music
and choose a song to play it? it can be any language, so if you know any, giev me the link. Made
topic descriptive. ....
Auto Webpage Resolution Format
Viewing Problem Help Needed Please (7) Hi, my website was created with Frontpage 2003. At screen resolution 1024 * 768. Now the problem
that I am finding is people with a screen resol. 800 * 600 see the table and everything in the wrong
place and its all messed up. Is there a way to make it so the site is compatiable with all screen
resolutions. Thanx in advance for your help. Edited topic title. ....
How To Stop People From Pirating Your Source Codes
How to encrypt your webpage source sode (40) /ph34r.gif' border='0' style='vertical-align:middle'
alt='ph34r.gif' /> -Encryption- /ph34r.gif' border='0' style='vertical-align:middle'
alt='ph34r.gif' /> If your like me, you probably hate those Javascripts witch open a "Right
Click Disabled" prompt. An easier way to confuse pirates from stealing your hard worked scripts or
codes you can easily encrypt your html. In this tut i will show you how to both create
an html encrypting script and will show you the diffrent methods of encryption. 1. The HE....
Close Webpage If User Goes To Another Window
(5) I have one html page, I replace it using Javascript to another, after checking if client browser is
IE 6+ or not. I have the html page, first.hml : CODE <HTML> <HEAD>
<TITLE>MyFirstPage</TITLE> </HEAD> <script
LANGUAGE="Javascript"> if(window.navigator.appName == "Microsoft Internet
Explorer" &&
window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")
; + 5, window.navigator.appVersion.indexOf("MSIE") + 8) >= 6)
window.locatio....
Making A Refresh Link On Your Website.
refresh local webpage (16) /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> post it on ur website
CODE <a href="javascript:this.location.reload();" style="color:
#000000; font-weight: normal">refresh</a> It can refresh local webpage. U
can add it at ur forum so that each topic u are reading can be refresh easily. If ur website
return to homepage after pressing I.E. refresh button, then u must need this coding. /cool.gif'
border='0' style='vertical-align:middle' alt='cool.gif' /> Beacus visitors only w....
Link To Members Webpage
Why it's not done yet? (9) I think it would be great to add one more line in this members info list Group: Admin Posts: 790
Joined: 11-June 04 From: Earth Member No.: 1 Web Page This line should be url linkt to members
site For example sometimes when I am reading some persons post it comes idea to visit this members
site but not everyone adds his web page link to his signature box and I feel to lazy type
"www.member.trap17.com" into internet browser So I thought why ilink coulnd't be added
automaticly? Afcourse It could be and one check box "show link to my website" added in cpanel fo....
Help With Java
need to put applets or a webpage (3) hi, i'm a rather new java programmer and i was wondering if anyone knew how to put java applets
onto a web page. please help me out. thank =) 1. Make your topic descriptions descriptive. They
are important at trap17. 2. Moving to Java, javascripts, jsp ....
Free Hosted Scripts For Your Webpage!
(11) If you have a webpage the likelihood is that you will be interested in knowing what kind of people
come to your website. This website http://hosted-scripts.com gives you pre-coded scripts to put on
your website in order to add various statistics. It has the following scripts: Online User counter
- Shows how many users are online at any point in time. Text Hit Counter - How many hits you get on
a page Ip logger + displayer - Shows the user their Ip has been logged and you can choose between
showing them the IP log or hiding it from them. Show page load time - Shows....
[tutorial] Visual Basic 6 Downloading Images From A Webpage
Downloading Images from a webpage (2) Here's how to grab an image off the internet easily. You'll need an Inet on your form to do
this. You can always get rid of your string variables and substitute the actual strings: Code:
CODE Dim localFile As String Dim remoteFile As String Dim fNum As Long Dim b() As Byte
remoteFile = "http://www.site.com/image.jpg" localFile = "C:\image.jpg"
fNum = FreeFile b() = Inet1.OpenURL(remoteFile, icByteArray) Open
localFile For Binary As #fNum Put #fNum, , b() Close #fNum MsgBox "Done....
Looking for webpage
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for webpage
*MORE FROM TRAP17.COM*
|
advertisement
|
|