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 2
1
2
>
Showing results 1 to 25 of 26
Search took
0.09
seconds.
Search:
Posts Made By:
DanHardy
Forum:
JavaScript frameworks
02-20-2013, 05:03 PM
Replies:
0
Carousel Problem
Views:
197
Posted By
DanHardy
Carousel Problem
Hi Guys,
I'm stuck on this. I am using CarouFredSel and have the slider up and running perfectly. However, I am also trying to hook into its "onAfter" function that enables you to specify what...
Forum:
JavaScript programming
06-15-2012, 11:41 AM
Replies:
2
Jquery If Statement
Views:
335
Posted By
DanHardy
I edited the else statement to be another if...
I edited the else statement to be another if statement like so:
if(name==''){
$('#name').addClass('error');
$('.missed-field').fadeIn('slow');
}
if(email==''){
...
Forum:
JavaScript programming
06-15-2012, 10:15 AM
Replies:
2
Jquery If Statement
Views:
335
Posted By
DanHardy
Jquery If Statement
Hi all,
I am having some difficulty with a jquery if statement.
The code looks like following:
if(name==''){
$('#name').addClass('error');
...
Forum:
JavaScript programming
03-15-2012, 05:32 PM
Replies:
11
Adding a settimeout to this function
Views:
735
Posted By
DanHardy
Solved my previous question, the trailing comma...
Solved my previous question, the trailing comma in the options was the issue.
I thought I should let you both know, the timeout methods (both ways) were successful in delaying the slideshow.
...
Forum:
JavaScript programming
03-15-2012, 04:39 PM
Replies:
11
Adding a settimeout to this function
Views:
735
Posted By
DanHardy
Thanks guys, didn't mean to cause an argument! ...
Thanks guys, didn't mean to cause an argument!
Little off topic but could either of you suggest why this slideshow isn't showing up at all in Internet Explorer 8 and below?
Is it most likely a...
Forum:
JavaScript programming
03-13-2012, 05:00 PM
Replies:
11
Adding a settimeout to this function
Views:
735
Posted By
DanHardy
Thanks but this had no effect
Thanks but this had no effect
Forum:
JavaScript programming
03-12-2012, 08:54 PM
Replies:
11
Adding a settimeout to this function
Views:
735
Posted By
DanHardy
Thanks for the reply but I don't think you...
Thanks for the reply but I don't think you understood the question
Forum:
JavaScript programming
03-12-2012, 12:43 PM
Replies:
11
Adding a settimeout to this function
Views:
735
Posted By
DanHardy
Adding a settimeout to this function
Hi all,
I have what I hope will be a simple question for someone to help me with.
I simply want to add a timeout to the folowing code:
$(function(){
Forum:
JavaScript programming
11-09-2011, 06:13 PM
Replies:
2
Making one variable equal another
Views:
740
Posted By
DanHardy
Works a dream, thanks. So the problem was...
Works a dream, thanks.
So the problem was basically that variable secondstartpoint wasn't "ready"?
Forum:
JavaScript programming
11-09-2011, 09:19 AM
Replies:
2
Making one variable equal another
Views:
740
Posted By
DanHardy
Making one variable equal another
Hi all,
I'll get it out their early, I am somewhat of a javascript novice.
Here is the code I am working with:
<script type="application/javascript">
$(document).ready(function() {
Forum:
JavaScript programming
10-12-2011, 05:36 PM
Replies:
2
How do I program a select option to enable a field?
Views:
438
Posted By
DanHardy
Here's an example that may help: <html> ...
Here's an example that may help:
<html>
<head>
<title>Activate Textboxes</title>
<script type="text/javascript">
function activateTextBox () {
if (document.getElementById("r1a").checked ||...
Forum:
JavaScript programming
10-12-2011, 04:43 PM
Replies:
0
News Ticker Not working
Views:
399
Posted By
DanHardy
News Ticker Not working
Hi Guys,
I am using the following script:
<script>
JQTWEET = {
// Set twitter username, number of tweets & id/class to append tweets
Forum:
JavaScript programming
09-08-2011, 02:00 PM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
Lovely. Will donate in due course :)
Lovely.
Will donate in due course
:)
Forum:
JavaScript programming
09-08-2011, 09:25 AM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
Thanks for the updated code, it worked a dream. ...
Thanks for the updated code, it worked a dream.
Sorry, I wasn't specific enough about what I meant by "breaks the code".
If you go to the page I linked to previously and click any of the dots...
Forum:
JavaScript programming
09-07-2011, 05:11 PM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
Also, Just me being picky and its not really...
Also,
Just me being picky and its not really important but i noticed if you double click the current active image, then it breaks the code
Forum:
JavaScript programming
09-07-2011, 04:36 PM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
One more thing. I know I'm being greedy now....
One more thing.
I know I'm being greedy now.
I need one dot to be white onload?
Thanks again
Forum:
JavaScript programming
09-07-2011, 04:34 PM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
Your the best Thanks
Your the best
Thanks
Forum:
JavaScript programming
09-07-2011, 03:40 PM
Replies:
8
Toggle Multiple Images
Views:
867
Posted By
DanHardy
Toggle Multiple Images
Hi all,
I have a number of images placed on a map (the images are dots indicating a location)
When clicked, that displays different textual information somewhere on the page. View here and...
Forum:
HTML & CSS
08-12-2011, 05:38 PM
Replies:
2
Drop down menu not working in IE
Views:
1,240
Posted By
DanHardy
http://garethhardy.com/shine/ There is the...
http://garethhardy.com/shine/
There is the link.
Also it is coded in Wordpress. Not sure if that make a difference but thought I should mention it :)
Forum:
HTML & CSS
08-12-2011, 03:40 PM
Replies:
2
Drop down menu not working in IE
Views:
1,240
Posted By
DanHardy
Drop down menu not working in IE
Hi all,
Due to some research I am aware this is a notorious problem, however I am yet to find the solution. The problem is as the title says.
Here is the table used:
<ul id="menu">
Forum:
JavaScript programming
07-14-2011, 03:13 PM
Replies:
0
Hiding Content
Views:
241
Posted By
DanHardy
Hiding Content
Hi guys, I am working with a plugin calld Hashslider which is a fairly simple div slider.
Here is the code for startrs
// hashslider v0.9 by manuel huegel, copyright 2010
// mgoys.com
...
Forum:
HTML & CSS
07-03-2011, 03:01 PM
Replies:
1
Hiding Overflow
Views:
273
Posted By
DanHardy
Hiding Overflow
This might not be as simple as the title suggests.
Now for the question,
Please visit:
http://danielrhyshardy.com/header/demo.html
I am using the jquery plugin supersized to create a...
Forum:
JavaScript programming
07-03-2011, 03:00 PM
Replies:
0
Hiding Overflow
Views:
471
Posted By
DanHardy
Hiding Overflow
This might not be as simple as the title suggests. It may be a CSS problem, please say so if you know it to be and I will move it to the correct forum.
Now for the question,
Please visit:
...
Forum:
JavaScript programming
01-27-2011, 06:12 PM
Replies:
3
Array Problem
Views:
736
Posted By
DanHardy
Could you care to venture an example of the code...
Could you care to venture an example of the code you are suggesting?
Like I say, I am a javascript novice so any help you can give would be greatly appreciated.
Thanks
Dan
Forum:
JavaScript programming
01-27-2011, 04:24 PM
Replies:
3
Array Problem
Views:
736
Posted By
DanHardy
Array Problem
Hi all,
I am mixing googles geolocation with it's local search API.
This sounds complicated but I think my problem is primarily one involving passing a value to an array.
Here is my code
...
Showing results 1 to 25 of 26
Page 1 of 2
1
2
>
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
08:14 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.