Pinned Repositories
ASPnetAdvancedHandler
Enhanced Handler for ASP.net
EE-Projects
Projects related to Experts-Exchange (projects, questions, etc...)
hands-on-angularjs
Hands-on AngularJS tutorials
hands-on-javascript
Hand-on JavaScript tutorials
IFrameOrchestrator
InstanceOfAnObject.github.io
InstanceOfAnObject blog
jquery-sessionTimeout
After a set amount of time, a dialog is shown to the user with the option to either log out now, or stay connected. If log out now is selected, the page is redirected to a logout URL. If stay connected is selected, a keep-alive URL is requested through AJAX. If no options is selected after another set amount of time, the page is automatically redirected to a timeout URL.
ng-survey
An AngularJS based survey engine
ng-working
A Work In Progress angular module that notifies the user that a set of tasks are in progress.
InstanceOfAnObject's Repositories
InstanceOfAnObject/ASPnetAdvancedHandler
Enhanced Handler for ASP.net
InstanceOfAnObject/IFrameOrchestrator
InstanceOfAnObject/ng-survey
An AngularJS based survey engine
InstanceOfAnObject/EE-Projects
Projects related to Experts-Exchange (projects, questions, etc...)
InstanceOfAnObject/hands-on-angularjs
Hands-on AngularJS tutorials
InstanceOfAnObject/hands-on-javascript
Hand-on JavaScript tutorials
InstanceOfAnObject/InstanceOfAnObject.github.io
InstanceOfAnObject blog
InstanceOfAnObject/jquery-sessionTimeout
After a set amount of time, a dialog is shown to the user with the option to either log out now, or stay connected. If log out now is selected, the page is redirected to a logout URL. If stay connected is selected, a keep-alive URL is requested through AJAX. If no options is selected after another set amount of time, the page is automatically redirected to a timeout URL.
InstanceOfAnObject/ng-working
A Work In Progress angular module that notifies the user that a set of tasks are in progress.
InstanceOfAnObject/SpriteCreator
Image Sprites are a very good way to feed your application some images. Basically, it consists of combining a set of images in a larger one and then just caching it. When you need one of the small images, all you have to know are the coordinates of it on the large one. With this technique, you just need to load one image for the entire application and reuse it, instead of loading each image at a time.