Click here to Skip to main content
15,913,941 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionJboss, ant, axis, wsdl Pin
Halawlaws11-Aug-08 11:08
Halawlaws11-Aug-08 11:08 
QuestionHow can we get directory size in PHP? Pin
Mohammad Dayyan29-Jul-08 3:13
Mohammad Dayyan29-Jul-08 3:13 
AnswerRe: How can we get directory size in PHP? Pin
Mohammad Dayyan29-Jul-08 10:16
Mohammad Dayyan29-Jul-08 10:16 
AnswerRe: How can we get directory size in PHP? Pin
Inder Singh Thakur30-Jul-08 19:46
Inder Singh Thakur30-Jul-08 19:46 
GeneralRe: How can we get directory size in PHP? Pin
Mohammad Dayyan31-Jul-08 0:37
Mohammad Dayyan31-Jul-08 0:37 
QuestionDealing with Very Large Select Lists (drop down menus) Pin
Logan Black27-Jul-08 21:49
Logan Black27-Jul-08 21:49 
AnswerRe: Dealing with Very Large Select Lists (drop down menus) Pin
Perspx31-Jul-08 12:14
Perspx31-Jul-08 12:14 
AnswerRe: Dealing with Very Large Select Lists (drop down menus) Pin
alex.barylski5-Aug-08 8:24
alex.barylski5-Aug-08 8:24 
Usually when I have that many records I opt for a paginated list and not rely on comboboxes or

One option I can think of is using AJAX to dynamically update the combobox as selectedIndex reaches the last element -- insert 500 more. However this still has the problem that if the user scrolls without using keyboard selectedIndex doesn't change so you would need to capture the scroll position as well and I'm not sure that is possible inside a drop down or native HTML control. Lastly using AJAX like this would destroy any chance of accessibility you might have. If someone disabled JavaScript they'd never be able to use your application.

I would go for either two or more combobox'es and categorize them or use a paginated list.

I'm finding the only constant in software development is change it self.
GeneralRe: Dealing with Very Large Select Lists (drop down menus) Pin
Logan Black5-Aug-08 13:10
Logan Black5-Aug-08 13:10 
QuestionANN: Free PHP Syntax Highlighter for Visual Studio Pin
bradr22-Jul-08 3:04
bradr22-Jul-08 3:04 
AnswerRe: ANN: Free PHP Syntax Highlighter for Visual Studio Pin
Mohammad Dayyan3-Aug-08 10:33
Mohammad Dayyan3-Aug-08 10:33 
QuestionWhat's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan19-Jul-08 11:52
Mohammad Dayyan19-Jul-08 11:52 
AnswerRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan20-Jul-08 12:17
Mohammad Dayyan20-Jul-08 12:17 
AnswerRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Ranjit Viswakumar29-Jan-09 14:00
Ranjit Viswakumar29-Jan-09 14:00 
GeneralRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan30-Jan-09 0:34
Mohammad Dayyan30-Jan-09 0:34 
QuestionPHP MYSQL query issue Pin
Junaid Najeeb16-Jul-08 4:19
Junaid Najeeb16-Jul-08 4:19 
AnswerRe: PHP MYSQL query issue Pin
alex.barylski16-Jul-08 11:44
alex.barylski16-Jul-08 11:44 
AnswerRe: PHP MYSQL query issue Pin
Mohammad Dayyan3-Aug-08 10:29
Mohammad Dayyan3-Aug-08 10:29 
Questionwhen must we use LONGTEXT type in MYSQL? Pin
Mohammad Dayyan9-Jul-08 6:39
Mohammad Dayyan9-Jul-08 6:39 
AnswerRe: when must we use LONGTEXT type in MYSQL? Pin
alex.barylski10-Jul-08 10:50
alex.barylski10-Jul-08 10:50 
GeneralRe: when must we use LONGTEXT type in MYSQL? Pin
Mohammad Dayyan10-Jul-08 11:01
Mohammad Dayyan10-Jul-08 11:01 
GeneralRe: when must we use LONGTEXT type in MYSQL? Pin
Inder Singh Thakur30-Jul-08 19:44
Inder Singh Thakur30-Jul-08 19:44 
QuestionBiswanath Pal:Problem On API Application Pin
Biswanath pal7-Jul-08 2:42
Biswanath pal7-Jul-08 2:42 
AnswerRe: Biswanath Pal:Problem On API Application Pin
Soumen Nandy8-Jul-08 0:19
Soumen Nandy8-Jul-08 0:19 
AnswerRe: Biswanath Pal:Problem On API Application Pin
alex.barylski10-Jul-08 10:47
alex.barylski10-Jul-08 10:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.