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 31
Search took
0.13
seconds.
Search:
Posts Made By:
codingrox
Forum:
Apache configuration
05-19-2013, 09:07 AM
Replies:
0
mod_proxy_html and AJAX response
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
Using mod_proxy: Relative URL's broken
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
Using mod_proxy: Relative URL's broken
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
Force Browser to request for another domain using DNS?
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
Need suggestion for a web page design
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
Refresh Resubmits the page
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
Refresh Resubmits the page
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
Refresh Resubmits the page
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
Refresh Resubmits the page
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
protoculous.js and jquery-1.7.2.js.
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
Regular Expressions for file types
Views:
586
Posted By
codingrox
Thanks for this.
Thanks for this.
Forum:
JavaScript programming
07-26-2012, 01:45 PM
Replies:
6
Regular Expressions for file types
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
Regular Expressions for file types
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
Regular Expressions for file types
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
Scroll without Scroll bar
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
Scroll without Scroll bar
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
Scroll without Scroll bar
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
Moving vertical Frame with top frame border not visible
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
if checkbox checked then do some php?
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
Tree to appear and disappear
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
Make Icons appear larger when hovered over
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
Make Icons appear larger when hovered over
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
Search function using javascript
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
Moving vertical Frame with top frame border not visible
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
Search function using javascript
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
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
02:39 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.