Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
Organize The Files Between Two Domains
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
Organize The Files Between Two Domains
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
Ajax news bar problem
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
Ajax news bar problem
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
Ajax news bar problem
Views:
1,524
Posted By
Richy
Any idea ?
Any idea ?
Forum:
Ajax and Design
05-05-2009, 07:12 PM
Replies:
7
Ajax news bar problem
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
Ajax news bar problem
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
Ajax news bar problem
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
In UTF-8 Special Character Problem (They Seem "?")
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
In UTF-8 Special Character Problem (They Seem "?")
Views:
2,275
Posted By
Richy
No, it's same :(.
No, it's same :(.
Forum:
MySQL
04-04-2009, 09:24 AM
Replies:
4
In UTF-8 Special Character Problem (They Seem "?")
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
How to update marquee content while determined time
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
How to update marquee content while determined time
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
How to update marquee content while determined time
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
How to update marquee content while determined time
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
How to update marquee content while determined time
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
How to update marquee content while determined time
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
Dynamic Ajax Content For News Bar
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
Simple Script to send message to PHP Script
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
Simple Script to send message to PHP Script
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:54 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.