Make Thumbnails Like A Website?
Jun 3, 2010Can you tell me a similar way to do this?
http://img526.imageshack.us/img526/7344/blip1.png
http://img34.imageshack.us/img34/4171/blip2.png
Can you tell me a similar way to do this?
http://img526.imageshack.us/img526/7344/blip1.png
http://img34.imageshack.us/img34/4171/blip2.png
There are many script on the e web that can easily do what I am looking for but they don't teach me anything. I am trying to learn this stuff, and the best way will be to know what each variable is doing, what function is being called when the thumbnail is hover or focus.
All I need is to start with a single image, when I hover on the image, a larger image appear.I know how to declare a variable, create a function, how to put these things into everyday projects is what the books never tells you.
I have an idea for a website that I'd like to pursue, and it would need functions such as:
-Live news feed
-Member logins, profiles, ability to rate/leave feedback for members
-Mobile phone friendly
-Comment on postings
-Create an intro video (maybe even with animated stick figures to explain how the site works)
-Accept paypal or other payment method
-And basically, need to understand the monthly maintenance cost of all these functions, how to minimize expenses, etc.
how would I begin implementing a site like this.. Do I need to find a programmer to code it from scratch? Are there pre-written scripts available for all the functions I listed? What can I expect the costs to be?What's the best way to move forward?
I am currently working on my own company's website I am currently working with the FAQ page and I need to make a simple textbox, where visitors can type and ask a question and submit it, the question the visitor typed needs to be read by javascript from a seperate xml file which should be read with javascript.Now i dont know how to start with this
View 1 Replies View RelatedCan someone tell me what I am doing wrong? I have tried all the coding and it acts as a pop up when you click enter site.
Here is the coding for the form code...
Whats the code to make people be able to click on a link and make my website their homepage pls?
View 5 Replies View RelatedI am a novice jQuery user and I was assigned a job to create an interactive map for a website. I want to make a simple nap, but I have no idea where to start. I am trying to make a simple map (as attached) so when a user comes to a homepage, the map would be visible. Then when the cursor is rolled over the map, different states appear in different color and when clicked, the user is taken to another page. Sounds simple, but I cannot find any useful info.I do not want anyone posting any codes, I want to try to do it myself.
View 2 Replies View RelatedI am trying to make an xml file download from my website, so the saveAs window will be open, I checked the forum and found the following code. but instead of saving the xml file it saves the html file.
<html>
<script type="text/javascript">
function forceSaveAs (filename){
[code]....
I also try to send the xml with the following header but with no success
print "Content-type: application/octet-stream
";
print "Content-Disposition: attachment; filename=file.xml;"
Am designig a web site i want that sote to be appear same in all browser is their any script which makes my site look same in all browsers
View 3 Replies View RelatedI need to provide the ability for a user to login and make a posting for announcements. I have done some searching and haven't really came up with anything that will work. I am using a script that is external to the web page that will display the message. My idea was to create a Div that contains a multi-line text box within it. I thought it might be possible to use innerHTML to post a message from a form to the web page that has this text box. Is this a good approach or is there a better way? I am trying to move away from using a CMS for this particular site.
View 4 Replies View RelatedI'm trying to make a news slider for a website in js. This is what I currently have:
<script type="text/javascript">
var refresh = setInterval("refresh()", 5000);
function refresh()[code]....
The id #top_news is an empty div, in which the news are shown, and the file top_ten.php gets top 10 news from the database, and outputs a random one. The script is working fine, but what I want is, for news to slide in and when a new article slides in, the old one slides out. It would be even better, if there is an excistant script, for news or divs (a small image and text).ALSO, when I refresh/load the site, it takes the time from setInterval, to load the news.
i downloaded a Facebook Page template recently. the template works great, but i wanted to add one thing.here is the demo of the code:
http:[url]....
here is where you can download the template: http:[url]....anyhow, the part i want to change is the link that directs it to the content. for example, when you scroll over About Us, the little pop up from the bottom comes out. when you click it, it takes you to the About Us content. what i wanted to do, is make it so that when you click the whole jpg, it can take you to the content also. i noticed that the small link that pops up is too tiny and people get confused on where to click.
I want to make a statistics script for my website by javascript. I know that I can do it by this script:
<script type="text/javascript" src="[URL]"></script>
But I need to pass some parameters to stat.php for example I need pass the value of window.location.
I have a site where I want to show a html code if the the url is www.tld.com/pris/*anythinghere* but not if the url is TLD Information Technology specialists without anything more. Example: I go to CNN.com - Breaking News, U.S., World, Weather, Entertainment & Video News -> nothing shows, then I move on to[url].....the html code shows.I know how to do this with php but I have to use javascript here.
View 1 Replies View Relatedcan someone please give me som ideas or anying using javascipt to make the website look attractive or professional? something simple nothing to do with navigation or anything like that.
View 4 Replies View Relatedi am trying to make a horizontal site using localScroll:[URL]when i click in a link from the fixed menu in the left, the box scrolls below the menu. It is possible to make the box appears entirely?
View 2 Replies View Relatedi'm trying to make the module for users online in my website i've used ajax to call database and update the persons table with the status of the users when he enters or leaves the page here is my code in the <body> tag :
<body onload="javascript:UpdateUserStatus(<?php if(isset($_SESSION['user_id'])) echo $_SESSION['user_id']?>,1)" onunload="UpdateUserStatus(<?php if(isset($_SESSION['user_id'])) echo $_SESSION['user_id']?>,0);">
[Code]...
I want to play a video at a particular time in our website(Automatically) like i might want the embedded video to be played at exactly 9:00 A.M . How can i do it.
View 2 Replies View RelatedI'm new to javascript and I have a button in an interface for an app. It's like drag and drop and i want this button to link you to a certain website searching for what the user types in the searchField1 box. The button is button16. Such as you type dogs into the text box and you click the google button among other search engines and it will redirect you to a google search doing a search for dogs. But how do I make this button search google and search for whats in searchField1. I would really appreciate the help. Im looking everywhere to learn this but just cant find it. If you could tell me how or send me a link to a tutorial code...
View 2 Replies View RelatedThe following javascript loads after the page loads. Is there a way to change this onload function and make it work as the page is loading?The javascript is meant for mousewheel scrolling for a horizontal website. The website I am using this for has a fixed width - 29000px
Code:
*/
window.onload = function() {
tinyScrolling.init();[code]...
The javascripts files in my website are constantly getting injected with malicious codes which redirects my website
View 2 Replies View RelatedI'm trying to code a feature for my website using DHTML where the person viewing the website can rotate between viewing the positive/negative points of the website being reviewed. This example was in the publication called Using HTML 4 by Lee Anne Phillips. Code:
View 5 Replies View RelatedI have a ajax program on a page on website A. And I need to let it talk to a program on website B. I tried to put website B into the url of the parameter but it doesn't work.It gives me a "[objet XMLHttpRequest]" error.here is the code on website A:
[Code]...
I've built a database driven job site, that allows employers/agencies to load their logos up which appear on each advert. Currently the max size limits of images are 600*200. Anything under these dimensions are uploadable.
The problem is that I have a control page that displays and manages all their logos. If their images are of different widths, it makes the page look tacky. So, is there a way of making all their thumbnails that appear on this page, all the same widths, but still in proportion height wise?
ie:
600*200 will display 200*66. (1/3 size)
400*180 will display 200*90. (1/2 size)
In otherwords, the width to be 200px, and proportional height wise.
Is there anyway to rescale a whole page homogeneously, so that
is looks like a thumbnail?
I was wondering if it is possible to create thumbnails automaticly from images when they are uploaded to the server?I would need a seperate file for the thumbnails...
View 4 Replies View Related