RSS Feed

Week 2011/02/06 – 2011/02/12

0

February 12, 2012 by Ovidiu Tudorache

Best articles in software development 2011/02/06 – 2011/02/12


Toggle Switch jQuery plugin

0

February 9, 2012 by Ovidiu Tudorache

toggleSwitch

A clean toggle button design in PSD ends up a jQuery plugin.


Running a 32-bit application under IIS on a 64-bit machine

1

February 6, 2012 by Ovidiu Tudorache

When you try to access a 32-bit application that is running under IIS on a 64-bit machine you will most probably end up with an error.
This is because, by default, launches CGI applications on 64-bit work process.


Week 2011/01/30 – 2011/02/05

0

February 5, 2012 by Ovidiu Tudorache

Best articles in software development 2011/01/30 – 2011/02/05


JQueryUI smartAutocomplete

1

February 4, 2012 by Ovidiu Tudorache

This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.