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
Showing results 1 to 10 of 10
Search took
0.02
seconds.
Search:
Posts Made By:
Luke7268
Forum:
JavaScript programming
11-18-2012, 07:22 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
How do I mark this thread solved? Seems I can't...
How do I mark this thread solved? Seems I can't edit my original title anymore.
Forum:
JavaScript programming
11-18-2012, 07:12 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
Solution found. This guy nails it down...
This guy nails it down... http://www.impressivewebs.com/callback-functions-javascript/
The first proper explanation about callback I see on the web that can actually be understood by stupid...
Forum:
JavaScript programming
11-18-2012, 10:15 AM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
As I'm scrolling pixel by pixel anyway I just...
As I'm scrolling pixel by pixel anyway I just gave up on the whole thing and decided to just start scrolling whether the source canvas' contents have been copied or not. In a worst-case-scenario, I...
Forum:
JavaScript programming
11-18-2012, 01:42 AM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
I really appreciate all the hints. However: ...
I really appreciate all the hints.
However:
var loadPictureOnCanvas = function (index, url, sourcepointer, widthpic, heightcanvas) {
img[index] = new Image();
img[index].onload =...
Forum:
JavaScript programming
11-18-2012, 01:26 AM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
This script works a lot better, as it uses...
This script works a lot better, as it uses callback (I think) in a way I think I understand. I've tried some more convoluting syntaxes (I believe this is called callback hell), but I can't get my...
Forum:
JavaScript programming
11-18-2012, 12:06 AM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
I read a bit about asynchronous script execution...
I read a bit about asynchronous script execution and functions in functions. Then I read about callback hell. I read and read, but the whole concept of functions inside functions was making me dizzy....
Forum:
JavaScript programming
11-17-2012, 11:45 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
No luck I'm afraid... I also tried: ...
No luck I'm afraid...
I also tried:
for (i=0; i<numberofpics; i++) {
img[i] = new Image();
img[i].onload = function() {
var keepi = i, keepsp = sourcepointer;
...
Forum:
JavaScript programming
11-17-2012, 10:05 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
No luck yet, but: for (i=0;...
No luck yet, but:
for (i=0; i<numberofpics; i++) {
img[i] = new Image();
img[i].src = imgsrc[i];
img[i].onload = function() {
var keepi = i;
ctxsrc.drawImage(img[keepi],...
Forum:
JavaScript programming
11-17-2012, 07:57 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
Thank you for your reply so far! There's no...
Thank you for your reply so far!
There's no array for height as the height of all pictures is the same (they are automatically resized to the canvas height, while preserving the aspect ratio).
...
Forum:
JavaScript programming
11-17-2012, 12:12 PM
Replies:
15
Images not displayed when iterated
Views:
906
Posted By
Luke7268
Images not displayed when iterated
Hi all,
I'm not a professional programmer and fairly new to JavaScript, so please don't laugh. Here goes nothing.
I'm trying to display 10 images pulled from a database using PHP/MySQL next to...
Showing results 1 to 10 of 10
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
05:15 AM
.
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.