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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 115
Search took
0.53
seconds.
Search:
Posts Made By:
007julien
Forum:
JavaScript programming
05-12-2013, 12:24 PM
Replies:
6
Best Javascript book or tutorial
Views:
206
Posted By
007julien
Peter-Paul Kock wrote very good pages on...
Peter-Paul Kock wrote very good pages on javascript (http://www.quirksmode.org/js/contents.html). Although they are relatively old, they contain valuable lessons including events...
Forum:
JavaScript programming
04-29-2013, 08:30 PM
Replies:
5
Argument not defined
Views:
153
Posted By
007julien
Just a few missing quotes : output += '<button...
Just a few missing quotes :
output += '<button class="btnType2" onclick="SetOrderLine(\'' + hatAndGloveSize[i] +'\')"/>' + hatAndGloveSize[i] + '</button>';
An alert(output) before...
Forum:
JavaScript programming
04-22-2013, 03:00 PM
Replies:
25
selecting a non repeating random number from a range
Views:
560
Posted By
007julien
A poor response, which does not address the real...
A poor response, which does not address the real issue !
Forum:
JavaScript programming
04-22-2013, 10:37 AM
Replies:
25
selecting a non repeating random number from a range
Views:
560
Posted By
007julien
Bravo mrhoo ! You understand what it means to...
Bravo mrhoo ! You understand what it means to take one of the remaining numbers !
Forum:
JavaScript programming
04-20-2013, 11:21 AM
Replies:
25
selecting a non repeating random number from a range
Views:
560
Posted By
007julien
There is not a question of cat killing ! Not...
There is not a question of cat killing !
Not only an other method, but often a shorter and better method to choose only the elements that you need !
Forum:
JavaScript programming
04-20-2013, 10:27 AM
Replies:
25
selecting a non repeating random number from a range
Views:
560
Posted By
007julien
There is no need to shuffle an entire array to...
There is no need to shuffle an entire array to select randomly a non-repeating number.
Simply choose the numbers among those remaining...
To choose 2 cards between 52. There is no need to...
Forum:
JavaScript programming
04-11-2013, 11:31 AM
Replies:
14
Stop users typing all in Capitals Letters
Views:
490
Posted By
007julien
What about a : «Please do not capitalize all...
What about a : «Please do not capitalize all letters» after two following Capitals letters ?
Is not it better to use the user?
Forum:
JavaScript programming
04-11-2013, 11:07 AM
Replies:
11
only show picture once
Views:
351
Posted By
007julien
It's not possible to store the range of the image...
It's not possible to store the range of the image in a cookie ?
Then see, for example, this PPK cookies functions (http://www.quirksmode.org/js/cookies.html).
Forum:
JavaScript programming
04-10-2013, 11:40 AM
Replies:
6
Confused about this simple code
Views:
187
Posted By
007julien
It's depends only of braces for the two...
It's depends only of braces for the two instructions after the for loop !
Without braces like initially the response is b, with braces the response is d !
Forum:
JavaScript programming
04-02-2013, 03:23 PM
Replies:
30
EvalSound function help with sound
Views:
807
Posted By
007julien
I have build this page about ICAOCode...
I have build this page about ICAOCode (http://mamisab.chez-alice.fr/iacoPhonetic/) with a mini dev-Player (http://www.alsacreations.fr/dewplayer.html). This can be usefull ...
Forum:
JavaScript programming
04-01-2013, 06:15 PM
Replies:
6
Set time limit for a function
Views:
203
Posted By
007julien
I am not offensive but just scared to see the use...
I am not offensive but just scared to see the use made of JQuery !
Forum:
JavaScript programming
04-01-2013, 05:23 PM
Replies:
11
[Challenge] Javascript ! [Challenge]
Views:
224
Posted By
007julien
It's possible to work with a simplified form of a...
It's possible to work with a simplified form of a calendar like this (http://mamisab.chez-alice.fr/calendrierPTT.html) to define, for each year(*), the vacation days with some general rules(**) and...
Forum:
JavaScript programming
04-01-2013, 04:51 PM
Replies:
6
Set time limit for a function
Views:
203
Posted By
007julien
Ok for the 90,4 Ko. It's ever more that a change...
Ok for the 90,4 Ko. It's ever more that a change which almost no code consome...
Forum:
JavaScript programming
04-01-2013, 04:08 PM
Replies:
5
UTC Sunday; not Sun or 0
Views:
219
Posted By
007julien
Some remarks... The function addCommas is...
Some remarks...
The function addCommas is useless...
The variable weekday is not a global variable (It's define only in the function dayofWeek). Then it is undefined later.
// Replace this...
Forum:
JavaScript programming
04-01-2013, 02:48 PM
Replies:
6
Set time limit for a function
Views:
203
Posted By
007julien
Your function use probably a setTimeout. Then...
Your function use probably a setTimeout. Then this setTimeout is to clear;
Try this scheme :
// A global variable
var myMove;
// The function to repeat
function MoveBg(){
// some code
...
Forum:
JavaScript programming
03-22-2013, 10:21 AM
Replies:
10
Drop Down Box changes other drop down box - How to change - How to change cases?
Views:
343
Posted By
007julien
See to this page about Changing select element...
See to this page about Changing select element content on the fly (http://www.javascriptkit.com/javatutors/selectcontent.shtml) to use the options constructor new Option(text, value, defaultSelected,...
Forum:
JavaScript programming
02-25-2013, 09:32 PM
Replies:
16
Working with arrays
Views:
474
Posted By
007julien
We are very strong with javascript ! But are we...
We are very strong with javascript ! But are we good teachers for beginners ?
Forum:
JavaScript programming
02-25-2013, 03:40 PM
Replies:
16
Working with arrays
Views:
474
Posted By
007julien
It could be useful to work with objects ? With...
It could be useful to work with objects ? With something like this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta...
Forum:
JavaScript programming
02-23-2013, 08:52 PM
Replies:
6
IE8 chokes on undefined var in while condition
Views:
293
Posted By
007julien
If idx is an Array : « The indexOf() method is...
If idx is an Array : « The indexOf() method is not supported in Internet Explorer 8 and earlier.» (w3schools.com (http://www.w3schools.com/jsref/jsref_indexof_array.asp))
Then use an object idx and...
Forum:
JavaScript programming
02-21-2013, 10:30 PM
Replies:
5
How to extract a letter from a string
Views:
270
Posted By
007julien
A variant consists to split your string with the...
A variant consists to split your string with the underscore
var arrStr="08363-G-5109-DWG-R-00001_A.pdf".split('_');
alert('Before:' +arrStr[0]+', after:'+arrStr[1]);
Forum:
JavaScript programming
02-21-2013, 07:44 PM
Replies:
3
Drag and Drop Query
Views:
230
Posted By
007julien
For each name, you have only to store the target...
For each name, you have only to store the target position (positions to reach) an to calculate the distance with the drop position. If the distance(*) is less than few pixels (3, 7 or 15px, it...
Forum:
JavaScript programming
02-21-2013, 03:35 PM
Replies:
3
Drag and Drop Query
Views:
230
Posted By
007julien
See the script of this demo page...
See the script of this demo page (http://mamisab.chez-alice.fr/dragDop.html) on which image and paragraphs (with the class drag) are drag-able...
To work with the drop position, you dispose (in...
Forum:
JavaScript programming
02-20-2013, 11:49 PM
Replies:
21
Function onkeypress
Views:
681
Posted By
007julien
With onkeyup it's possible to read the input...
With onkeyup it's possible to read the input value, while with onkeypressed or onkeydown this value is not yet available ! That is, in my opinion and with my « slighly fractured English», an...
Forum:
JavaScript programming
02-20-2013, 12:44 PM
Replies:
21
Function onkeypress
Views:
681
Posted By
007julien
With onkeypressed the key should be interpreted...
With onkeypressed the key should be interpreted (which is not always easy with numeric keypad or shift key with the AZERTY layout), with onkeyup it's only to read !
Forum:
JavaScript programming
02-20-2013, 12:16 PM
Replies:
20
Interest Paid IPMT Excel equivelant
Views:
524
Posted By
007julien
I do not understand clumsy but it's our official...
I do not understand clumsy but it's our official method ! See this page (http://www.minefi.gouv.fr/a_votre_service/informations_pratiques/calculs/prets/pret.htm)
NB : With the wrong banker's...
Showing results 1 to 25 of 115
Page 1 of 5
1
2
3
>
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
09:29 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.