It's been doing that for over a decade. Webdev tends to follow this hype cycle: "Look at this ne…
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
Good catch... I wanted to show off how simple the run-time computation was and ended up making it…
graeme —
What to avoid in web development? [/quote] bootstrap makes it so you can make a decent looking we…
You can also use editbin.exe (from vsvarsall.bat commandline) that can switch between application …
Or just create cgi executable to produce dynamic pages.
"return A > B ? LOOKUP[A-B] + B : LOOKUP[B-A] + A;" This code will generate ugly branch. It's too …
What to avoid in web development? [/quote] web development :-P
There is no built in way, but the people have spoken so there will be a built in way in the next v…
Hmmmmm... I'm not even sure why that is happening. I can launch 4coder with or without start and …
This was a result of my reconfiguration of the input system without any audio device plugged into …
Adding a configuration option for "save all dirty buffers before build" has been on my todo list f…
Mikkel —
When you say webprogramming do you mean client-side in browser interaction? if so then no and it l…
Raytio —
Happens to me to I kind of like it sometimes but mmmm had no control over it so I had to disable w…
Shazan —
I have a big problem now I see web programming changing a lot.And I see like stuff like Bootstrap,…
Shazan —
Does Odin support web programming yet? I can think of the possibilities of creating a web site usi…
@Allen, it would still be nice to be fixed. Cause the 'start 4coder' solution opens another cmd w…
Compiles to a tool that just works everywhereUnderstands your platform's toolchainSensible, overri…
.h -> .cpp[/quote] This would be invaluable.
From a pure C perspective there are only 2 ways to get different behaviors out of the same bit of …
Glad to hear it. Thank you albatros !
I am finishing up the next pass of YAVE's light propagation system and one thing I needed to do w…
Doeke —
Is there a way to quickly jump between a header and it's implementation? .h -> .cpp
Doeke —
Thanks, that will do for now. @Allen, it would still be nice to be fixed. Cause the 'start 4coder'…
Doeke —
Probably not. (As in, I would really like an auto save before build). Maybe there is a case where…
This happens because Youtube updated their JavaScript signature implementation. I fixed it yester…
I've been having a difficult time trying to sum up January 2017. My best attempt has been "it's be…
Well, I wanted to mention how JAI is going to have the build in the code itself. I like what that'…
Yeah, once your code is more than a bunch of source and header files there should be a plain langu…