- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: How much will you invoice this year?
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "How much will you invoice this year?"
Collapse
-
Originally posted by NickFitz View PostInteresting case
- On IE6, it has "geoffreywhereveryoumay" on the first line, with the first three pixels of "b" appearing outside the container, and "ybe" on the next line, repeating the "y"; it also believes that the element's bounding box is 17px wider than it is, which is the correct number of pixels to accommodate the "be", despite the fact that it's put them on the next line (with the phantom "y"), and has increased the height of the box accordingly;
- On IE7, it's the same as IE6, except it doesn't draw the partial "b" outside the container;
- On IE8, it simply overflows the container and draws it all on one line - this means the bounding box has the same width as on IE6 and 7, but isn't as tall as it hasn't drawn anything on the next line;
- On Opera 10.0 for Mac it behaves like IE8;
- On the latest Chrome for both Mac and Windows, Opera 10.6, Safari 5, and Firefox 3.6, it wraps "ybe" onto the second line and doesn't extend the box out of its container: this is correct behaviour as word-wrap: break-word; has been applied (otherwise it should have overflowed like IE8).
The word-wrap property with value break-word is part of CSS3; however, it was in fact an IE5.5 invention, IIRC. IE8 changed the property to have a vendor prefix (-ms-word-wrap) when IE8 is in Standards Mode, which is the correct thing for a proprietary implementation of a non-standardised property. This made it compatible with then-current browsers like Firefox 3.0 and Opera 9, but of course MS update things a lot more slowly than every other browser vendor, and won't support the unprefixed version until IE9 comes out, either later this year or early next.
In the meantime, I can either supply the prefixed version, or let IE8 exhibit the same behaviour as other browsers (except IE6 and 7) did before the property was brought into CSS3. I think the former would be best.
Either way, it's unfortunate that even when IE6 and 7 were the only browsers in the world that actually supported it, they still didn't manage to do it properly - that duplicate-characters/stretcheing-bounding-box bug really doesn't make them look good
Leave a comment:
- On IE6, it has "geoffreywhereveryoumay" on the first line, with the first three pixels of "b" appearing outside the container, and "ybe" on the next line, repeating the "y"; it also believes that the element's bounding box is 17px wider than it is, which is the correct number of pixels to accommodate the "be", despite the fact that it's put them on the next line (with the phantom "y"), and has increased the height of the box accordingly;
-
Originally posted by Zippy View PostThe scenic route is often more interesting
Leave a comment:
-
Originally posted by SupremeSpod View Posthttp://forums.contractoruk.com/gener...rkshire-4.html
GeoffreyWhereeverYouMayBe
Environment
IE
Version 8.0.6001.18702
Build 86001
Application Path C:\Program Files\Internet Explorer
Language English (United States)
Cipher Strength 128-bit
Content Advisor Disabled
IEAK Install No
- On IE6, it has "geoffreywhereveryoumay" on the first line, with the first three pixels of "b" appearing outside the container, and "ybe" on the next line, repeating the "y"; it also believes that the element's bounding box is 17px wider than it is, which is the correct number of pixels to accommodate the "be", despite the fact that it's put them on the next line (with the phantom "y"), and has increased the height of the box accordingly;
- On IE7, it's the same as IE6, except it doesn't draw the partial "b" outside the container;
- On IE8, it simply overflows the container and draws it all on one line - this means the bounding box has the same width as on IE6 and 7, but isn't as tall as it hasn't drawn anything on the next line;
- On Opera 10.0 for Mac it behaves like IE8;
- On the latest Chrome for both Mac and Windows, Opera 10.6, Safari 5, and Firefox 3.6, it wraps "ybe" onto the second line and doesn't extend the box out of its container: this is correct behaviour as word-wrap: break-word; has been applied (otherwise it should have overflowed like IE8).
The word-wrap property with value break-word is part of CSS3; however, it was in fact an IE5.5 invention, IIRC. IE8 changed the property to have a vendor prefix (-ms-word-wrap) when IE8 is in Standards Mode, which is the correct thing for a proprietary implementation of a non-standardised property. This made it compatible with then-current browsers like Firefox 3.0 and Opera 9, but of course MS update things a lot more slowly than every other browser vendor, and won't support the unprefixed version until IE9 comes out, either later this year or early next.
In the meantime, I can either supply the prefixed version, or let IE8 exhibit the same behaviour as other browsers (except IE6 and 7) did before the property was brought into CSS3. I think the former would be best.
Either way, it's unfortunate that even when IE6 and 7 were the only browsers in the world that actually supported it, they still didn't manage to do it properly - that duplicate-characters/stretcheing-bounding-box bug really doesn't make them look good
Leave a comment:
- On IE6, it has "geoffreywhereveryoumay" on the first line, with the first three pixels of "b" appearing outside the container, and "ybe" on the next line, repeating the "y"; it also believes that the element's bounding box is 17px wider than it is, which is the correct number of pixels to accommodate the "be", despite the fact that it's put them on the next line (with the phantom "y"), and has increased the height of the box accordingly;
-
Originally posted by NickFitz View PostIn what context specifically? Also, is this an IE thing or does it happen with other browsers?
GeoffreyWhereeverYouMayBe
Environment
IE
Version 8.0.6001.18702
Build 86001
Application Path C:\Program Files\Internet Explorer
Language English (United States)
Cipher Strength 128-bit
Content Advisor Disabled
IEAK Install No
Leave a comment:
-
Originally posted by SupremeSpod View PostWorks Ok on mine too. I was being ironic.
However you may want to have a look at how long Usernames are displayed, there appears to be some bleed over.
Apologies if this issue has been raised before.Bloody Hell. This needs marking.
On this day, the 14th July 2010. Spod apologised.
Leave a comment:
-
Originally posted by SupremeSpod View PostHowever you may want to have a look at how long Usernames are displayed, there appears to be some bleed over.
Apologies if this issue has been raised before.
Leave a comment:
-
Originally posted by NickFitz View PostSeems OK in IE6:
and IE7:
and IE8:
all at 1024*768.
NickFitz in "at least I check these things before shooting my mouth off" mode
However you may want to have a look at how long Usernames are displayed, there appears to be some bleed over.
Apologies if this issue has been raised before.
Leave a comment:
-
Originally posted by SupremeSpod View PostIt's you and your antiquated browser! No-one should use anything but the latest version of all software! How can you be expected to be taken seriously. You're all wrong!
SupremeSpod - In "flaky developer" mode!
and IE7:
and IE8:
all at 1024*768.
NickFitz in "at least I check these things before shooting my mouth off" mode
Leave a comment:
-
Originally posted by Doggy Styles View PostIs it just me or do those percentages by the results not make sense?
I can't even read half of them.
SupremeSpod - In "flaky developer" mode!
Leave a comment:
-
Is it just me or do those percentages by the results not make sense?
I can't even read half of them.
Leave a comment:
-
Originally posted by MarillionFan View PostIt's about the contracting part AtW. (Thats not something you have ever been a success at)
If I included all income from my businesses and wife's "entertainment"business then the tiers would be significantly higher. Turnover is vanity, profit is sanity.
Leave a comment:
-
I'd say about £1.20 and that includes VAT, it's been a fantastic year at NorrCorp International.
Leave a comment:
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- IR35: Control — updated for 2025-26 Yesterday 21:28
- Can a WhatsApp message really be a contract? Sep 25 20:17
- Can a WhatsApp message really be a contract? Sep 25 08:17
- ‘Subdued’ IT contractor jobs market took third tumble in a row in August Sep 25 08:07
- Are CVs medieval or just being misused? Sep 24 05:05
- Are CVs medieval or just being misused? Sep 23 21:05
- IR35: Mutuality Of Obligations — updated for 2025/26 Sep 23 05:22
- Only proactive IT contractors can survive recruitment firm closures Sep 22 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
Leave a comment: