Forum: HTML and CSS May 7th, 2008 |
| Replies: 7 Views: 638 |
Forum: HTML and CSS May 6th, 2008 |
| Replies: 7 Views: 638 Re: Taking the plunge into Layers I think you need to look at my message again. Yes, I have table data in the message as an example of how I would code in tables what I am trying to achieve with CSS. I want to know if there is a way... |
Forum: HTML and CSS May 5th, 2008 |
| Replies: 7 Views: 638 Re: Taking the plunge into Layers Is it possible to use div tags, using relative positioning, to have two columns so that the top line of two blocks line up?
I'm coding an online version of a c.v. Using a table scheme, I could... |
Forum: HTML and CSS Apr 27th, 2008 |
| Replies: 7 Views: 638 |
Forum: HTML and CSS Apr 26th, 2008 |
| Replies: 7 Views: 638 Taking the plunge into Layers Good day,
I took the plunge and broke away from doing lay-out with tables and decided to experiment with layers. My coding has gone well and I like the results - except for one thing.
Can anyone... |
Forum: PHP Mar 13th, 2008 |
| Replies: 3 Views: 332 |
Forum: PHP Mar 13th, 2008 |
| Replies: 3 Views: 332 |
Forum: PHP Mar 6th, 2008 |
| Replies: 6 Views: 1,008 Re: PHPEclipse installation Tried that one and it got me nowhere. :'( Mind you, that was before I got DBG working. Maybe I'll give it another shot after I've had a few shots. :P
I don't like having my projects on the same... |
Forum: PHP Mar 5th, 2008 |
| Replies: 6 Views: 1,008 Re: PHPEclipse installation I'm still having problems getting DBG to work with EasyEclipse for PHP.
I downloaded the dbg-wizard.php and have succeeded getting the extension to work on my system but I still can not use... |
Forum: PHP Mar 2nd, 2008 |
| Replies: 6 Views: 1,008 Re: PHPEclipse installation I've installed this and it looks promising. What do you do for debugging? Being able to debug code and watch how variables change is what I am looking for most. I understand DBG is the best out... |
Forum: HTML and CSS Feb 28th, 2008 |
| Replies: 3 Views: 430 |
Forum: PHP Feb 28th, 2008 |
| Replies: 6 Views: 1,008 PHPEclipse installation Can anyone recommend a good up-to-date how-to for the installation of PHPEclipse and DBGdebugger?
I am using xampp 1.6.5 which has PHP 5.2.5. Try as I might, I can't get the requisite
with DBG... |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 3 Views: 430 Formatting Q & A as a block I'm having a challenge with hanging indents and linebreaks. the essential effect I want is:
Q: Question
A: Answer
Q: Question
A: Answer
For each question and answer, I want a hanging indent: |
Forum: PHP Feb 21st, 2008 |
| Replies: 6 Views: 461 |
Forum: PHP Feb 21st, 2008 |
| Replies: 6 Views: 461 Re: PHP doesn't like array defined That which I am trying to achieve is take the value of variable $strt and append it to a string with each run of the loop.
//if x < 1, then this is the first run of the loop, initiate the string
if... |
Forum: PHP Feb 20th, 2008 |
| Replies: 6 Views: 461 PHP doesn't like array defined I'm a newbie to PHP and arrays are giving me a problem.
I'm converting BLOBs of data from a MySQL database. Each of these BLOBs is the body portion of HTML files I'm converting to XHTML. Mainly,... |
Forum: PHP Feb 19th, 2008 |
| Replies: 6 Views: 1,656 |
Forum: PHP Feb 19th, 2008 |
| Replies: 6 Views: 1,656 Re: Populating form with existing MySQL data Thanks for the input. No, I am not on Linux. I'm aware of the need for case consistency and have adopted the practise of using field names in the case they are defined as in the database. That way... |
Forum: PHP Feb 19th, 2008 |
| Replies: 6 Views: 1,656 Populating form with existing MySQL data I've searched through the threads and I can't find what I am looking for exactly. I apologise if I'm posting something already resolved for someone else.
I have a page for browsing the contents of... |