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 2
1
2
>
Showing results 1 to 25 of 27
Search took
0.06
seconds.
Search:
Posts Made By:
Mayankode
Forum:
JavaScript programming
12-11-2012, 12:33 AM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
The whole thing boils down to the absence of a...
The whole thing boils down to the absence of a 404page...
I just uploaded them to the server in google appengine.. but like I was saying in the other post the errors are displayed with some...
Forum:
JavaScript programming
12-10-2012, 11:52 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
I really appreciate your help Andy. I used the...
I really appreciate your help Andy. I used the above code for the popup and I feel I am almost there. I can see the pop up box load the page after clicking submit in the password form. And as...
Forum:
JavaScript programming
12-10-2012, 10:33 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
I was thinking the same. I wish I could merge it....
I was thinking the same. I wish I could merge it.
I will figure it out. Thank you for the heads up. I am sincerely thankful for your help. Will ask you if I run into any problem with this code....
Forum:
JavaScript programming
12-10-2012, 10:12 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
I have replaced the carousel code with ...
I have replaced the carousel code with
oIframe.src = "Codebox/" + password + ".html";
and it does the right thing when I enter the right password..
But does not bring back to dump if I enter...
Forum:
JavaScript programming
12-10-2012, 12:25 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
I added the above code to the pop up file and...
I added the above code to the pop up file and placed a carousel.html in the root drive. But I am not getting the desired result. It does not give a chance to enter the password and then takes to the...
Forum:
JavaScript programming
12-10-2012, 06:05 AM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
No Andy, it did not work... :( I will have to...
No Andy, it did not work... :( I will have to spend a lot of time in the documentation then...
Forum:
JavaScript programming
12-10-2012, 01:45 AM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
Here is the code of main.py and it sits in...
Here is the code of main.py
and it sits in the root and is editable very well.. Please take a look, I am sure this is the key to our solution...
the filestructure is
Webroot
-index.html...
Forum:
JavaScript programming
12-10-2012, 01:32 AM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
:D @Andy I am not sure.. When I put the code...
:D @Andy
I am not sure.. When I put the code in the popup then it shows a messagebox in the pop up itself, as soon as it loads and on clicking ok, takes me to the dump (dragto.html)... but the...
Forum:
JavaScript programming
12-10-2012, 12:53 AM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
:( I dont have the default 404page with me...
:( I dont have the default 404page with me either... the 404 error is just a system generated cluttered python data ! I dont know editing the main.py file either... :( May be we should consider for...
Forum:
JavaScript programming
12-10-2012, 12:41 AM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
I tested the code in dropbox using the web...
I tested the code in dropbox using the web address.. and it seems to be working.. but I am not able to use the code with the password pop up page i am using...
@Andy, Please see this link...
Forum:
JavaScript programming
12-10-2012, 12:28 AM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
If someone goes to /Codebox/xyz.html then it...
If someone goes to /Codebox/xyz.html then it should show them the page but ANY other address combination inside the Codebox directory such as /Codebox/superman.html should take him to a predefined...
Forum:
JavaScript programming
12-09-2012, 11:54 PM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
@Andy the script you suggested would work if I...
@Andy the script you suggested would work if I were having a python script (ex: errorhandling.py ) But I am not having any knowledge of python and so I would give up to adopt any alternative.
If...
Forum:
JavaScript programming
12-09-2012, 05:09 PM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
@julien that is not working and you are right...
@julien that is not working and you are right since it is not javascript regex.
@Phillip Thanks, I am aware of the old saying "as car is to carpet, java is to javascript". I just could not find a...
Forum:
JavaScript programming
12-09-2012, 12:20 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
Andy I would like to test this idea. Please...
Andy I would like to test this idea. Please correct me
So I need to put an i frame with id=secretIframe
and then put the contents of the above code in the password seeking pop up window. ...
Forum:
JavaScript programming
12-09-2012, 12:14 PM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
In other words Here is the directory list ...
In other words Here is the directory list
Webroot
-dir_1
-dir_2
--subdir_a
--subdir_b
--subdir_c
...
Forum:
JavaScript programming
12-08-2012, 11:21 PM
Replies:
16
Reg Expression to Exclude the contents of a Single folder
Views:
653
Posted By
Mayankode
Reg Expression to Exclude the contents of a Single folder
How can I exclude the contents of a folder using regular expressions.
Here is the code of the appspot app.yaml code.
handlers:
- url: /(.*\.(gif|png|jpg|ico|js|css))
static_files: \1
...
Forum:
JavaScript programming
12-08-2012, 10:23 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
Thank you Andrew. That seems to be a clever idea....
Thank you Andrew. That seems to be a clever idea. I do not have adequate know how to execute that though. I am getting the files hosted and hopefully configuring a 404 not found page might help. I...
Forum:
JavaScript programming
12-08-2012, 09:40 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
Thank You.
Thank you so much. The first one worked.
By entering the wrong password it tries to open the respective non existent html file in the folder in the directory. and stays there with a file not...
Forum:
JavaScript programming
12-08-2012, 08:57 PM
Replies:
22
Password Protection Code modification
Views:
686
Posted By
Mayankode
Password Protection Code modification
I am using a password protect code from http://javascriptkit.com/script/cut34.shtml . The code works perfect for me since i need to have different passwords to access different pages in the same...
Forum:
JavaScript programming
05-30-2011, 08:45 AM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
Yes, That is a better option it seems. And it...
Yes, That is a better option it seems. And it wont be requiring the complexities of adding the parameters. Could you please tell me the codes for doing so ? Thank you.
Forum:
JavaScript programming
05-30-2011, 08:09 AM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
The second line of the script are the parameters...
The second line of the script are the parameters for the individual site perhaps.
The both lines of code need to be present for the code to work.
Will it be possible to just make the if statement...
Forum:
JavaScript programming
05-30-2011, 03:04 AM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
Those are the variables passed on to the source...
Those are the variables passed on to the source js perhaps.
While writing the code for normal execution in all pages. It just works by writing it as
<script...
Forum:
JavaScript programming
05-29-2011, 08:36 PM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
It was good to know that bollean works so well...
It was good to know that bollean works so well with the code,
The above code loads the source js file, how should I enter the other half of the script (<script...
Forum:
JavaScript programming
05-29-2011, 06:50 PM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
More Help Please !!!
I have two more questions. Please help me through Philip.
I have a script to run along with the div text in the forums.
The Div is like this.
<div id="ForumOnly" style="display:none">
...
Forum:
JavaScript programming
05-29-2011, 02:02 PM
Replies:
30
Show/hide div on specific url
Views:
6,124
Posted By
Mayankode
Thank You So Much Philip
Philip, It worked perfectly. You gave a new solution to the problem. You take care of so fine details, you have coded it taking care of case sensitivity too!
I can not express my thankfulness. I...
Showing results 1 to 25 of 27
Page 1 of 2
1
2
>
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:02 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.