Categories
Recent Posts
Recent Comments
Archives
Tags
Category Archives: Projects
Agent Toolbox Online
Here’s another project just finished and launched: Agent Toolbox Online. Its basically front end for provisioning another system for insurance agents. It manages process of capturing potential clients information, scheduling demo of another product and leading them through sign up process. Continue reading
Cross domain requests with jquery
I was looking for something to do that after I found out that my app which basically works as a widget that is loaded as a javascript source does not work on IE.The script operates completely in background serving output into div container based on user interaction. No problem on any other browser than IE. Continue reading
Json Proxy for cross domain ajax requests
Due to stupid IE default same origin policy, you cannot just go and write yourself simple ajax scripts making calls in the background to other websites. It will work nicely on every other browser I use with no problems, but then guess what – theres Internet Explorer – right… Continue reading