Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 112
Search took 0.25 seconds.
Search: Posts Made By: Mr.
Forum: JavaScript frameworks 10-23-2012, 07:53 PM
Replies: 4
Views: 426
Posted By Mr.
There are no errors.

There are no errors.
Forum: JavaScript frameworks 10-23-2012, 07:35 PM
Replies: 4
Views: 426
Posted By Mr.
How do I do that?

How do I do that?
Forum: JavaScript frameworks 10-23-2012, 07:18 PM
Replies: 4
Views: 426
Posted By Mr.
Unhappy Timer plugin won't work after executed once

I am using This Timer Plugin (http://keith-wood.name/countdown.html) to create a timer once a button is clicked. You can see it in action here (http://warcadia.com/game/timer.html) If you notice,...
Forum: PHP 11-19-2011, 05:03 AM
Replies: 1
Views: 293
Posted By Mr.
nevermind... figured it out. I had my...

nevermind... figured it out. I had my ZendFramework not linked right
Forum: PHP 11-19-2011, 03:54 AM
Replies: 1
Views: 293
Posted By Mr.
help with simple uploader script using Zend...

I have these few files which should enable me to upload any file below 50kb into a folder on my local server. The file on my Mac is...

/Users/Michael/upload_test

I am testing this script on my...
Forum: HTML & CSS 11-13-2011, 10:28 PM
Replies: 3
Views: 275
Posted By Mr.
but will you thank the user for their post if you...

but will you thank the user for their post if you get the answer?
Forum: HTML & CSS 11-13-2011, 10:27 PM
Replies: 2
Views: 623
Posted By Mr.
those all different pages my friend... this is...

those all different pages my friend... this is not a dynamic feature. If you don't know how this works then I'm not sure how to begin but suggest you read a web design book or free tutorials online.
Forum: HTML & CSS 11-13-2011, 10:12 PM
Replies: 1
Views: 224
Posted By Mr.
All browsers have different margin and padding...

All browsers have different margin and padding added to their elements by default. To take out this default annoying space, just add this to the top of your css...



* {
margin: 0;
padding:...
Forum: HTML & CSS 11-13-2011, 09:59 PM
Replies: 3
Views: 223
Posted By Mr.
No, that is not true. If you read what I needed...

No, that is not true. If you read what I needed done you would not have said that. Please only post if you know what you're talking about. Now I'm really not gonna get answer on this.
Forum: HTML & CSS 11-13-2011, 07:57 AM
Replies: 3
Views: 223
Posted By Mr.
Positioning a div behind a relative positioned div

I am pretty good with CSS but right now I am stumped... I hope someone out then better than myself can figure this out.

How do I put an Absolute positioned Div behind the relative positioned div?...
Forum: JavaScript programming 11-10-2011, 02:38 AM
Replies: 1
Views: 762
Posted By Mr.
Jqery UI accordion...

I'm creating a Jquery UI accordion and here are my customize options...

http://jqueryui.com/demos/accordion/

These options do not include how to make all the accordions start off closed or...
Forum: HTML & CSS 11-04-2011, 08:14 PM
Replies: 7
Views: 523
Posted By Mr.
I don't believe you have to use javascript to fix...

I don't believe you have to use javascript to fix this... please attach the javascript file as well though. thanks.
Forum: HTML & CSS 11-04-2011, 10:52 AM
Replies: 1
Views: 247
Posted By Mr.
You want someone to build this page for you??...

You want someone to build this page for you?? What is the issue you need help with?
Forum: HTML & CSS 11-04-2011, 10:45 AM
Replies: 7
Views: 523
Posted By Mr.
You have no backbutton on the page... what are...

You have no backbutton on the page... what are you talking about? The only button I see added when you click through is the "Hub" button and that obviously will take you back to the home page.
...
Forum: HTML & CSS 11-04-2011, 10:43 AM
Replies: 1
Views: 763
Posted By Mr.
If you have somewhat of an idea what you're...

If you have somewhat of an idea what you're doing, then you wouldn't have posted this in an HTML/CSS forum...

Your problem is related to server side scripting and your question, even if posted...
Forum: HTML & CSS 11-04-2011, 10:37 AM
Replies: 1
Views: 745
Posted By Mr.
I see you have posted 36 times but have thanked...

I see you have posted 36 times but have thanked no one... I could explain how you can do this if you can explain that.
Forum: HTML & CSS 11-04-2011, 10:31 AM
Replies: 1
Views: 231
Posted By Mr.
you can have them as links in your content and...

you can have them as links in your content and use the <img src> tag like you are using, but to style on the over state and such you would use CSS. You could also use CSS for the background image as...
Forum: Ajax and Design 11-04-2011, 10:19 AM
Replies: 3
Views: 604
Posted By Mr.
I got it... it was a misplaced curly bracket....

I got it... it was a misplaced curly bracket. Thanks for the help anyway!
Forum: Ajax and Design 11-04-2011, 10:14 AM
Replies: 3
Views: 604
Posted By Mr.
This is the test live... ...

This is the test live...

http://www.testwebdesign.com/SimpleAJAX.html
Forum: Ajax and Design 11-04-2011, 09:58 AM
Replies: 3
Views: 604
Posted By Mr.
my first AJAX attempt will not work... why...

Can you please tell me if you spot a problem.. when I run the page nothing appears.



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: JavaScript programming 11-03-2011, 03:56 AM
Replies: 3
Views: 263
Posted By Mr.
oh.. I was using the wrong one... I meant to use...

oh.. I was using the wrong one... I meant to use setAttributeNode...

I did run this through firebug and it gave me no errors... just ends the loop. The loop is still not working properly after...
Forum: JavaScript programming 11-03-2011, 03:11 AM
Replies: 3
Views: 263
Posted By Mr.
Angry help with for loop... generating table rows and data

I CANNOT GET THIS! I created a for loop to generate a specified number of input type fields onto the page within my form. The for loop will not work! to my knowledge all the code within the for loop...
Forum: JavaScript programming 11-02-2011, 09:42 PM
Replies: 26
Views: 1,436
Posted By Mr.
the onClick with two functions worked for me!...

the onClick with two functions worked for me! Thanks!
Forum: JavaScript programming 11-02-2011, 09:19 PM
Replies: 26
Views: 1,436
Posted By Mr.
how to run two functions simultaneously...

I'm trying to create a script that has a countdown and at each second, a div is created on the page with some content. How to run both functions at the same time at the click of a button? Thanks to...
Forum: JavaScript programming 11-02-2011, 08:33 AM
Replies: 2
Views: 882
Posted By Mr.
Smile Not sure if this is what you're looking for...

Not sure if this is what you're looking for because I was a tad confused... but with this code you can create any number of <div> elements with an id of "movingword0", "movingword1"... and style each...
Showing results 1 to 25 of 112

 
Forum Jump

All times are GMT +1. The time now is 10:19 PM.