What's everyone doing today ?
-
I am stuck working on a classic ASP site and I am trying to get it set up to run locally. The connection string always seems just one iteration away from working....
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Ewww. I'm working on a project that is part legacy ASP, part ASP.Net, and part Silverlight. There's a descriptive word that comes to mind, and the first syllable is "cluster"...
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
No I havent. I´ve just started picking up on Blender(3d studio). I will export models to an engine later on. I have written stuff in OpenGL C++ and using models created in google Sketchup. I havent decided on the engine yet(OpenGL,DirectX or XNA). I love the multithreading capabilities of C# so i might go C# XNA when i write it :) .
OpenGL is similar enough, so this may help. Right now I'm at work and can't get you a link, but you might search for Riemer's XNA tutorials to get a good start. I have not been there for a longer time, so I can just hope they have updated the tutorials for XNA 4.0. Code for version 3.0 will not work without some changes.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011 ---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011 -
Walt Fair, Jr. wrote:
Now, working on ASP stuff, that would make my head hurt! :laugh:
A sore head is fine, it's when it makes my heart ache that I don't like it...
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I never have that problem. Work never makes my heart ache. Kids, wife, now that's another matter.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
I hope you at good university. My lessons too seems hard to understanding for someone not from the field, but it's all just bull crap :D
No more Mister Nice Guy... >: |
Well, I could have sent off for my degree via email, but decided I'd go to someplace with real professors, etc.[^]
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
OpenGL is similar enough, so this may help. Right now I'm at work and can't get you a link, but you might search for Riemer's XNA tutorials to get a good start. I have not been there for a longer time, so I can just hope they have updated the tutorials for XNA 4.0. Code for version 3.0 will not work without some changes.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011 ---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011Will do, Thanks.
-
Will do, Thanks.
Welcome! And usually I export my modest models from Blender to XNA with the .x format. You just must set it to swap the Y and the Z axis because of different coordinate systems.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011 ---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011 -
I am stuck working on a classic ASP site and I am trying to get it set up to run locally. The connection string always seems just one iteration away from working....
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Working on an application that correctly calculates synthetic currency prices from a 3rd party source for a given time. This is pretty basic around here, but it's frustrating because this application is only necessary when one person in the company fails to run another application between 3:50 and 4:00pm. It happens about 2 times a month, so I guess I need an app for it.
"I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson
-
Working on an application that correctly calculates synthetic currency prices from a 3rd party source for a given time. This is pretty basic around here, but it's frustrating because this application is only necessary when one person in the company fails to run another application between 3:50 and 4:00pm. It happens about 2 times a month, so I guess I need an app for it.
"I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson
-
Why can't you just write an app to create a scheduled task to run the other app daily, run it on a server, and replace Mr Forgetful entirely?
3x12=36 2x12=24 1x12=12 0x12=18
The app that needs to run between 3:50-4pm is populated (for now) via a phone call. We will pay a provider to let me connect via API in the future, but for now a guy has to call the provider and get some obscure quotes. The EOD process starts at 4pm. Sometimes, the guy forgets and it really fucks up the EOD process, so I have a hacky app that he can run after 4pm if he missed his upload window that will trick EOD. All of this is a hack until we get an API connection and only when he forgets to get the quotes by 4pm.
"I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson
-
Welcome! And usually I export my modest models from Blender to XNA with the .x format. You just must set it to swap the Y and the Z axis because of different coordinate systems.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011 ---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011Ok, I will remember that. I downloaded XNA yesterday and it was sweet(at least the 2d). In 2 hours I had a background and a foreground up with 3 vehicles that had rotating cannons(first lesson in riemers tutorial). I had never used it before so i consider XNA easy to learn. I have decided on XNA and C# for my game engine.
-
Ok, I will remember that. I downloaded XNA yesterday and it was sweet(at least the 2d). In 2 hours I had a background and a foreground up with 3 vehicles that had rotating cannons(first lesson in riemers tutorial). I had never used it before so i consider XNA easy to learn. I have decided on XNA and C# for my game engine.
The good thing is, that the tutorials don't just cover the basics. In the 3D tutorials he covers shaders, lighting or environment mapping. The water in the last landscape tutorial is done really well. Have fun!
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011 ---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011