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 22 of 22
Search took
0.05
seconds.
Search:
Posts Made By:
juanlu
Forum:
JavaScript programming
08-27-2009, 08:42 AM
Replies:
0
Iframe loading on top of javascript popup
Views:
1,781
Posted By
juanlu
Iframe loading on top of javascript popup
Hello!
I have a script that loads a popup window on any page of a website, in order to temporarily cover the page's content. This popup window is supposed to load on top of page's content, acting...
Forum:
Small projects (quick fixes and changes)
07-17-2009, 06:12 AM
Replies:
2
Modification to javascript page blocker
Views:
1,538
Posted By
juanlu
Project has been taken. Thanks for your reply.
Project has been taken. Thanks for your reply.
Forum:
Small projects (quick fixes and changes)
07-16-2009, 06:23 PM
Replies:
2
Modification to javascript page blocker
Views:
1,538
Posted By
juanlu
Modification to javascript page blocker
1) Project Details: (be as specific as possible): I have a script that blocks the access to a page until an action is taken by a visitor. It loads a sort of gateway on top of the page. My current...
Forum:
Small projects (quick fixes and changes)
05-17-2009, 07:45 PM
Replies:
1
Javascript gateway modification
Views:
1,894
Posted By
juanlu
Javascript gateway modification
1) Project Details: (be as specific as possible):
I have a javascript gateway code that i need to be modified, the function of this gateway is basically to load on top of a page and lock its...
Forum:
JavaScript programming
05-17-2009, 11:34 AM
Replies:
4
javascript to read and write IP cookie
Views:
2,787
Posted By
juanlu
Yes, that's true. When i say never i mean, that i...
Yes, that's true. When i say never i mean, that i need the window to not appear again at least until the cookies are erased. :)
Forum:
JavaScript programming
05-17-2009, 11:15 AM
Replies:
4
javascript to read and write IP cookie
Views:
2,787
Posted By
juanlu
The objective of this script is to show a window...
The objective of this script is to show a window that loads on top of the page blocking the access to it, the visitor has to click on the link included in that window, after visitor clicks the link,...
Forum:
JavaScript programming
05-17-2009, 11:08 AM
Replies:
4
javascript to read and write IP cookie
Views:
2,787
Posted By
juanlu
This is the script
/*****************************************************/
/*USER CUSTOMIZABLE FIELDS*/
/*HEADLINE*/
var blocker_headline = '';
/*INSTRUCTIONAL TEXT*/
var...
Forum:
JavaScript programming
05-17-2009, 11:03 AM
Replies:
4
javascript to read and write IP cookie
Views:
2,787
Posted By
juanlu
javascript to read and write IP cookie
Hello !
I have a script that i need to read the ip from a visitor and set a cookie, so the script will never be executed again for that particular ip address.
Right now i'm having problems with...
Forum:
PHP
04-16-2009, 08:44 AM
Replies:
7
PHP Links Randomizer or Rotator
Views:
1,098
Posted By
juanlu
hey Len, this is exactly what i meant! Thanks a...
hey Len, this is exactly what i meant!
Thanks a lot!!!
I really really appreciate it! :thumbsup:
I'm gonna try it right now.
Forum:
PHP
04-16-2009, 07:52 AM
Replies:
7
PHP Links Randomizer or Rotator
Views:
1,098
Posted By
juanlu
Trying to explain better (not so confusing) it...
Trying to explain better (not so confusing) it will be something like this:
My script Right now works like this:
A visitor from US goes to my website,
the script redirects this...
Forum:
PHP
04-16-2009, 07:25 AM
Replies:
7
PHP Links Randomizer or Rotator
Views:
1,098
Posted By
juanlu
Thank you guys for the responses I'm kind of...
Thank you guys for the responses
I'm kind of a noob. What i need to be done is to have a visitor from each of the locations (US, UK, AU, etc..) redirected to a random website from a list of 3 or 4...
Forum:
PHP
04-16-2009, 12:39 AM
Replies:
7
PHP Links Randomizer or Rotator
Views:
1,098
Posted By
juanlu
PHP Links Randomizer or Rotator
Hello!
I have this php script on my page that does geotargeting, redirecting the visitors to another page based on their IP address:
<?php
include("geoip.inc");
$ip=$_SERVER['REMOTE_ADDR'];...
Forum:
JavaScript programming
04-16-2009, 12:12 AM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Do you think it would be a good idea if i provide...
Do you think it would be a good idea if i provide the code of my script so you can check it out and see if there is something wrong in there?
Forum:
JavaScript programming
04-15-2009, 11:50 PM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Thanks! I just tried putting this code to...
Thanks!
I just tried putting this code to all pages, but the script keeps loading on the main page. I made sure i entered the page title exactly as it shows on the source code of the main page,...
Forum:
JavaScript programming
04-15-2009, 11:04 PM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Should i include this piece of code in the script...
Should i include this piece of code in the script or in my main page. Also do i have to keep the "-" after the the page title?
What would be the whole code i will have to add in order for this to...
Forum:
JavaScript programming
04-15-2009, 05:07 PM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Yes, the title of the homepage is unique, it's...
Yes, the title of the homepage is unique, it's different from the other pages' titles.
Forum:
JavaScript programming
04-15-2009, 04:47 PM
Replies:
4
Changing cookie duration
Views:
1,811
Posted By
juanlu
Checking the first piece of code i posted there...
Checking the first piece of code i posted there is this part:
blocker_setCookie("content_unlocked", 1, 2000);
What does 1 and 2000 mean in there?
Isn't this part the one i should modify?
Forum:
JavaScript programming
04-15-2009, 04:40 PM
Replies:
4
Changing cookie duration
Views:
1,811
Posted By
juanlu
Thanks for the reply! I found this part of...
Thanks for the reply!
I found this part of the code, which i think could be the one to modify. Is the part highlighted the one i need to change? should i change the "1" to another value.
So,...
Forum:
JavaScript programming
04-15-2009, 08:10 AM
Replies:
4
Changing cookie duration
Views:
1,811
Posted By
juanlu
Changing cookie duration
Hello!
I've no experience with javascript and i'd like to modify a script, i need to change the cookie duration to 30 days. The cookie portion of the script is the following:
}
function...
Forum:
JavaScript programming
04-15-2009, 07:12 AM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Thank you very much for your help! The page...
Thank you very much for your help!
The page i need to block is the main page, the index.php
What i did was including the code you provided in the index.php, and replacing the script url (full url...
Forum:
JavaScript programming
04-15-2009, 04:27 AM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
Thanks for the quick reply! could you please...
Thanks for the quick reply!
could you please give me an example of the code i should use, i'm really a newbie. Let's say i would like to block this script (<script src="xxx.js"...
Forum:
JavaScript programming
04-15-2009, 03:54 AM
Replies:
13
How to prevent a script from loading
Views:
2,934
Posted By
juanlu
How to prevent a script from loading
Hello!
This is my first post and i'm a newbie in javascript.
I'm having a problem with a script on my website. My website is wordpress based.
I have this script that i need to load on every...
Showing results 1 to 22 of 22
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:59 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.