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 10
1
2
3
>
Last
»
Showing results 1 to 25 of 234
Search took
1.46
seconds.
Search:
Posts Made By:
PHP6
Forum:
Apache configuration
03-18-2012, 06:22 PM
Replies:
1
Non-standard usage of nginx server for partially dynamic content
Views:
2,826
Posted By
PHP6
Here is the solution I found so far. As you know...
Here is the solution I found so far. As you know there is a command in mod_rewrite which checks if requested file exist. This trick is used by WordPress to process all dynamic requests.
...
Forum:
Apache configuration
03-17-2012, 11:40 PM
Replies:
1
Non-standard usage of nginx server for partially dynamic content
Views:
2,826
Posted By
PHP6
Non-standard usage of nginx server for partially dynamic content
Hello,
As far as I know nginx could be used for passing static content to user very quickly. My case is a bit complicated. At first request the content is dynamic but on second (same) request the...
Forum:
MySQL
02-16-2012, 03:57 PM
Replies:
8
Several BETWEEN queries in one
Views:
1,201
Posted By
PHP6
Thanks, now I can see that you got the point. Do...
Thanks, now I can see that you got the point. Do you think it will be faster if I create temp table, insert values, make select and finally drop it than executing 1000 separate between queries? The...
Forum:
MySQL
02-15-2012, 08:38 PM
Replies:
8
Several BETWEEN queries in one
Views:
1,201
Posted By
PHP6
The first part of solution is so simple... We can...
The first part of solution is so simple... We can do following:
SELECT * FROM range WHERE (1 BETWEEN min AND max) OR (2 BETWEEN min AND max) OR (3 BETWEEN min AND max) OR (4 BETWEEN min AND max)...
Forum:
MySQL
02-15-2012, 08:31 PM
Replies:
8
Several BETWEEN queries in one
Views:
1,201
Posted By
PHP6
Actually I need all rows. It’s really hard to...
Actually I need all rows. It’s really hard to explain but I guess I found the correct explanation: I need ALL rows from range table, for which at least one number from my list is in range between min...
Forum:
MySQL
02-14-2012, 04:18 AM
Replies:
8
Several BETWEEN queries in one
Views:
1,201
Posted By
PHP6
Thanks and I am sorry for being late with reply....
Thanks and I am sorry for being late with reply. I forgot about my question on that forum. The problem is that I do not have LIST table, the LIST is an array in my PHP script. That’s why I mention...
Forum:
MySQL
02-11-2012, 01:54 PM
Replies:
1
regexp cyrilic
Views:
722
Posted By
PHP6
Are you sure that MySQL query is in the same...
Are you sure that MySQL query is in the same encoding as the field against which you are checking regular expression?
Once I had problem with PHP script which was trying to find word in UTF8...
Forum:
MySQL
02-11-2012, 01:44 PM
Replies:
2
Mysqpl while loop
Views:
470
Posted By
PHP6
Hi, let me clear the question: You have two...
Hi, let me clear the question:
You have two tables. The first one includes information about customers which are registered within your system. The second table contains two columns, the first...
Forum:
MySQL
02-11-2012, 05:34 AM
Replies:
8
Several BETWEEN queries in one
Views:
1,201
Posted By
PHP6
Several BETWEEN queries in one
Hi guys,
I need you help with MySQL query. Just imagine you have a table range with three numeric columns: id, min and max. You have list of numeric values, let’s say: 1, 2, 3, 4, 5 (you can treat...
Forum:
HTML & CSS
04-25-2011, 03:35 PM
Replies:
3
design with 3 columns (non standard)
Views:
428
Posted By
PHP6
That's exactly what I was looking for! Thank you...
That's exactly what I was looking for! Thank you very much.
That's not right solution since you have fix size for left and right columns. % is not a solution since center column should have...
Forum:
HTML & CSS
04-25-2011, 01:37 PM
Replies:
3
design with 3 columns (non standard)
Views:
428
Posted By
PHP6
design with 3 columns (non standard)
Hello,
Can anyone tell me if there is any way to make similar design with pure DIV and CSS? As you can see the whole design contains 3 columns. The center one has fixed size 600 px and it is...
Forum:
HTML & CSS
01-31-2011, 09:37 PM
Replies:
10
Problem with positioning...z-index?
Views:
1,021
Posted By
PHP6
<div class="rel2"> <div class="box2"...
<div class="rel2">
<div class="box2" style="z-index:3; width: 190px; height:450px;">
<a href="http://www.dhtml-menu-builder.com" style="display:none;visibility:hidden;">Javascript DHTML Tree Menu...
Forum:
HTML & CSS
01-31-2011, 09:28 PM
Replies:
10
Problem with positioning...z-index?
Views:
1,021
Posted By
PHP6
I will suggest you to forget position:absolute...
I will suggest you to forget position:absolute syntax! These types of web sites are very complicated for future maintenance. Next developer (or even you, after one month) will not be able to modify...
Forum:
JavaScript programming
01-31-2011, 09:21 PM
Replies:
0
why onmousedown event works for hidden div?
Views:
551
Posted By
PHP6
why onmousedown event works for hidden div?
Hello,
If you will open: joketube.tv (http://joketube.tv/) (please use admin as username and admin as password) and have a look on the top menu you will find UPLOAD link. Please click on it and...
Forum:
HTML & CSS
01-23-2011, 01:00 PM
Replies:
6
Problem with proper element position on modifiable page under Firefox 2.0
Views:
1,129
Posted By
PHP6
Thanks a lot for your help, I found the...
Thanks a lot for your help, I found the problematic code. For some unknown reason everything below comment's DIV was getting outside of main container... (there was no missing DIV). I noticed it when...
Forum:
HTML & CSS
01-22-2011, 12:37 PM
Replies:
6
Problem with proper element position on modifiable page under Firefox 2.0
Views:
1,129
Posted By
PHP6
Thanks, do you mean I need to use that statement...
Thanks, do you mean I need to use that statement for all problematic elements? In other words you suggest me to make fake position change for some element so browser will redraw it (but position...
Forum:
HTML & CSS
01-22-2011, 12:12 PM
Replies:
6
Problem with proper element position on modifiable page under Firefox 2.0
Views:
1,129
Posted By
PHP6
First of all thanks for your reply. Could you...
First of all thanks for your reply. Could you please tell me a bit more what do you mean by background position? If you are speaking about thumbnails then I have not because they do not have absolute...
Forum:
HTML & CSS
01-21-2011, 10:12 PM
Replies:
6
Problem with proper element position on modifiable page under Firefox 2.0
Views:
1,129
Posted By
PHP6
Problem with proper element position on modifiable page under Firefox 2.0
Hello,
I noticed the problem with showing hidden div under Firefox 2.0. Please check first screenshot (http://gesoft.org/screen1.jpg) to get the idea what I am speaking about. After clicking on...
Forum:
Other server side languages/ issues
05-02-2010, 10:21 AM
Replies:
0
Looking for firefox addon developer
Views:
883
Posted By
PHP6
Looking for firefox addon developer
Hello,
I am looking for software developer who could create Firefox addon. If there is any here and looking for some extra money please email me: nospam [at] freeproxylist.org or hit me on ICQ:...
Forum:
Computer Programming
03-04-2010, 09:18 PM
Replies:
1
Reload settings from user profile for Firefox and Opera
Views:
1,465
Posted By
PHP6
If you are reading that topic than I will save...
If you are reading that topic than I will save you time :) do not try to find solution, that problem in insolvable :D Thanks anyway to all member of the forum who read and think about my issue.
Forum:
Computer Programming
03-02-2010, 10:50 PM
Replies:
6
what is computer programming?
Views:
1,689
Posted By
PHP6
For me computer programming is: you spend one...
For me computer programming is: you spend one hour to save one month :)
Also it could be treated as time and energy multiplier :)
Forum:
Computer Programming
03-02-2010, 10:10 PM
Replies:
1
Reload settings from user profile for Firefox and Opera
Views:
1,465
Posted By
PHP6
Reload settings from user profile for Firefox and Opera
Hello,
Is there any way to force Firefox and Opera internet browsers to reload proxy settings from user profile? (except restart)
BTW I have successfully used WinAPI function to make Internet...
Forum:
PHP
01-09-2010, 09:02 PM
Replies:
5
preg_replace and regex help - Please
Views:
741
Posted By
PHP6
All examples above are correct but I will suggest...
All examples above are correct but I will suggest to make it more flexible, sine you could have three possible URLs on the page:
<a something href='/search.php?variables' something>
<a something...
Forum:
PHP
01-09-2010, 08:49 PM
Replies:
2
Best way for bilingual site
Views:
1,151
Posted By
PHP6
First of all you will need to use Unicode for...
First of all you will need to use Unicode for your tables. Second you will need to create different HTML pages for different languets and finally you will need to have some kind of message dictionary...
Forum:
MySQL
09-21-2009, 02:08 PM
Replies:
10
problem with binary data field
Views:
1,225
Posted By
PHP6
I fully understand and from the general point of...
I fully understand and from the general point of view you are absolutely right. BUT in my particular example that field is something like a cache.
What is the reason to extract 4 ids for one...
Showing results 1 to 25 of 234
Page 1 of 10
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
07:55 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.