Posts filed under “web”
JavaScript MVC Pros and Cons
A list of pros and cons for using JavaScript MVC libraries or frameworks. It’s no silver bullet and there are always trade-offs.
FullCalendar Resource Day View Bug
Thanks to Rachel Z., who pointed out a bug in the FullCalendar Resource Day View. In the resource day view, if one moves an event from one resource to another resource and wants to revert the move, the event object did not contain the original resource id.
Bootstrap Datepicker
Looking for a datepicker widget for Twitter Bootstrap?
jQuery Dynamic List
This is a nice little jQuery plugin that allows the ability to add and delete a row. It’s nothing special compare to hundreds of similar javascript widgets out there except that it works nicely with back-end frameworks such as Spring MVC’s data binding.
Firefox Appcache Manifest File Bug
The basic idea of Mobile Web Framework (MWF) is to serve only CSS and JS that a device is capable of. This eliminates the typical overhead when doing responsive web design. The latest version of MWF uses client-side javascript feature detection (Modernizr and then some). The resulting steps are: Client makes request for the first [...]