Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 83
Search took 0.33 seconds.
Search: Posts Made By: hessodreamy
Forum: HTML & CSS 10-05-2012, 05:03 PM
Replies: 2
Views: 754
Posted By hessodreamy
Good ideas, all of them. However none of them...

Good ideas, all of them. However none of them worked! My only plan at this point is to detect an apple user agent and display a simpler form, one without the optgroups. And see if it works.
Forum: HTML & CSS 10-02-2012, 01:23 PM
Replies: 2
Views: 754
Posted By hessodreamy
Select element with multiple and optgroup on iphone/ipad acting very strange

I've got a page which features a select element with multiple selections allowed, where many of the options are within OPTGROUPs. I've just noticed that on the iphone and ipad, it acts really...
Forum: PHP 09-06-2012, 09:55 AM
Replies: 1
Views: 204
Posted By hessodreamy
Tips for tasks assessing a candidate's OO PHP capability

I recently interviewed a candidate for a web developer position who seemed OK, but admitted that his previous role hadn't exposed him to much object orientated PHP.

Normally when I give candidates...
Forum: PHP 08-20-2012, 01:00 PM
Replies: 3
Views: 275
Posted By hessodreamy
Thanks for the response. So what you're saying...

Thanks for the response. So what you're saying is: Don't be so lazy. write some proper getters & setters? Good plan.



Can you explain what you mean by this?
Forum: PHP 08-17-2012, 02:52 PM
Replies: 3
Views: 275
Posted By hessodreamy
Enforcing class property types

I've got a financial system where I'd like to make many financial properties into instances of a Charge class, which encapsulate tax information etc, rather than constantly defining vat/ex vat...
Forum: PHP 12-21-2011, 04:09 PM
Replies: 6
Views: 349
Posted By hessodreamy
Thanks for your comments. You make a lot of good...

Thanks for your comments. You make a lot of good points and have given me a lot to think about. I am trying to incorporate good OOP practice into a system which has little or no OOP, while continuing...
Forum: PHP 12-21-2011, 02:01 PM
Replies: 6
Views: 349
Posted By hessodreamy
Unhappy I didn't know they were slow. But I Might be...

I didn't know they were slow. But I Might be ditching the magic approach anyway.

The issue I was having is that if I defined a variable in the class definition (which I like to for neatness), then...
Forum: PHP 12-21-2011, 11:07 AM
Replies: 6
Views: 349
Posted By hessodreamy
Using magic __get

I've got a class which has a lot of properties, an I wanted to easily define getters that would selectively access the database (ie if we've set the property, return it, otherwise get a bunch of data...
Forum: MySQL 04-11-2007, 02:16 PM
Replies: 1
Views: 598
Posted By hessodreamy
sleeping processes

Just a quickie: What does it mean when a process is sleeping, but there is no associated query?
ie
Command: Sleep
Time: 8434
Info: Null

I have a handle of such processes under the user for...
Forum: HTML & CSS 03-21-2007, 12:05 PM
Replies: 3
Views: 1,657
Posted By hessodreamy
I seem to have fixed it. By adding...

I seem to have fixed it. By adding display:inline-block to the #CartDetails div.

I think it's a question of IE's hasLayout bugs. (though the IE DOM explorer still shows the...
Forum: HTML & CSS 03-21-2007, 11:26 AM
Replies: 3
Views: 1,657
Posted By hessodreamy
You mean like this?: <div id="rmPlaceholder"> ...

You mean like this?:
<div id="rmPlaceholder">
<div class="CartPrice">
<b style="float:left">Subtotal</b>
<b style="float:right">£14.22</b>
</div>
<div style='clear:both'></div>
...
Forum: PHP 03-20-2007, 06:07 PM
Replies: 8
Views: 730
Posted By hessodreamy
just jumping in here. If the values you want are...

just jumping in here. If the values you want are in the javascript, there's 2 things you could do:
1. when doing your pattern matching, just match stuff between <script> tags. That should make...
Forum: PHP 03-20-2007, 04:21 PM
Replies: 6
Views: 3,309
Posted By hessodreamy
slightly more ideal would be one which doesn't...

slightly more ideal would be one which doesn't take 7 months to do so :)
Forum: HTML & CSS 03-20-2007, 04:19 PM
Replies: 3
Views: 1,657
Posted By hessodreamy
Float inside relative div misplaced in IE6

I have a div which I've placed relatively to shift it up the page.
The content of the div is all fine except the floats in the CartDetail div which, in IE6, stick in their original position ie are...
Forum: PHP 03-20-2007, 11:51 AM
Replies: 6
Views: 3,309
Posted By hessodreamy
UPDATE: I've re-thought this, and it needn't be...

UPDATE:
I've re-thought this, and it needn't be so hard, in fact the problem needn't really exist at all.

The problem can be mostly solved by 2 points of (what seems to me) general good practice:...
Forum: HTML & CSS 03-16-2007, 09:30 PM
Replies: 10
Views: 1,902
Posted By hessodreamy
yeah that's what I plan to do. I just wanted...

yeah that's what I plan to do. I just wanted another opinion on how much of a bad practice it is before I start altering someone elses code.

Cheers
Forum: HTML & CSS 03-16-2007, 05:24 PM
Replies: 10
Views: 1,902
Posted By hessodreamy
This is what they want me to paste just before...

This is what they want me to paste just before the closing body tag:
<body onLoad="javascript:__utmSetTrans()">

<form style="display:none;" name="utmform">
<textarea id="utmtrans">...
Forum: HTML & CSS 03-16-2007, 04:55 PM
Replies: 10
Views: 1,902
Posted By hessodreamy
yes, that's what i figured, but they're insisting...

yes, that's what i figured, but they're insisting that the extra body tag goes in.
Forum: HTML & CSS 03-16-2007, 04:18 PM
Replies: 10
Views: 1,902
Posted By hessodreamy
2 body tags

A ppc optimising company we're using have given me some tracking code to include on our "thank you for buying" page.
This code includes a body tag with an onload attribute. And they recommend...
Forum: PHP 03-16-2007, 11:28 AM
Replies: 5
Views: 698
Posted By hessodreamy
how many people are you sending to? And will the...

how many people are you sending to? And will the content change for each recipient (eg having their name in the mail).

The mail() function is pretty clunky and can slow up a server, so if you need...
Forum: PHP 03-16-2007, 11:22 AM
Replies: 14
Views: 1,174
Posted By hessodreamy
remove the comma after your UNIQUE id_2(id)

remove the comma after your UNIQUE id_2(id)
Forum: PHP 03-15-2007, 05:18 PM
Replies: 14
Views: 1,174
Posted By hessodreamy
remove the quotes around the column name in the...

remove the quotes around the column name in the primary key specification.
You are referring to a column, not a stringPRIMARY KEY(id),
UNIQUE id_2(id)
Forum: PHP 03-15-2007, 04:50 PM
Replies: 8
Views: 566
Posted By hessodreamy
yeah, use "SELECT * FROM `tblmembers` WHERE...

yeah, use "SELECT * FROM `tblmembers` WHERE MONTH(`DateOfBirth`)=%$month"
Forum: PHP 03-05-2007, 10:50 AM
Replies: 2
Views: 864
Posted By hessodreamy
Good idea i should have already thought of. Tried...

Good idea i should have already thought of. Tried the same page under http and it still didn't work. Very strange.

As for network analysis, my boss was on the phone for 30 minutes with the network...
Forum: PHP 03-01-2007, 03:59 PM
Replies: 2
Views: 864
Posted By hessodreamy
Site running slow transferring to HTTPS

I have an intermittent issue with my site in that, at times, it runs really, really slow when it transfers from http to https.
The server administrators says there's no problem their end so I'm...
Showing results 1 to 25 of 83

 
Forum Jump

All times are GMT +1. The time now is 04:32 PM.