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 21 of 21
Search took
0.13
seconds.
Search:
Posts Made By:
rptodd1
Forum:
PHP
03-03-2009, 01:44 PM
Replies:
1
how do I change the mysql access socket?
Views:
645
Posted By
rptodd1
resolved
changed in /etc/php.ini, in the section [MySQL] from:
mysql.default_socket = /var/mysql/mysql.sock
to
mysql.default_socket = /mysql/mysql.sock
then restarted apache
Forum:
PHP
03-03-2009, 12:52 AM
Replies:
1
how do I change the mysql access socket?
Views:
645
Posted By
rptodd1
how do I change the mysql access socket?
I'm using php 5 and mysql 5.0.67. php wants to access it using
'MYSQL_UNIX_ADDR ="/var/mysql/mysql.sock" which is set in a c header file
mysql uses MYSQL_UNIX_ADDR = "/tmp/mysql.sock"
how do...
Forum:
Ruby & Ruby On Rails
01-20-2009, 09:55 PM
Replies:
2
Newbie needs help with the rake db:migrate command
Views:
11,612
Posted By
rptodd1
Newbie needs help with the rake db:migrate command
Hi, I'm running ROR on my Max OSX Darwin with mysql. I've successfully installed the mysql gem abd have created the active record class by extending ActiveRecord::Migration I have defined my...
Forum:
DOM and JSON scripting
12-28-2008, 07:07 PM
Replies:
2
How can I get the Fold-out menu to appear on the right?
Views:
1,539
Posted By
rptodd1
it's easier to do it with css. make the menu...
it's easier to do it with css. make the menu display property to none, onmouseover change the display to block.
Forum:
DOM and JSON scripting
12-25-2008, 03:39 AM
Replies:
1
Merry Christmas from IE scrooge please help
Views:
958
Posted By
rptodd1
Merry Christmas from IE scrooge please help
I'm writing a thumbnail image gallery and am using a ondblclick event to swap the thumbnail for a larger display. I've used both the element.setAttiute method and the element.ondblclick = syntax and...
Forum:
HTML & CSS
08-25-2007, 09:25 PM
Replies:
2
Looking for an Intermediate to advanced CSS class
Views:
569
Posted By
rptodd1
Still looking anyone have any adivice?
Still looking anyone have any adivice?
Forum:
HTML & CSS
08-09-2007, 07:36 PM
Replies:
2
Looking for an Intermediate to advanced CSS class
Views:
569
Posted By
rptodd1
Looking for an Intermediate to advanced CSS class
Hi,
I supervise the UIE team for a large Website. We do a bunch of advanced layout, AJAX, animation and other fairly advanced WEB techniques. The area we are weakest in as a team is Advanced...
Forum:
JavaScript programming
05-04-2007, 03:41 PM
Replies:
0
Slider controls anyone an expert?
Views:
470
Posted By
rptodd1
Slider controls anyone an expert?
We have been asked to implement a number of slider controls and need a some advice as to any open source sliders that may be available. I've already seen Yahoo's.
Robert
Forum:
HTML & CSS
02-09-2007, 08:17 PM
Replies:
7
Layout Help Needed
Views:
937
Posted By
rptodd1
The first trick is to do a right click and select...
The first trick is to do a right click and select view source.
Those two pages are way beyond a newbies toolkit stuffed full of scripting and styling as well as ajax. what is happening is the...
Forum:
HTML & CSS
02-09-2007, 06:02 PM
Replies:
1
Graphic designers want print like html - a fading Table Border
Views:
1,054
Posted By
rptodd1
Graphic designers want print like html - a fading Table Border
They want a table border to fade from black to clear. I am stumped unless we use a gif. Anyone have a native html/css idea?
Forum:
DOM and JSON scripting
12-06-2006, 07:11 PM
Replies:
5
script generated checkboxs HELP
Views:
822
Posted By
rptodd1
thanks folks I'm now checking the checked...
thanks folks I'm now checking the checked property and that does work as expected.
Forum:
DOM and JSON scripting
12-06-2006, 06:00 PM
Replies:
5
script generated checkboxs HELP
Views:
822
Posted By
rptodd1
I did in the first post. The only other code...
I did in the first post. The only other code would be outputting the value of the checkbox element, and that yields on.
Forum:
DOM and JSON scripting
12-06-2006, 02:29 PM
Replies:
5
script generated checkboxs HELP
Views:
822
Posted By
rptodd1
script generated checkboxs HELP
I'm currently creating checkboxs using the following.
var myInput document.createElement("input");
myInput.setAttribute("type","checkbox");
in both Firefox and IE 6 they appear in the document...
Forum:
DOM and JSON scripting
11-17-2006, 01:58 PM
Replies:
1
Ajax request object question
Views:
1,010
Posted By
rptodd1
Ajax request object question
I'm currently implementing my first ajax project and have successfully sent and received a post request and xml response. I now need to make another request to the same server. Do I need a new...
Forum:
DOM and JSON scripting
11-16-2006, 03:10 AM
Replies:
2
how do I view inner.HTML?
Views:
845
Posted By
rptodd1
how do I view inner.HTML?
I know I can alert it, but I want to be able to copy what my DOM script is producing and tweak it in an html editor. How can I output it to produce source I can copy? make that element.innerHTML
Forum:
DOM and JSON scripting
11-02-2006, 02:43 PM
Replies:
1
IE 6 not recognizing my input.setAttribute(event, function()).
Views:
2,918
Posted By
rptodd1
IE 6 not recognizing my input.setAttribute(event, function()).
here is the DOM scripting I used to create an input element and its attributes. IE6 see everything if you believe innerHtml, but doesnot react to the onblur event. How can I fix this?
...
Forum:
DOM and JSON scripting
10-31-2006, 06:43 PM
Replies:
6
firefox can't create an XMLHttpRequest
Views:
1,190
Posted By
rptodd1
so how do I reference this in a static file I'mm...
so how do I reference this in a static file I'mm opening from my hard drive with my browser?
Forum:
DOM and JSON scripting
10-31-2006, 03:37 PM
Replies:
6
firefox can't create an XMLHttpRequest
Views:
1,190
Posted By
rptodd1
Why isn't firefox loading that external file but...
Why isn't firefox loading that external file but IE is?
Robert
Forum:
DOM and JSON scripting
10-30-2006, 10:42 PM
Replies:
6
firefox can't create an XMLHttpRequest
Views:
1,190
Posted By
rptodd1
firefox can't create an XMLHttpRequest
Why are Firefox 1.5 and 2.0 no seeing this method when IE6 does"
here's the import statements followed by the function imported, followed by the script trying to create a XMLHttpRequest, followed...
Forum:
DOM and JSON scripting
10-24-2006, 01:52 PM
Replies:
3
IE6 not displaying DOM created elements
Views:
1,487
Posted By
rptodd1
Thanks guys
Thanks guys
Forum:
DOM and JSON scripting
10-24-2006, 01:33 AM
Replies:
3
IE6 not displaying DOM created elements
Views:
1,487
Posted By
rptodd1
IE6 not displaying DOM created elements
Hi,
I'm trying to set up an ajax app at work, but the IE6 won't display DOM objects my script is producing. Why won't the following code display in IE6 but works great in Firefox (several...
Showing results 1 to 21 of 21
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
01: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.