Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 31
Search took 0.13 seconds.
Search: Posts Made By: codingrox
Forum: Apache configuration 05-19-2013, 09:07 AM
Replies: 0
Views: 130
Posted By codingrox
mod_proxy_html and AJAX response

The issue is that I am using mod_proxy_html and the response is wrapped inside <html><body><p>AJAX RESPONSE</body></p></html>

This is done by mod_proxy_html and I want to avoid this from...
Forum: Apache configuration 05-19-2013, 09:05 AM
Replies: 1
Views: 100
Posted By codingrox
This issue is now resolved.

This issue is now resolved.
Forum: Apache configuration 05-19-2013, 01:14 AM
Replies: 1
Views: 100
Posted By codingrox
Using mod_proxy: Relative URL's broken

Hi,
I am using mod_proxy (ProxyPass directive) to load a page from port xxxx. But the relative URL in the page served do not load.

For example, I am using

ProxyPass /foo/...
Forum: General web building 03-16-2013, 02:42 AM
Replies: 1
Views: 7,406
Posted By codingrox
Force Browser to request for another domain using DNS?

If browser requests for www.foo.com then I want to send back a DNS response (answer) to the browser which would make browser to ask request DNS entry for www.bar.com. This time if I see request for...
Forum: General web building 09-15-2012, 11:11 PM
Replies: 2
Views: 4,866
Posted By codingrox
Need suggestion for a web page design

I have got a web page with list of machines. If there are more than 10 machines then user gets an option to go to next page and see remaining machines.

These machines can be selected and then an...
Forum: PHP 09-13-2012, 06:40 AM
Replies: 19
Views: 1,746
Posted By codingrox
What's the point of unsetting token in session...

What's the point of unsetting token in session variable if we are going to set it anyways to a new value??
Forum: PHP 09-13-2012, 01:32 AM
Replies: 19
Views: 1,746
Posted By codingrox
Lovely... thanks for your response... If...

Lovely... thanks for your response...

If multiple users are on the same web page then wouldn't $_SESSION keep changing and hence it would never match with token stored in hidden variable?

Okay,...
Forum: PHP 09-12-2012, 06:33 AM
Replies: 19
Views: 1,746
Posted By codingrox
I have tried resetting the array but it's of no...

I have tried resetting the array but it's of no use. It's the browser which keeps all the values with it and does a post again.
Forum: PHP 09-12-2012, 06:14 AM
Replies: 19
Views: 1,746
Posted By codingrox
Refresh Resubmits the page

I have a php page with a form. When user submits the page then the database is updated. The problem comes when after submit user hits refresh button of browser. This refresh causes the form to be...
Forum: JavaScript frameworks 09-12-2012, 02:57 AM
Replies: 2
Views: 954
Posted By codingrox
protoculous.js and jquery-1.7.2.js.

My webpage is using protoculous.js and jquery-1.7.2.js. When I load the page then I get weird errors which I am unable to understand:
Errors are:

Uncaught TypeError: Object [object Object] has no...
Forum: JavaScript programming 07-27-2012, 05:11 AM
Replies: 6
Views: 586
Posted By codingrox
Thanks for this.

Thanks for this.
Forum: JavaScript programming 07-26-2012, 01:45 PM
Replies: 6
Views: 586
Posted By codingrox
No, I do not want to control this via code. I...

No, I do not want to control this via code. I want to completely control this via a regular expression as at a later day I may wish to change the code to allow specific file types. and then i would...
Forum: JavaScript programming 07-26-2012, 03:39 AM
Replies: 6
Views: 586
Posted By codingrox
The regular expression does ! /(\.|\/)(exe)$/i...

The regular expression does ! /(\.|\/)(exe)$/i work. This still allows exe files and does not allow any other file. Also, I was wondering that how can you place ! outside the regular expression....
Forum: JavaScript programming 07-25-2012, 06:23 AM
Replies: 6
Views: 586
Posted By codingrox
Regular Expressions for file types

I have got a regular expression below which allows exe files only:

/(\.|\/)(exe)$/i

Can you help me with a regular expression which is opposite of the above?

That is I want to change above...
Forum: JavaScript programming 06-13-2012, 01:35 AM
Replies: 8
Views: 402
Posted By codingrox
I have tried these files and all produces a...

I have tried these files and all produces a scrollbar.

I have written some code. Please see below. You would have to modify the width and height inside the css class depending upon your browser...
Forum: JavaScript programming 06-12-2012, 07:11 AM
Replies: 8
Views: 402
Posted By codingrox
Using mouse they way it's done in mac computers

Using mouse they way it's done in mac computers
Forum: JavaScript programming 06-12-2012, 04:54 AM
Replies: 8
Views: 402
Posted By codingrox
Scroll without Scroll bar

Is there any way where we can the screen to scroll without using scrollbar? I had done this using CSS but the scrollbar appears as soon as the content becomes too large for the screen.
Please help...
Forum: HTML & CSS 06-05-2012, 09:51 PM
Replies: 4
Views: 478
Posted By codingrox
Any help on this would be greatly appreciated.

Any help on this would be greatly appreciated.
Forum: Ajax and Design 06-05-2012, 01:56 PM
Replies: 4
Views: 1,703
Posted By codingrox
How can we use Ajax to update a php file? isnt...

How can we use Ajax to update a php file? isnt ajax client side?
Forum: JavaScript programming 06-05-2012, 12:39 PM
Replies: 1
Views: 188
Posted By codingrox
Tree to appear and disappear

I am not too sure of which language can be used for this. But here goes my query:

The software I am developing uses perl, javascript. This software has got tree menu. There is an input box and...
Forum: JavaScript programming 06-05-2012, 12:34 PM
Replies: 3
Views: 332
Posted By codingrox
Thanks a lot to both

Thanks a lot to both
Forum: JavaScript programming 06-05-2012, 07:08 AM
Replies: 3
Views: 332
Posted By codingrox
Make Icons appear larger when hovered over

Using java script can we make an icon look larger when hovered over. The way it would appear in Apple Macintosh computers.
Forum: JavaScript programming 06-05-2012, 04:38 AM
Replies: 14
Views: 803
Posted By codingrox
Loads of thanks again. You are great.

Loads of thanks again. You are great.
Forum: HTML & CSS 06-04-2012, 07:27 AM
Replies: 4
Views: 478
Posted By codingrox
Well I am using html inside my software. It's not...

Well I am using html inside my software. It's not for a webpage.
Forum: JavaScript programming 06-04-2012, 01:04 AM
Replies: 14
Views: 803
Posted By codingrox
Thanks again for the correction. But I was...

Thanks again for the correction. But I was wondering if it could find partial text as well. Currently it find only complete text.
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT +1. The time now is 02:39 AM.