Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
About Me

I have past experience as a software programmer but no web-based programming. I’m now freelance and have been learning web development on my own, with goals of creating websites for my husband and me to present our philosophical ideas.

Member Avatar for RobRob666

I had a nice set of useful preferences set up such as code coloring preferences. One day they were just gone. I had not installed anything or done anything to cause it -- to my knowledge. Now I’ve re-updated many of my Dreamweaver preferences. I would like to save / …

Member Avatar for RobRob666
0
202
Member Avatar for Mushy-pea

Hi everyone. Now, I`m sure that by now most of you are pretty tired of hearing the world`s politicians blaming everyone they can think of for the financial crisis, but....bear with me. My argument is that capitalism (in it`s current form) is unsustainable in the long term because it requires …

Member Avatar for Chaky
0
155
Member Avatar for RobRob666

In preparation for asking this question, I reduced my actual code to mostly only its essentials as related to the phenomenon. I also changed colors, etc., so that it could hopefully be easily observed. Next are my test CSS and HTML code. [code].test-outer { border: 3px solid white; width: 111px; …

Member Avatar for RobRob666
0
111
Member Avatar for RobRob666

I already have 3 Javascripts working that I trigger within my <td>'s like this: [code]<td onMouseOver="mover(this)" onMouseOut="mout(this)" onClick="mclick('test.html')">Test Button</td>[/code] I have now coded up 1 Javascript function to handle all 3 events (using if statements). But how do I trigger the calling of that function inside my <td>'s? I was …

Member Avatar for RobRob666
0
2K