Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 20 of 20
Search took 0.09 seconds.
Search: Posts Made By: Richy
Forum: General web building 07-16-2009, 02:02 AM
Replies: 1
Views: 607
Posted By Richy
Fixed the problem. Use...

Fixed the problem.
Use /home/username/domain.com ;)
Forum: General web building 07-15-2009, 10:47 PM
Replies: 1
Views: 607
Posted By Richy
Organize The Files Between Two Domains

Hi,

I have lots of domain in my DREAMHOST account with same user. For example, I have a photo uploader script in B.com domain. I want that when a photo is uploaded from B.com, I want to move the...
Forum: Ajax and Design 05-07-2009, 10:42 PM
Replies: 7
Views: 1,524
Posted By Richy
I can't understand anything about Javascript. I...

I can't understand anything about Javascript. I tried to change;

if(xmlHttp.readyState == 4){
var response = xmlHttp.responseText;
TICKER.innerHTML = response;
...
Forum: Ajax and Design 05-07-2009, 10:23 PM
Replies: 7
Views: 1,524
Posted By Richy
Hi, Where can I store the variable in these...

Hi,
Where can I store the variable in these codes?
Forum: Ajax and Design 05-07-2009, 04:14 PM
Replies: 7
Views: 1,524
Posted By Richy
Any idea ?

Any idea ?
Forum: Ajax and Design 05-05-2009, 07:12 PM
Replies: 7
Views: 1,524
Posted By Richy
Hi, I changed the code as; ...

Hi,
I changed the code as;

if(xmlHttp.readyState == 4){
var response = xmlHttp.responseText;
TICKER.innerHTML = response;
setTimeout('callServer()',5000);
TICKER_CONTENT =...
Forum: Ajax and Design 05-05-2009, 05:47 PM
Replies: 7
Views: 1,524
Posted By Richy
Also, this is the content of webticker_lib.js; ...

Also, this is the content of webticker_lib.js;

TICKER_CONTENT = document.getElementById("TICKER").innerHTML;

TICKER_RIGHTTOLEFT = false;
TICKER_SPEED = 2;
TICKER_STYLE = "font-family:Arial;...
Forum: Ajax and Design 05-05-2009, 05:45 PM
Replies: 7
Views: 1,524
Posted By Richy
Ajax news bar problem

Hello,
I have this script;

<html>
<head>
<script type="text/JavaScript" language="JavaScript">
var xmlHttp=false;
try {
xmlHttp = new ActiveXObject("Msxml2.xmlHttp");
} catch (e) {
Forum: MySQL 04-05-2009, 05:06 PM
Replies: 4
Views: 2,275
Posted By Richy
I exported the table, and I saw problem. ...

I exported the table, and I saw problem.

CREATE TABLE `songs` (
`songid` int(5) NOT NULL auto_increment,
`song` varchar(100) character set latin1 NOT NULL,

I'M AN IDIOT!

Thank you,
:)
Forum: MySQL 04-05-2009, 04:57 PM
Replies: 4
Views: 2,275
Posted By Richy
No, it's same :(.

No, it's same :(.
Forum: MySQL 04-04-2009, 09:24 AM
Replies: 4
Views: 2,275
Posted By Richy
In UTF-8 Special Character Problem (They Seem "?")

Hi, I have an UTF-8 Sql file. When I import this file to Mysql, the special non-english characters seem as question mark in phpMyAdmin. The database, the tables, MySQL charset, and MySQL connection...
Forum: Ajax and Design 04-02-2009, 02:03 AM
Replies: 9
Views: 2,354
Posted By Richy
I still have a problem unfortunately! :( ...

I still have a problem unfortunately! :(

When the content of marquecontent is updated, the width of rh_ticker_iedom remains same... Therefore, the script falls in empty (no ticker). How can we...
Forum: Ajax and Design 03-30-2009, 01:22 AM
Replies: 9
Views: 2,354
Posted By Richy
Hi nomanic, Using POST got success! :) Thank...

Hi nomanic,
Using POST got success! :) Thank you very much...

Unfortunately I don't know any progress bar for ajax.

Also, I want to ask a question to JavaScript experts. I didn't try lots of...
Forum: Ajax and Design 03-29-2009, 10:34 PM
Replies: 9
Views: 2,354
Posted By Richy
I'd syntax error and I changed...

I'd syntax error and I changed setInterval(goer(),5000); to setInterval( "goer()" ,5000 );

And it's worked in Firefox! Thank you nomanic. However, the context don't be updated in IE7. What is its...
Forum: Ajax and Design 03-29-2009, 10:04 PM
Replies: 9
Views: 2,354
Posted By Richy
Thank you but how can I combine these with my...

Thank you but how can I combine these with my script?
Forum: Ajax and Design 03-29-2009, 11:33 AM
Replies: 9
Views: 2,354
Posted By Richy
Hi shyam, Thank you for your post but I'm very...

Hi shyam,
Thank you for your post but I'm very amateur with JavaScript.

I found that;

new Ajax.PeriodicalUpdater("ie_rh_ticker", "updater.php", {
method: 'get',
frequency: 60,
...
Forum: Ajax and Design 03-28-2009, 08:40 PM
Replies: 9
Views: 2,354
Posted By Richy
How to update marquee content while determined time

I found a little News Bar script that runs in IE and Firefox;

<script language="JavaScript">

ticker_width = "700px";
ticker_height = "22px";
ticker_speed = 1;
ticker_pause_onhover = 1;...
Forum: Ajax and Design 03-27-2009, 08:39 PM
Replies: 0
Views: 2,143
Posted By Richy
Dynamic Ajax Content For News Bar

Hi,
I try to make an ajax script that can take the content from an HTML/PHP/TXT file and can show the content in a ticker/news bar.

I found webticker_lib.js very nice and basic for news bar....
Forum: JavaScript programming 03-26-2008, 04:42 PM
Replies: 2
Views: 1,046
Posted By Richy
The problem is Solved....

The problem is Solved....
Forum: JavaScript programming 03-26-2008, 11:46 AM
Replies: 2
Views: 1,046
Posted By Richy
Simple Script to send message to PHP Script

I have a MSN plus script that sends messages to a PHP script. However, it does not work. I think there can be syntax error in the script.


The script;

function SendToPHP(email,msg){
var...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 02:54 AM.