FullCalendar and CakePHP part 4 – Editing Events
photo credit: wili_hybrid In the previous part of this series we saw how to add fullCalendar events via CakePHP to a MySQL events table. In this post I’ll focus on editing the events that Fullcalendar...
View ArticleFullCalendar and CakePHP part 5 – Dragging and Resizing
photo credit: Gabriel FM In the previous part of this series we saw how to edit fullCalendar events via CakePHP. In this post we’ll see how to let users resize or drag’n'drop an event displayed on the...
View ArticleChanging text color dynamically on web pages
photo credit: robokow This post is part of a “Be nice to your users” web UI design series I plan to write. With the whole Web2.0 fluid/milky design that many sites are using now, it became very popular...
View ArticleGetting 404 with jquery.gritter?
photo credit: Eric Bégin You’ll probably never see it unless you use Firebug or look at Apache raw access logs, but jquery.gritter causes 404 errors repeatedly.The problem with 404′s is that they are...
View ArticleGoogle appengine and maps tutorial with Java – Part III
photo credit: Free114 If you followed part 2 of this tutorial, you have an appengine application that displays a Google map in your browser, and lets you click the map to add markers to it. While...
View ArticleDouble Submit Prevention, Disabled buttons, Firefox and the Back Button
photo credit: Mr. Theklan Double submit is when a user submits a form on your web page twice (well, technically they can do it more than twice, but you can’t call it a double submit…) It usually...
View ArticleFancybox problems? Make sure you validate!
photo credit: Or Hiltch This took a whole day for me. Hopefully I can save you the pain. I added quite a few possible search terms here for maximum coverage, so the text may get a bit repetitive. I...
View ArticlePretty file input field in Bootstrap
photo credit: mark sebastian Twitter Bootstrap is great, but there are places where it just stops short. One of those is the file input field, where the guys at bootstrap (and probably rightfully so) –...
View ArticleTabbed forms with Spring MVC and Bootstrap (part 1)
photo credit: dollen Tabbed forms are awesome. When you have a data-entry intensive web application – they can sometimes make the difference between a dull looking application and a friendly one....
View ArticleTabbed forms with Spring MVC and Bootstrap 2
photo credit: HogPix ™ (Verwoodspring) In the previous part of this mini-tutorial, we didn’t actually do much. We really just split a large form into tabs and put it under Twitter Bootstrap’s styles....
View Article