|
I am genuinely shocked at how awful the ending was. It happens so abruptly and the final segments before are easy as pie. Anyone else feel that id bit of way more than they could chew here?
Started by Fistfulofmetal on
, 20 posts
by 18 people.
Answer Snippets (Read the full thread at giantbomb):
You know, I was anticipating this game....
Now the part about them being easy as pie is a disappointment .
I haven't seen the ending, but considering their previous track record I'm not surprised that the ending (or story if you will) wasn't exactly great .
|
|
Getting closer to finishing up changes on my Trump.The bike i picked up last year had a lot of what i was looking for in my 1st Trump. Was built really well and ran strong. Great bike to start my brit learning experience on
Came time to make changes i...
Started by fightclub on
, 17 posts
by 9 people.
Answer Snippets (Read the full thread at jockeyjournal):
Tom oil tank looks great bro you need to just get it tumbled and leave the thing raw looking will look awesome great work brother and thanks for the... .
Cheers Dan bad ass oil tank! Lookin good.
Keep the pics coming.
Looks great, love those Triumph builds.
|
|
At work I have found it very difficult to 'sell' the idea of refactoring to management and senior colleagues. This is despite us having inherited a truly awful codebase (we all thought it was awful including them) from a programmer who really shouldn'...
Started by kronoz on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Or any number of those huge pungent smells that make a code base truely awful then I find.
|
Ask your Facebook Friends
|
Ever forget to tip someone and feel awful.
God awful.
Started by SourPatchKids on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at insidehoops):
Re: Ever ....
I usually tip really well.
I accidentally didn't tip the pizza guy bad.
Nope, I only feel bad when I go with someone who tips a lot Re: Ever forget to tip someone and feel awful.
Re: Ever forget to tip someone and feel awful.
|
|
When I was developing web-apps with jsp/jstl and jQuery, I used to write nice html-code, separated from styles and scripts. JSP inserted some odd spaces and blank lines but nothing else.
Now I'm trying to develop with jsf. JSF has lots of libs for creating...
Started by Roman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
But all libs I've already tried generate awful html mixed.
I think the main problem is that the generated code must parameter trimSpaces to true .
Libraries) is quite awful, but it is still valid.
|
|
I have this problem. I can't stop myself from refactoring existing code that works but is, in my opinion (and perhaps objectively), badly designed or contains other "code smells". This can have a significant negative effect on my immediate productivity...
Started by orj on
, 37 posts
by 37 people.
Answer Snippets (Read the full thread at stackoverflow):
The system in place than you can refactor without fear of breaking that awful code because you have your unit.
I do it - on some fairly awful code.
Just like implementation of a new feature.
|
|
Here's a quick and dirty round corners technique I've been playing around with.
<!-- assuming the div isn't statically positioned --> <div> <img src="box_TL.png" style="position:absolute;top:0;left:0;"/> <img src="box_TR.png" style...
Started by smchacko on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.twinhelix....
You'll come into issues with IE6 using PNGs so you will either need to add the correct CSS filter background to divs instead of images or use javascript to help turn the png images into transparent gifs with the png background added .
|
|
I want to transform the 'values' array created by xml_parse_into_struct() into a bunch of nested arrays which I can walk recursively. This is for a very simple XML class which will hierarchically search the document like so:
$xml_data = " <sometag&...
Started by Carson Myers on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For best effect you'd might wanna do
$xml['sometag'][0]['someothertag....
Why not to use SimpleXML for that? The same nesting model, but objects instead of arrays .
Not sure about your exact requirement but I think you can use array_walk_recursive there .
|
|
I like to create between 3 and 5 toolbars ( like the Quick launch toolbar) to house different sets of icons for daily use.
Games Office, Apps, Utils (stuff like that)
I like to right-align some of these so that all content is hidden and the chevrons (...
Started by Rory Becker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The problem is that when you....
Try adding them with the taskbar already locked to avoid accidentally moving them .
As soon as you reposition one however, you're stuffed.
As long as you don't reposition toolbars after they've been added you should be OK .
|
|
I have a recurring problem with Excel 2003/PowerPoint 2003, where I have a nice-looking chart in Excel and try to embed it on a PowerPoint slide. Quite often, the text in the chart (labels, axis labelling, etc.) looks dreadful in PowerPoint - yet when...
Started by Gary McGill on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
(or, just resize the chart manually)
If you add a text box with the same font size (Arial 14 ... .
One workaround I can think right now is to edit the font in Excel - just use a smaller font and it will look almost as good as it looks in the original file .
|