Announcement
Collapse
No announcement yet.
Official bored at work / just shooting the shit / no rails to derail thread
Collapse
This topic is closed.
X
X
-
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Dak fails.
Text-based game, {Do you need it?}
({No thanks.} When I played it personally, I found it difficult to get anything done. I remember once I got stuck on this bridge and couldn't get to the other side, or back, for that matter. But, really, I'm too young to even healthily get the reference, anyway.)Originally posted by ArmandoNo one at Square Enix has heard of Occam's Razor.Originally posted by ArmandoNintendo always seems to have a legion of haters at the wings ready to jump in and prop up straw men about hardware and gimmicks and casuals.Originally posted by TaskmageGOD IS MIFFED AT AMERICA
REPENT SINNERS OR AT LEAST GIVE A NONCOMMITTAL SHRUG
GOD IS AMBIVALENT ABOUT FURRIES
THE END IS COMING ONE OF THESE DAYS WHEN GOD GETS AROUND TO ITOriginally posted by TaskmageHowever much I am actually smart, I got that way by confronting how stupid I am.
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Getting this stupid error and nothing google turns up really helps.
Originally posted by c++ errorLAB4 error LNK2019: unresolved external symbol "void __cdecl calcFtw1(void)" (?calcFtw1@@YAXXZ) referenced in function _main
LAB4 fatal error LNK1120: 1 unresolved externals
gonna work on my hangman project with arrays /joy.Attached Files
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
I only have a little bit of Java experience as far as programming goes, but I still know that this begets a problem:
Originally posted by Aka's codecalcFtw1();
. . .
void calcFwt1()
{
Ftw = salary * 0.20;
}Originally posted by ArmandoNo one at Square Enix has heard of Occam's Razor.Originally posted by ArmandoNintendo always seems to have a legion of haters at the wings ready to jump in and prop up straw men about hardware and gimmicks and casuals.Originally posted by TaskmageGOD IS MIFFED AT AMERICA
REPENT SINNERS OR AT LEAST GIVE A NONCOMMITTAL SHRUG
GOD IS AMBIVALENT ABOUT FURRIES
THE END IS COMING ONE OF THESE DAYS WHEN GOD GETS AROUND TO ITOriginally posted by TaskmageHowever much I am actually smart, I got that way by confronting how stupid I am.
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Stupid compilers reading what he typed and not what he meant
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Originally posted by Mhurron View PostStupid compilers reading what he typed and not what he meant
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Thank you YM! @_@;
We need like a 100x Thanks button.....
/hits thanks x 100 button.
YM's thanks sky rocket.
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
FUUUUUUUUUUUUUUUUUUCK!!!
I've been working on the same thing since friggin Monday and only 2/3 done, and I'm going fuggin batty...
I have to enter info from paper into Excel sheets, simple shit, I do this once every 2 weeks, the paper is about 100~ pages and I typically knock it down in about 7~ hours. The company who sends them decided to not run their report for 3 weeks, and now I have a 270 page one sitting in front of me, on 191 so far.
To top it off I suffured an eye injury from a faulty contact lense, so all of last week I could barely see my PC screen w/ only one contact and a banged-up eye, could barely see the paper in front of me that I was reading from, and had to put all my spreadsheets into like 3000 point font so I could read them half-blinded. My glasses finally came in, so I can see again, but I've been typing for about 13 straight hours now and I've finished 80 pages(I took it home and pulled an all-nighter working on it from home as well).
Rant aside, how are your days? And anyone here not retarded with making CSS's?Callysto of RamuhCaithsith - 75 RDM / BRD / COR / PLD / WAR / SCH / DRK
Formerly Callisto of Ramuh. | Retired 5.28.10
Callisto Broadwurst of Palamecia
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
Originally posted by Callisto View PostRant aside, how are your days? And anyone here not retarded with making CSS's?
To your CSS; More or less yeah, just give me the details and I'll get back to ya later tonight or tomorrow on it.
-
Thanks 0
Comment
-
-
Re: Official bored at work / just shooting the shit / no rails to derail thread
K here's my issue: We have 3 total amateurs trying to build our new LS site's front page(me being 1). The main content body is a 800px wide box, and I have an 800px .jpg that is to hang in the background while the banner/main content boxes are transparent.
The problem is I can't get the background image to consistently line up with the banner/body boxes, so far 4 different PCs(my work one using IE, my laptop at home using FF, and the other 2's comps running FF) have each shown the background image in a completely different spot relative to the banner/content boxes, and we can't get it to consistently line up.
You can view it here, and 1) yes I know the colors are horrible, we're working on a scheme atm, and 2) yes I know the news posts are boring lol, that's while I'll be doing them and not the shellholder.
Edit: Here's this part if you need it--CSS Junkbody {
background: #FDFFBE;
color: #000;
background-image: url(http://moghouse.zxq.net/index/backgo...ple_big4.jpg);
background-position: 28% 10%;
background-repeat: no-repeat;
font-family: verdana, arial, "lucida grande", sans-serif;
text-align: center;
}
#wrapper {
margin: 10px auto;
width: 1000px;
}
#menu {
float: right;
width: 181px;
text-align: right;
}
.content {
border: #FF8C00 2px solid;
padding: 15px;
font-size: 11px;
background: transparent;
color: #000;
text-align: left;
font-weight: bold;
}
.fixfuckedie {
width: 100%
}
#main {
width: 800px;
text-align: left;
}
#sitebanner {
border: #FF8C00 2px solid;
padding: 0px;
font-size: 11px;
background: transparent;
margin-bottom: 6px;
color: #FF8C00;
text-align: center;
}
#sitebanner img {
display: block;
float: right;
border-bottom: #FF8C00 1px solid;
}Last edited by Callisto; 04-14-2008, 12:14 PM.Callysto of RamuhCaithsith - 75 RDM / BRD / COR / PLD / WAR / SCH / DRK
Formerly Callisto of Ramuh. | Retired 5.28.10
Callisto Broadwurst of Palamecia
-
Thanks 0
Comment
-
Comment