Make The Module For Users Online In Website?

Jun 27, 2011

i'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]...

View 7 Replies


ADVERTISEMENT

JQuery :: Make An Effect On A Module Of Page?

Jan 18, 2011

I'm kinda stuck with jQuery. I generally write code in PHP and do simple stuff with Javascript. But I need to make an effect on a module of my page.

[Code]...

Is this even possible? I don't want/can't preload random content and have it hidden. I could probably do this the simple way with js. Emptying the old content and replacing it with the new random content but I need the animation. I'll keep "decoding" the documentation while waiting for a response.

View 3 Replies View Related

Make A Module To Swap Ads Randomly From Folder Named Ads On The Root?

Jul 12, 2009

i want to make a module to swap ads randomly from folder named �ads� on the root like,, the advertising are either .swf, or .gif all that i need is to play the swf (when one is finished it starts the other one.. till the display of all swf's)..

[URL]

The folder �ads� is supposed to have 5 ads, when it finished number 1... it start randomly until it finish displaying all the advertising swf... i dont want to display only one of the five ... but display all in a random way..may be i have to know the length of the swf (in seconds ) and when it is finished i want to display the second and third .... etc

View 1 Replies View Related

Constant Website Visitor That Is Online 24/7 ?

Apr 29, 2011

I desperately need to have a constant website visitor that is online 24/7 on my website. Due to a js error. We need to keep an absolute minimum of one online site visitor. This is a temporary measure while we locate the error which so far has taken 3 js coders 3 days with no success in finding. We really need to keep the script thinking that a user is online.

Is there a bot setup that will simulate a website user that NEVER leaves a certain webpage?

If not. How can I set up the script so that I can fool it into thinking there is someone online? I really need this info... i have spent hours and another thread, with NO help on the repair. I really need to be able to keep the js rolling. I am on the verge of giving up on this project as impossible.

View 3 Replies View Related

Way To Create Online Shopping Website

Oct 6, 2011

I will try to create online shopping site.from monday onwards. i using javascript,html,css. and tell me any reference site for online shopping site.

View 2 Replies View Related

JQuery :: Online Website Builder For Dummies

Nov 16, 2010

After playing with all of the different jQuery interactions, widgets, visual effects, etc. (on the demo pages), I wonder of there is an online website builder that would allow me to easily create web pages with all of these functions, but without having to do any real programming ?

View 2 Replies View Related

Display Total Online Viewers On Website?

Apr 14, 2010

I would like to display total online viewers on my website

View 7 Replies View Related

Online Behavior Tracking - Find Out The Identity Of Visitors To A Certain Website

Sep 5, 2011

Is it possible to create a tracking code that would allow me to:

(1) a) Find out the identity of visitors to a certain website (a website unrelated to me and the visitors did not visit my website) b) The identity of those who recently searched for a certain keywords and/or...

(2) Find out what websites certain individuals have recently visited (or visiting in real-time)?

View 1 Replies View Related

Make A Default Empty Value And Force Users To Make A Decision?

Dec 2, 2009

How Can i take this to make a default empty value and force users to make a decision?

<select id="preservetitletest"
name="titletest"
dojoType="$testWidget"
style="width:50%;font-family:Courier;"

[Code]....

View 1 Replies View Related

Insert An Audio Recorder Into Website For Users?

Oct 12, 2011

I have a project that aim to allow people who participate in the charity to record their experience in helping children in various poor countries. In order to make it more convenient, I am hoping to put this audio recorder that will enable users to record --> stored in my data base --> show to public in a forum link structure!

View 1 Replies View Related

JS Form In Online Questionairre - Make A Log Of The Results?

Mar 26, 2009

I've got a couple of online self-assessment forms on my site.They go as follows:

// total score
var total = 0;
// number of questions

[code]....

View 7 Replies View Related

Make Thumbnails Like A Website?

Jun 3, 2010

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

View 4 Replies View Related

Make A Website With The Functions?

Jul 27, 2010

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?

View 2 Replies View Related

Make A Form For My Website?

Nov 26, 2010

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 Related

Make Website Link Not A Pop Up?

Dec 23, 2009

Can 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...

View 4 Replies View Related

Make Website Homepage

Oct 28, 2003

Whats the code to make people be able to click on a link and make my website their homepage pls?

View 5 Replies View Related

JQuery :: Make An Interactive Map For A Website?

Aug 4, 2010

I 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 Related

Make An Xml File Download From Website?

Dec 10, 2009

I 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;"

View 2 Replies View Related

Make Website Browser Independent?

Aug 31, 2010

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 Related

Make A Posting For Announcements For Website?

Oct 11, 2010

I 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 Related

Make A News Slider For A Website In Js?

Jan 11, 2011

I'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.

View 2 Replies View Related

Make A Jpg Clickable To Another Section On The Website?

Sep 12, 2011

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.

View 4 Replies View Related

How To Make Statistics Script For Website

Jun 7, 2010

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.

View 1 Replies View Related

Make Something Show Only On Some Parts Of A Website ?

Mar 8, 2011

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 Related

Make Website Look Attractive Or Professional Using JS?

May 9, 2006

can 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 Related

Make A List Of Hyperlinks That Users Can Customize And Save As A Cookie By Clicking A Button And Automatically Retrieve The Cookie

Jan 26, 2011

Can I make a list of hyperlinks that users can customize and save as a cookie by clicking a button and automatically retrieve the cookie so it remembers their list next time? This is kind of what I want to do:

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved