No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Using LINUX MINT along with XAMPP seems to be a perfect combination. As I am monitoring most of relevant aspects from different fields (PHP, apache, MySQL, disks, network amm.) there is a question from my side regarding interrupts: [ICODE]cat /proc/interrupts[/ICODE] Why so many RES rescheduling interrupts ? I am complaining … | |
Re: ... all my multi-language AoMi packages (including LINUX/WINDOWS real-time monitor) are based on a product called chartdirector. Check it under [QUOTE][url]www.advsofteng.com[/url][/QUOTE]. Pretty soon you will find out that a graphical package has to do a lot of nice things. CD does the trick. Good luck, linuxaomi | |
Re: Ahhh, you know what a real calendar looks like! You want to display the current date of your server or your local machine? What is the first day of the week? Sunday or Monday? What language(s) you want to support? Perhaps bilingual? You have to display holidays (from what country) … | |
Re: phpExcelReader.zip does the trick. I am using XAMPP under WINDOWS and LINUX as well. Good luck, linuxaomi | |
Re: Hi geekme, I remember that error message. And it happens using WAMPP and LAMPP as well. Here what I did as MySQL is really busy because some tables are in trouble. 1) First of all, kill the WINDOWS task or the LINUX PID (hope this won't be a problem for … | |
Re: Try to validate your HTML/CSS coding from now on. (Check internet for VALIDATORS; i.e. OPERA has a built in right-mouse-click VALIDATE option!!!). Minor issues, don't use "slash greater" "/ >" as delimeter. Use ">" only as you are not coding XHTML. Also add alt='' into your area statements. This will … | |
Re: The code above works on my PC. Creates a beautiful white rectangle with a slim red cross inside. Plus the random 6 byte character string. Cool. Now, HTML code 500. Usually a trivial syntax error: [CODE]session_start(;[/CODE] rather than [CODE]session_start(;[/CODE] throws a 500. Cool,too | |
Re: Did you say print ? To print on paper ? I am doing the following: display HTML code on the screen and use CSS media=print. (Sorry for the poor layout below) [CODE] echo'<style type="text/css" media="print">'; echo "TABLE { border:1pt solid #000; border-collapse:collapse; font-family:arial,sans-serif; font-size:90%; background-color: red; } TD,TH{ border:1pt solid … |
The End.