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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 97
Search took
0.34
seconds.
Search:
Posts Made By:
Lleoun
Forum:
General web building
04-07-2011, 09:40 AM
Replies:
0
Access external resources via http protocol via proxy
Views:
651
Posted By
Lleoun
Access external resources via http protocol via proxy
Hi all,
It's a very simple question but I cannot figure it out.
I'm uploading my web to a new host and one of the mandatory rules is:
"If you plan to access external resources via http...
Forum:
MySQL
12-15-2010, 08:26 AM
Replies:
2
Help with simple query
Views:
850
Posted By
Lleoun
thanks a lot!!
thanks a lot!!
Forum:
MySQL
12-14-2010, 09:40 PM
Replies:
2
Help with simple query
Views:
850
Posted By
Lleoun
Help with simple query
Hi all,
I have these two tables:
BANNERS
id_banners- name- banner
1- white banner- wb.gif
2- black banner- bb.gif
3- red banner- rb.gif
Forum:
HTML & CSS
12-01-2010, 05:49 PM
Replies:
2
Internet Explorer showing list vertically when it should be displayed horizontally
Views:
1,543
Posted By
Lleoun
Internet Explorer showing list vertically when it should be displayed horizontally
Hi all,
I've got a list of 3 buttons that need to display horizontally. All's good in FF but IE is stacking them directly on top of one another. My code for the list items is bellow.
Thanks for...
Forum:
HTML & CSS
11-30-2010, 05:57 PM
Replies:
1
To fix 3 elements composition for smaller resolution
Views:
1,307
Posted By
Lleoun
To fix 3 elements composition for smaller resolution
Hi all,
The code below is a mini web page with 3 elements:
on the left: a soccer goal + ball image
center: a video
on the right: an image of a mobile phone
Viewing the whole thing in a...
Forum:
HTML & CSS
06-22-2010, 04:59 PM
Replies:
1
Hover not working
Views:
460
Posted By
Lleoun
just in case somenone need it: just give...
just in case somenone need it: just give position, width, height, top and left and it'll work !
Forum:
HTML & CSS
06-22-2010, 04:25 PM
Replies:
1
Hover not working
Views:
460
Posted By
Lleoun
Hover not working
Hi all,
I cannot make the code below work.
I need bgRelatedVideo.png to stay on top of the image (it's a transparent png with some decoration).
And when you do a mouse over the image I need...
Forum:
HTML & CSS
06-14-2010, 04:22 PM
Replies:
7
Object vs iframe: why this code is working for IE offline and not online?
Views:
1,533
Posted By
Lleoun
Thanks all, now it's clear as water!
Thanks all, now it's clear as water!
Forum:
HTML & CSS
06-14-2010, 03:18 PM
Replies:
7
Object vs iframe: why this code is working for IE offline and not online?
Views:
1,533
Posted By
Lleoun
I thought it was supported for all browsers .....
I thought it was supported for all browsers .. I'll go for the iframe then (It's a tag from tons of years ago, don't understand why it's not deprecated..)
Thanks a lot
Forum:
HTML & CSS
06-14-2010, 01:40 PM
Replies:
7
Object vs iframe: why this code is working for IE offline and not online?
Views:
1,533
Posted By
Lleoun
thanks for answering effpeetee What I'm posting...
thanks for answering effpeetee
What I'm posting is different versions of the same thing in order to make it work, and that's all the code (minus the body and html tags)
Please re-read my post, if...
Forum:
HTML & CSS
06-14-2010, 10:01 AM
Replies:
7
Object vs iframe: why this code is working for IE offline and not online?
Views:
1,533
Posted By
Lleoun
Object vs iframe: why this code is working for IE offline and not online?
Hi all,
I want to show a webpage inside of my page. I'd be using an iframe but it has to validate w3c XHTML 1.0 Strict and wai. So I go for object instead.
The code has to work in all modern...
Forum:
JavaScript programming
11-26-2009, 09:48 AM
Replies:
3
Inserting content in an iframe's div
Views:
1,266
Posted By
Lleoun
I've tried: ...
I've tried:
window.frames["iframeName"].document.getElementById("divMoreInfo").innerHTML(moreinfo);
but I get a "is null" error :(
Ok, would it be easier to get rid of the div inside of the...
Forum:
JavaScript programming
11-25-2009, 06:15 PM
Replies:
3
Inserting content in an iframe's div
Views:
1,266
Posted By
Lleoun
Inserting content in an iframe's div
Hi all,
I have:
var moreinfo ="";
moreinfo+= "here some content";
$("#divMoreInfo").html(moreinfo);
And this inserts "here some content" in a div called divMoreInfo.
Forum:
JavaScript programming
11-18-2009, 10:45 AM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
It can be done, here's how in case somebody...
It can be done, here's how in case somebody needs it:
I have put the value in an external js (the substring line will retrieve the value), and then ajax.
The code is below.
Thanks for helping...
Forum:
JavaScript programming
11-17-2009, 05:21 PM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
Thanks a ton blue642, now I understand why I'm...
Thanks a ton blue642, now I understand why I'm not seeing changes.
And now what? ajax? any ideas?
Forum:
JavaScript programming
11-17-2009, 04:18 PM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
Ok, I feel worst than a moron, it is not working...
Ok, I feel worst than a moron, it is not working for me.
Please help me to sort this out as if you were talking to a 5 years old:
1st) I put the code below into an .hmtl page
<script...
Forum:
JavaScript programming
11-17-2009, 01:35 PM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
Looks gorgeos but I cannot enter the value of...
Looks gorgeos but I cannot enter the value of myvar in that way. Can a hidden field be used?
I've tried the following but it does not work, the value does not change when I change it manually :(...
Forum:
JavaScript programming
11-17-2009, 11:55 AM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
Thanks Philip M, but here it does not work,...
Thanks Philip M, but here it does not work, nothing changes in the page after changing myvar :(
Forum:
JavaScript programming
11-17-2009, 11:33 AM
Replies:
9
Check variable value for changes
Views:
1,104
Posted By
Lleoun
Check variable value for changes
Dear all,
The code below puts a link in mydiv when the page loads if myvar equals 1.
Great till here, but if myvar changes its value and it does not equal 1 any more I have to reload the page...
Forum:
Flash & ActionScript
10-30-2009, 11:45 AM
Replies:
1
Looping four flv in CS3 with AS2
Views:
1,139
Posted By
Lleoun
Looping four flv in CS3 with AS2
Hi all,
I have four flv videos (video1.flv, video2.flv,video3.flv and video4.flv) and I want to play them one after the other.
When video4.flv is finished I need the movie to start playing...
Forum:
JavaScript programming
10-07-2009, 03:54 PM
Replies:
3
Paging webservice search results
Views:
817
Posted By
Lleoun
Sorry, I'm having a flu, my head is blocked, ...
Sorry, I'm having a flu, my head is blocked, I've may have been putting bigger than it is.
The point should be:
what's the operation/structure to rest 6 out of contentLength until...
Forum:
JavaScript programming
10-07-2009, 01:38 PM
Replies:
3
Paging webservice search results
Views:
817
Posted By
Lleoun
Paging webservice search results
Hi all,
I'm having trouble paging from six to six the search results coming from a webservice, hope someone can help :
Let's see it with an example:
The variable that stores the number of...
Forum:
JavaScript programming
09-30-2009, 01:26 PM
Replies:
4
Passing + character when passing parameters through url
Views:
1,122
Posted By
Lleoun
Thanks a ton! it worked!
Thanks a ton! it worked!
Forum:
JavaScript programming
09-30-2009, 11:41 AM
Replies:
4
Passing + character when passing parameters through url
Views:
1,122
Posted By
Lleoun
sorry Phlip I don't know what you mean ......
sorry Phlip I don't know what you mean ... :confused:
Forum:
JavaScript programming
09-30-2009, 09:51 AM
Replies:
4
Passing + character when passing parameters through url
Views:
1,122
Posted By
Lleoun
Passing + character when passing parameters through url
Dear all,
I'm passing the variables myTitle and myLink to form.php using javascript.
This is the way I'm doing it:
<a href='form.php?title=" + myTitle +"&link="+myLink+">Click me</a>
It's...
Showing results 1 to 25 of 97
Page 1 of 4
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
05:10 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.