Tag Archives: Step 1

Web image enlargement

I would like a simple to use feature to enable site users for you to enlarge images upon rollover or click. Advice on procedures and " the way to" greatly valued. Gives thanks in anticipation. I’d personally use CSS process. You can also use Javascripting. See these various items… show up large image upon mouseover – Search engines Search Addititionally there is methods for " magnifier glass". Not sure in the event that’s what you necessarily mean try your javascript gallery or even plugin, like this script: Code: ============================================================ Script: Immediate Image Zooming Options: This script might zoom-in/zoom-out any impression in your page by clicking for the image. Browsers: NS6+, IE. most of (NS4 degrades gracefully) Author: etLux ============================================================ INSTRUCTIONS: Step 1. Put the following script inside the < head>… < /head> part of your page: < script> // D. 2004 by CodeLifter. com var nW, nH, also, oW; function zoomToggle(iWideSmall, iHighSmall, iWideLarge, iHighLarge, whichImage) oW=whichImage. type. width; oH=whichImage. type. height; if((oW==iWideLarge)(oH==iHighLarge)) nW=iWideSmall; nH=iHighSmall; altogether different nW=iWideLarge; nH=iHighLarge; whichImage. type. width=nW; whichImage. type. height=nH; < /script> 2. Attach the function in your image with an onclick event, seeing that shown below: < img border=" 0" src=" yourimage. gif" width=" 100" … Continue reading

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

How to let User enter a Code and have it call a specific page.

Basically I would like a User to enter a code they have been given then when submitted it may bring them to your specific page. Hard eventually be hundreds of or so of the codes/pages. Not really sure where to help start It will involve PHP and MySQL (for the actual database). You may not really have " pages"… your page are going to be a PHP script of which renders the HTML and content based on the code. You need to describe more about the users and what could happen. Do the users must be registered, do they login Might a code be used over and over again What will the actual website be used for Step 1: Get started by describing the actual purpose, the way it’s purported to work, who are going to be using it, how are going to using it (desktop PC, mobile app). 2: Layout a logical scheme on the information you need to keep track of. users codes and so on. Measure 3: Show about steps JUST ONE and 2… when what you’re doing is secret, you’ll have to rent a programmer that will help you with the development within your site. If … Continue reading

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