Rob Howard

467
Reputation
108 views

Registered User

Name Rob Howard
Member for 1 year
Seen 3 hours ago
Website
Location Sydney, Australia
Age
Nov
26
comment mysql: Got a packet bigger than ‘max_allowed_packet’ bytes
Solved the problem for me; the import I'm doing is a once-off, and I can't easily change the configuration. This worked great. :D
Nov
7
awarded  Citizen Patrol
Nov
3
comment Printing without opening print dialog in php
No, for the reasons he stated.
Oct
30
comment What do you think of using YouTube for online help videos?
... That video player was free when I posted this, at least. It appears to now require a licence for commercial use.
Oct
30
revised Escaping data for use within a CodeIgniter View
added 143 characters in body
Oct
30
comment Escaping data for use within a CodeIgniter View
My apologies, I should've been more specific. Please see the second edit above. (xss_clean() by itself doesn't do the escaping I need.)
Oct
30
revised Escaping data for use within a CodeIgniter View
added 435 characters in body
Oct
30
revised Escaping data for use within a CodeIgniter View
added 177 characters in body; edited title
Oct
30
asked Escaping data for use within a CodeIgniter View
Oct
25
comment What is a rule-of-thumb ratio of alpha-developers, okay developers and newbies needed for a great web application team?
@DVK What sort of "Monkey Work" do you mean?
Oct
25
comment What is your “best friend” as a programmer?
@Svish If there were a way to alt+tab between "sets" of windows (from a bunch of different applications), then I'd be sold. Virtual desktops let me do that with minimal clutter.
Oct
19
asked Excluding files when checking out from Subversion repository
Oct
17
comment HTML into PHP Variable (HTML outside PHP code)
ob_end_flush() will not return the buffer, you're after ob_get_clean(): php.net/manual/en/…
Aug
30
comment What bug tracking software do you use?
It's not as bad as Bugzilla, but it's still seriously clunky to use (let alone customise).
Aug
30
comment What bug tracking software do you use?
I love Trac. I just can't install it on most (if not all) of the hosting accounts I have access to. :(
Aug
29
awarded  Yearling
Jul
23
awarded  Popular Question
Jun
25
comment What things didn’t you know you needed but are now very glad you have?
@tkadlub: Unfortunately, it sucks if you want to have, say, two terminals or browser windows on different desktops. Alt-TAB and see what happens - it goes crazy switching from desktop to desktop as you cycle through the apps. (You have to use Alt-` to cycle to the application window on the desktop that you're working on before you can Alt-TAB between windows on the one desktop smoothly. And then you change desktop...)
Jun
15
comment Is there a way to split a widescreen monitor in to two or more virtual monitors?
-1, not answering the question. Virtual Desktops are great, but this is about making use of a widescreen monitor.
Jun
11
comment Do you use the Orwellian Past Rewriting debugging philosophy?
@dirtside: That is quite possibly the worst edge-cases I've ever heard of.
Jun
8
awarded  Civic Duty
Jun
8
comment What is the worst programming language you ever worked with?
This this this this oh geez this. I've had to try to maintain a 3000-line mIRC script before; it's utterly horrible to work with.