Why Not?

What shall we do today…

Tag: web development

Making Usable Frameworks and SDKs

User experience is one of the most important parts when developing a project. Users should never have to think or fight with your product if you wish for it to succeed. If you look at most of the successful web applications today, the simplicity of the user experience if prevalent.  Gmail and Google Calendar are [...]

Window.location.href and Executing Code Placed after

This is the type of situation where you don’t even know HOW to word it for google to search for the answer.  But anyways…on to the situation: You have run into a situation where you need to change your web page’s URL. Simple enough, all you need to call is the following: window.location.href = “http://google.com”; [...]