Welcome to Developer It Blogs

We provide a mashup of good and interesting blog articles mixed with our own articles about software development, web development and information technologies (IT)

Search only within the best articles by top writers/bloggers on the net. Do not hesitate to share your findings! You can also submit your blog or website RSS feed to get listed in developer IT. Do not hesitate to contact us for more information.

Recent articles or blog posts

Jumping Vs. Gravity

Posted by PhaDaPhunk on Game Development - Search for 'Game Development'

Hi i'm working on my first XNA 2D game and I have a little problem. If I jump, my sprite jumps but does not fall down. And I also have another problem, the user can hold spacebar to jump as high as he wants and I don't know how to keep him from doing that. Here's my code: The Jump : if (FaKeyboard.IsKeyDown(Keys.Space)) { Jumping = true; xPosition -= new Vector2(0… >>> More

Continuous Physics Engine's Collision Detection Techniques

Posted by Griffin on Game Development - Search for 'Game Development'

I'm working on a purely continuous physics engine, and I need to choose algorithms for broad and narrow phase collision detection. "Purely continuous" means I never do intersection tests, but instead want to find ways to catch every collision before it happens, and put each into "planned collisions" stack that is ordered by TOI. Broad Phase The only continuous broad-phase method I can think of… >>> More

Which cloud hosting should I use? [closed]

Posted by Alyssa Marie Isk on Pro Webmasters - Search for 'Pro Webmasters'

Possible Duplicate: How to find web hosting that meets my requirements? If anyone wants to get some real life karma by giving a tiny non-profit pointers, please advise! I posted a thread about our website with highly variable traffic (www.WorldOceansDay.org). The event is on June 8th, and the traffic goes from 100-400/day in the off-season, to about 200,000 trying to access the site at… >>> More

siteground hosting forwarding

Posted by Oleg Videnov on Pro Webmasters - Search for 'Pro Webmasters'

I would like to ask (maybe simple) question for you. I have a website which is called let's say www.website1.com on different hosting provider(siteground) I have www.website2.com Now,www.website1.com is the old website and the boss wants .. IF someone clicks on www.website1.com/user/content/1, he/she should be redirected to www.website2.com/user/content/1 ,but the url should REMAIN www.website1… >>> More

Hot topics

Posts about c#

Posts about java

Posts about php

Posts about JavaScript

Posts about jQuery

Posts about .NET