Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 401
Search took 1.32 seconds.
Search: Posts Made By: ecnarongi
Forum: JavaScript programming 06-14-2011, 07:54 PM
Replies: 2
Views: 307
Posted By ecnarongi
Thanks for the suggestions about the images. Some...

Thanks for the suggestions about the images. Some images need the transparency so those will still stay pngs but all other we will do a jpeg compression for.

I also saw that clientHeight and...
Forum: JavaScript programming 06-14-2011, 03:27 AM
Replies: 2
Views: 307
Posted By ecnarongi
Image swap and slow loads

I am working on a demo for a movie site, and 90% of everything seems cool.
Here (http://www.themoviecache.com/demo)

I am doing php.flushes, .htaccess caching and using PNGs to help with...
Forum: JavaScript programming 12-10-2008, 05:49 PM
Replies: 2
Views: 1,579
Posted By ecnarongi
you can rewrite your input elements like so: ...

you can rewrite your input elements like so:


<input type='button' value='clickme' onclick='doit();' />
<input type='button' value='click me too' onclick='doit("You are doing it wrong!");'/>

...
Forum: Post a JavaScript 12-10-2008, 05:44 PM
Replies: 0
Views: 843
Posted By ecnarongi
Adding numbers - SOLVED

I have a function:



function updateTotal(arg) {
var curr_total, new_total;
curr_total = parseFloat(document.getElementById('subtotal').value);
new_total = curr_total +...
Forum: Flash & ActionScript 06-21-2007, 12:49 PM
Replies: 5
Views: 1,241
Posted By ecnarongi
Thanks, I will use this until I learn how to...

Thanks, I will use this until I learn how to create the effect myself.
Forum: Flash & ActionScript 06-21-2007, 06:01 AM
Replies: 5
Views: 1,241
Posted By ecnarongi
I found this...

I found this (http://www.flashkit.com/movies/Interfaces/Navigation/mini-nav-Dorian_B-699/index.php) at flashkit.com, but I was wondering if there was a tut for the same effect.

I haven't used...
Forum: Flash & ActionScript 06-21-2007, 05:48 AM
Replies: 5
Views: 1,241
Posted By ecnarongi
Thanks for the link. So you are telling me...

Thanks for the link.

So you are telling me that there is no way I can dupe this effect w/o buying the product? :(

and I have been thanking people in advanced on this forum for about seven...
Forum: Flash & ActionScript 06-21-2007, 05:02 AM
Replies: 5
Views: 1,241
Posted By ecnarongi
Preview Image effect

What is the preview image effect called on this page

link...
Forum: PHP 01-10-2007, 03:39 PM
Replies: 2
Views: 796
Posted By ecnarongi
in your server directory look for a "public_html"...

in your server directory look for a "public_html" or a "html" folder or something like that. Make a simple page to see if this is the correct folder. Try making a page called index.html with contents...
Forum: JavaScript programming 01-09-2007, 07:10 PM
Replies: 3
Views: 588
Posted By ecnarongi
I tested the code you provided and I could not...

I tested the code you provided and I could not find a problem with it.

The error must be elsewhere on your page.
Forum: JavaScript programming 12-13-2006, 04:54 PM
Replies: 0
Views: 835
Posted By ecnarongi
Cutting off an iframe's content

Hello all,

I need to chop the top 200 pixels off of an iframe. I have tried to set my style for top and margin-top to negative values with no results.

I have a banner on top of one of my pages...
Forum: PHP 12-07-2006, 03:57 PM
Replies: 1
Views: 797
Posted By ecnarongi
I think home -> category -> subcategory ->...

I think

home -> category -> subcategory -> pagename

and everytime you are somewhere on your site always have pagename
if your site is set-up in steps then you should have a step bread crumb...
Forum: Perl/ CGI 12-06-2006, 10:36 PM
Replies: 6
Views: 1,079
Posted By ecnarongi
I am using php.

I am using php.
Forum: Perl/ CGI 12-06-2006, 05:57 AM
Replies: 6
Views: 1,079
Posted By ecnarongi
Thanks for your help, but I solved this on my...

Thanks for your help, but I solved this on my own.

I solved having a middle initial with:
"[ \t\n\r\f\v][A-Z][ \t\n\r\f\v]"

and solved having Dr. in front of a name or MD at the end of a name...
Forum: PHP 12-05-2006, 11:05 PM
Replies: 4
Views: 9,830
Posted By ecnarongi
you can use the empty() function. It returns true...

you can use the empty() function. It returns true or false.
Forum: Perl/ CGI 12-05-2006, 10:54 PM
Replies: 6
Views: 1,079
Posted By ecnarongi
Well it isn't a school assignment. I have...

Well it isn't a school assignment.

I have been using a combination of substr(), and strchr() to find the instance of what I am looking for, in this case space+letter+space. I just thought I would...
Forum: Perl/ CGI 12-05-2006, 10:15 PM
Replies: 6
Views: 1,079
Posted By ecnarongi
reg exp help

Hello,

I need a regular expression that strips off Dr off the front of a name and MD off the back of a name. I need this to work for Dr. or Dr., or ,MD or ,M.D. can someone please help.

Also, I...
Forum: JavaScript programming 04-27-2006, 07:03 PM
Replies: 3
Views: 1,378
Posted By ecnarongi
Sorry I was away. I will put up some code soon.

Sorry I was away. I will put up some code soon.
Forum: JavaScript programming 04-27-2006, 06:59 PM
Replies: 4
Views: 1,023
Posted By ecnarongi
Sorry I have been away. I will look at this again.

Sorry I have been away. I will look at this again.
Forum: JavaScript programming 04-20-2006, 04:57 PM
Replies: 4
Views: 1,023
Posted By ecnarongi
Id your problem solved? I am not following...

Id your problem solved?

I am not following your problem here. I went to the site in question and the header images seem to be working fine in FF1. Please advise.
Forum: JavaScript programming 04-19-2006, 07:52 PM
Replies: 3
Views: 1,378
Posted By ecnarongi
Solution: have the child pop-window send the...

Solution: have the child pop-window send the information into a hidden form on the parent page. when you select what you need in the child pop-window this information is sent to the hidden form on...
Forum: JavaScript programming 04-13-2006, 04:02 PM
Replies: 6
Views: 747
Posted By ecnarongi
The only thing you are missing from your function...

The only thing you are missing from your function is the proper call to disable


<script>
function fieldCheck6(myfield){
if (myfield.value=="NO"||"No"||"no"||"nO")...
Forum: JavaScript programming 04-13-2006, 03:56 PM
Replies: 12
Views: 1,116
Posted By ecnarongi
why go through a function at all <a...

why go through a function at all


<a href="http://www.yahoo.com" onclick="window.open(this.href,'','width=400');return false">Yahoo</a>
Forum: JavaScript programming 04-11-2006, 05:38 PM
Replies: 3
Views: 852
Posted By ecnarongi
Seems possible, how familiar are you with AJAX...

Seems possible, how familiar are you with AJAX techniques (http://www.webmonkey.com/06/15/index3a.html)?

you would have to do some trickey coding for the number of options in the dropdown if the...
Forum: JavaScript programming 04-10-2006, 08:58 PM
Replies: 1
Views: 996
Posted By ecnarongi
There should be no problem having two forms with...

There should be no problem having two forms with different names or IDs call the same function. The problem will be that the name or ID of the form elements being the same, which sounds like your...
Showing results 1 to 25 of 401

 
Forum Jump

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