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
Page 1 of 17
1
2
3
11
>
Last
»
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
Image swap and slow loads
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
Image swap and slow loads
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
Using Parameters With Javascript Functions
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
Adding numbers - SOLVED
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
Preview Image effect
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
Preview Image effect
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
Preview Image effect
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
Preview Image effect
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
easyphp basic question
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
image effect
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
Cutting off an iframe's content
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
Leaving Bread Crumbs
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
reg exp help
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
reg exp help
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
Check if an array contains empty values
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
reg exp help
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
reg exp help
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
Passing information from child popup window to parent
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
Problem With Ajax Slideshow
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
Problem With Ajax Slideshow
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
Passing information from child popup window to parent
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
reset listbox based upon input
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
Advanced Popup window
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
Populate dropdown from mysql on the fly...
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
using function twice on one page
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
Page 1 of 17
1
2
3
11
>
Last
»
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
10:46 PM
.
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.