Go Back   CodingForums.com > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 1,487
Posted By rptodd1
Thanks guys

Thanks guys
Forum: DOM and JSON scripting 10-24-2006, 01:33 AM
Replies: 3
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

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