Tag Archives: Pixels

Image Co-ordinates

Alright, I am attempting to add some ‘spot-the-ball’ competitive events to my web page (not online yet) along with need some aid (please). I need kid upload any image right into a ‘co-ordinate grid’ (of variable size dependant upon image). Users can then click on the uploaded image and perhaps they are given a 6-figure grid research (using the pixels on the image) of wherever they think the ball is, they then utilize these co-ordinates to enter other sellers. Does anyone know of any simple way to accomplish this We’ve seen similar programs on other websites which use a good ASP script connected with some description but We’ve been unable to discover anything suitable to the job! Your current help is a lot appreciated, thank you RocketMan.

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Question on making left and right borders on a website perfectly to go with the site

Hi, I was just taking a look at a few sites and We were very interested inside knowing what the correct procedure is in creating these eventually left and right watering holes so perfectly and also have the site at the center. I’ve tried it myself but failed to do so…. Here are a few examples http: //www. thewalkingdead. com/ http: //www. homelanxtreme. com/ You’ll see there are some nice borders within the left and right that almost makes the internet site intact and good to consider…. How can MY PARTNER AND I make these One of many easist ways would be to make a horizontal strip with smooth top and bottom edges then repeat it right down the article. The following value shows how… … < head> < type type=" text/css" > html document, body foundation: url(‘images/bg. gif’) repeat-y; < /style> < /head>… The particular image (bg. gif) would simply be a small long rectangle aproximently somewhere between 1024-1600 pixels broad and something tiny like 25 pixels excessive with two lashes running verticaly down the middle representing the perimeter shadows. The stripes could well be spaced roughly 350 pixels outwards with the centre… In the items you’ve listed they … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Convert templates into JPEG thumbnails

I have a handful of web site web themes saved as html files (index. htm) that we want to make thumbnails away from. How can I do doing this Thanks Vic I think the most effective way is to open in inside a browser, and then receive a screen shot of the current window (Alt + Offline Screen button), and then showing it to theme in your preferred image editing application. yeah that’s what I have been doing, thought there is likely to be a quicker technique. Thanks a lot IMHO, If necessary good size regarding thumbnails is 160 pixels large. That way ones image thumbnails will be easily recognizable. A quick way should be to write a script of which takes screen captures and outputs cropped/resized photographs. That is a huge time waster in order to write though. Thus, I recommend sticking to the traditional methods of getting thumbnails. There are programs that have screenshots automaticly plus save them. You can crop the area on the screen you should capture. Try looking on the search engines for " display screen capture"

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

How to make my webpage fit to any screen resolution?

Costly All, We are new to the following forum. I own developed a Intranet webpage for my corporation using MS Frontpage 2002. I designed the web using my keep track of screen resolution established to 1024 * 768 pixels. While i view it around another pc that is using (monitor) filter resolution set that will 800*600 pixels, my personal website doesn’t dispaly properly. I used platform in my webpage. How to fix this challenge Pls help my home! 1) Don’t use frames. 2) As an alternative to setting in pixels to the dimensions, set the idea in percent(i. electronic. not 800 pixels, but similar to 60%). 3) Don’t use frames. 4) Design it in order that even at 800×600, the frames don’t run over screen. See http: //www. airfleettraining. com This is my first at any time commercial site, back while i too used frontpage. I thought structures were the neatest thing – yet i designed it in order that even at 800×600 there will be no scrolling. Easily were to re-do the item again, guess precisely what I wouldn’t employ frames!! shiny Design the idea using either 100% wider, or no greater than 780 pixels. It’s going to look … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Is Verdana easier to read on-screen than Times New Roman

Everyone among us has many situations heard or claimed statements like: – Sans serif fonts inside small sizes tend to be easier to read more the tv screen then serif fonts. – Verdana is a best existing internet font. – Arial will be good in placing much info into a small space. – The most beneficial line length will be 40-60 characters. I tried to get if there ended up being any scientific source behind these kinds of common statements. When i could not locate it, I enquired not one but two students (Julia Barrantes as well as Elahe Jalili Baleh) at my university to create their own findings. Of their experiments, 20 people today, all with a number of computer practical knowledge, were inititally revealed some texts inside Times New Roman, Verdana in addition to Arial, in numerous sizes, and enquired that was the smallest easily readable size. Within this test, that median agreement had been was 6 pt (=10px) regarding Verdana, 9 pt (=12 px) regarding Arial and TWELVE pt (=13 px) regarding Times New Roman, suppose 96 pixels/inch. Interesting here is the same text within Verdana 10 px (=12 pt) in addition to in Times Brand new … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

"safe dimensions" when designing for 1024+ res?

Howdy guys, I understand the accepted standard now, which caters to help 800 x NINE HUNDRED screens, is 740 times 460 But from a variety of polls etc on my site Truly determined that the majority my audience reaches 1024 + So I figure, why not design for your and make real estate. But I didn’t been able to get the " 740 x 460" formula for any 1024 res design. Is there a similar rule of thumb size for creating for 1024 resolution Thanks earlier! Best regards, Jarrett To are the reason for the width with any resolution, subtract about 20 pixels for any scrollbar’s width. Calculating the height is a little more difficult, because that depends upon the browser that visitor is applying, and how many toolbars they’ve. Whether they are choosing large icons and also small icons, contain the " Links" bar showing or when they have downloaded 1 / 3 party toolbar such as the Google toolbar will all make a difference. I’d allow several hundred pixels intended for these toolbars. Nonetheless, it’s not the completed of the world if you are page scrolls vertically, which is expected. POST second spluff’s tip.. However one factor that … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

how do i get rid of the scrollbar in IE

now i’m getting really discouraged with IE….. i can’t seem to lose the stupid top to bottom scrollbar, even should the image width is below 780!! any tips or even trick codes or java which i can plug directly into eliminate that scrollbar -averan The scrollbar is section of the browser; you can’t reduce it. Some of the other browsers do the job differently by not necessarily displaying a scrollbar until the content overflows the particular visible area. Have you been sure you designed to write ‘VERTICAL’ rather than ‘HORIZONTAL’… as I don’t understand the situation via how you’ve discussed things. If this could be the event… Seven Hundred and Fifty 750 Pixels in width is the only sure safe price that I’ve encounter that doesn’t make it possible for horizontal scrollbars looking when viewed in multiple browsers using 8*6 resolution. oh when i learn how to get rid of the scollbar i had been craking up, it is pretty easy: Within the < body> tag decide to put " scroll=no" so it looks like the following: < body scroll=no> Now my problem is working out how to get it done with CSS i will try that, but i heard … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Why is my width being pushed to be larger?

Why is my thicker being pushed to be larger We’ve this site of which i’m currently doing: http: //www. linedetail. com Every page is fine except for: http: //www. linedetail. com/contactus2006. php For whatever reason the html belonging to the content in this page is causing the words " Web Web hosting service & Domain Names" around the left menu to be put on 2 lines. We’ve deleted and eradicated the table that is holding the speak to info repeatedly along with it’s contents. Unless the main table is removed for this, that is the sole time when what will look normal on the left. Thus, if you can certainly, help me learn why it is usually that the content on this kind of page is moving the center column for being larger than another pages. Thanks, -Line The answer lies in the code comments HTML: < td valign=" top" width=" 704" style=" padding-left: 5px; padding-right: 5px" > <! — Anything in here need to be 694 pixels or less in width —> It says right there that the middle section must not be more when compared with 694 pixels. You’ve got 704. That comment is that cell. The actual … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

adding text and aligning it wherever i want

I have done my design and now i want to add my text where i need when i wish, as you cane easily see above my first division i added in the code < center> but containing effected everything, including my text. I need to put the text within the left box to the left but in relation to 5-10 pixels in and maintain the bottom text, in the footer at the center. support me out males! here it is so far dont concern yourself with the design, i will design better but just focus on the point i didnt use tables http: //www. freewebs. com/joofhart/index. html categories are good many people help me a large amount! You’ll need to do a dash of < div> nesting. The most important problem you’ll face now is a height of the left panel. It is a typical " can’t determine the height" sort of problem that is fixed with " faux columns". If you recognize that the height from the left and center is fixed, you’ll be OK. If the content height to the page changes, you will have different heights to the left and center columns. WHEN I changed several stuff… … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment
Page 1 of 212