www.webdeveloper.com
+ Post New Thread
Page 10 of 10 FirstFirst ... 8 9 10
Threads 226 to 241 of 241

Forum: JavaScript

JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...)

  1. Sticky Thread Sticky: Accessible Scripting 101

    Welcome to the "Accessible Scripting 101" thread. This thread will feature JavaScript scripts developed with accessibility in mind. In other words, these are scripts in which will degrade properly in the case that JavaScript isn't available to your end-user (which it isn't always, believe it or...

    Started by fredmv‎, 04-08-2005 10:05 PM
    • Replies: 12
    • Views: 104,183
    05-16-2013, 04:39 AM Go to last post
  2. Sticky Thread Sticky: Attn: Expert coders!

    I'm looking to update the scripts over at JavaScript Source (JSS) and need some good coders who are willing to take on a challenge. Here's the plan: Search through the code and see what you can bring up-to-date (i.e., DOM methods, unobtrusive, etc.). (There are some real old ones on there.)...

    Started by LeeU‎, 04-14-2006 01:08 PM
    6 Pages
    1 2 3 4 5 ... 6
    • Replies: 79
    • Views: 225,229
    12-30-2009, 08:00 AM Go to last post
  3. Sticky Thread Sticky: Please help us to help you.

    if you follow a few simple guidlines when posting you will be morelikly to recive an accurate reply quickly and with minimal fuss. Search. Click on search at the top and enter your term, the odd's are someone will already have asked your question. Describe. Tell us what it should do, how it is...

    Started by scragar‎, 04-29-2005 04:20 AM
    2 Pages
    1 2
    • Replies: 28
    • Views: 159,026
    05-31-2007, 09:07 AM Go to last post
  4. Sticky Thread Sticky: Attention All Coders!

    Hey, all you JavaScript coders! Are you interested in getting your scripts published? Would you like to share them with the rest of the world? You can submit them to the JavaScript Source at: http://javascript.internet.com/contribute/

    Started by LeeU‎, 03-31-2005 10:45 AM
    • Replies: 0
    • Views: 81,244
    03-31-2005, 10:45 AM Go to last post
  5. Sticky Thread Sticky: Message posting Guidelines

    Having seen countless threads opened on these forums that make no sense at all,and do no help to any volunteer to respond to it. I thought its only appropriate to write something like this that may help a new poster to get help quicker. Following are some general guidelines that must be kept in...

    Started by Khalid Ali‎, 08-25-2003 03:54 PM
    3 Pages
    1 2 3
    • Replies: 40
    • Views: 213,041
    08-07-2004, 12:15 PM Go to last post
  6. Sticky Thread Sticky: Wondering how to hide your source code?

    Well, give up right now then, because it is absolutely impossible. "No right-click" scripts and other similar scripts will only end up annoying your users in which actually don't even want to steal your source code or images, but rather just want to casually use their browser features. Doing things...

    Started by fredmv‎, 02-02-2004 03:12 PM
    • Replies: 0
    • Views: 202,445
    02-02-2004, 03:12 PM Go to last post
  1. resolved jquery plugin needed with option similar to twitter profile photo upload

    I'm searching for the drupal 7 module or PHP/jquery plugins. Requirements: Similar to twitter profile section image upload process. A bar to magnify/reduce image, save and fix the image position. Refer: Twitter photo upload section in profile settings. Kindly help me out to find the...

    Started by nithi_30‎, 04-23-2013 01:21 AM
    ajax, drupal, html, jquery, php
    • Replies: 0
    • Views: 676
    04-23-2013, 01:21 AM Go to last post
  2. resolved [RESOLVED] Trouble with input valdation

    I am having trouble with one part of this assignment. I have everything else working but I can not get the checkDownfunction to properly check for an error. When I run the program, it always sends the alert. I assume it has something to do with this statement : || formData.downPayment.value >...

    Started by olddog‎, 04-20-2013 10:48 PM
    • Replies: 4
    • Views: 1,159
    04-22-2013, 10:56 PM Go to last post
  3. resolved [RESOLVED] JavaScript text slideshow - will it need anything else to be placed on the Web?

    There are several JavaScript text slideshows around, including this one. If I want to put a slideshow of that kind on my website, would I need to add anything else other than some basic HTML? Yes, there is a reason why I'm asking instead of just trying it. I'm quite inexperienced and I'm a...

    Started by Anne_Arbor‎, 04-21-2013 09:29 PM
    • Replies: 3
    • Views: 877
    04-22-2013, 08:53 PM Go to last post
  4. resolved [RESOLVED] :hover substitute command for iPad dropdown menu

    I was modifying the menu code from post #3 of http://www.webdeveloper.com/forum/showthread.php?276117-Creating-a-menu-Please-review-my-code&p=1260599#post1260599 It seems to work fine in all browsers as it is labeled "CROSS BROWSER DROPDOWN MENU", except for the built-in browser in the ipad...

    Started by JMRKER‎, 04-22-2013 09:30 AM
    • Replies: 1
    • Views: 1,085
    04-22-2013, 10:59 AM Go to last post
  5. Function for radiobutton works fine in chrome and firefox, but not in IE

    My form has four radiobuttons that I covered with images using position:absolute. Then i wrote a function saying that if an image was clicked, it should get a border and the radiobutton should be checked. It works in chrome and firefox, but in IE nothing happens! Does someone know if maybe the...

    Started by KossaMuu‎, 04-18-2013 05:19 AM
    • Replies: 4
    • Views: 1,025
    04-22-2013, 09:01 AM Go to last post
  6. What is the best way to preload images located in other pages of my website?

    Hi A few pages on my website have different medium sized images. To speed up page loads, when users visit my home page, I would like to pre-load the other page's images into the browser cache. Should I add my preload script to the head section of my home page or should I place the script in an...

    Started by maxwell55‎, 04-19-2013 06:07 PM
    • Replies: 3
    • Views: 827
    04-21-2013, 07:42 PM Go to last post
  7. link formatting problem

    I am trying to use the google player on my site to play audio files.. <embed type="application/x-shockwave-flash" flashvars="audioUrl=http://mysite.com/download2.php?a=844SleepAway.mp3&b=e7ea6db131e736cb244482e4f4e0a906" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400"...

    Started by iheartbreakz‎, 04-20-2013 10:12 AM
    • Replies: 1
    • Views: 516
    04-21-2013, 02:36 PM Go to last post
  8. resolved [RESOLVED] Clicking <a> returns undefined.

    I have some js code where I would like to send the text of an <a> link to a textfield when clicked. Here is a live example: http://leke.dyndns.org/swe-ass2-autocomplete/ I'm getting "undefined" though. Here are the important bits of my code... html: <input type="text" name="courseField"...

    Started by leke‎, 04-21-2013 11:55 AM
    javascript
    • Replies: 2
    • Views: 550
    04-21-2013, 01:17 PM Go to last post
  9. Java Script

    Hi every one i m new at this forum and this one is my first post, i hope i will get my answer My question is that, i want to change the advertisement on my webpage on the basis of value in the list box, my list box contains names of city i want to display the advertisements of particular city...

    Started by ashish0424‎, 04-19-2013 05:10 AM
    • Replies: 6
    • Views: 734
    04-21-2013, 10:59 AM Go to last post
  10. Adjusting a script for simulating page flips

    Hello, I have found a nice script for simulating turning pages (images) on a website. The problem is that I would like to modify it a bit, but can't figure out how to do. I'm not used to programming javascripts, usually I just copy and paste scripts. I'm not working with this commercially. The...

    Started by broderi‎, 04-21-2013 04:37 AM
    pageflip
    • Replies: 0
    • Views: 439
    04-21-2013, 04:37 AM Go to last post
  11. dynamic div with links

    my website is index.php (layout/design), and multiple links to include through php content in the center (articles/downloads/etc) <div id="page_content"> <?php $dc = $_GET;if(!empty($dc)){$dc .= '.php';include_once($dc);}else{include_once('articles.php');}?> </div> i need to be...

    Started by hitscan‎, 04-20-2013 10:48 PM
    • Replies: 0
    • Views: 417
    04-20-2013, 10:48 PM Go to last post
  12. resolved [RESOLVED] Screen Size Vs. Screen Resolution

    I'm trying to get the width of my screen in pixels using JavaScript. e.g. window.width, window.outerWidth, screen.width, screen.availWidth, etc. The highest value I get back is 1280. However, my screen resolution is set at 1920 x 1080. So why doesn't JavaScript display 1920. I'm using a...

    Started by TedN‎, 04-20-2013 12:20 AM
    • Replies: 2
    • Views: 758
    04-20-2013, 07:25 PM Go to last post
  13. Checkbox changing font style

    Hey, I'm trying to get the font of some text to change to normal and black in color when the check box is ticked, i thought i had it but it doesnt work, does anyone have any suggestions? <p id="p1" style="color: #FF0000; font-weight: bold;">I have read and agree to the terms and conditions ...

    Started by 93tomh‎, 04-20-2013 03:52 PM
    • Replies: 2
    • Views: 582
    04-20-2013, 05:34 PM Go to last post
  14. Checkboxes and submit buttons?

    Hey, I'm quite new to javascript, and I have come to a bit of a sticking point which is (probably) easy to fix. Im trying to make the submit button active when th checkbox is checked, and greyed out when not checked. The code: <p><input type="checkbox" id="termsChkbx" /></p> ...

    Started by 93tomh‎, 04-20-2013 07:28 AM
    • Replies: 4
    • Views: 612
    04-20-2013, 08:34 AM Go to last post
  15. Javascript Cookies to remember which category was selected

    I have a site I am working on, and i don't know where to begin with making a Javascript cookie with a jquery plugin. I want the users computer to remember which category is active in the 3 containers on the bottom when they leave the page and come back. here is the HTML. You can look at the...

    Started by pdiddles03‎, 04-20-2013 08:22 AM
    • Replies: 0
    • Views: 469
    04-20-2013, 08:22 AM Go to last post
  16. How to use innerHTML on an element of a different frame??

    Following are my frames: <frameset cols="600,*"> <frame name="a" src="a.html"> <frameset rows="300,*"> <frame name="b" src="b.html"> <frame name="c" src="c.html"> </frameset> </frameset>

    Started by echipbk‎, 04-19-2013 02:20 AM
    • Replies: 2
    • Views: 679
    04-20-2013, 03:38 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 476 users browsing this forum. (1 members & 475 guests)

  1. Padonak

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles